/*-----------------------------------------------------------------------------------
	Scarborough Sixth Form College
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Lato-Regular';
	src: url('./fonts/Lato-Regular/lato.woff2');
	src: url('./fonts/Lato-Regular/lato.woff2') format('woff2'),
	url('./fonts/Lato-Regular/lato.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Lato-Regular/lato.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-square-lg::before{
	background: url("img/texture-square-lg.png");
	background-size: 8px 8px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.icon-spacer{
	margin-right:5px;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}



/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato-Regular";
	font-size:1.25rem;
	line-height:1.75rem;
	color:#000000!important;
	text-transform:none;
	text-decoration:none;
}
.container{
	max-width:1140px;
}
h1{
	font-family:"Lato";
	font-weight:900;
	font-size:2rem;
	line-height:2.5rem;
}
h2{
	font-family:"Lato";
	font-weight:900;
	font-size:1.75rem;
	line-height:2.25rem;
}
p{
	font-size:1.25rem;
	line-height:1.6rem;
	word-spacing:0.2rem;
}
h3{
	font-size:1.5rem;
	line-height:2rem;
	font-family:"Lato";
	font-weight:900;
}
h4{
	font-size:1.5rem;
	line-height:1.75rem;
}
h5{
	font-size:1.5rem;
	line-height:1.75rem;
}
h6{
	font-size:1rem;
	line-height:1.25rem;
}
label{
	font-size:1rem;
	line-height:1.25rem;
}
.background-full-screen{
	background-size:cover;
	height:100%;
	min-height:100%;
	max-height:100%;
}
.h1-style{
	font-family:"Paytone One";
}
.home-title{
	font-family:"Paytone One";
	font-size:4em;
	text-align:center;
	color:var(--swatch-var-3260)!important;
	text-transform:uppercase;
	line-height:3.75rem;
	text-shadow:1.31px 1.51px 2px #000000;
	margin-bottom:0px;
	margin-top:0px;
}
.nav-bar-styling{
	background-color:var(--swatch-var-5216);
	padding:5px 10px 5px 10px;
	top:20px;
	z-index:11000;
	width:80%;
	border-radius:10px 10px 10px 10px;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-3260)!important;
	overflow:hidden;
	position:fixed;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
}
.menu-float{
	float:inherit;
}
.blue-home-button{
	color:var(--swatch-var-3260)!important;
	background-color:var(--swatch-var-4958);
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
}
.blue-home-button:hover{
	background-color:var(--swatch-var-3260);
	color:var(--swatch-var-4604)!important;
}
.orange-home-button{
	color:var(--swatch-var-3260)!important;
	background-color:var(--swatch-var-4958);
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
}
.orange-home-button:hover{
	background-color:var(--swatch-var-3260);
	color:var(--swatch-var-4604)!important;
}
.card-background{
	border-color:var(--swatch-var-3260)!important;
	background-color:var(--swatch-var-3260);
	border-radius:20px 20px 20px 20px;
}
.four-colum-flex{
	overflow:hidden;
	column-gap:10px;
	height:100%;
	min-height:100%;
	max-height:100%;
}
.home-card-grid{
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:129px auto;
}
.container-div-min-height{
	background-color:var(--swatch-var-1039);
}
.container-div-style{
	background-color:var(--swatch-var-1039);
}
.home-cards{
	background-color:var(--swatch-var-3260);
	margin:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
	padding:10px 10px 10px 10px;
}
.col-spacing{
	display:flex;
}
.row-test{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	column-gap:20px;
}
.column-test{
	overflow:hidden;
}
.h2-style{
	font-family:"Paytone One";
	font-size:3rem;
	line-height:3rem;
}
.inline-icons{
	padding:5px 5px 5px 5px;
	overflow:hidden;
	border-radius:30px 30px 30px 30px;
	position:fixed;
	bottom:50px;
	z-index:10000;
	left:20px;
}
.home-panel-p-line-height{
	line-height:2rem;
}
.footer-link{
	color:var(--swatch-var-3260)!important;
	text-decoration:none;
}
.footer-icon-bg{
	background-color:var(--swatch-var-7309);
	background-size:100% auto;
	border-radius:10px 10px 10px 10px;
	overflow:hidden;
	padding:20px 20px 20px 20px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.footer-column-padding{
	padding-right:30px;
}
.panel-text-height{
	min-height:20vh;
}
.divider-background-color{
	background-color:var(--swatch-var-3260);
}
.navbar-nav li a{
	color:var(--swatch-var-3260)!important;
	font-size:1.25rem;
	line-height:1.25rem;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.bloc-offcanvas{
	background-color:rgba(1,142,242,0.20);
}
.offcanvas-menu{
	border-style:_popUpItemAction:;
}
.offcanvas-header{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.offcanvas-title{
	color:#000000!important;
	margin-top:0px;
	margin-bottom:0px;
}
.offcanvas-close{
	color:#CE0027!important;
	font-size:2rem;
	cursor:pointer;
	margin-left:auto;
	opacity:0.8;
}
.offcanvas-close:hover{
	opacity:1.0;
}
.offcanvas-body{
	flex-direction:column;
	display:flex;
}
.offcanvas-content{
	width:100%;
	max-width:1300px;
	margin-right:auto;
	margin-left:auto;
}
.menu-dropdown{
	padding-left:1.75rem;
}
.offcanvas-footer{
	margin-top:auto;
}
.offcanvas-divider{
	background-color:transparent;
	border-color:#000000!important;
}
.offcanvas-social{
	width:100%;
	max-width:300px;
	margin-right:auto;
	margin-left:auto;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-around;
	color:#000000!important;
	font-size:2rem;
	padding-top:1rem;
	padding-bottom:1rem;
}
.grid-style{
	grid-template-columns:1fr 1fr 1fr 1fr 1fr;
	grid-template-rows:1fr 1fr;
}
.courses-buttons{
	align-self:stretch;
	color:var(--swatch-var-3260)!important;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:100%;
	font-size:0.9rem;
	background-color:var(--swatch-var-4958);
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-2869)!important;
	border-radius:10px 10px 10px 10px;
	text-transform:none;
	font-weight:bold;
}
.courses-buttons:hover{
	background-color:var(--swatch-var-7333);
	color:var(--swatch-var-2869)!important;
}
.top-nav{
	color:var(--swatch-var-3260)!important;
}
.volt-blog-item-list{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-2869)!important;
	margin:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	overflow:hidden;
	background-color:var(--swatch-var-3260);
}
.volt-blog-item-detail{
	padding:10px 10px 10px 10px;
	border-width:2px 2px 2px 2px;
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-color:var(--swatch-var-2869)!important;
	background-color:var(--swatch-var-3260);
}
.volt-blog-btn-readmore{
	background-color:var(--swatch-var-1039);
	margin:10px 10px 10px 10px;
}
.sticky-nav.sticky{
	background-color:var(--swatch-var-4604);
}
.volt-blog-item-title-list{
	margin:10px 10px 10px 10px;
	font-size:1.5rem;
}
.volt-blog-item-category-list{
	margin:10px 10px 10px 10px;
	font-size:1.25rem;
	display:none;
}
.volt-blog-item-body-list{
	margin:10px 10px 10px 10px;
}
.nav-block{
	border-style:solid;
	border-color:var(--swatch-var-1273)!important;
	border-width:0px 0px 5px 0px;
}
.login-icon{
	z-index:10001!important;
}
.tooltip{
	position:absolute;
	z-index:10001;
}
.volt-blog-nav-post{
	display:none;
}
.volt-blog-item-back{
	display:none;
}
.navbar-brand img{
	width:60px;
}
.footer-apply-text-style{
	font-family:"Paytone One";
	font-size:1.5rem;
}
.footer-tagline-style{
	font-family:"Paytone One";
	font-size:2rem;
	line-height:2.5rem;
}
.footer-link-top-titles{
	font-size:1.5rem;
	font-weight:bold;
	color:var(--swatch-var-3260)!important;
}
.volt-content li{
	font-size:1.25rem!important;
	line-height:1.4rem!important;
	color:var(--swatch-var-2869)!important;
}
ul, ol, li{
	color:var(--swatch-var-2869)!important;
	font-size:1.25rem;
	line-height:1.75rem;
}
.course-dropdpwn{
	white-space:nowrap;
	width:100%;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-2869)!important;
}
.home-info-01-image{
	border-radius:20px 20px 20px 20px!important;
	overflow:hidden!important;
}
.home-info-text{
	text-align:left;
}
.home-info-01-title{
	font-size:3em!important;
	font-family:"Paytone One"!important;
	text-align:left!important;
	line-height:3.5rem;
}
.home-cards-btns{
	display:flex;
}
.site-bg{
	background-size:cover;
	background-position:center top;
	background-repeat:space;
	background-image:url("img/background-04-square.svg");
}
.courses-buttons:active{
	color:var(--swatch-var-2869)!important;
	background-color:var(--swatch-var-4406);
}
.course-menu-btn{
	background-color:var(--swatch-var-4958);
	color:var(--swatch-var-3260)!important;
}
.course-menu-btn:active{
	color:var(--swatch-var-4958)!important;
	background-color:var(--swatch-var-4958);
}
.course-menu-btn:hover{
	background-color:var(--swatch-var-4958);
}
.course-menu-btn:focus{
	background-color:var(--swatch-var-4958);
}
.course-menu-btn:visited{
	background-color:var(--swatch-var-4958);
}
.news-alerts-01-bg{
	border-radius:30px 30px 30px 30px;
	padding:20px 20px 20px 20px;
	margin:20px 20px 20px 20px;
}
.all-courses-button{
	align-self:stretch;
	color:var(--swatch-var-2869)!important;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:100%;
	font-size:0.9rem;
	background-color:var(--swatch-var-1273);
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-2869)!important;
	border-radius:10px 10px 10px 10px;
	text-transform:none;
	font-weight:bold;
}
.all-courses-button:hover{
	background-color:var(--swatch-var-4604);
	color:var(--swatch-var-3260)!important;
}
.all-courses-button:active{
	color:var(--swatch-var-2869)!important;
	background-color:var(--swatch-var-4406);
}
.course-search{
	background-color:var(--swatch-var-1039);
	border-radius:30px 30px 30px 30px;
	overflow:hidden;
	padding:20px 20px 20px 20px;
}
.search{
	display:inline-flex;
}
.img-style{
	width:2560px;
	height:900px;
}
.svg-icon-fill{
	fill:var(--swatch-var-3260)!important;
}
.courses-buttons-search{
	align-self:stretch;
	color:var(--swatch-var-2869)!important;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:100%;
	font-size:0.9rem;
	background-color:var(--swatch-var-1039);
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-2869)!important;
	border-radius:10px 10px 10px 10px;
	text-transform:none;
	font-weight:bold;
	justify-items:start;
}
.courses-buttons-search:hover{
	background-color:var(--swatch-var-4604);
}
.courses-buttons-search:active{
	color:var(--swatch-var-2869)!important;
	background-color:var(--swatch-var-4406);
}
.standard-text-box-style{
	background-color:var(--swatch-var-3260);
	padding:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	overflow:hidden;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-2869)!important;
	margin:10px 0px 0px 0px;
}
.gap{
	column-gap:10px;
}
.home-title-tagline{
	word-spacing:0.5em;
}
.home-title-mission-statement{
	font-size:2rem;
	letter-spacing:0.1rem;
	line-height:2rem;
	font-weight:700;
	text-transform:none;
	font-family:"Lato";
	color:var(--swatch-var-3260)!important;
	margin-top:0px;
	margin-bottom:0px;
	text-shadow:0.54px 0.84px 2px #000000;
}
.home-mission-title{
	font-family:"Paytone One";
	font-size:5em;
	text-align:center;
	color:var(--swatch-var-3260)!important;
	text-transform:uppercase;
	line-height:3.75rem;
	text-shadow:1.31px 1.51px 2px #000000;
}
.standard-div-padding-style{
	background-color:var(--swatch-var-3260);
	padding:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	overflow:hidden;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-2869)!important;
	margin:10px 0px 0px 0px;
}
.footer-address-style{
	font-size:1.5rem;
	line-height:2rem;
	text-transform:none;
}
.standard-row-padding-border-style{
	background-color:var(--swatch-var-3260);
	padding:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	overflow:hidden;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-2869)!important;
	margin:10px 0px 0px 0px;
}
.home-supportive-text{
	font-family:"Lato";
	text-align:center;
	color:var(--swatch-var-3260)!important;
	text-transform:uppercase;
	line-height:3.75rem;
	text-shadow:1.31px 1.51px 2px #000000;
	font-weight:900;
	font-size:3rem;
	margin-top:0px;
	margin-bottom:0px;
	letter-spacing:0.2rem;
}
.footer-icon-bg:hover{
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-3260)!important;
}
.row-style{
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-3260)!important;
}
.home-section-divider{
	box-shadow:inset 0.00px -0.00px 11px #666666;
}
.bg-full-screen{
	background-size:length;
	background-position:center center;
	z-index:1;
	overflow:hidden;
	left:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:100vh;
}
.ani-overlay{
	top:10%;
	z-index:2;
	position:absolute;
	left:auto;
	right:auto;
}
.ani-top{
	left:auto;
	right:auto;
}
.home-logo-div-height{
	height:100vh;
}
a{
	color:var(--swatch-var-4958)!important;
	font-family:"Lato";
	font-weight:700;
}
.cookie-modal-style{
	border-radius:20px 20px 20px 20px;
	overflow:hidden;
	border-style:solid;
	border-color:var(--swatch-var-2869)!important;
	border-width:2px 2px 2px 2px;
	box-shadow:0.00px 0.00px 28px #000000;
}
.volt-blog-item-category-detail{
	display:none;
}
.youtube-consent-box{
	background-color:var(--swatch-var-1273);
}
.social-buttons-style{
	background-color:var(--swatch-var-4406);
}
.social-buttons-style:hover{
	background-color:var(--swatch-var-1273);
}
.checkbox-style{
	height:29px;
}
.orange-footer-border{
	border-style:solid;
	border-color:var(--swatch-var-1273)!important;
	border-width:3px 0px 0px 0px;
}
.emr-tagline .volt-content p{
	color:var(--swatch-var-3260)!important;
	font-size:1.75rem;
	font-weight:900;
	text-align:center;
	font-family:"Lato";
	line-height:2rem;
	margin-top:20px;
}
.pathways-holder-style{
	border-radius:30px 30px 30px 30px;
	overflow:hidden;
	background-color:var(--swatch-var-3260);
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-2869)!important;
}
.career-pathways-title{
	font-size:4rem;
	padding:40px 40px 40px 40px;
	font-family:"Paytone One";
	color:var(--swatch-var-3260)!important;
	line-height:4rem;
}
.career-pathways-box-title{
	font-size:4rem;
	line-height:4rem;
	font-family:"Paytone One";
}
.pathways-explore-box-container-style{
	border-top-width:2px;
	border-radius:20px 20px 20px 20px;
	border-style:solid;
	border-color:var(--swatch-var-3260)!important;
	background-color:var(--swatch-var-3260);
	overflow:hidden;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-3260:rgba(255,255,255,1.00);
	
	--swatch-var-4604:rgba(48,48,48,1.00);
	
	--swatch-var-4958:rgba(14,75,99,1.00);
	
	--swatch-var-7333:rgba(30,164,196,1.00);
	
	--swatch-var-1273:rgba(255,135,0,1.00);
	
	--swatch-var-1039:rgba(142,204,232,1.00);
	
	--swatch-var-4406:rgba(255,184,7,1.00);
	
	--swatch-var-3736:#F86376;
	
	--swatch-var-5216:rgba(204,218,224,0.79);
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
	--swatch-var-7309:rgba(102,102,102,1.00);
	
	--swatch-var-7235:rgba(39,174,96,1.00);
	
	--swatch-var-7070:#E74C3C;
	
	--swatch-var-3242:rgba(204,218,224,0.00);
	
}


/* Background colour styles */

.bgc-4958{
	background-color:var(--swatch-var-4958);
}
.bgc-3260{
	background-color:var(--swatch-var-3260);
}
.bgc-3736{
	background-color:var(--swatch-var-3736);
}
.bgc-1273{
	background-color:var(--swatch-var-1273);
}
.bgc-4406{
	background-color:var(--swatch-var-4406);
}
.bgc-4604{
	background-color:var(--swatch-var-4604);
}

/* Text colour styles */

.bgc-3260{
	background-color:var(--swatch-var-3260);
}
.tc-3260{
	color:var(--swatch-var-3260)!important;
}

/* Button colour styles */

.btn-c-7235{
	background:var(--swatch-var-7235);
	color:#FFFFFF!important;
}
.btn-c-7235:hover{
	background:#007B2D!important;
	color:#FFFFFF!important;
}
.btn-c-7070{
	background:var(--swatch-var-7070);
	color:#FFFFFF!important;
}
.btn-c-7070:hover{
	background:#B41909!important;
	color:#FFFFFF!important;
}
.btn-c-4406{
	background:var(--swatch-var-4406);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4406:hover{
	background:#CC8500!important;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-c-2869{
	color:var(--swatch-var-2869)!important;
	border-color:var(--swatch-var-2869)!important;
}

/* Icon colour styles */

.icon-3260{
	color:var(--swatch-var-3260)!important;
	border-color:var(--swatch-var-3260)!important;
}

/* Bloc image backgrounds */

.bg-Top-20BG{
	background-image:url("img/Top%20BG.jpg");
	background-image: -webkit-image-set(url("img/Top%20BG.webp") 1x,
url("img/Top%20BG.webp") 2x);background-image: image-set(url("img/Top%20BG.jpg") 1x,
url("img/Top%20BG.jpg") 2x,url("img/Top%20BG.webp") 1x,
url("img/Top%20BG.webp") 2x);
}
.bg-mission-statement-bg{
	background-image:url("img/mission-statement-bg.png");
	background-image: -webkit-image-set(url("img/mission-statement-bg.webp") 1x,
url("img/mission-statement-bg.webp") 2x);background-image: image-set(url("img/mission-statement-bg.png") 1x,
url("img/mission-statement-bg.png") 2x,url("img/mission-statement-bg.webp") 1x,
url("img/mission-statement-bg.webp") 2x);
}
.bg-orange-bg{
	background-image:url("img/orange-bg.png");
	background-image: -webkit-image-set(url("img/orange-bg.webp") 1x,
url("img/orange-bg.webp") 2x);background-image: image-set(url("img/orange-bg.png") 1x,
url("img/orange-bg.png") 2x,url("img/orange-bg.webp") 1x,
url("img/orange-bg.webp") 2x);
}
.bg-blue-bg{
	background-image:url("img/blue-bg.png");
	background-image: -webkit-image-set(url("img/blue-bg.webp") 1x,
url("img/blue-bg.webp") 2x);background-image: image-set(url("img/blue-bg.png") 1x,
url("img/blue-bg.png") 2x,url("img/blue-bg.webp") 1x,
url("img/blue-bg.webp") 2x);
}
.bg-blobs-bg-animated-css-withsvgfilters{
	background-image:url("img/blobs-bg-animated-css-withsvgfilters.svg");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.samehtwrapper .display-in-blocs-edit-mode-only {
	  display:block;
	  position:relative;
	  height:40px;
	  padding-top:6px;
	  padding-left:10px;
	  font-size: 1.5em;
	  background-color: #cccccc}
/* = Additional CSS
-------------------------------------------------------------- */
/* === Pathways: Bloc constrained to main content width === */
#pathway-bloc {
  width: 100% !important;         /* full width of parent container */
  max-width: 1140px !important;   /* match page content width */
  margin: 40px auto !important;   /* center horizontally */
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* Make sure the widget fills the full width of the bloc */
#pathways-target,
#pathways-widget,
#global-pathways-widget,
#pathway-bloc > div {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  margin: 0 !important;           /* reset any offsets */
}



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-size:1.25rem;
		line-height:1.75rem;
	}
	h1{
		font-size:2rem;
		line-height:2.5rem;
	}
	h2{
		font-size:1.75rem;
		line-height:2.25rem;
	}
	p{
		font-size:1.25rem;
		line-height:1.6rem;
	}
	h3{
		font-size:1.5rem;
		line-height:2rem;
		font-family:"Lato";
		font-weight:900;
	}
	h4{
		font-size:1.5rem;
		line-height:1.75rem;
	}
	h5{
		font-size:1.5rem;
		line-height:1.75rem;
	}
	h6{
		font-size:1rem;
		line-height:1.25rem;
	}
	label{
		font-size:1rem;
		line-height:1.25rem;
	}
	.home-title{
		font-size:4em;
		line-height:3.5rem;
	}
	.blue-home-button{
		margin:5px 5px 5px 5px;
		padding:5px 5px 5px 5px;
	}
	.orange-home-button{
		margin:5px 5px 5px 5px;
		padding:5px 5px 5px 5px;
	}
	.home-card-grid{
		grid-template-columns:1fr 1fr 1fr 1fr;
	}
	.col-spacing{
		display:flex;
	}
	.footer-container{
		margin-right:10px;
		margin-left:10px;
	}
	.grid-style{
		grid-template-columns:1fr 1fr 1fr 1fr;
		grid-template-rows:1fr 1fr 1fr;
	}
	.courses-buttons{
		align-self:stretch;
		background-size:length;
		display:inline-flex;
		height:100%;
		font-size:0.9rem;
	}
	.h2-style{
	}
	.navbar-nav li a{
		color:var(--swatch-var-3260)!important;
	}
	.volt-content li{
		line-height:1.4rem;
	}
	.home-info-text{
		text-align:center;
	}
	.home-info-01-title{
		text-align:center;
	}
	.all-courses-button{
		align-self:stretch;
		background-size:length;
		display:inline-flex;
		height:100%;
		font-size:0.9rem;
	}
	.courses-buttons-search{
		align-self:stretch;
		background-size:length;
		display:inline-flex;
		height:100%;
		font-size:0.9rem;
	}
	.home-mission-title{
		font-size:4.5em;
		line-height:3.5rem;
	}
	.home-supportive-text{
		font-size:3em;
		line-height:3.5rem;
		letter-spacing:0.2rem;
	}
	.home-title-mission-statement{
		letter-spacing:0.15rem;
		line-height:2.25rem;
	}
	.ani-overlay{
		top:10px;
		left:auto;
		right:auto;
		position:absolute;
	}
	.bg-full-screen{
		width:100vw;
	}
	.ani-top{
		left:auto;
		right:auto;
	}
	.career-pathways-title{
		line-height:4rem;
	}
	.career-pathways-box-title{
		text-align:center;
	}
	
}

@media (max-width: 767px){
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-size:1.25rem;
		line-height:1.5rem;
	}
	h1{
		font-size:2rem;
		line-height:2.5rem;
	}
	h2{
		font-size:1.75rem;
		line-height:2.25rem;
	}
	p{
		font-size:1rem;
		line-height:1.4rem;
	}
	h3{
		font-size:1.5rem;
		line-height:2rem;
		font-family:"Lato";
		font-weight:900;
	}
	h4{
		font-size:1.5rem;
		line-height:1.75rem;
	}
	h5{
		font-size:1.5rem;
		line-height:1.75rem;
	}
	h6{
		font-size:1rem;
		line-height:1.25rem;
	}
	label{
		font-size:1rem;
		line-height:1.25rem;
	}
	.home-title{
		font-size:4em;
		line-height:3.25rem;
	}
	.orange-home-button{
		margin:5px 5px 5px 5px;
		padding:5px 5px 5px 5px;
	}
	.blue-home-button{
		padding:5px 5px 5px 5px;
	}
	.nav-bar-styling{
		background-color:var(--swatch-var-5216);
	}
	.grid-style{
		grid-template-columns:1fr 1fr 1fr;
	}
	.courses-buttons{
		font-size:1rem;
	}
	.h2-bloc-0-style{
	}
	.navbar-nav li a{
		color:var(--swatch-var-3260)!important;
		text-decoration:none;
		line-height:2rem;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3260)!important;
		fill:var(--swatch-var-3260)!important;
	}
	.volt-content li{
		font-size:1rem;
		line-height:1.2rem;
	}
	ul, ol, li{
		font-size:1rem;
		line-height:1.5rem;
	}
	.home-info-text{
		text-align:center;
	}
	.news-alerts-01-bg{
		border-radius:20px 20px 20px 20px;
		margin:10px 10px 10px 10px;
		padding:10px 10px 10px 10px;
	}
	.volt-blog-hide-in-detail{
	}
	.volt-blog-item-detail{
		border-radius:20px 20px 20px 20px;
	}
	.all-courses-button{
		font-size:1rem;
	}
	.course-search{
		border-radius:20px 20px 20px 20px;
		padding:5px 5px 5px 5px;
	}
	.course-search-grid-block{
	}
	.courses-buttons-search{
		font-size:1rem;
	}
	.home-mission-title{
		font-size:4em;
		line-height:3.25rem;
	}
	.footer-container{
	}
	.home-supportive-text{
		font-size:4em;
		line-height:4.25rem;
		letter-spacing:0.2rem;
	}
	.inline-icons{
		bottom:80px;
	}
	.social-buttons-style{
		margin:5px 5px 5px 5px;
	}
	.emr-tagline .volt-content p{
		font-size:1.5rem;
		line-height:2rem;
	}
	.career-pathways-title{
		line-height:3.5rem;
	}
	.career-pathways-box-title{
		text-align:center;
		font-size:2.5rem;
		line-height:3.5rem;
	}
	
}

@media (max-width: 575px){
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-size:1.25rem;
		line-height:1.5rem;
	}
	h1{
		font-size:2rem;
		line-height:2.5rem;
	}
	h2{
		font-size:1.75rem;
		line-height:2.25rem;
	}
	p{
		font-size:1rem;
		line-height:1.4rem;
	}
	h3{
		font-size:1.5rem;
		line-height:2rem;
		font-family:"Lato";
		font-weight:900;
	}
	h4{
		font-size:1.5rem;
		line-height:1.75rem;
	}
	h5{
		font-size:1.5rem;
		line-height:1.75rem;
	}
	h6{
		font-size:1rem;
		line-height:1.25rem;
	}
	label{
		font-size:1rem;
		line-height:1.25rem;
	}
	.home-title{
		font-size:2rem;
		line-height:3.25rem;
		text-decoration:none;
	}
	.orange-home-button{
		margin:5px 5px 5px 5px;
		padding:5px 5px 5px 5px;
	}
	.blue-home-button{
		padding:5px 5px 5px 5px;
		margin:5px 5px 5px 5px;
	}
	.inline-icons{
		bottom:80px;
	}
	.elms-icon-size{
	}
	.footer-link{
		text-align:left;
	}
	.h2-style{
		line-height:2rem;
		font-size:2rem;
	}
	.navbar-logo{
		font-size:18px;
	}
	.courses-buttons{
		height:100%;
		text-decoration:none;
		display:inline-flex;
		align-items:center;
		justify-content:center;
		font-size:1rem;
	}
	.grid-style{
		grid-template-columns:1fr 1fr;
		grid-template-rows:1fr 1fr 1fr 1fr 1fr;
	}
	.home-title-tagline{
		font-size:1.5rem;
	}
	.nav-block{
		border-style:solid;
		border-color:var(--swatch-var-1273)!important;
		border-width:0px 0px 5px 0px;
	}
	.navbar-nav li a{
		color:var(--swatch-var-3260)!important;
		line-height:2rem;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3260)!important;
		fill:var(--swatch-var-3260)!important;
	}
	.volt-content li{
		line-height:1.2rem;
	}
	.home-info-01-image{
		border-radius:20px 20px 20px 20px!important;
		overflow:hidden!important;
	}
	.home-info-text{
		text-align:center;
	}
	.home-info-01-title{
		font-size:2em;
		line-height:3rem;
	}
	.all-courses-button{
		height:100%;
		text-decoration:none;
		display:inline-flex;
		align-items:center;
		justify-content:center;
		font-size:1rem;
	}
	.course-search-grid-block{
		grid-template-columns:2fr;
	}
	.courses-buttons-search{
		height:100%;
		text-decoration:none;
		display:inline-flex;
		align-items:center;
		justify-content:center;
		font-size:1rem;
	}
	.home-title-mission-statement{
		font-size:1.5rem;
		line-height:2.25rem;
	}
	.home-mission-title{
		font-size:2em;
		line-height:2rem;
		text-decoration:none;
	}
	.footer-container{
		margin-left:0px;
		margin-right:0px;
	}
	.home-supportive-text{
		font-size:2em;
		line-height:2.25rem;
		text-decoration:none;
	}
	.social-buttons-style{
		margin-top:5px;
	}
	.footer-tagline-style{
		font-size:2.25rem;
	}
	.emr-tagline .volt-content p{
		font-size:1.5rem;
	}
	.career-pathways-title{
		font-size:2.75rem;
	}
	
}

