/*!
Theme Name: Light of Life 2.0
Theme URI:
Author: Ryan Tang
Author URI:
Description: Description
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: light-of-life-2-0
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Light of Life 2.0 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

html{scroll-behavior:smooth}

html {
	min-height: 100vh;
	position: relative;
}

* {
	font-family: Gotham, "Helvetica Neue", sans-serif, serif;
}

body {
	color: #2D3336;
	min-height: 100vh;
}

p {
	font-size: 1.3em;
}

.w-30 {
	width: 30%!important;
}

ul li {
	color: #2D3336;
}

.container-fluid {
	max-width: 79rem;
}

#sticky-header {
	z-index: 99999;
}

header {
	position: relative;
	
}

header .menu-item {
	padding-bottom: 0.5rem !important;
	}

header #menu-main-menu > .menu-item {
	 text-transform: uppercase;
}

header .sub-menu {
		display: none;
	}

header .sub-menu.show {
	display: block;
	padding-top: 0.5rem;
}

/*header .container-fluid, #site-footer .container-fluid {*/
/*	max-width: 95em;*/
/*}*/

#site-footer .footer-tax {
	margin-left: 15px;
}

header .btn-primary {
	padding: 0.5em;
}

p {
	font-weight: 300;
/* 	font-size: 1.2rem; */
}

.lh2 {
	line-height: 2;
}

img {
	max-width: 100%;
}

.carousel-item {
	max-height: 800px;
}


#home-banner-text {
	background: #103863;
	color: #fff;
	padding: 2rem;
}

#home-carousel .carousel-caption {
	top: 0;
	bottom: 0;
	align-items: center;
	text-align: left;
}

#home-carousel h5 {
	color: #fff;
}

#home-banner .h4 {
		font-size: 1.2rem;
	}

#home-banner .h1 {
		font-size: 2rem;
	}

#home-image-container {
	padding-bottom: 1.5rem;
}

#home-first-name {
	padding-bottom: 1rem;
}

#impact-icons {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.85em;
}

.bottom-banner-icon {
	position: absolute;
	left: -12rem;
	bottom: -2rem;
}

.carousel-indicators button {
	border-radius: 100%;
	height: 15px;
	width: 15px;
	padding: 0;
	margin: 20px 5px;
	border: 1px solid #373330;
	background: #5d5651;
	opacity: 0.5;
}

.carousel-indicators button.active {
	background: #fff;
	border: 1px solid #8E8C8A;
}

.carousel-indicators button:focus {
	outline: none;
}

/*.navbar-toggler {*/
/*	border-bottom-color: #103863;*/
/*}*/


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #103863;
}

.story-box {
	max-height: 100%;
}
/* 
.story-title {
	position: absolute;
	bottom: 30%;
	right: 7%;
	left: 7%;
	color: #fff;
} */

@media screen and (min-width: 480px) {
	.story-body p:last-child {
		display: none;
	}
}

.story-body {
	position: absolute;
	bottom: 10%;
	right: 7%;
	left: 7%;
}

.story-box:hover .story-body > p:last-child {
	display: block;
	animation: fade 1s;
}

#facts {
	background: #FDF2C7;
	padding: 150px 20px 60px 20px;
	border-radius: 20px;
	position: relative;
	top: -100px;
	z-index: -1;
}

#facts-container {
	margin-bottom: -10px;
}

/* #hope a {
	color: #fff;
	position: absolute;
	left: 30px;
	bottom: 15px;
	text-decoration: underline;
} */

#hope .overlay-caption {
	bottom: 0.5rem;
}

#hope .h5 {
	color: #fff;
}

#hope .col-12 {
	max-height: 300px;
	overflow: hidden;
	border-radius: 15px;
}

#hope .hope-body {
	font-size: 0.95em;
}

#hope .col-12:hover .hope-body {
	display: block;
}

#hope img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#hope .hope-body {
	display: none;
}

.overlay, #hope .overlay {
	background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.9) 100%);
	opacity: 1;
}

.chevron-right::before {
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.3em;
	position: relative;
	top: 0.5em;
	transform: rotate(45deg);
	vertical-align: top;
	width: 0.45em;
}

#impact .chevron-right::before {
	top: 3.6em;
}

.imageshrinktest {
	width:10%;
	height: 150px;
}

.rounded15 {
	border-radius: 15px;
}

#impact a {
	color: #103863;
	font-size: 1.2em;
	font-weight: bold;
}

#impact {
	margin-top: 95px;
}

#newsletter {
	background: #DAEBF3;
}

#newsletter .form-control {
	height: calc(2.5em + 1rem + 2px);
	border-radius: 15px;
}

#newsletter .form-control::placeholder {
	color: #9CA9AE;
}

.btn {
	border-radius: 50px;
	padding: 0.7em;
	width: 15em;
	font-weight: bold;
}

.btn-small {
	border-radius: 30px;
	padding: 0.7em;
	width: 10em;
	font-weight: bold;
}

.btn-medium {
	padding: 0.7em;
}

.btn-yellow {
	background: #EAAA00;
	color: #003865;
}

.btn-white {
	background: #003865;
	color: #003865;
	border-radius: 3px;
	border: 50px solid #EAAA00;
}

.btn-light-yellow {
	background: #FBDB65;
	color: #003865;
}

.btn-light-blue {
	background: #8DC8E8;
	color: #003865;
	border-color: #8DC8E8;
}

.btn-light-blue:hover {
	background: #003865;
	color: #8DC8E8;
	border-color: #003865;
}

#site-footer .btn-light-blue:hover {
    border-color: #8DC8E8;
}


.btn-dark-blue {
	background: #003865;
	color: #FBDB65!important;
	border-color: #003865;
}

.btn-dark-blue:hover {
	color: #003865;
	background: #FBDB65;
	border-color: #FBDB65;
}

#map {
	height: 675px;
	width: 100%;
}

#bottom-banner {
	background: #FDF2C7;
	position: relative;
}

#site-footer {
	background: #103863;
	color: #fff;
/* 	    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
}

#site-footer .nav-link {
	color: #fff;
	font-weight: bold;
}

.navbar {
	padding-right: 0;
}

.navbar a {
	color: #003865;
	font-weight: bold;
}

.navbar>.container-fluid {
	display: block;
}

.navbar-brand  {
	margin: 0;
/* 	max-width: 60%; */
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.navbar-brand img {
	max-width: 80%;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #003865;
	font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
	color: #003865;
/* 	font-size: 0.9rem; */
}

#social-icons {
	position: absolute;
	top: 0;
	right: 0;
	justify-content: space-between;
	display: flex;
}

#social-icons i {
	font-size: 1rem;
	color: #fff;
	background: #003865;
	width: 2.3rem;
	height: 2.3rem;
	text-align: center;
	line-height: 2.3rem;
	border-radius: 100%;
	margin-right: 7px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.news-date {
	font-size: 1em;
}

.news-text {
	font-size: 1.2em;
}

#locations {
	position: relative;
	margin-top: 40px;
	text-align:center;
}

#map-overlay {
	position: absolute;
	top: 15%;
	right: 5%;
	z-index: 9999;
	background: #003865;
	color: #fff;
	border-radius: 15px;
	padding: 20px;
	width: 30%;
}

#map-overlay {
	line-height: 1.2em;
	text-align: left;
}

#map-overlay .h3 {
	color: #fff;
}

#map-overlay .col {
	line-height: 1.5em;
	font-size: 1rem!important;
}

.leaflet-tile-pane {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#location-buttons {
	position: absolute;
	top: -25px;
	left: 15%;
	z-index: 9999;
	width: 70%;
}

#location-buttons .btn {
	background: #E2AC30;
}

#map-wrapper {
	position: relative;
}

#overlay-address, #overlay-city, #overlay-phone {
	font-size: 1.2rem;
}

#overlay-services p {
	margin-bottom: 0.7rem;
}

#locations .h1 {
	margin-bottom: 60px;
}

.text-light-blue {
	color: #009CDE;
}

.text-dark-blue {
	color: #003865;
}

.text-black {
	color: #000000;
}

.arrow-nav {
	background: #fff;
	height: 2rem;
	width: 2rem;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	line-height: 2rem;
}

.bg-light-blue {
	background: #bfdceb;
}

.border-top-left {
	position: relative;
}

/* .border-top-left:before {
	content: "";
	border-top: #E2AC30 4px solid;
	position: absolute;
	top: 0;
	left: 0;
	right: 85%;
	z-index: 9999999;
} */

.chevron::after {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: -0.05em;
	transform: rotate(-45deg);
	vertical-align: middle;
	width: 0.45em;
}

.chevron.right:after {
	left: 1.5em;
	transform: rotate(45deg);
}


.overlay {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	top: 0;
	background: black;
	opacity: 0.5;
}

.overlay-caption {
	position: absolute;
	bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.mb-6 {
	margin-bottom: 6em !important;
}

.mt-6 {
	margin-top: 6em !important;
}

.pt-6 {
	padding-top: 6em !important;
}

.pb-6 {
	padding-bottom: 6em !important;
}

.shrink {
	padding-bottom: 0!important;
	padding-top: 0!important;
}

.sticky-top, .sticky-top .btn, .navbar-nav  {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.shrink .navbar-brand {
	max-width: 75%;
}

.shrink .btn {
	padding: 0.2em;
}

.shrink .mb-3 {
	margin-bottom: 0.3em!important;
}

.shrink #social-icons i {
	font-size: 0.7rem;
	color: #fff;
	background: #103863;
	width: 2rem;
	height: 2rem;
	text-align: center;
	line-height: 2rem;
	border-radius: 100%;
	margin-right: 7px;
}

.shrink .navbar-nav {
	margin-top: 2rem!important;
}

.shrink .pt-3 {
	padding-top: 0.7rem!important;
}

.card-header, .card {
	background: none;
	border: none;
}

.card-header, .card-header .btn {
	padding: 0;
	font-size: 1rem;
	color: #103863;
	width: 26em;
}

.card-header {
	position: relative;
	border: none;
}

.card-body {
	font-size: 1.2rem;
	font-weight: 300;
}

.card-header .btn:hover {
	text-decoration: none;
}

.card-header .btn:after {
	right: 0.8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    display: block;
    background-position: center;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    content: '';
}

.card-header .btn.collapsed:after {
    background: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
 
}

.card-header .btn:not(.collapsed):after {
	background: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}


/*--------------------------------------------------------------
# Template A
--------------------------------------------------------------*/

.template-a .background-rays {
	right: 2rem;
	bottom: -16rem;
	width: 700px;
}

#template-a-form input[type="text"], #template-a-form input[type="email"] {
	padding: 1.5em;
	border-radius: 20px;
	display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#template-a-form {
	background: #C7DEEA;
}

#template-a-form .form-control::placeholder {
	font-weight: lighter;
}

#template-a-form .gform_footer {
	text-align: center;
	display: block!important;
}

#template-a-form #gform_submit_button_5 {
	background: #EAAA00;
    color: #003865;
	padding: 0.7em;
	    border-radius: 50px;
    padding: 0.7em;
    width: 15em;
    font-weight: bold;
	text-transform: uppercase!important;
	margin-top: 2rem!important;
	    display: inline-block;
	    border: 1px solid transparent;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#template-a-timeline .slick-arrow {
	top: auto;
	bottom: 3.3rem;
}

#template-a-top-slider .slick-arrow span {
	position: relative;
	top: -1px;
}

#template-a-timeline .slick-next, #template-a-timeline .slick-prev, .template-a-bottom-slider .slick-next, .template-a-bottom-slider .slick-prev {
/* 	background: #F9E996; */
	background: #EAAA00;
	color: #003865;
}

#template-a-timeline .slick-slider {
	padding-top: 0.3rem;
}

.template-a-timeline-slider .slick-slide {
	padding: 1em;
}


.template-a-timeline-slider .slick-slide .h1 {
	color: #d4e7f1;
font-size: 5rem;
    line-height: 0.5;
    margin-bottom: 2rem;
	transition: color 0.5s linear;
}

.template-a-timeline-slider .slick-slide.slick-current .h1 {
	 color: #009CDE;   
}

.template-a-timeline-slider .timeline-text {
	visibility: hidden;
  opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

.template-a-timeline-slider .slick-slide.slick-current .timeline-text {
	visibility: visible;
  opacity: 1;
}

#template-a-values img {
/* 	width: 70%; */
	margin-bottom: 1em;
}

.template-a-bottom-slider .overlay {
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,1) 100%);
	opacity: 1;
}

#template-a-top-slider .slick-slide img {
	border-radius: 15px;
	height: 20rem;
	overflow: hidden;
	width: 100%;
	object-fit: cover;
	
}

/*--------------------------------------------------------------
# Template B
--------------------------------------------------------------*/

/*.blue-gradient .container-fluid {*/
/*	max-width: 95rem;*/
/*}*/

.template-b {
	padding-bottom: 200px;
}


/*--------------------------------------------------------------
# Template C
--------------------------------------------------------------*/

#template-c-image-row .border-top-left:before {
	left: 3%;
	right: 84%;
}

#template-c-banner {
	background: rgb(237,245,250);
	background: linear-gradient(180deg, rgba(237,245,250,1) 0%, rgba(191,220,235,1) 20%, rgba(255,255,255,1) 100%);
}

#template-c-banner img {
	width: 100%;
    height: 300px;
    object-fit: cover;
	border-radius: 22px;
}

#template-c-banner .slick-slide p {
	bottom: 0.5rem;
	left: 1rem;
	right: 1rem;
	display: none;
}

#template-c-banner .slick-slide.slick-current p {
	display: block;
	font-size: 1rem;
}
	
#template-c-banner .slick-active .overlay {
	left: 5px;
	right: 7px;
	top: 5px;
	bottom: 5px;
	    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,1) 100%);
    opacity: 1;
}

	#template-c-banner .slick-slide {
		position: relative;
	}

#templateCCarousel .item {
	display: inline;
}


.slick-slider {
	position: relative;
	padding-top: 6.375rem;
	margin-top: 2rem;
}

.slick-arrow {
	font-size: 1.5rem;
	background: #fff;
	height: 3rem;
	width: 3rem;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	line-height: 3rem;
	position: absolute;
	top: -10px;
	border:none;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	opacity: 1;
	color: #777777;
	z-index: 999;
}

.arrow {
	color: #777;
}



.slick-arrow:hover, .slick-arrow:focus {
	color: #777777;
}

.slick-prev {
	left: calc(50% - 3.5rem);
}

.slick-next {
	right: calc(50% - 3.5rem);
}

.slick-slide img {
	border-radius: 15px;
	padding: 5px;
}

#template-c-image-row {
	background-image: url("https://lolrescuedev.wpengine.com/wp-content/uploads/2022/11/black-background-3.png");
}

/*#template-c-stories img {*/
/*	width: 70%*/
/*}*/

.white-blue-gradient {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(191,220,235,1) 50%, rgba(255,255,255,1) 100%);
}

.white-blue-gradient-a2 {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(191,220,235,1) 75%, rgba(255,255,255,1) 100%);
}


.blue-gradient {
	background: rgb(237,245,250);
	background: linear-gradient(180deg, rgba(237,245,250,1) 0%, rgba(191,220,235,1) 20%, rgba(255,255,255,1) 100%);
}

.a2-icon {
	width: 10em;
}

/*#template-c-stories .row {*/
/*	padding-top: 2em;*/
/*	padding-bottom: 2em;*/
/*}*/


#template-c-stories img, #template-e-stories img {
	border-radius: 15px;
}

#template-c-stories .col-sm-6, #template-c-cta .col-sm-6, #template-e-stories .col-sm-6{
	padding: 2.5em;
}


/*--------------------------------------------------------------
# Template D
--------------------------------------------------------------*/

.icon {
	height: 6rem;
    width: 6rem;
	display: block;
}

.icon-fh {
	background: url('https://lolrescuedev.wpengine.com/wp-content/uploads/2023/04/facing-homelessness.png');
	background-size: cover;
	margin: 0 auto;
}

.icon-os {
	background: url('https://lolrescuedev.wpengine.com/wp-content/uploads/2023/04/outreach.png');
	background-size: cover;
}

.icon-es {
	background: url('https://lolrescuedev.wpengine.com/wp-content/uploads/2023/04/emergency-services.png');
	background-size: cover;
}

.icon-ltp {
	background: url('https://lolrescuedev.wpengine.com/wp-content/uploads/2023/04/long-term-programming.png');
	background-size: cover;
}

.icon-ac {
	background: url('https://lolrescuedev.wpengine.com/wp-content/uploads/2023/04/aftercare.png');
	background-size: cover;
}

.icon-al {
	background: url('https://lolrescuedev.wpengine.com/wp-content/uploads/2023/04/alumni.png');
	background-size: cover;
}

.template-d-last-row {
	padding-top: 5em;
	padding-bottom: 4em;
}

.template-d-first-row {
	background: #E6EEF3;
}

#extra-line {
	padding-left: 68px;
}
#template-d-banner {
	position: relative;
	padding-top: 5em;
}

.template-d-second-last-row .fa-smile-o {
	position: absolute;
	left: -1.75em;
	top: 2.8em;
	background: #9AC7DF;
	/* padding: 2rem; */
	border-radius: 100%;
	padding: 1rem 1rem;
	font-size: 4em;
}

#template-d-banner .background-image-overlay{
	background-color: #fff;
	background-image: url("https://lolrescuedev.wpengine.com/wp-content/uploads/2021/02/VoeghtlyStreet1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.1;
}

.template-d-background-image {
	background-image: url("https://lolrescuedev.wpengine.com/wp-content/uploads/2022/11/black-background.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 16em;
	padding-bottom: 5em;
}

.template-d-inner-row .icon {
	position: absolute;
	left: -7em;
	top: 11em;
	/* padding: 2rem; */
	border-radius: 100%;
	padding: 1rem 1.5rem;
}

.template-d-first-row .row {
	border-left: 8em solid #003865;
	margin-left: -8em;
}

#facing-homelessness .row {
	border-left: 8em solid #003865;
    margin-left: -8em;
    padding-top: 16em !important;
}

.template-d-inner-row {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(191,220,235,1) 100%);
}

.border-dark {
	border-color: #003865;
}

/* .template-d-inner-row .col-lg-5 .h5 {
	display: block;
} */

.template-d-inner-row .col-lg-5 i, .template-d-background-image i{
	background: #E2AC30;
	height: 36px;
	width: 36px;
	border-radius: 100%;
	line-height: 36px;
	text-align: center;
	margin-right: 2rem;
	margin-bottom: 0.5rem;	
}

.template-d-background-image i {
	color: #103863;
}

.template-d-inner-row .row {
	border-left: 8em solid #99C7DF;
	margin-left: -1em;
	position: relative;
}

.template-d-inner-row .row:first-child {
	padding-top: 12em !important;
}

.template-d-second-last-row .row {
	border-left: 8em solid rgba(255,255,255,0);
	margin-left: -8em;
	position: relative;
}

.template-d-inner-row .iframe-container, .template-d-background-image .iframe-container {
	width: 100%;
	padding-top: 50%;
}

.down-arrow {
	width: 8em;
	background: #9AC7DF;
	height: 4em;
	position: absolute;
	left: -8em;
	top: 0;
}

.down-arrow:after{
	border-right:  6em solid transparent;
	border-left:  6em solid transparent;
	border-top:  6em solid #9AC7DF;
	position:  absolute;
	content:  "";
	bottom:  -4em;
	left:  -2em;
}

.template-d .col-sm-7 {
	padding-top: 6em;
}

#template-d-banner .fa-smile-o {
	font-size: 4rem;
	background: #9AC7DF;
	padding: 1.5rem;
	margin-left: 4rem;
	border-radius: 100%;
	line-height: 4rem;
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.right-arrow {
	width: 0;
	background: #9AC7DF;
	height: 4em;
	position: relative;
	float: left;
}

.right-arrow:after {
	border-top: 7em solid transparent;
	border-bottom: 7em solid transparent;
	border-left: 6em solid #99C7DF;
	position: absolute;
	content: "";
	top: -2.2em;
}


.flow-chart {
	position: relative;
	margin-top: 5.5em;
	margin-bottom: 5em;
}

.flow-chart i {
	line-height: 6rem;
}

.flow-chart .block {
	width: 13.5%;
	float: left;
	line-height: 4rem;
	height: 10rem;
}

.flow-chart .block .icon {
/* 	background: #fff; */
/* 	height: 6rem; */
	border-radius: 100%;
/* 	width: 6rem; */
	margin: 0 auto;
	transition: width 0.3s, height 0.3s;
}

.flow-chart a:hover .icon{
	height: 6.5rem;
	width: 6.5rem;
}

.flow-chart .block i  {
	font-size: 3.5rem;
}

.dark-blue-block {
	background: #103863;
	padding-top: 2rem;
	padding-bottom: 2rem;
	height: 100%;
}

.light-blue-block {
	background: #9AC7DF;
	padding-top: 2rem;
	padding-bottom: 2rem;
	height: 100%;
}
.end-block {
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-left: 125px;
	height: 100%;
}

.end-block-text {
	margin-left: 125px;
}

.arrow {
	font-size: 2em;
}

/*--------------------------------------------------------------
# Template E
--------------------------------------------------------------*/

.map-image .overlay {
	opacity: 0.3;
}

.map-image .overlay-caption {
	bottom: 1rem;
	left: 1.5rem;
}



.carousel-control-prev {
	left: calc(50% - 3.5rem);
}

.carousel-control-next {
	right: calc(50% - 3.5rem);
}

#template-e-carousel .slick-arrow {
	bottom: 10%;
	top: auto;
}

#template-e-carousel .carousel-caption {
	top: 15%;
	right: 28%;
	left: 28%;
	align-content: center;
	justify-content: center;
}

#template-e-banner {
	font-size: 1rem;
}

#template-e-stories {
	background: none;
}

#template-e-stories li {
	font-weight: 300;
/* 	font-size: 1.1em; */
}

/* #template-e-video {
	background: #BAD1DE;
} */

.iframe-container {
	position: relative;
	overflow: hidden;
	width: 65%;
	padding-top: 35%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	margin: 0 auto;
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*#template-e-articles .container-fluid {*/
/*	max-width: 95rem;*/
/*}*/

#template-e-bottom {
	background-image: url("https://lolrescuedev.wpengine.com/wp-content/uploads/2021/12/LOL_New_Years_HP_IMG_LC_2.jpg");
	background-repeat: no-repeat;
	background-position: center; /* Center the image */
	background-size: cover;
	min-height: 400px;
}

#template-e-bottom .text-container {
	width: 40%;
}

#events-list .event-row a:hover {
	text-decoration: none;
}

#events-list .event-row:not(:last-child) {
	border-bottom: 1px solid #CCCCCC;
}

/*--------------------------------------------------------------
# Template F
--------------------------------------------------------------*/

.template-f .iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 60%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	margin: 0 auto;
}

#template-f-video .col-lg-6 iframe {
	width: 100%;
}

/* #template-f-video .col-12 iframe {
	width: 100%;
	min-height: 20rem;
} */

/*#template-f-video .container-fluid {*/
/*	max-width: 95rem;*/
/*}*/

#template-f-grid .row {
	margin-bottom: 30px;
}

#template-f-grid .btn-yellow {
	margin-top: 2em;
	margin-bottom: 4em;
}

#template-f-grid-icons {
	display: flex;
	flex-wrap: wrap;
}

#template-f-grid-icons .stories {
	margin-bottom: 20px;
}

#template-f-banner p:last-child {
	font-size: 1em;
	display: none;
}


/*--------------------------------------------------------------
# Template G
--------------------------------------------------------------*/

#template-g-form input[type="text"], #template-g-form input[type="email"], #template-g-form textarea {
	padding: 2em;
	border-radius: 20px;
	display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#template-g-form input[type="text"], #template-g-form input[type="email"] {
    height: calc(1.5em + 0.75rem + 2px);
}

#template-g-form {
	background: #C7DEEA;
	margin: 0 auto;
}

.background-rays {
	z-index: -1;
	background-image: url(https://lolrescuedev.wpengine.com/wp-content/uploads/2023/03/sunray.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    position: absolute;
    width: 500px;
    right: -72%;
    bottom: 10%;
    background-position: bottom;
}

#template-g-form #gform_submit_button_3 {
	background: #EAAA00;
    color: #003865;
	padding: 0.7em;
	    border-radius: 50px;
    padding: 0.7em;
    width: 15em;
    font-weight: bold;
	text-transform: uppercase!important;
	margin-top: 3rem!important;
	    display: inline-block;
	    border: 1px solid transparent;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#template-g-form .gform_footer {
	text-align: center;
}

/*--------------------------------------------------------------
# Template H
--------------------------------------------------------------*/

#template-h-bottom-banner .slick-slider {
	position: relative;
	padding-top: 15.375rem;
	margin-top: 2rem;
}

#template-h-bottom-banner .slick-slider .slick-slide {
	position: relative;
}

#template-h-bottom-banner p:last-child {
	font-size: 1em;
}

#template-h-bottom-banner .slick-slider .overlay {
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
}

#template-h-bottom-banner {
	position: relative;
}

#template-h-bottom-banner button[type="submit"]{
	position: absolute;
	top: 17em;
	left: calc(50% - 7.5rem);
}

.template-h .container-fluid {
	max-width: 55rem;
}

.template-h .iframe-container {
	width: 100%;
	padding-top: 45%;
}

/*--------------------------------------------------------------
# Template I
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 650px) {
	#template-e-banner {
		font-size: 1.5rem;
	}

}


@media (min-width: 992px) {
	
	.bottom-banner-image {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
	
	#mobile-buttons {
		display: none;
	}

	header #menu-main-menu > .menu-item {
    padding-bottom: 0!important;
    height: 2.7rem;
    line-height: 2.7rem;
}
	
#template-a-timeline img {
	max-width: 26em;
		position: absolute;
	z-index: 9;
	top: -25%;
}
	
		#template-a-timeline {
	border-top: 2px solid #E2AC30;
	position: relative;
	margin-top: 7rem;
}
	
	#home-banner .h4 {
		width: 50%;
		font-size: 1.5rem;
	}
	
	#home-banner .h1 {
		font-size: 2.5rem;
	}
	
	#template-e-banner {
		font-size: 2.5rem;
	}
	
	#home-image-container {
		padding-bottom: 0rem;
	}
	
	#home-first-name {
	padding-bottom: 0rem;
}
	
	.navbar-brand img {
	max-width: 100%;
}
	
	.dropdown-toggle::after {
    display: none;
}

	
.pl100 {
	padding-left: 100px;
}

.pr100 {
	padding-right: 100px;
}
	
	.map-image:hover  {
	transform: scale(1.07);
/*   transform-origin: bottom; */
}
	
	.map-image, #location-buttons .btn {
		transition:0.3s;
	}
	.map-image img {
		height: 100%;
		object-fit: cover;
	}
	#location-buttons .btn:hover {
		transform: scale(1.05);
	}

	#template-b-left {
	float: left;
	}

	#template-b-right {
		float: right;
	}
	
	.template-a, .template-h, #template-d-banner > .container-fluid, .template-b{
		padding-top: 3rem!important;
	}
	
	#template-c-banner {
		padding-top: 6rem!important;
	}
	
	header .sub-menu .menu-item{
		width: 100%;	
	}
	
	header .menu-item a {
	text-decoration: none;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	height: 100%;
		display: block;
		
	}
	
	.navbar {
		padding-bottom: 0;
		height: 100%;
	}
	
	header:not(.shrink) #menu-main-menu > .menu-item {
	padding-bottom: 0 !important;
	height: 4rem;
		padding-top: 0.5rem;
/* 		padding-bottom: 2rem;
		padding-bottom: 2rem; */
	}

	header .sub-menu {
		display: none;
		padding: 1rem;
		position: absolute;
	}
	
/* 	.shrink .sub-menu {
		margin-top: 14px;
	} */

	header .sub-menu li {
		list-style: none;
		width: 100%;
	}
	
	header .sub-menu .menu-item {
		padding: 1rem 0 1rem 0;
	}

	header .menu-item:hover > .sub-menu {
		display: block;
		background: #8DC8E8;
}
	
	header .sub-menu .sub-menu {
		left: 100%;
		top: 0;
		width: 15rem;
	}
	
	header .sub-menu li {
		position: relative;
	}
	
	.pull-up {
		top: -7em;
	}
	
	#template-f-video .col-lg-6 iframe {
	width: 95%;
}
	
	#template-a-values img {
	width: 75%;
}

	.template-d-background-image .pull-up {
		top: -12em;
	}
	
	#template-f-banner .slick-slide {
		position: relative;
	}
	
	#template-f-banner .slick-slide:hover > .overlay-caption .h5, #template-f-grid a:hover > .overlay-caption p:last-child, #template-h-bottom-banner a:hover > .overlay-caption p:last-child {
		display: block;
		animation: fade 1s;
	}
	
	#template-f-video .col-lg-6 iframe {
		width: 100%;
	}
	
	#template-f-grid p:last-child {
		font-size: 1em;
	}

	
	#template-f-banner .overlay-caption {
		left: 0;
		right: 0;
		bottom: 1rem;
	}
	
	#template-f-grid .overlay-caption, #template-h-bottom-banner .overlay-caption {
		left: 15px;
		right: 15px;
		bottom: 10px;
	}
	
	#template-f-banner .overlay-caption .h5, #template-f-grid .overlay-caption p:last-child, #template-h-bottom-banner .overlay-caption p:last-child {
		display: none;
	}
	
	#template-g-form {
	width: 65%;
}

	
	#template-a-timeline .slick-slider {
    padding-bottom: 6.375rem;
}

	
	#template-c-banner img {
	width: 100%;
		height: 100%;
    object-fit: cover;
}
	
	#template-c-banner .slick-slide {
		height: 400px;
		overflow: hidden;
	}
	
	.accordion {
		max-height: 25rem;
    overflow-y: auto;
	}
	
}
	

@media (min-width: 1600px) {
		#template-a-top-slider .slick-slide {
	max-height: 35rem;
}	
	
	#template-a-timeline img {
	max-width: 42rem;
		top: -50%;
	}
	
	.template-d-inner-row .row {
	margin-left: -1em;
	}

}

@media (min-width: 1372px) {
	.bottom-banner-image {
	display: block;
}
	
}

@media (min-width:575px) and (max-width: 820px) {
	#template-f-grid-icons .story-text {
	font-size: 0.7em;
}
	
	
}

@media (max-width: 992px) {
	#template-f-video .col-lg-6 iframe {
	width: 100%;
	min-height: 20rem;
}
	#site-footer .flex-column {
	display: flex;
	align-content: center;
}
	#site-footer .footer-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
}
	#site-footer .footer-image {
	display: flex;
	flex-direction: column;
	align-items: center;
}
	#lol-footer-image {
	max-width:50%;
}
	#site-footer .footer-tax {
	margin-left: 0px;
}
}


@media (max-width: 550px) {

	#site-footer .footer-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 15px;
}
}

@media (max-width: 1230px) {
	
	#template-d-banner .flow-chart {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 15em;
	}
	
	#template-d-banner .flow-chart .right-arrow {
		display:none;
	}
	
	#template-d-banner .flow-chart .block {
		width: 8em;
	}
	
	#template-d-banner .flow-chart .h5 {
		margin-left: 9rem;
		margin-top: -7rem!important;
	}
	
	#template-d-banner .flow-chart .down-arrow {
		position: absolute;
		top: 50em;
		left: auto;
	}

	#template-d-banner .end-block {
		position: absolute;
		top: 60rem;
		margin-left: 1rem;
		right: auto;
	}
	
	#template-d-banner .end-block-text {
		position: absolute;
		top: 71rem;
	}
}

@media (min-width: 1231px) {
	#template-d-banner .flow-chart .down-arrow {
		display: none;
	}
}

@media (max-width: 768px) {
	#template-e-carousel img {
		height: 300px;
    object-fit: cover;
	}
	.template-d-inner-row .accordion .card-header .btn {
		padding-right: 1.15rem;
    display: grid;
    grid-template-columns: 42px auto;
	}
	.slick-arrow {
		display: flex;
    justify-content: center;
    align-items: center;
	}
	#template-d-banner .flow-chart {
		
		align-items: flex-start;
		width: 80%;
    margin-left: auto;
    margin-right: auto;
    transform: scale(0.8);
		margin-bottom: 10rem;
	}

	#template-e-banner img {
		min-height: 250px;
    object-fit: cover;
	}

	#template-h-bottom-banner .slick-slider {
		padding-top: 7.375rem;
		margin-top: 0;
	}

	#template-a-timeline .slick-arrow {
		bottom: 0;
	}

	.slick-arrow span {
		position: relative;
		top: -1px;	
	}

	#template-a-timeline .slick-arrow {
    top: auto;
    bottom: -4rem;
}
.navbar-brand img {
	max-width: 200px
}
.shrink .navbar-brand img {
	max-width: 110px;
}

.shrink .lol-nav{
	min-height: 130px;
}
#location-buttons {
	max-width: 90% !important;
}
.down-arrow {
	display: none;
}
	.flow-chart .down-arrow {
		display: block;
	}
#template-c-image-row .text-block {
	max-width:90% !important;
}
.card-header, .card-header .btn {
	width: 99% !important;
}
.template-d-inner-row .p-5 {
	padding: 1rem !important;
}
.template-d-inner-row .pull-up {
	padding: 0;
}
	.background-rays {
	display: none;
}	
}	
 
/* RESPONSIVE TYPOGRAPHY */
@media (max-width: 768px) {
	.h1, h1 {font-size: 1.75rem;}
	.h2, h2 {font-size: 1.55rem;}
	.h3, h3 {font-size: 1.3rem;}
	.news-text {font-size: 1rem;}
	#overlay-address, #overlay-city, #overlay-phone {
    font-size: 1rem;
}


#template-e-stories li {
	font-size: 1rem !important;
}
#overlay-services p {
		margin-bottom: 0.7rem;
		font-size: 1rem;
}
p {
		font-size: 1.1rem;
}

#site-footer .nav {
	flex-direction: row !important;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 1rem;
}
	
	#site-footer .tel {
		color:#ffffff;
	}
.card-body {
	font-size: 1.05rem !important;
}
}