/*-----------------------------------------------------------------------------------
	LHH Website (Blocs4)
	About: A shiny new Blocs website.
	Author: Rev. G. Luck
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#000000;
    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 */


/* 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;}}

/* = 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;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 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;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-r-edge{
	background-position: right!important;
	background-repeat: no-repeat;
}


/* 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
-------------------------------------------------------------- */

/* 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-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

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

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

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}




.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;
}

/* = 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;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:100%;
	width:100%;
}
.main-logo{
	height:150px;
	float:left;
	padding-right:15px;
}
.menubar{
	background-color:#A50D00;
	background:linear-gradient(306deg, #6C1212, #8F0C01);
	border-color:#C9AF76!important;
	border-style:solid;
	height:60px;
	border-width:3px 0px 3px 0px;
}
.main-background{
	height:575px;
}
.button{
	width:90%;
	background-color:#8A1818;
	margin-top:10px;
	border-color:rgba(0,0,0,0.0)!important;
	color:#FBF8E6!important;
}
.button:hover{
	background-color:#6C1212;
	color:#FFE397!important;
}
.encouraged{
	width:90%;
	padding-top:40px;
}
.footer{
	background:linear-gradient(270deg, #6C1212, #8E0C01);
	border-style:solid;
	border-color:#FEE7B6!important;
	display:block;
	border-width:3px 0px 0px 0px;
}
.fb-icon{
	width:25px;
	margin-bottom:10px;
	margin-top:10px;
}
.verse-padding{
	padding-top:70px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.row-style{
	width:38.39%;
}
.event-container{
	margin-bottom:15px;
}
.menubar-buttons{
	color:#FBF8E6!important;
	float:none;
}
.footer-address{
	border-color:#FED36D!important;
	padding-top:10px;
}
.about-photos{
	padding-top:40px;
	padding-bottom:20px;
	width:90%;
}
.about-text-area{
	padding-top:40px;
}
.img-staff-laur-style{
	width:175px;
}
.h3-style{
	width:100%;
}
.founder-name{
	width:175px;
}
.support-photo{
	border-style:none;
	border-color:#C9AF76!important;
	width:90%;
	border-width:1px 1px 1px 1px;
}
.p-style{
	width:100%;
}
.img-bw-strengthen-style{
	width:473px;
}
.img-17-style{
	width:120px;
}
.half-header{
	width:100%;
}
.campus-logo-size{
	float:left;
	width:50%;
	padding-top:5%;
	padding-bottom:5%;
}
.campus-menubar{
	background-color:transparent;
	background:linear-gradient(90deg, #8E0C01, #6C1212);
	border-color:#374A5A!important;
	border-style:solid;
	height:60px;
	overflow:visible;
	border-width:2px 0px 2px 0px;
}
.message-padding{
	padding-bottom:20px;
}
.contact-us-padding{
	padding-bottom:15px;
}
.drop-shadow{
	opacity:0.5;
	background-color:#FAFAF9;
	color:#46454B!important;
}
.drop-shadow:hover{
	;
}
.drop-shadow:active{
	text-shadow:2px 4px 20px #000000;
	opacity:0.5;
}
.campus-crown:active{
	max-width:50%;
	min-width:50%;
	display:inline;
}
.img-half-header-style{
	width:696px;
}
.campus-handup-crown{
	float:right;
}
.campus-logo{
	width:250px;
	float:left;
}
.img-logo-listowel--style{
	width:250px;
}
.img-15-style{
	width:250px;
}
.img-15-logo-listow-style{
	width:250px;
}
.mobile-campus-buttons{
	width:32.3%;
	margin-bottom:20px;
	margin-right:1%;
	color:#FFE397!important;
}
.poster-padding{
	width:95%;
	margin-top:20px;
}
.cell-calendar-pad{
	padding-right:5%;
	padding-left:5%;
}
.img-staff-ge-style{
	width:120px;
}
.img-56-style{
	width:120px;
	height:120px;
}
.emboldened{
	height:475px;
}
.button:active{
	color:#FFE397!important;
}
.menubar-buttons:active{
	color:#FFE397!important;
}
.menubar-buttons:hover{
	color:#FCF5C4!important;
}
.mobile-campus-buttons:hover{
	color:#FBF8E6!important;
}
.link-style{
	text-decoration:line-through;
}
.h6-style{
	font-size:16px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-1524:rgba(255,254,236,1.00);
	
	--swatch-var-4610:#778184;
	
	--swatch-var-1518:rgba(144,9,0,1.00);
	
	--swatch-var-2218:rgba(220,188,115,1.00);
	
	--swatch-var-1255:rgba(184,184,184,1.00);
	
	--swatch-var-2009:#747474;
	
	--swatch-var-7075:rgba(202,176,118,1.00);
	
	--swatch-var-4721:rgba(108,19,19,1.00);
	
	--swatch-var-5452:rgba(167,146,97,1.00);
	
	--swatch-var-5283:rgba(128,111,75,1.00);
	
	--swatch-var-197:#FFFFFF;
	
}


/* Background colour styles */

.bgc-2218{
	background-color:var(--swatch-var-2218);
}
.bgc-4610{
	background-color:var(--swatch-var-4610);
}
.bgc-1255{
	background-color:var(--swatch-var-1255);
}
.bgc-2009{
	background-color:var(--swatch-var-2009);
}
.bgc-5283{
	background-color:var(--swatch-var-5283);
}

/* Text colour styles */

.tc-4610{
	color:var(--swatch-var-4610)!important;
}
.tc-1255{
	color:var(--swatch-var-1255)!important;
}
.tc-2218{
	color:var(--swatch-var-2218)!important;
}
.tc-1524{
	color:var(--swatch-var-1524)!important;
}
.tc-197{
	color:var(--swatch-var-197)!important;
}
.tc-2009{
	color:var(--swatch-var-2009)!important;
}
.tc-7075{
	color:var(--swatch-var-7075)!important;
}

/* Button colour styles */

.btn-c-4721{
	background:var(--swatch-var-4721);
	color:#FFFFFF!important;
}
.btn-c-4721:hover{
	background:#390000!important;
	color:#FFFFFF!important;
}
.btn-c-1518{
	background:var(--swatch-var-1518);
	color:#FFFFFF!important;
}
.btn-c-1518:hover{
	background:#5D0000!important;
	color:#FFFFFF!important;
}
.btn-c-5452{
	background:var(--swatch-var-5452);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-5452:hover{
	background:#745F2E!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-5283{
	background:var(--swatch-var-5283);
	color:#FFFFFF!important;
}
.btn-c-5283:hover{
	background:#4D3C18!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-1524{
	color:var(--swatch-var-1524)!important;
}
.ltc-1524:hover{
	color:#CCCBB9!important;
}
.ltc-1255{
	color:var(--swatch-var-1255)!important;
}
.ltc-1255:hover{
	color:#858585!important;
}
.ltc-2009{
	color:var(--swatch-var-2009)!important;
}
.ltc-2009:hover{
	color:#414141!important;
}

/* Bloc image backgrounds */

.bg-main-top-banner-201{
	background-image:url("img/main_top_banner%201.jpg");
	background-image: -webkit-image-set(url("img/main_top_banner%201.webp") 1x,
url("img/main_top_banner%201.webp") 2x);background-image: image-set(url("img/main_top_banner%201.jpg") 1x,
url("img/main_top_banner%201.jpg") 2x,url("img/main_top_banner%201.webp") 1x,
url("img/main_top_banner%201.webp") 2x);
}
.bg-main-body{
	background-image:url("img/main_body.jpg");
	background-image: -webkit-image-set(url("img/main_body.webp") 1x,
url("img/main_body.webp") 2x);background-image: image-set(url("img/main_body.jpg") 1x,
url("img/main_body.jpg") 2x,url("img/main_body.webp") 1x,
url("img/main_body.webp") 2x);
}
.bg-cell-background-1{
	background-image:url("img/cell_background_1.jpg");
	background-image: -webkit-image-set(url("img/cell_background_1.webp") 1x,
url("img/cell_background_1.webp") 2x);background-image: image-set(url("img/cell_background_1.jpg") 1x,
url("img/cell_background_1.jpg") 2x,url("img/cell_background_1.webp") 1x,
url("img/cell_background_1.webp") 2x);
}
.bg-bw-changed{
	background-image:url("img/bw_changed.jpg");
	background-image: -webkit-image-set(url("img/bw_changed.webp") 1x,
url("img/bw_changed.webp") 2x);background-image: image-set(url("img/bw_changed.jpg") 1x,
url("img/bw_changed.jpg") 2x,url("img/bw_changed.webp") 1x,
url("img/bw_changed.webp") 2x);
}
.bg-cell-page2-main-body-light{
	background-image:url("img/cell_page2_main_body_light.jpg");
	background-image: -webkit-image-set(url("img/cell_page2_main_body_light.webp") 1x,
url("img/cell_page2_main_body_light.webp") 2x);background-image: image-set(url("img/cell_page2_main_body_light.jpg") 1x,
url("img/cell_page2_main_body_light.jpg") 2x,url("img/cell_page2_main_body_light.webp") 1x,
url("img/cell_page2_main_body_light.webp") 2x);
}
.bg-campus-20banner{
	background-image:url("img/campus%20banner.jpg");
	background-image: -webkit-image-set(url("img/campus%20banner.webp") 1x,
url("img/campus%20banner.webp") 2x);background-image: image-set(url("img/campus%20banner.jpg") 1x,
url("img/campus%20banner.jpg") 2x,url("img/campus%20banner.webp") 1x,
url("img/campus%20banner.webp") 2x);
}



/* = 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){
	.img-bw-brok-style{
		width:200px;
	}
	.img-bw-chang-style{
		width:200px;
	}
	.half-bloc{
		width:50%;
		float:inherit;
	}
	.campus-handup-crown{
		width:100%;
		display:inline;
		float:right;
	}
	.cell-logo-padding{
	}
	.campus-logo{
	}
	.mobile-campus-buttons{
		width:32%;
		margin-bottom:20px;
		margin-right:1%;
	}
	.email-form-padding{
		padding-bottom:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

@media (max-width: 767px){
	.img-bw-strengthen-style{
		width:200px;
	}
	.p-11-style{
		padding-bottom:15px;
	}
	.img-bw-hopef-style{
		width:200px;
	}
	.img-bw-brok-style{
		;
	}
	.campus-logo-size{
	}
	.campus-handup-crown{
	}
	.campus-logo{
	}
	.campus-logo:active{
		min-width:25%;
		max-width:25%;
	}
	.img-logo-listowel--style{
		width:250px;
	}
	.img-logo-listowel--style:active{
		padding-top:10%;
		padding-bottom:10%;
	}
	.container-div-style{
		width:50%;
	}
	.container-div-0-style{
		width:49.65%;
	}
	.half-header:active{
		min-width:100%;
		max-width:100%;
	}
	
}

@media (max-width: 575px){
	.fb-icon{
		margin-right:3px;
	}
	.return-to-top{
		width:25px;
	}
	.img-logo-listow-style{
		width:200px;
	}
	.cell-logo-padding{
		margin-top:350px;
	}
	.verse-padding{
	}
	.cell-verse-padding{
		padding-top:10px;
		padding-bottom:10px;
	}
	.footer{
		margin-bottom:0px;
	}
	.footer-address{
		padding-top:10px;
	}
	.p-11-style{
		width:96.67%;
	}
	.p-10-style{
		width:100%;
	}
	.img-staff-laur-style{
		width:175px;
	}
	.img-16-style{
		width:125px;
	}
	.send-button-padding{
		margin-top:30px;
	}
	.img-19-style{
		width:100px;
	}
	.img-bloc-20-style{
		width:25px;
	}
	.cell-calendar-pad{
		margin-bottom:30px;
		padding-right:5%;
		padding-left:5%;
		margin-top:10px;
	}
	.campus-address-padding{
		margin-top:30px;
		margin-bottom:40px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

