/* EMU COLORS
Background Color : #046535
Background Color Hover : #03562d
Text Color : #fefefe */

/* Montserrat font import */
/* 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&family=Noto+Sans+Symbols:wght@100&display=swap'); */

body {
    font-family: font-family: "Poppins", "Roboto", "Open Sans", Helvetica, Arial, sans-serif;
    background-color: #fff;
    color: #0a0a0a;
    height: 100vh;
    position: relative;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all ease;

    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}

p {
    color: #333;
    font-weight: 400;
}

Body Font Size : 16px
Navbar Link Font Size : 1.1rem

/* Headers */
/* Small only */
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.1875rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
  h6 {
    font-size: 1rem;
  }
/* Medium and up */
@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.125rem;
  }
  h2 {
    font-size: 1.625rem;
  }
  h3 {
    font-size: 1.375rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
    -webkit-transition: 0.3s all ease;

    transition: 0.3s all ease;
}

a,
a:hover {
    text-decoration: none !important;
}

.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 400px;
}


/* Header */

header {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 0px 0;
}

@media (min-width: 768px) {
    header {
        padding: 30px 0;
    }
}

header .navbar-brand {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 800;
    font-size: 2rem;
}

header .navbar-brand img {
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.8));
}

header .navbar-brand.absolute {
    position: absolute;
}

@media (max-width: 991.98px) {
    header .navbar-brand.absolute {
        position: relative;
    }
}

header .navbar-brand span {
    color: #fff;
}

@media (min-width: 768px) {
    header .navbar-brand span {
        color: #ced4da;
    }
}

header .navbar {
    background: black !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
    header .navbar {
        padding-top: 0;
        padding-bottom: 0;
        background: none !important;
        position: relative;
    }
}

header .navbar .nav-link:not(.existing-applicant-btn) {
    padding: 1.7rem 1rem;
    outline: none !important;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333 !important;
}

@media (max-width: 1199.98px) {
    header .navbar .nav-link:not(.existing-applicant-btn) {
        padding: 0.5rem 0rem;
    }
}

header .navbar .nav-link.active:not(.existing-applicant-btn) {
    color: #333 !important;
}
.emu-nav a.nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 1rem;
}
.emu-nav a.nav-link:hover {
    border-bottom: 3px solid #057b41;
    transition: none;
    padding-bottom: 0;
}
header .navbar .dropdown-menu {
    font-size: 14px;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
    min-width: 13em;
    margin-top: -15px;
}

header .navbar .dropdown-menu:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
}

@media (max-width: 991.98px) {
    header .navbar .dropdown-menu:before {
        display: none;
    }
}

header .navbar .dropdown-menu .dropdown-item:hover {
    background: #03562d;
    font-weight: 600;
    color: #fff;
}

header .navbar .dropdown-menu .dropdown-item.active {
    background: #A9A89E;
    font-weight: 600;
    color: #fff;
}

header .navbar .dropdown-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
}

header .navbar .cta-btn a {
    background: #046535;
    border-radius: 8px;
    color: #fefefe !important;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 15px 20px !important;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: 0.3s all ease;

    transition: 0.3s all ease;
}

header .navbar .cta-btn a:hover {
    background: #03562d;
    color: #fefefe !important;
    -webkit-box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
}



/* Theme Selection CSS */



#top-nav {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 20%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 20%);
    /*   	border-bottom: 2px solid white; */
}

.btn-top-nav {
    color: #000;
    background-color: #F8F9FA;
    border-color: #F8F9FA;
    font-size: 14px !important;
}

.topnav-menu {
    padding: .8rem .3rem;
    border-radius: 15px;
}

#top-nav .dropdown-item {
    padding: .7rem 1.5rem;
    color: #171616;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#top-nav .return-to-guide {
    font-size: 1rem;
}

#top-nav .return-to-guide:hover {
    text-decoration: underline;
}

#top-nav .ready-for-form {
    font-size: 0.8rem;
}

/* Logo */

img.brand-logo {
    width: 100%;
    max-width: 300px;
    padding: 15px 30px 15px 0;
}


/* Typography */

body,
p,
li {
    color: #0a0a0a;
    font-weight: 400;
}

a,
a:visited {
    color: #333333;
    text-decoration: none;
}
a:hover {
  color: #333333;
}

#top-nav a,
#top-nav a:visited {
    color: #002f54;
    font-weight: 700;
    letter-spacing: .03rem;
}

#top-nav a:hover {
    text-decoration: underline !important;
}

#top-nav button {
    background-color: #002f54;
    border-color: #002f54;
    border-radius: 5px;
    letter-spacing: .2em;
}

#top-nav .dropdown-menu a,
#top-nav .dropdown-menu a:visited {
    color: #000000;
}

#top-nav .dropdown-menu a:hover {
    background-color: #F8F9FA;
}


/* Navigation */
.nav-link {
    padding: 20px 15px 12px 15px;
}

.dropdown-menu {
    border-radius: 5px;
    padding: 0;
    margin: 0;
    background-color: #f6f6f4;
}

/*** change dropdown triangle to caret ***/
.dropdown-toggle::after {
    font: var(--fa-font-solid);
    content: "\f107" !important;
    display: inline-block;
    font-size: small;
    border: none;
    vertical-align: middle;
    margin-left: 0.4em;
}

.dropdown-item:hover {
    text-decoration: none;
    background-color: #edede9;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/* Primary Title */

@media only screen and (max-width: 768px) {
    .hero-img-text-overlay h1 {
        font-size: 1.7em;
    }
}


/* Buttons */

.btn {
    font-weight: 600;
}

.btn-success,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
    background-color: #046535;
    border-color: #046535;
    border-radius: 5px;
    width: 105px;
}
.btn-success:hover {
    background-color: #03562d;
}
.btn-primary {
    border: 1px solid #046535;
    background: transparent;
    color: #737373;
    border-radius: 5px;
    width: 105px;
    margin-right: -12px;
    margin-left: 15px;
}

.btn-primary:hover {
    border: 1px solid #046535);
    background-color: #046535;
}
button#consent_reject {
    border: 1px solid #046535;
    background: transparent;
    color: #737373;
    border-radius: 5px;
}
button#consent_reject:hover {
    border: 1px solid #046535);
    color: #ffffff;
    background-color: #046535;
}

/* see all open positions button */

.hero-img-text-overlay .button1 {
    background-color: #8C1515 !important;
    border-radius: 12px;
    border: none !important;
    float: left;
    margin-left: 105px;
    margin-top: 15px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #ffffff !important;
    letter-spacing: 0.06rem;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    box-sizing: border-box;
    -webkit-transition: all .2s linear !important;
    transition: all .2s linear !important;
}

.hero-img-text-overlay .button1:hover {
    background-color: #640707 !important;
    box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
    transform: scale(1.05);
}


/* Footer */

footer {
    background-color: #f8f9fa;
    padding: 30px 0;
}

footer .fab {
    font-weight: 400;
    font-size: 30px;
    color: #364f6b;
}

footer .sociallinks {
    margin-top: 1rem;
    margin-left: -10px;
}

footer .sociallinks>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

footer .bottom-footer li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}


/* Container width class */

.hero-img-text-overlay .block-image-text {
    padding-right: 15px;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    top: 330px;
    left: 225px;
}

.hero-img-text-overlay .block-image-text img {
    margin-left: 11px;
    transform: scale(1.2);
}

@media (min-width: 768px) {
    .hero-img-text-overlay .block-image-text {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .hero-img-text-overlay .block-image-text {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .hero-img-text-overlay .block-image-text {
        width: 1170px;
    }
}


/* FOOTER CSS  */

.site-footer {
    background-color: #333;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
    font-family: 'Montserrat', sans-serif;
}
.site-footer .footer-brand {
    width: 75px;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fefefe;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #ffffff;
}

.site-footer a:hover {
    color: #03562d;
    text-decoration: none;
    font-weight: 600;
}

.footer-column-2 {
    padding-left: 100px;
}

.footer-column-3 {
    padding-left: 100px;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a,
.footer-links a:active,
.footer-links a:focus {
    color: #ffffff;
}

.footer-links a:hover {
    color: #03562d;
    text-decoration: none;
    font-weight: 600;
}

.footer-links.inline li {
    display: inline-block
}
.emu-legal-privacy a {
    padding: 0;
}
.site-footer .social-icons {
    text-align: right;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
}

.copyright-text {
    margin: 0;
    color: #fefefe !important;
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #fefefe;
    color: #333;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998;
    transform: scale(1.1);
}

.social-icons a.twitter:hover {
    background-color: #00aced;
    transform: scale(1.1);
}
.social-icons a.youtube:hover {
    background-color: #c4302b;
    transform: scale(1.1);
}
.social-icons a.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    transform: scale(1.1);
}
.social-icons a.linkedin:hover {
    background-color: #007bb6;
    transform: scale(1.1);
}
.social-icons a.snapchat:hover {
    background-color: #FFFC00;
    color: #333;
    transform: scale(1.1);
}

@media (max-width:991px){
  .emu-legal-privacy .emu-footer-links {
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
  .emu-legal-privacy .emu-footer-links a {
    padding: 20px;
  }
}
@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}


/* END FOOTER CSS  */


/* JOB SEARCH RESULTS CSS  */

.job-search-results ul {
    font-weight: 400;
}

.job-search-results a {
    color: #027b30;
    font-weight: 600;
}

.job-search-results a:hover {
    text-decoration: underline !important;
}

.badge {
    background-color: #027b30;
}

.block-job-search-results .job-search-results table {
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
    .block-job-search-results .job-search-results .job-search-collapse {
        font-size: 16px;
    }
}


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


/* override filter groups column width  */

.block-job-search-results .job-search-results .job-search-filter-groups {
    width: auto;
}

.job-search-filter-groups {
    background-color: #EDEDE9;
    padding-left: 36px !important;
    padding-right: 36px !important;
    border-radius: 8px;
}

.job-search-filter-categories {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-filter-departments {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-filter-employment-types {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-filter-cities {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-control input {
    border-radius: 5px !important;
    border: 1px solid rgba(80, 86, 86, 0.5);
    height: 50px;
}

.job-search-control button {
    height: 50px;
}

.job-search-results-card {
    border-radius: 8px;
    border: 8px solid rgba(246, 246, 244, 1);
}

@media (min-width: 768px) {
    .job-search-results-card-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .navbar {
        height: auto;
    }
}

.side-panel {
    background: transparent;
    padding: 1em;
    background-color: #f5fafc;
    margin-bottom: 30px;
    border-radius: 3px;
    margin-bottom: 30px;
}


@media (min-width: 767px) {

    .block-posts .post h3.post-title,
    .side-panel h3 {
        font-size: 21px;
    }
}

/*** THEME TWO JOB DESCRIPTION PAGE STYLES ***/

.theme-two-apply-now-btn {
    margin-bottom: 60px;
}

.theme-two-apply-now-btn .button {
    background-color: #046535 !important;
    color: white !important;
    border: 2px solid rgba(80, 86, 86, 0.5) !important;
    border-radius: 8px;
    font-weight: 700 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.theme-two-apply-now-btn .button:hover {
    background-color: #03562d !important;
    color: #fefefe !important;
    border: 2px solid rgba(80, 86, 86, 0.5) !important;
    border-radius: 8px;
    font-weight: 700 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.theme-two-side-panel {
    background-color: #f3f3f3;
    border: 4px solid #ebebeb;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.theme-two-side-panel input {
    border-radius: 5px;
}

.theme-two-side-panel .btn {
    background-color: #046535;
    color: #fff !important;
    width: 200px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-left: 0 !important;
}

.theme-two-side-panel .btn:hover {
    background-color: #03562d;
    border: 1px solid #03562d;
    color: #fefefe !important;
    font-weight: 700;
    letter-spacing: .1em;
}

.theme-two-job-description {
    padding-right: 2.2em;
}

.theme-two-job-description .job-title {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: .03rem;
}

.theme-two-job-description .btn {
    background-color: #046535;
    color: #fff !important;
    margin-left: 0;
    margin-right: 15px;
    padding: 5px 10px !important;
    line-height: normal;
}

.theme-two-job-description .btn:hover {
    background-color: #03562d;
    color: #fefefe !important;
    border: 1px solid #03562d;
    margin-left: 0;
    margin-right: 15px;
    padding: 5px 10px !important;
    line-height: normal;
}

.theme-two-ready-to-apply {
    background-color: #f6f6f4;
}

.theme-two-ready-to-apply h2 {
    font-weight: 700;
    letter-spacing: .03rem;
}

.theme-two-ready-to-apply input {
    border-radius: 5px;
}

.theme-two-ready-to-apply .btn {
    background-color: #046535 !important;
    color: #fff !important;
}

.theme-two-ready-to-apply .btn:hover {
    border: 1px solid #03562d;
    background-color: #03562d !important;
    color: #fefefe !important;
    font-weight: 700;
}

.theme-two-side-panel h2 {
    font-weight: 700;
    letter-spacing: .03rem;
}

.theme-two-side-panel .job-title {
    color: #046535 !important;
    font-weight: 600;
    letter-spacing: .03rem;
}

.theme-two-side-panel .job-title:hover {
    text-decoration: underline;
}

.theme-two-side-panel .job-department {
    font-weight: 700;
    letter-spacing: .03rem;
}

/* top-nav applicant login button */
a.existing-applicant-btn {
    background-color: #046535;
    border: 2px solid #046535;
    border-radius: 5px;
    padding: 0.6rem;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
}
a.existing-applicant-btn:hover {
/*     background-color: #fff; */
    text-decoration: none;
    border: 2px solid #046535;
    border-radius: 5px;
    color: #a2e600 !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
}
@media (min-width: 1200px) {
  .emu-nav-container {
    margin: auto;
  }
}
@media (min-width: 1400px) {
  .emu-nav-container {
    margin: auto 3rem;
  }
}
@media (min-width: 1675px) {
  .emu-nav-container {
    margin: auto 10rem;
  }
}