/* Quick Fix */
.hero-section {
    display: none !important;
}
/* Quick Fix */

/* Homepage Slider */
.home-slider-overlay-outer {
    min-height: 320px;
    height: auto;
    position: absolute;
}
.home-slider {
    z-index: 1;
    overflow: hidden;
    position: relative; 

}

.home-slider .quotes {
    position: relative;
}

.home-slider q,
.home-slider-mobile q {
    padding: 1.5em;
}

.home-slider q::before,
.home-slider-mobile q::before {
    font-size: 5em;
    position: absolute;
    top: 0;
    left: -0.5em;
}

.home-slider q::after,
.home-slider-mobile q::after {
    font-size: 5em;
    position: absolute;
    bottom: 0;
    right: -0.5em;
}

.home-slider .author,
.home-slider-mobile .author {
    text-align: center;
}

.home-slider .slick-dots {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.home-slider .slick-dots li,
.home-slider-mobile .slick-dots li {
    position: relative;
    border-radius: 50%;
    width: 0.1em;
    height: 0.1em;
    margin: 1em 0.5em;
    padding: 0;
    cursor: pointer;
    border: 2px solid #003666;
	background: #003666;
    padding: 1em;
	font-size: 6px;
}
.home-slider .slick-dots li a{
    position: absolute;
    top: 5px;
    right: 18px;
}
.home-slider .slick-dots li button{
    display: none;
}
.home-slider .slick-dots li:hover,
.home-slider-mobile .slick-dots li:hover{
    color: #123679;
    font-weight: 600;
    border: 2px solid #003666;
	background: #003666;
}
.home-slider .slick-dots li.slick-active,
.home-slider-mobile .slick-dots li.slick-active{
    color: #2E7D32;
    font-weight: 600;
    border: 2px solid #f7931d;
	background: #f7931d;
}

.home-slider .slide_image_wrap {
    min-height: 320px;
    background-size: cover !important;
    background-position: center center !important;
}

.home-slider .slide_image_wrap .container{
    margin: 0 1.5em;
    height: 100%;
    position: relative;
}

.home-slider .slide-overlay {
    z-index: 1;
}

.home-slider .fa-arrow-right.slick-arrow {
    position: absolute;
    right: 10%;
    top: 45%;
    color: #FFF;
    border: 2px solid;
    padding: 15px;
    cursor: pointer;
}

.home-slider .fa-arrow-right.slick-arrow {
    position: absolute;
    left: 10%;
    top: 45%;
    color: #FFF;
    border: 2px solid;
    padding: 15px;
    z-index: 2;
    cursor: pointer;
}

.home-slider [class*="slide-caption"] {
    visibility: hidden;
    transform: translateY(17.5%);
    padding: 5%;
    animation-delay: 1s;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
    border-radius: 40px;
}

.home-slider [class*="slide-button"] {
    visibility: hidden;
}

.home-slider .slick-active [class*="slide-caption"] {
    position: absolute;
	visibility: visible;
}

.home-slider .slick-active .slide-background {
    position: absolute;
    background: #FFF;
    opacity: 0;
    height: calc(100% - 1.5em);
    width: calc(100% + 0.5em);
    left: -0.25em;
    animation-name: slide-background;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    visibility: visible;
    overflow: hidden;
    z-index: -1;
}
@keyframes slide-background {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 0.7;
	}
  }
.slider-nav  .slide_image_wrap{
    max-height: 100px;
    min-height: 15vh;
}
.slider-nav .slide_image_wrap {
    margin: 0 10px 0 0;
    border: 1px solid #d6d6d6;
}
.slide-content {
    max-width: calc(100% - 30px);
    z-index: 2;
    position: relative !important;
}
.slide-content .btn {
    border-radius: 50px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}
.slide-content strong,
.home-slider-mobile strong {
    color: var(--theme-palette-color-1);
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0;
	padding: 0.1em 0;
}
.slide-content i,
.home-slider-mobile i {
    color: var(--theme-palette-color-4);
    font-size: 1.5rem;
    font-weight: 500;
}
.slide-content p,
.home-slider-mobile p {
    margin: 1.5em 0 1.5em 0;
    position: relative;
    color: var(--theme-palette-color-4);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.slide-content .slider-cta-btn {
    padding: 0.5em 0;
}

.slide-content .cta-one{
    border-color: var(--theme-palette-color-8);
    color: var(--theme-palette-color-4);
	background: var(--theme-palette-color-8);
    margin-right: 1em;
    text-decoration: none;
    padding: 0.75em 1.25em;
}

.home-slider-mobile .cta-one {
    border-color: var(--theme-palette-color-2);
    color: var(--theme-palette-color-8);
	background: var(--theme-palette-color-2);
    margin-right: 1em;
    text-decoration: none;
    padding: 0.75em 1.25em;
}
.home-slider-mobile .cta-one:hover {
    background: var(--theme-palette-color-2);
	color: var(--theme-palette-color-8);
	border-color: var(--theme-palette-color-2);
}
.slide-content .cta-two,
.home-slider-mobile .cta-two {
    border-color: var(--theme-palette-color-6);
    color: var(--theme-palette-color-4);
	background: var(--theme-palette-color-6);
    margin-right: 1em;
    text-decoration: none;
    padding: 0.75em 1.25em;
}
.slide-content .cta-two:hover,
.home-slider-mobile .cta-two:hover {
    border-color: var(--theme-palette-color-2);
    color: var(--theme-palette-color-8);
	background: var(--theme-palette-color-2);
}

.slide-content .cta-one:hover {
    background: var(--theme-palette-color-1);
	color: var(--theme-palette-color-8);
	border-color: var(--theme-palette-color-1);
}

.home-slider .slick-slide {
	/*visibility: hidden;*/
    float: left;
}
.slick-active {
    visibility: visible;
}
/* Small */
@media screen and (max-width:768px) {
    .home-slider .slide_image_wrap {
        height: auto;
    }
    .slider-cta-btn{
        margin: 1em 0;
    }
}
/* Above Small */
@media screen and (min-width:768px) {
    .slide-content {
        max-width: 100%;
    }
    .slide-content .buttons {
        display: flex;
    }
}

/* Tablet Large */
@media screen and (min-width: 768px) and (max-width: 992px) {

}

/* Large Extra */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .home-slider .slick-dots {
        left: 92%;
    }
    .home-slider .slide_image_wrap {
        height: calc(100vh - 110px);
    }
}

/* Large */
@media screen and (min-width:991px) {
    .desktop-only {
        display: block;
    }
    .mobile-only {
        display: none;
    }
    .home-slider .slick-dots {
        display: block;
        top: 50%;
    	position: absolute;
    	transform: translateY(-50%);
    }
    .home-slider .slick-dots {
        display: block;
    }
}

/* Large Max */
@media screen and (max-width:991px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .home-slider {
        margin-bottom: -1.5em;
    }
    .home-slider .slick-dots {
        display: inline-block;
        position: relative;
        text-align: center !important;
        margin-top: -10em;
    }
    .home-slider .slick-dots {
        display: inline-block;
        margin-bottom: 1.5em;
    }
}

/* Extra Large Width */
@media screen and (min-width:1200px) {
    .home-slider-overlay-outer {
        height: auto;
        min-height: 320px;
        background-size: cover;
        z-index: 3;
        position: absolute;
        left: 0;
        width: 100%;
        pointer-events: none;
    }
    .home-slider .slick-dots {
        left: 95%;
    }
    .home-slider .slide_image_wrap {
        height: 320px;
    }
    
    .home-slider .slick-active [class*="slide-caption"] {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1600px) {
  .home-slider .fa-arrow-left.slick-arrow {
    top: 85%;
    left: calc(100% - 120px);
  }
  .home-slider .fa-arrow-right.slick-arrow {
    top: 85%;
    right: 15px;
  }
}


/* Mobile Slider */
.home-slider-mobile .slick-active [class*="slide-caption"] {
    bottom: 20% !important;
    padding: 0.5em 5em !important;
}
.mobile-homepage-banner {
    text-align: center !important;
    padding-bottom: 1.5em !important;
    margin-top: 0 !important;
}
.mobile-homepage-banner h2 {
    margin-top: 2%;
}

.home-slider,.home-slider-mobile {
    z-index: 1;
    overflow: hidden;
    position: relative
}

@media (max-width: 992px) {
    .home-slider,.home-slider-mobile {
        margin-bottom:-1.5em
    }
}

.home-slider .slick-dots,.home-slider-mobile .slick-dots {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

@media (min-width: 1200px) {
    .home-slider .slick-dots,.home-slider-mobile .slick-dots {
        left:95%
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .home-slider .slick-dots,.home-slider-mobile .slick-dots {
        left:95%
    }
}

@media (min-width: 992px) {
    .home-slider .slick-dots,.home-slider-mobile .slick-dots {
        display:block;
        /*bottom: 40%; */
        position: absolute;
    }
}

@media (max-width: 992px) {
    .home-slider .slick-dots,.home-slider-mobile .slick-dots {
        display:inline-block;
        position: relative;
        text-align: center !important;
        margin-bottom: 1.5em
    }
    .home-slider-mobile .slick-dots {
        padding-top: 1em;
    }
}


@media (min-width: 992px) {
    .home-slider .slick-dots li,.home-slider-mobile .slick-dots li {
        display:block
    }
}

@media (max-width: 992px) {
    .home-slider .slick-dots li,.home-slider-mobile .slick-dots li {
        display:inline-block;
		font-size: 5px !important;
    }
	.home-about-banner h2 {
		font-size: 1.25em;
	}
}

.home-slider .slick-dots li a,.home-slider-mobile .slick-dots li a {
    position: absolute;
    top: 5px;
    right: 18px
}

.home-slider .slick-dots li button,.home-slider-mobile .slick-dots li button {
    display: none
}

.mobile-homepage-content {
	padding: 1.5em;
}

.mobile-homepage-banner .mobile-background {
    height: 250px;
	width: 100%;
    background-size: cover !important;
    background-position: 50% 50% !important;
}