/*
General
lazyloading
Colors
Typography
Utilities
Buttons
Navigation
Mega Menu
Mobile Toggler
Swipers
Subpages
Cards
Expandable Buttons
Forms
Modals
Map
Scroll Top
Hide Until Loaded CSS
*/


/* General */

.skip-nav-btn {
    display: block;
    padding: .5rem;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    border: 0;
    text-align: center;
    background-color: #F8F9FA;
    color: #000 !important;
}


/* Lazyloading */

.lazyload {
	opacity: 0;
}

.lazyloading {
	opacity: 1;
	transition: opacity 300ms;
}

img.lazyload:not([src]) {
	visibility: hidden;
}


/* Backgrounds */

.bg-cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.bg-ob-cover {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover !important;
    -moz-object-fit: cover !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.bg-fixed {
    -webkit-background-attachment: fixed !important;
    -moz-background-attachment: fixed !important;
    -o-background-attachment: fixed !important;
    background-attachment: fixed !important;
}

.bg-squares-green {
    background: url('/web/Resources/img/content/branding/squares-green-outlined.svg') no-repeat repeat;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
}

.bg-squares-green-faded {
    background: linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,.9)), url('/web/Resources/img/content/branding/squares-green-outlined.svg') no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.bg-squares-white {
    background: url('/web/Resources/img/content/branding/squares-white-outlined.svg') right center no-repeat;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
}

.bg-img-banner {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding: 6rem 0;
    /* border-top: 4px solid #7AC143;
    border-bottom: 4px solid #7AC143; */
}

.bg-banner {
    padding: 8rem 0;
}

.bg-banner-lg {
    padding: 12rem 0;
}

@media (max-width: 1199.98px) {
    .bg-banner {
        padding: 6rem 0;
    }

    .bg-banner-lg {
        padding: 10rem 0;
    }
}

@media (max-width: 991.98px) {
    .bg-banner {
        padding: 5rem 0;
    }

    .bg-banner-lg {
        padding: 8rem 0;
    }
}

@media (max-width: 767.98px) {
    .bg-banner {
        padding: 4rem 0;
    }

    .bg-banner-lg {
        padding: 6rem 0;
    }
}

@media (max-width: 575.98px) {
    .bg-banner {
        padding: 3rem 0;
    }

    .bg-banner-lg {
        padding: 5rem 0;
    }
}

.favicon {
    width: 30px;
}


/* Colors

black: #000000;
white: #FFFFFF;
applegreen: #7AC143;
light applegreen: #86D549;
chiffonyellow: #FFF7C0;
astralblue: #336986;
seagreen: #8AADA1;
scooterblue: #2A8C93;
tawnyorange: #D36B00;
orangepeel: #FF9600;
amber: #FEBE0E;
aluminium: #87898C;
ghost: #C3C4C6;
aquagrey: #D6DFD9;

Faded applegreen: #F2F9EC;

Red: #D60000;

*/

.text-black {
    color: #000;
}

.bg-black {
    background-color: #000;
}

a.text-black {
    color: #000 !important;
}

.text-applegreen {
    color: #7AC143;
}

.bg-applegreen {
    background-color: #7AC143;
}

.border-applegreen-4 {
    border: 4px solid #7AC143;
}

.text-faded-applegreen {
    color: #F2F9EC;
}

.bg-faded-applegreen {
    background-color: #F2F9EC;
}

.text-chiffon-yellow {
    color: #FFF7C0;
}

.bg-chiffon-yellow {
    background-color: #FFF7C0;
}

.text-aquagrey {
    color: #D6DFD9;
}

.bg-aquagrey {
    background-color: #D6DFD9;
}

.bg-aquagrey hr {
    border-top: 1px solid #000;
}

.border-aquagrey {
    border: 1px solid #D6DFD9;
}

.text-red {
    color: #D60000;
}

.bg-red {
    background-color: #D60000;
}

/* Typography - Google Fonts

font-family: 'Poppins', sans-serif;

*/

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.display-1 {
    font-size: 5rem;
}

.display-2 {
    font-size: 4rem;
}

.display-3 {
    font-size: 3.75rem;
}

.display-4 {
    font-size: 3.25rem;
}

@media (max-width: 1199.98px) {
    h1, .h1 {
        font-size: calc(1.75rem + 0.4vw);
    }

    h2, .h2 {
        font-size: calc(1.45rem + 0.3vw);
    }

    h3, .h3 {
        font-size: calc(1.35rem + 0.2vw);
    }

    h4, .h4 {
        font-size: calc(1.25rem + 0.1vw);
    }

    .display-1 {
        font-size: calc(2.25rem + 3.5vw);
    }

    .display-2 {
        font-size: calc(2rem + 3vw);
    }

    .display-3 {
        font-size: calc(1.75rem + 2.5vw);
    }

    .display-4 {
        font-size: calc(1.5rem + 2.25vw);
    }
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #000;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .display-1, .display-2, .display-3, .display-4 {
    font-family: 'Poppins', serif;
    font-weight: 500;
    color: black;
}

ul {
    list-style-type: square;
}

blockquote {
    font-weight: 300;
}

.font-12px {
    font-size: 12px !important;
}

.font-13px {
    font-size: 13px !important;
}

.font-14px {
    font-size: 14px !important;
}

.font-15px {
    font-size: 15px !important;
}

.font-16px {
    font-size: 16px !important;
}

.font-17px {
    font-size: 17px !important;
}

.font-18px {
    font-size: 18px !important;
}

.font-19px {
    font-size: 19px !important;
}

.font-20px {
    font-size: 20px !important;
}

.font-21px {
    font-size: 21px !important;
}

.font-22px {
    font-size: 22px !important;
}

@media (max-width: 767.98px) {
    .lead {
        font-size: 1.1rem;
    }
}

.eyebrow {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: .25rem;
}

a:not(.btn) {
    word-wrap: break-word;
    font-weight: 400;
    color: #000;
    transition: all .3s ease;
}

a:not(.btn):hover,
a:not(.btn):focus,
a:not(.btn):target,
a:not(.btn):active {
    color: #000;
    text-decoration: none;
}

a:not(.btn) {
    background-image: linear-gradient(rgba(121,193,66,1),rgba(121,193,66,1));
    text-decoration: none;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: all .3s ease;
}

a:not(.btn):hover,
a:not(.btn):focus {
    background-size: 100% 2px;
}

hr {
    border-top: 1px solid #D6DFD9;
    margin: 1.5rem 0;
}


/* Utilities */

.px-15px {
    padding-left: 15px;
    padding-right: 15px;
}

.pt-15px {
    padding-top: 15px;
}

.pb-15px {
    padding-bottom: 15px;
}

.pb-18px {
    padding-bottom: 18px;
}

.pb-33px {
    padding-bottom: 33px;
}

.mb-15px {
    margin-bottom: 15px;
}

.mt-30px {
    margin-top: 30px;
}

.mt-33px {
    margin-top: 33px;
}

.mt-15px {
    margin-top: 15px;
}

.mb-30px {
    margin-bottom: 30px;
}

.mb-33px {
    margin-bottom: 33px;
}

.row-15px {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.row-15px [class*=col-],
.row-15px [class*=col] {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.row-15px .row.no-gutters {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row-15px .row.no-gutters [class*=col-],
.row-15px .row.no-gutters [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row-small {
    justify-content: center;
}

.row-small > .col-12 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

@media (min-width: 576px) {
    .row-small > .col-12 {
        -ms-flex: 0 0 91.666667% !important;
        flex: 0 0 91.666667% !important;
        max-width: 91.666667% !important;
    }
}

@media (min-width: 768px) {
    .row-small > .col-12 {
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }
}

@media (min-width: 992px) {
    .row-small > .col-12 {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
}

@media (min-width: 1200px) {
    .col-xl-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }
}

@media (min-width: 992px) {
    .col-lg-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 576px) {
    .col-sm-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-12 p:last-child {
    margin-bottom: 0;
}


/* Buttons */

.btn-row {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.btn-row [class*=col-],
.btn-row [class*=col] {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.btn-row .btn {
    margin-top: 15px;
}

.btn {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-radius: 0;
}

.btn-reg {
    padding: .75rem 1.5rem;
}

.btn .fa-external-link-alt {
    font-size: 12px;
    vertical-align: top;
    margin-top: 5px;
}

.btn-applegreen {
    border: 2px solid #7AC143;
    background-color: #7AC143;
    color: #000;
}

.btn-applegreen:hover,
.btn-applegreen:focus,
.btn-applegreen:target,
.btn-applegreen:active {
    border: 2px solid #86D549;
    background-color: #86D549;
    color: #000;
    outline: 0;
}

.btn-applegreen:focus {
    box-shadow: 0 0 0 0.2rem rgba(134,213,73,.25);
}

.btn-applegreen.active {
    background-color: #86D549;
    color: #86D549;
    border: 2px solid #86D549;
    text-decoration: underline;
}

.btn-outline-applegreen {
    color: #000;
    border: 2px solid #7AC143;
    background-color: transparent;
}

.btn-outline-applegreen:hover {
    background-color: #7AC143;
    color: #000 !important;
    border: 2px solid #7AC143;
}

.btn-outline-applegreen.focus,
.btn-outline-applegreen:focus,
.btn-outline-applegreen:target,
.btn-outline-applegreen:active {
    background-color: #7AC143;
    color: #000 !important;
    border: 2px solid #7AC143;
    box-shadow: 0 0 0 .2rem rgba(121,193,66,.5);
}

.btn-outline-black {
    color: #000;
    border: 2px solid #000;
    background-color: transparent;
}

.btn-outline-black:hover {
    background-color: #000;
    color: #FFF !important;
    border: 2px solid #000;
}

.btn-outline-black.focus,
.btn-outline-black:focus,
.btn-outline-black:target,
.btn-outline-black:active {
    background-color: #000;
    color: #FFF !important;
    border: 2px solid #000;
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.5);
}

.btn-aquagrey {
    border: 2px solid #D6DFD9;
    background-color: #D6DFD9;
    color: #000;
}

.btn-aquagrey:hover,
.btn-aquagrey:focus,
.btn-aquagrey:target,
.btn-aquagrey:active {
    border: 2px solid #C3C4C6;
    background-color: #C3C4C6;
    color: #000;
    outline: 0;
}

.btn-aquagrey:focus {
    box-shadow: 0 0 0 0.2rem rgba(195,196,198,.25);
}

.btn-aquagrey.active {
    background-color: #C3C4C6;
    color: #000;
    border: 2px solid #C3C4C6;
    text-decoration: underline;
}


/* Navigation */

#top-navbar {
    padding: 10px 0;
    border-bottom: 1px solid #D6DFD9;
    font-size: 12px;
}

ul.top-nav-menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    list-style-type: none;
}

ul.top-nav-menu li {
    margin-right: 15px;
}

ul.top-nav-menu li a {
    display: block;
    color: #555555;
}

ul.top-nav-menu li a:hover,
ul.top-nav-menu li a:focus,
ul.top-nav-menu li a:target,
ul.top-nav-menu li a:active {
    color: #000;
}

ul.top-nav-menu li a.active {
    font-weight: 500;
    color: #000;
}

ul.top-nav-menu li a .fa-external-link-alt {
    font-size: 7px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 3px;
}

@media (max-width: 767.98px) {
    ul.top-nav-menu {
        justify-content: center;
        text-align: center;
    }
}

a.top-nav-link {
    display: block;
    color: #555555;
}

a.top-nav-link:hover,
a.top-nav-link:focus,
a.top-nav-link:target,
a.top-nav-link:active {
    color: #000;
}

#main-navbar {
    background: #FFF;
    padding: 15px 0;
    /* box-shadow: 0px 0px 30px rgba(0,0,0,.1); */
}

a.navbar-brand {
    padding: 0;
    margin: 0;
    background: none;
    transition: all .3s ease;
}

a.navbar-brand:hover,
a.navbar-brand:focus,
a.navbar-brand:target,
a.navbar-brand:active {
    opacity: .75;
}

.navbar-brand img {
    width: 121px;
    height: 50px;
    max-width: 100%;
}

.navbar-nav .nav-item .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #000;
    position: relative;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
    color: #7AC143;
}

a.nav-link .fa-external-link-alt {
    font-size: 8px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 3px;
}

.dropdown.show .nav-link {
    color: #7AC143;
}

.dropdown-menu {
    margin: 0;
    padding: 15px;
    background-color: #D6DFD9;
    border-radius: 0;
    border: 0;
}

.dropdown-header {
    font-weight: 600;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    white-space: normal;
    letter-spacing: .5px;
    line-height: 1.25;
    margin: .25rem 0;
    padding: .25rem .75rem;
}

.dropdown-item {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: .75rem;
    line-height: 1.25;
    white-space: normal;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:target,
.dropdown-item:active,
.dropdown-item.active {
    color: #000;
    background-color: #F8F9FA;
}

.dropdown-item span {
    font-weight: bold;
}

.dropdown-divider {
    margin: .5rem .75rem;
    padding: 0;
    border-top: 1px solid #D6DFD9;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
    	padding: .75rem;
        margin-left: .75rem;
    }

    .nav-item.dropdown:hover:before {
		content: "";
	    position: absolute;
	    bottom: -15px;
	    height: 15px;
	    width: 100%;
	    left: 0;
        right: 0;
	    display: block;
        z-index: 2;
	}

    .dropdown-toggle:after {
        background-color: none;
        border: 0;
        font-size: 10px;
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        right: 0;
        top: 2px;
        position: relative;
        margin-left: 2px;
        color: inherit;
        display: inline-block !important;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        transform: rotate(0deg);
        transition: all .1s ease;
    }

    .dropdown.show .dropdown-toggle:after {
    	transform: rotate(-180deg);
    }

    .dropdown:last-of-type > .dropdown-menu {
	    left: auto;
	    right: 0;
	}

    .dropdown-menu {
        min-width: 310px;
        /* box-shadow: 0px 0px 10px rgba(0,0,0,.1); */
    }

    .dropdown.show .dropdown-menu {
        margin-top: 17px;
    }

    .dropdown.show a.nav-link:before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: -17px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #D6DFD9;
        z-index: 1050;
        transition: all .3s ease;
    }
}

@media (max-width: 1199.98px) {
    #main-navbar {
        padding: 0 15px;
    }

    #main-navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-collapse {
        max-height: calc(80vh - 70px);
        overflow-y: auto;
    }

    .navbar-collapse::-webkit-scrollbar {
        display: none;
    }

    .navbar-collapse {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    a.navbar-brand {
        margin: 15px 0;
    }

    .navbar-brand img {
        width: 97px;
        height: 40px;
    }

    .navbar-nav .nav-item:first-of-type .nav-link {
        border-top: 1px solid #D6DFD9;
    }

    .navbar-nav .nav-item .nav-link {
    	padding: 12px 30px 12px 0;
        border-bottom: 1px solid #D6DFD9;
    }

    .navbar-nav .nav-item a.nav-link {
        outline: none !important;
    }

    .dropdown .dropdown-toggle:after {
        position: absolute;
        right: 6px;
        top: 11px;
    	font-size: 1rem;
        background-color: none;
        border: 0;
        font-size: 1rem;
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: inherit;
        display: inline-block !important;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        transform: rotate(0deg);
        transition: all .2s ease;
    }

    .dropdown.show .dropdown-toggle:after {
    	transform: rotate(-180deg);
    	transition: all .1s ease-in-out;
    }
}

@media (max-width: 575.98px) {
    #main-navbar .container {
        padding-left: 0;
        padding-right: 0;
    }
}

a.nav-link.active,
.nav-link-active a.nav-link,
.nav-link.active a.nav-link {
    color: #000 !important;
    text-decoration: none !important;
    background-size: 100% 2px;
}


/* Dropdown Mega Menu */

.mega-drop {
    background: transparent;
    border: 0;
}

.mega-drop::after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
}

.mega-dropdown-container {
    background-color: #D6DFD9;
    border: 1px solid #D6DFD9;
    padding-top: 15px;
    justify-content: space-around !important;
}

.mega-dropdown-container .row {
    width: 100%;
    justify-content: center;
}

.mega-dropdown-container .col-12 {
    margin-bottom: 15px;
}

.mega-dropdown-container .card {
    height: 100%;
}

.mega-dropdown-container .card p {
    margin-bottom: 0;
}

.mega-dropdown-container .card p.eyebrow {
    color: #7AC143;
}

.mega-dropdown-container .card p.heading {
    font-weight: bold;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .mega-dropdown-container {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .dropdown.mega {
        position: static;
    }

    .navbar .dropdown-menu.mega-drop {
        z-index: 1021;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        transition: all .3s ease;
    }

    .nav-item.dropdown.mega:hover:before {
		content: "";
	    position: absolute;
	    bottom: 0px;
	    height: 30px;
	    width: 100%;
	    left: 0;
        right: 0;
	    display: block;
        z-index: 2;
	}
}

@media (max-width: 1199.98px) {
    .mega-drop {
        border: 0;
        padding: 0;
    }

    .mega-dropdown-container {
        border-top: 0;
    }

    .navbar .dropdown-menu {
        box-shadow: none;
        margin: 0 0 15px 0;
    }

    .mega-dropdown-container img {
        display: none;
    }

    .mega-dropdown-closer {
        display: none;
    }

    .mega-dropdown-container {
        margin: 0;
    }

    .navbar .dropdown-menu .row {
        padding: 0;
    }

    .mega-dropdown-container {
        max-width: 100% !important;
        padding: 15px 0 0 0 !important;
    }

    .mega-dropdown-container .row {
        margin: 0 !important;
    }
}


/* Mobile Menu Toggler */

@media (min-width: 1200px) {
    .navbar-toggler {
        display: none;
    }
}

.navbar-toggler {
    margin: 0 -15px 0 0;
    padding: 15px;
    border: none;
    background: transparent;
}

.navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}

.navbar-toggler .icon-bar {
    background-color: #000;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 0;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 5px;
}

.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    background: #D60000;
    transform: rotate(45deg) translate(4px, 6px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background: #D60000;
    transform: rotate(-45deg) translate(4px, -6px);
    transition: ease all .2s;
}


/* Swipers */

.swiper {
    padding: 0 15px;
    margin: 0 -15px;
}

.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
}

.swiper-slide .card {
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    position: relative;
    height: 45px;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -15px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-prev,
.swiper-button-next {
    width: 30px;
    height: 30px;
    color: #7AC143;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 100%;
    padding: 15px;
    transition: all .3s ease;
}

.swiper-button-prev:focus,
.swiper-button-prev:hover,
.swiper-button-prev:active {
    background-color: #FFF;
    border: 1px solid #FFF;
}

.swiper-button-next:focus,
.swiper-button-next:hover,
.swiper-button-next:active {
    background-color: #FFF;
    border: 1px solid #FFF;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 16px;
}

.swiper-button-prev {
    left: 15px;
}

.swiper-button-next {
    right: 15px;
}

.swiper-button-prev.flush {
    left: 0;
}

.swiper-button-next.flush {
    right: 0;
}

.swiper-button-prev.bottom {
    top: auto;
    bottom: 0 !important;
}

.swiper-button-next.bottom {
    top: auto;
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    position: relative;
    background: transparent;
    border: 1px solid #7AC143;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #7AC143;
    border: 1px solid #7AC143;
    opacity: 1;
}

.swiper-pagination.white .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #FFF;
    opacity: 1;
}

.swiper-pagination.white .swiper-pagination-bullet-active {
    background: #FFF;
    border: 1px solid #FFF;
    opacity: 1;
}

.swiper-pagination-fraction {
    color: #7AC143;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.swiper-horizontal > .swiper-scrollbar {
    position: relative;
    margin-top: 25px;
    height: 5px;
    bottom: 12px;
    left: 47px;
    width: calc(100% - 95px);
    border-radius: 0;
}

.swiper-scrollbar-drag {
    background: rgba(121,193,66,1);
    border-radius: 0;
}

.swiper-scrollbar.white .swiper-scrollbar-drag {
    background: rgba(255,255,255,1);
}


/* Subpages */

.subpage-banner {
    position: relative;
    background-color: #000;
    padding: 3rem 0;
    /* border-top: 1px solid  #D6DFD9;
    border-bottom: 1px solid  #D6DFD9; */
    overflow: hidden;
}

.subpage-banner.img-banner {
    padding: 6rem 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.subpage-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(255,255,255,.75),rgba(255,255,255,.95));
}

.subpage-squares {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('/web/Resources/img/content/branding/squares-white-outlined.svg') right center no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.subpage-banner h1 {
    text-shadow: 0px 0px 30px rgba(255,255,255,.85);
}

.subpage-banner.no-img h1 {
    text-shadow: none;
    color: #FFF;
}

.subpage-banner.no-img p {
    text-shadow: none;
    color: #FFF;
}

.subpage-banner p {
    margin-bottom: .5rem;
    text-shadow: 0px 0px 30px rgba(255,255,255,.85);
}

.subpage-banner p span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: .25rem .5rem;
    background-color: #000;
    color: #FFF;
    text-shadow: none;
}

.subpage-banner p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .subpage-banner.img-banner {
        padding: 3rem 0;
    }
}


/* Cards */

.card {
    border: 1px solid #D6DFD9;
    border-radius: 0;
}

.card-body p:last-child {
    margin-bottom: 0;
}

.coverage-card {
    background-color: #F8F9FA;
    height: 100%;
    border: 0;
    border-left: 5px solid #7AC143;
}

.coverage-card .heading {
    font-weight: 500;
    margin-bottom: 0;
}

.coverage-card .desc {
    font-size: 14px;
    margin-top: .25rem;
    margin-bottom: 0;
}

.resource-card {
    background-color: #D6DFD9;
    height: 100%;
}

.resource-card ul {
    line-height: 1.25;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.resource-card ul li a {
    display: block;
    padding: .5rem 0;
}

.resource-card ul li a span {
    float: right;
    margin-left: .5rem;
}


/* Expandable Buttons */

.expand-btn {
    color: #4E7C2A;
    background-color: transparent;
    border: 0;
    display: block;
    font-size: 16px;
    text-align: left;
    padding: 1rem 2.5rem 1rem 1rem !important;
    white-space: normal;
    position: relative;
    width: 100%;
    line-height: 1.25;
}

.expand-btn.collapsed {
    color: #7AC143;
    background-color: transparent;
    border: 0;
    display: block;
    font-size: 16px;
    text-align: left;
    padding: 1rem 2.5rem 1rem 1rem !important;
    white-space: normal;
    position: relative;
    width: 100%;
    line-height: 1.25;
}

.expand-btn:hover,
.expand-btn.collapsed:hover {
    color: #4E7C2A;
    box-shadow: none;
}

.expand-btn:hover {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    box-shadow: none;
}

.expand-btn:focus,
.expand-btn:target,
.expand-btn:active {
    color: #4E7C2A;
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    box-shadow: none;
}

.expand-btn span {
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.expand-btn::after {
    font-size: 16px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: .9rem;
    top: 1rem;
    position: absolute;
    color: inherit;
    display: inline-block !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    transform: rotate(-180deg);
    -webkit-font-smoothing: antialiased;
    transition: all .2s ease;
}

.expand-btn.collapsed::after {
    font-size: 16px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: .9rem;
    top: 1rem;
    position: absolute;
    color: inherit;
    display: inline-block !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: rotate(0deg);
    transition: all .2s ease;
}


/* Home */

.hero-text {
    background-color: #FFF;
    position: relative;
    z-index: 10;
    padding: 3rem 3rem 33px 3rem;
}

.hero-text p.desc {
    font-size: 1.25rem;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .hero-text {
        max-width: 515px;
        margin-right: -3rem;
    }
}

@media (max-width: 1199.98px) {
    .hero-text {
        text-align: center;
        padding: 3rem 3rem 0 3rem;
    }

    .hero-text .btn-row {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .hero-text {
        padding: 3rem 15px 0 15px;
    }
}

.hero-image-container {
    position: relative;
    z-index: 5;
}

.hero-image-container img {
    width: 100%;
}

.hero-image-text {
    z-index: 10;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.hero-image-text a {
    display: inline-block;
    font-size: 1.25rem;
    text-shadow: 2px 2px 0px #000;
    line-height: 1;
    color: #FFF !important;
}

@media (max-width: 991.98px) {
    .hero-image-text a {
        font-size: 14px;
    }
}

.hero-image-text a {
    padding: 15px;
}

.hero-image-text a svg {
    filter: drop-shadow(1px 2px 0px #000000);
}

.hero-image-text a:hover,
.hero-image-text a:focus,
.hero-image-text a:target,
.hero-image-text a:active {
    background-color: #7AC143;
}

.hero-pp-btn {
    font-size: 15px;
    line-height: 1;
    color: #FFF;
    background-color: transparent;
    margin: 0;
    padding: 5px;
    border: 0;
    border-radius: 100%;
    overflow: visible;
    position: absolute;
    right: 8px;
    bottom: 12px;
    z-index: 5;
    transition: all .3s ease;
}

.hero-pp-btn svg {
    filter: drop-shadow(1px 2px 0px #000000);
}

.hero-overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.abbrev-container {
    border: 4px solid #7AC143;
    padding: .25rem;
    display: inline-block;
    margin: 0 auto .5rem auto;
    line-height: 1;
}

.abbrev-container span {
    font-size: 12px;
    font-weight: 600;
    color: #7AC143;
    letter-spacing: 1px;
}


/* Forms */

legend {
    font-family: 'Poppins', serif;
    font-weight: 500;
    color: #000;
}

label {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 -5px 5px;
    padding: 5px;
    background-color: #FFF;
    position: relative;
    z-index: 5;
}

.form-control {

}

.form-control,
.custom-select {
    border: 1px solid #000;
    border-radius: 0;
}

.invalid-feedback {
    color: #D60000;
    font-size: 12px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #D60000;
}


/* Modal Pop-ups */

.modal-favicon img {
    width: 25px;
}

.modal-logo img {
    width: 115px;
}

.modal-content {
    border: 0;
    background-clip: border-box;
}

.modal-content,
.modal-dialog,
.modal-header,
.modal-body,
.modal-footer {
    border-radius: 0;
}

.modal-title {
    color: #000;
    font-size: 1.25rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0;
}

.modal .close {
    background-color: #FFF;
    font-size: 19px;
    padding: 10px;
    margin: -8px -8px -8px auto;
    color: #D60000;
    opacity: 1;
    border: 1px solid #FFF;
    border-radius: 100%;
    transition: all .3s ease;
}

.modal .close:hover,
.modal .close:focus {
    border: 1px solid #D6DFD9;
    outline: 0;
    color: #D60000;
    opacity: 1 !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}

.floating-close .close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: auto;
    background-color: #FFF;
    font-size: 14px;
    padding: 10px;
    margin: -5px -7px -7px auto;
    color: #D60000;
    opacity: 1;
    border: 1px solid #FFF;
    border-radius: 100%;
    transition: all .3s ease;
}


/* Map */

#location-map {
    margin-bottom: -1rem;
}

#location-map iframe {
    width: 100% !important;
    height: 400px;
    border: 0 !important;
}


/* Scroll Top Button */

.scroll-top {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 10;
    background-color: #FFF;
    color: #7AC143;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    bottom: 15px;
    border-radius: 0;
    transition: all .3s ease;
    /* box-shadow: 0px 0px 30px rgba(0,0,0,.1); */
}

.scroll-top.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
}

.scroll-top.show:hover,
.scroll-top.show:focus {
    color: #4E7C2A;
}

/* Footer */

#footer {
    text-align: center;
    padding: 3rem 0;
    border-top: 1px solid #D6DFD9;
    border-bottom: 4px solid #7AC143;
}

ul.footer-links {
	padding: 0;
	margin: 0;
    font-size: 14px;
}

.footer-links li {
	list-style-type: none;
    line-height: 1.25;
    margin-top: 10px;
}

.footer-links li a {
    padding: .25rem 0;
    display: inline-block;
	color: #000 !important;
}

.footer-links li a span {
    font-size: 8px;
    margin-left: 3px;
}


/* Hides the <body> until javascript loads to prevent shifts - leave at the end */

body {
    opacity: 0;
}
