/* Header styles */
header.light {
    background-color: var(--light-header-bg) !important;
    font-family: var(--light-header-font-family) !important;
}

header.light h2 {
    color: var(--light-header-text-color) !important;
}

header.light button {
    background-color: var(--light-header-btn-bg) !important;
    color: var(--light-header-btn-text) !important;
}

header.light .header-overlay {
    background-color: var(--light-header-overlay-bg) !important;
}

header.light .header-overlay a {
    color: var(--light-header-overlay-anchor) !important;
}
header.light * {
    color: var(--light-header-text-color) !important;
}

    /* Heading styles */
.light h1, .light .h1 {
    color: var(--light-h1-color) !important;
    /* font-size: var(--light-h1-font-size) !important; */
}

.light h2, .light .h2 {
    color: var(--light-h2-color) !important;
}

.light h3, .light .h3 {
    color: var(--light-h3-color) !important;
}

.light h4, .light .h4 {
    color: var(--light-h4-color) !important;
}

.light h5, .light .h5 {
    color: var(--light-h5-color) !important;
}

.light h6, .light .h6 {
    color: var(--light-h6-color) !important;
}

/* Paragraph styles */
.light p {
    color: var(--light-p-color) !important;
}

    /* Snippet styles */
.light {
    background-color: var(--light-snippet-bg-color) !important;
    font-family: var(--light-body-f-family) !important;
}

    /* Body styles */
.light body {
    background-color: var(--light-body-bg) !important;
}

.light a {
    color: var(--light-body-anchor-color) !important;
}

.light .btn {
    background-color: var(--light-body-btn-bg) !important;
    color: var(--light-body-btn-text) !important;
}

.light h1, .light .h1 {
    font-family: var(--light-body-heading-f-family) !important;
}

.light h2, .light h3, .light h4, .light h5, .light h6, .light .h2, .light .h3, .light .h4, .light .h5, .light .h6 {
    font-family: var(--light-body-subheading-f-family) !important;
}

.light .btn {
    font-family: var(--light-body-f-family) !important;
}

/* Footer styles */
footer.light {
    background-color: var(--light-footer-bg) !important;
    color: var(--light-footer-color) !important;
}
footer.light *, footer.light li a {
    color: var(--light-footer-color) !important;
}

footer.light a {
    color: var(--light-footer-anchor-color) !important;
}
footer.light h1,
footer.light h2,
footer.light h3,
footer.light h4,
footer.light h5,
footer.light h6 {
    color: var(--light-footer-anchor-color) !important;
} 

.light .footer-text {
    font-family: var(--light-footer-f-family) !important;
}


/* Header styles */
header.dark {
    background-color: var(--dark-header-bg) !important;
    font-family: var(--dark-header-font-family) !important;
}

header.dark h2 {
    color: var(--dark-header-text-color) !important;
}

header.dark button {
    background-color: var(--dark-header-btn-bg) !important;
    color: var(--dark-header-btn-text) !important;
}

header.dark .header-overlay {
    background-color: var(--dark-header-overlay-bg) !important;
}

header.dark .header-overlay a {
    color: var(--dark-header-overlay-anchor) !important;
}
header.dark *, header.dark .nav-link, header.dark .navbar-brand {
    color: var(--dark-header-text-color) !important;
}

    /* Heading styles */
.dark h1, .dark .h1 {
    color: var(--dark-h1-color) !important;
    /* font-size: var(--dark-h1-font-size) !important; */
}

.dark h2, .dark .h2 {
    color: var(--dark-h2-color) !important;
}

.dark h3, .dark .h3 {
    color: var(--dark-h3-color) !important;
}

.dark h4, .dark .h4 {
    color: var(--dark-h4-color) !important;
}

.dark h5, .dark .h5 {
    color: var(--dark-h5-color) !important;
}

.dark h6, .dark .h6 {
    color: var(--dark-h6-color) !important;
}

/* Paragraph styles */
.dark p {
    color: var(--dark-p-color) !important;
}

    /* Snippet styles */
section.dark {
    background-color: var(--dark-snippet-bg-color) !important;
    color: var(--dark-p-color) !important;
}

    /* Body styles */
.dark body {
    background-color: var(--dark-body-bg) !important;
}

.dark a {
    color: var(--dark-body-anchor-color) !important;
}

.dark .btn {
    background-color: var(--dark-body-btn-bg) !important;
    color: var(--dark-body-btn-text) !important;
}

.dark h1 {
    font-family: var(--dark-body-heading-f-family) !important;
}

.dark h2, h3 {
    font-family: var(--dark-body-subheading-f-family) !important;
}

/* Footer styles */
footer.dark {
    background-color: var(--dark-footer-bg) !important;
    color: var(--dark-footer-color) !important;
}
footer.dark *, footer.dark li a {
    color: var(--dark-footer-color) !important;
}

footer.dark a {
    color: var(--dark-footer-anchor-color) !important;
}
footer.dark h1,
footer.dark h2,
footer.dark h3,
footer.dark h4,
footer.dark h5,
footer.dark h6 {
    color: var(--dark-footer-anchor-color) !important;
} 

.dark .footer-text {
    font-family: var(--dark-footer-f-family) !important;
}

/* New CSS End here. */
/* body styles */
/* body {
	background: var(--body-bg) !important;
} */

/* header style goes here */

/* .muse-header {
	background: var(--header-bg) !important;
	font-family: var(--header-font-family) !important;
}

.navbar-collapse {
	background: var(--header-bg) !important;
	font-family: var(--header-font-family) !important;
}

.muse-header * {
	font-family: var(--header-font-family) !important;
	color: var(--header-text-color) !important;
}

.muse-header .btn,
.muse-header .btn:hover {
	background: var(--header-btn-bg) !important;
	color: var(--header-btn-text) !important;
	border-color: var(--header-btn-bg) !important;
}

.muse-header a svg path {
	fill: var(--header-text-color) !important;
}

.muse-header .btn svg path {
	fill: var(--header-btn-text) !important;
}

.muse-header .btn:hover {
	box-shadow: inset 0 0 0 10em rgba(255, 255, 255, 0.4) !important;
}

.muse-header .dropdown-menu {
	background: var(--header-bg) !important;
}

.sidenav {
	background: var(--header-overlay-bg) !important;
}

.sidenav li {
    display: block;
}

.sidenav a {
	color: var(--header-overlay-anchor) !important;
} */


/* header styles end here */


/* body styles start here */
@media screen and (max-width: 991px) {
    /* .muse-section {
        padding: 20px 0px !important;
    } */
}

/* elan custom */
html {
    scroll-behavior: smooth;
}

.fixed-nav {
    position: fixed;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 99px;
}

.hero-bg-sec {
    margin-top: 120px;
    background-image: url(/elan/images/green-hero-2-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.muse-doc-sec-one .inner-div {
    border-left: 3px solid #2862E3;
}

.muse-doc-sec-one .bg-img-one {
    transform: translateY(100px);
}

.video-plac-sec {
    height: 500px;
    background-color: #E6E6E6;
}

.video-plac-sec .bg-img-two {
    transform: translateY(50px);
}

.video-plac-sec .video-placholder {
    height: 300px;
    background-color: gray;
}

.muse-slide-sec .img-div {
    width: 22%;
    margin-bottom: 10px;
    text-align: center;
}

.embed-post-slide .box {
    width: 40%;
    font-size: 14px;
    height: 60px;
    text-align: center;
}

.muse-slide-two {
    background-color: #E6E6E6;
}

.muse-slide-two .card {
    height: 280px;
    width: 24%;
    position: relative;
}

.muse-slide-two .card .overlay {
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}

.width-90 {
    width: 90%;
}

@media screen and (max-width:1200px) {
    .muse-slide-two .card {
        width: 46%;
    }
}

@media screen and (max-width:992px) {
    .muse-slide-sec .img-div {
        width: 45%;
        text-align: center;
    }

    .fixed-nav {
        height: auto;
    }
}

@media screen and (max-width:850px) {
    .muse-slide-two .card {
        width: 90%;
        text-align: center;
    }

    .embed-post-slide .box {
        width: 100%;
    }
}

@media screen and (max-width:575px) {
    .muse-slide-sec .img-div {
        width: 90%;
        text-align: center;
    }
}

/* ELAN CODE */
html {
    scroll-behavior: smooth;
}

/* @font-face {
    font-family: MaisonNeue;
    src: url('/elan/MaisonNeue-Medium.woff');
}

body , .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: MaisonNeue;
} */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    margin-left: -125px;
    /* Divide value of min-width by 2 */
    background-color: #333;
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 2px;
    /* Rounded borders */
    padding: 16px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 1;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 30px;
    /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.g-recaptcha-outer {
    text-align: center;
    border-radius: 2px;
    background: #f9f9f9;
    border-style: solid;
    border-color: #d8d8d8;
    border-width: 1px;
    border-bottom-width: 2px;
}

.g-recaptcha-inner {
    width: 154px;
    height: 82px;
    overflow: hidden;
    margin: 0 auto;
}

.g-recaptcha {
    position: relative;
    left: -2px;
    top: -1px;
}

.image-top-padding {
    padding-top: 1vh;
}

.img-custom {
    max-width: 100%;
    height: auto;
}

.pb-8 {
    padding-bottom: 25px;
}

.fixed-nav {
    position: fixed;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 99px;
}

.muse-doc-sec-one .inner-div {
    border-left: 3px solid #2862E3;
}

.muse-doc-sec-top .inner-div {
    border-left: 3px solid #2862E3;
}

.muse-doc-sec-one .bg-img-one {
    transform: translateY(100px);
}

.muse-doc-sec-top .bg-img-one {
    transform: translateY(100px);
}

.video-plac-sec {
    height: 500px;
    background-color: #E6E6E6;
}

.video-plac-sec .bg-img-two {
    transform: translateY(50px);
}

.video-plac-sec .video-placholder {
    height: 300px;
    background-color: gray;
}

.muse-slide-sec .img-div {
    width: 20%;
    margin-bottom: 10px;
    text-align: center;
}

.embed-post-slide .box {
    width: 60%;
    font-size: 14px;
    height: 500px
        /*350px*/
    ;
    overflow-y: scroll;
}

.muse-slide-two {
    background-color: #E6E6E6;
}

.muse-slide-two .card {
    height: 280px;
    width: 24%;
    position: relative;
}

.muse-slide-two .card .overlay {
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}

.width-90 {
    width: 90%;
}

@media screen and (max-width:1200px) {
    .muse-slide-two .card {
        width: 46%;
    }
}

@media screen and (max-width:992px) {
    .muse-slide-sec .img-div {
        width: 45%;
        text-align: center;
    }

    .fixed-nav {
        height: auto;
    }
}

@media screen and (max-width:850px) {
    .muse-slide-two .card {
        width: 90%;
        text-align: center;
    }

    .embed-post-slide .box {
        width: 100%;
    }

    .image-top-padding {
        padding-top: 0vh;
        padding-bottom: 5vh;
    }

    .muse-doc-sec-top .inner-div {
        border-left: none;
    }
}

@media screen and (max-width:575px) {
    .muse-slide-sec .img-div {
        width: 90%;
        text-align: center;
    }

    .muse-doc-sec-top .inner-div {
        border-left: none;
    }
}

@media screen and (max-width:767px) {
    .img-custom {
        max-width: 53%;
        height: auto;
    }

    .width-90 {
        width: 100%;
    }
}