/*
	Theme Name: Dept. of Labor
	Theme URL: https://labor.idaho.gov
	Description: Idaho Dept. of Labor custom theme
	Author: Access Idaho
	Author URI: https://accessidaho.org
	Version: 1.0
	Text Domain: idaho-v3-alt
	Template: Webmaster-Alternate
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Work+Sans:wght@700;800&display=swap"');

a[href*=".pdf"]::before > img,
a::before  > .wp-image-6550 {
    content: none;
}
body{
    font-family: 'Roboto', sans-serif;
    background-color: #f5f5f7;
    font-size: 16px;
    line-height: 1.5;
    color: #16202b;
}
html{   
    overflow: hidden;
}
.sr-only {color: blue;}
.fontsizer {display: none!important;}
.h1, h1 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
}
.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
}
a {
    color: #1877aa;
}
a:hover {
    color: #d6aa05;
}
.elementor a:hover {
    text-decoration: underline;
}
.elementor-button-content-wrapper {
    display: inline-flex!important;
    justify-content: center;
}
.btn.btn-primary, .btn.btn-primary:not(:disabled):not(.disabled):active {
    color: #ffffff !important;
    background-color: #1877aa;
    border-color: #165578;
    font-weight: bold;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background-color: #1877aa;
}
.btn.btn-primary, .btn.btn-warning, .btn.btn-success {
    border-style: solid;
    border-width: 0 0 3px 0;
    -webkit-transition: all .15s;
    transition: all .15s;
    font-weight: bold;
}
.btn.btn-primary:hover, .btn.btn-warning:hover, .btn.btn-success:hover {
    border-bottom-width: 6px;
    margin-top: -3px;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.btn.btn-warning, .btn.btn-warning:not(:disabled):not(.disabled):active {
    color: #16202b !important;
    background-color: #fec906;
    border-color: #d6aa05;
}
.btn.btn-success, .btn.btn-success:not(:disabled):not(.disabled):active {
    color: #ffffff !important;
    background-color: #50841f;
    border-color: #395e14;
}
.btn.btn-hero, .btn.btn-hero:not(:disabled):not(.disabled):active {
    display: block;
    font-weight: bold;
    color: white;
    border-style: solid;
    border-width: 0 0 3px 0;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.btn.btn-hero:hover {
    border-bottom-width: 6px;
    margin-top: -3px;
    -webkit-transition: all .15s;
    transition: all .15s;
}
div.col-lg-3:nth-child(4) > p:nth-child(2) > a:nth-child(1) {
    color: black;
}

.row.align-items-top.d-flex.lmi-header {
    max-height: 60px;
    padding-top: 0;
    background: #fff;
    z-index:99
}
.notice-area {
    width: 100%;
    background: gold;
    min-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    white-space: normal;
}

img.img-fluid.logo {
    z-index: 5;
    position: relative;
}
header#masthead {
    background: white;
}
#masthead img.img-fluid.logo{
     padding-top:0;
}
#masthead .header-background {
    background-size: cover !important; 
    background-position: center 15% !important;
}

.hero-widget.widget.widget_hero_widget {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 99999999;
    color: #fff;
}
.hero-img {
    height: 250px;
    border-bottom:10px solid;
    background-size: cover;
}
.hero-block-list ul {
    margin-block-start: 0;
    margin-inline-start: 0;
    padding-inline-start: 0;
    list-style: none;
}
.hero-block-list ul li {
    padding:0.5em;
    font-size:18px;
    text-transform:capitalize;
    border-bottom:1px solid rgba(0,0,0,0.1);
    padding-left:1em
}
.hero-block-list ul li a {
   color:#666;
    font-weight:600!important;
}
.hero-block-list ul li:after{
    content:"\f054";
    position:absolute;
    right:1em;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-style: inherit !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    display: inline-block !important;
    text-rendering: auto !important;
    speak: none !important;
    color:#666;
}
.fp-card {
    background: #fff;
    height: 100%;
}

#page > div.site-content > section > div > div > div > div > div:nth-child(6) > div {  
    color: #fff;
    background: #4a4a4c;
}
#masthead .logo {
    padding: 5px 0px;
    display: -webkit-inline-box;
    display: inline-flex;
	float: none;
	max-height: 150px;
}
.headerText {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 5;
    font-weight: bold;
    font-size: calc(36px + 6 * ((100vw - 320px) / 680));
    padding-left: 0%;
    padding-right: 0%;
    line-height: 1.1; 
    text-shadow:none;   
}
.hero-sub-text {
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 2px 4px rgb(0 0 0 / 90%);
}
div.headerText > #___gcse_2 {
    width: 55%;
    margin-top: -20px;
}
div.headerText > #___gcse_2 > table.gsc-search-box > tbody > tr > .td.gsc-input,
#___gcse_2 > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
    padding-right: 0px !important;
}
td#gs_tti52 {
    padding:10px;
}
button.gsc-search-button.gsc-search-button-v2 {
    padding: 14px;
    margin-top: -1px;
    border: none;
    background: #1877aa;
}
#gsc-i-id3::placeholder {
    font-style: italic;
    font-weight: 400px;
    font-size: 18px;
}
i.fas.fa-search {
    cursor: pointer;
}
.nav-link {
    color: #1877AA;
}
.nav>.active>a {
    color: #1877AA;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 0px 0 0;
    display: block;
    height: auto;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-home > a.mega-menu-link {
    padding: 0px 10px 0px 4px;
}

#search-collapse {
    width: 30% !important;
    min-width: 100px;
    z-index: 10;
    position: absolute;
    right: 50px;
    background: #f8f9fa;
    margin-top: -90px;
}
.nav-item.translate {
    padding-right: 18px;
    border-right: 1px solid #f5f5f7;
}
.nav-item.translate .fa-language {
    font-size: 1.7em;
    position: relative;
    top: 5px;
    margin: -7px 0;
}
li.nav-item.translate {
    list-style-type: none;
    padding: 10px 0;
    float: right;
    padding-right: 25px;
}
li.nav-item.translate > i {
    display: inline-block;
}
#masthead .dropdown.loginMenu .dropdown-menu, #masthead .dropdown.searchMenu .dropdown-menu {
    top: calc(100% - 10px);
    width: 650px;
    max-width: 100vw;
    padding: 20px;
    border-top: 5px solid #1877aa !important;
    border-bottom: none;
    word-wrap: break-word;
    background-color: #fff !important;
    background-clip: border-box;   
}
.dropdown-menu.dropdown-menu-right.card.login-card.show > .row {
    padding: 30px 0px;
}
#masthead .nav-item.login {
    padding: 0 13px 0 26px;
}
.dropdown-menu.dropdown-menu-right.card.login-card {
    display: none;
}
.dropdown-menu.dropdown-menu-right.card.login-card.show {
    display: block;
}
.dropdown.loginMenu .dropdown-menu .login-col h3, .dropdown.searchMenu .dropdown-menu .login-col h3 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}
.dropdown.loginMenu .dropdown-menu .login-col h4, .dropdown.searchMenu .dropdown-menu .login-col h4 {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
}
.dropdown.loginMenu ul {
    list-style: none;
    margin: 0 0 14px;
    white-space: normal;
    font-size: 0.875rem;
    padding-left: 0px;
}
.dropdown.loginMenu li {
    position: relative;
    padding-left: 0.75rem;
}
.dropdown.loginMenu li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    font-size: .6em;
    position: absolute;
    left: 0;
}
.dropdown.loginMenu .dropdown-quadrant {
    display: block;
    width: 100%;
    padding: 0.25rem 0.75rem;
    clear: both;
    font-weight: 400;
    background-color: transparent;
    white-space: nowrap;
    border: 0;
    margin-bottom: 12px;
}
.dropdown.loginMenu .dropdown-menu .login-col a.btn {
    width: 100%;
}
.btn.btn-primary:hover, a.btn.btn-primary:hover, .btn.btn-warning:hover, a.btn.btn-warning:hover, .btn.btn-success:hover, a.btn.btn-success:hover {
    border-bottom-width: 4px;
    margin-top: -3px;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.dropdown-menu .btn.btn-success:hover, .dropdown-menu a.btn.btn-success:hover,
.dropdown-menu .btn.btn-success:focus, .dropdown-menu a.btn.btn-success:focus,
.dropdown-menu .btn.btn-success:active, .dropdown-menu a.btn.btn-success:active {
    background-color: #50841f !important;
}
.dropdown-menu .btn.btn-primary:hover, .dropdown-menu a.btn.btn-primary:hover,
.dropdown-menu .btn.btn-primary:focus, .dropdown-menu a.btn.btn-primary:focus,
.dropdown-menu .btn.btn-primary:active, .dropdown-menu a.btn.btn-primary:active {
    background-color: #1877aa !important;
}
.dropdown-menu .btn.btn-warning:hover, .dropdown-menu a.btn.btn-warning:hover,
.dropdown-menu .btn.btn-warning:focus, .dropdown-menu a.btn.btn-warning:focus,
.dropdown-menu .btn.btn-warning:active, .dropdown-menu a.btn.btn-warning:active {
    background-color: #fec906 !important;
}
blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

.sidebar-bg {
    background-color: rgba(245, 245, 247, 0.8);
    padding: 15px;
}
h2.widgettitle {
    font-size: 20px;
    padding-bottom: 10px;
}

.row.social-links{
    background:#2b3747;
}
.row.social-links .social-area{
    justify-content: center;
    display: flex;
}
.social {
    padding: 5px;
    color: rgb(221, 221, 221);
    margin: 6px;
}

.footer-links > a {
    padding-left: 3px;
    padding-right: 3px;
    color: #fff !important;
}
.footer-menus h4 {
    color: #dedede!important;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom:.50rem;
}
.top-footer-row {
    background: #16202a;
}
.versioning {
    background: #13171a;
}
.row.footer-navigation {
    background: #141b25;
}

.footer-menus ul {
    list-style: none;
    padding-inline-start: 0;
}

.footer-menus ul li a {
    color:#dedede;
    line-height:2rem;
    font-size: 0.8125rem;
}

#colophon {
    background-image: none;
    background: #141b25;
    color: #fff;
    padding-top: 0px;
}

.hero-main-text {
    font-size: calc(36px + 6 * ((100vw - 320px) / 680));
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    text-shadow: 0 2px 4px rgb(0 0 0 / 90%);
}
div.headerText > hr {
    height: 1px;
    width: 160px;
    margin: 13px 0;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 15px;
    text-align: left;
}

.faq-card {
    color: #16202b;
    display: block;
    position: relative;
    height: 305px;
    background: #f6f6f6;
    padding: 24px 24px 12px;
    margin-bottom: 24px;
    overflow: hidden;
}
.faq-card:hover, .faq-card.no-thumb:hover {
    height: auto;
    margin-bottom: 24px;
    top: 0;
}
.faq-card.no-thumb {
    height: auto;
}
.faq-card:before {
    width: calc(100% - 30px);
    height: 29px;
    background-color: #f6f6f6;
    position: absolute;
    bottom: 0;
    right: 15px;
    content: "-";
    color: transparent;
    -moz-transition: background .15s;
    -webkit-transition: background .15s;
    transition: background .15s;
}
.faq-card:after, .faq-card.no-thumb:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-left: 0.3em;
    position: absolute;
    right: 40px;
    top: calc(50% - 10px);
    color: #1877aa;
}
.landing-card {
    height: auto;
    min-height: 335px;
    border-top: 10px solid #1877aa;
    color: #16202b;
    display: block;
    position: relative;
    height: 345px;
    background: #f6f6f6;
    padding: 24px 24px 12px;
    margin-bottom: 24px;
    overflow: hidden;
}
.landing-card:before {
    width: calc(100% - 30px);
    height: 29px;
    background-color: #f6f6f6;
    position: absolute;
    bottom: 0;
    right: 15px;
    content: "-";
    color: transparent;
    -moz-transition: background .15s;
    -webkit-transition: background .15s;
    transition: background .15s;
}
.landing-card p {
    margin-bottom: 12px;
}
#explore .elementor-column {
    min-height: 755px;
    margin-right: 10px;
    margin-left:10px;
}
.weekly-table .weekly-text {
    width: 300px;
    border: 1px solid #FFFFFF;
    border-right: none;
    padding-bottom: 20px;
}
.weekly-table th {
    padding: 10px;
    border: 1px solid #CCCCCC;
}
.weekly-table th {
    padding: 10px;
    border: 1px solid #CCCCCC;
}
.table-title {
    background: #f5f5f7;
    color: #000000;
}
.weekly-table tr.apply {
    background: #f5f5f7;
    color: #000000;
}
.weekly-table tr.file {
    background: #fec906;
    color: #000;
}
.weekly-table table {
    margin-top: 20px;
    width: 100%;
}
.weekly-table .weekly-text {
    width: 300px;
    border: 1px solid #FFFFFF;
    border-right: none;
    padding-bottom: 20px;
}
.weekly-table td {
    padding: 10px;
    border: 1px solid #CCCCCC;
}
.weekly-table .file td {
    border: 1px solid #FFFFFF;
}

.collapse.show {
    width: 100%;
    min-width: 100px;
}
section.above-fold {
    margin-top: -3em;
}

.breadcrumb {
    margin-bottom: 0rem;
}
.bcrumbs {
    background: #16202b;
}
div.bcrumbs > div.container > div.row > nav > ol.breadcrumb > li.breadcrumb-item {
    color: white;
}
div.bcrumbs > div.container > div.row > nav > ol.breadcrumb > li.breadcrumb-item > a {
    color: #fec906;
}

.front-page-events .mec-skin-list-events-container .mec-event-list-minimal {
    display: flex;
}
.front-page-events .mec-skin-list-events-container .mec-event-list-minimal article{
    width:33%;
}
a.mec-detail-button {
    display: none;
}

.col-md-3.col-sm-3.btn-wrapper {
    display: none;
}

.fp-heading{
    font-weight: 900;
    font-size: 1.875rem;
    padding-top: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

div#content {
    min-height: 90vh;
    position: relative;
    z-index: 9;
    padding-top: 2em;
    padding-left: 2em;
    margin-top: 6em;
}
#main {
    min-height: 300px;
    padding-top: 3em;
}
.breadcrumb-item a {
    color: #1877aa;
}
div.site-branding.header-background > div.container {
    max-width: 1180px;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    top: 45px;
    z-index: 9999;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    display: block;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 2px;
    padding-left: 30px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    font-size: .6em;
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-transform: capitalize;
    color: #1877aa;
    font-weight: 400;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: #d6aa05;
    font-weight: 400;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #d6aa05;
}
div.textwidget.custom-html-widget > a.btn {
    display: block;
    position: relative;
    left: -1.5rem;
    width: 230px;
    max-width: 90%;
    margin-left: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff;
    padding: 0 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 1.125rem;
    font-weight: 700;
    margin-left: 8px;
    margin-top: 8px;
}
span.mega-indicator {
    display: none !important;
}
.btn-inline {
    display: inline-block;
    width: max-content!important;
    margin-right: 4px;
}
.btn-inline a[href*=".pdf"]:not([data-hasimg]):before, .btn-inline a[href*=".PDF"]:not([data-hasimg]):before
,.btn-inline a[href*=".xlsx"]:not([data-hasimg]):before, .btn-inline a[href*=".XLSX"]:not([data-hasimg]):before {
    padding-right:0px
}



/******** Elementor Styles ********/
h2.elementor-divider__text.elementor-divider__element {
    font-size: 2rem;
}
a.elementor-button-link.elementor-button {
    color: #ffffff !important;
    background-color: #1877aa;
    border-color: #165578;
    font-weight: bold;
    border-style: solid;
    border-width: 0 0 3px 0;
    border-radius: 0.25rem;
}
a.elementor-button-link.elementor-button:hover {
    border-bottom-width: 6px;
    margin-top: -3px;
    -webkit-transition: all .15s;
    transition: all .15s;
    text-decoration: none;
}
.elementor-element.elementor-button-warning .elementor-button,
.btn.btn-warning, .btn.btn-warning:not(:disabled):not(.disabled):active {
    color: #16202b !important;
    background-color: #fec906 !important;
    border-color: #d6aa05;
}
.elementor-element.elementor-button-success .elementor-button, 
.btn.btn-success, .btn.btn-success:not(:disabled):not(.disabled):active {
    color: #ffffff !important;
    background-color: #50841f !important;
    border-color: #395e14;
}



/************* Homepage Styles *************/
.pressrelease-card .pr-title {
    color: #167ac6;
    font-weight: 600;
	font-size: 1.5rem;
}
.pressrelease-card .pr-date {
    font-style: italic;
	padding-bottom: 0px;
}
.pressrelease-card .pr-content {
    font-weight: 400;
}
.pressrelease-card {
    background: #fff;
	border-left: 15px solid #1877aa;
    border-radius: 4px 0 0 4px;
    padding: 29px 29px 25px;
	height: 100%;
}
h2.press {
	font-size: 150%;
}
h3.press {
	font-weight: normal;
	color: gray;
	font-size: 110%;
}
section#audience-row > .elementor-container > .card {
    padding: 10px;
    margin: 0 10px;
}
#audience-row .audience-card.employer {
    background-color: #4a4a4c;
    color: #ffffff;
    border-bottom-color: #50841f;
}
#audience-row li {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px;
    border-top: 1px solid #8c8c8c;
    list-style: none;
    position: relative;
}
#audience-row ul {
    padding: 0;
    margin: -10px 0 0;
    position: relative;
}
.elementor-widget .elementor-icon-list-icon i {
    width: 1.75em !important;
    font-size: 1.25em !important;
}
#audience-row ul:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    width: 100%;
    height: 3px;
    content: " ";
}
#audience-row .employer ul:after {
    background: #4a4a4c;
}
#audience-row .audience-card.employer a:not(.btn) {
    color: #ffffff;
}
li.elementor-icon-list-item > a[href*=".pdf"]:not([data-hasimg])::before, li.elementor-icon-list-item > a[href*=".PDF"]:not([data-hasimg])::before {
    content: none;
}



/******************** Calendar/Events Styles *****************/
.mec-wrap :not(.elementor-widget-container) > p, 
.mec-start-date-label, 
abbr.mec-events-abbr, 
.author.fn.org, 
.mec-events-event-categories, 
.mec-events-button {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: .25;
    line-height: 1.35;
}
.nocomments,
.mec-credit-url {display:none;}
.mec-single-event .mec-event-meta .mec-events-event-categories a, .mec-single-event .mec-event-meta dd {
    font-size: 16px;
    font-weight: 400;
}
.mec-single-event .mec-event-content {
    padding: 10px 0 30px;
}
.mec-single-event-description.mec-events-content ol li, .mec-single-event-description.mec-events-content ul li {
    color: #000;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: .25;
    line-height: 1.35;
    font-weight: 400;
}
.mec-single-event .mec-event-meta .mec-events-address .mec-address, .mec-single-event .mec-event-meta .mec-location-opening-hour span, .mec-single-event .mec-event-meta .mec-location-url span {
    font-size: 14px;
    font-style: italic;
    color: #666;
}



@media (max-width: 1358px) {
    .fp-heading {
        font-size: 1.5rem;
    }
}

@media (max-width: 1109px) {
    li.nav-item.translate {
        padding-right: 0px;
    }
}

@media (min-width: 992px) {
    .home-hero-box {
        padding-top: 5px;
        background-color: rgba(12, 67, 107, 0.9);
        border: 1px solid transparent;
        margin-top: 35%;
    }
    .home-hero-box img {
        margin: 35px 0 40px;
    }
    .home-hero-box img.banner-narrow {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .home-hero-box img.banner-wide {
        display: none;
    }
    .faq-card.no-thumb{
        border-left: 15px solid #1877aa;
        border-radius: 4px 0 0 4px;
    }
    .faq-card {
        flex-wrap: wrap;
        position: relative;
        height: 94%;
        height: calc(100% - 24px);
        align-items: stretch;
    }
}


@media (max-width: 991px) {
    section#audience-row > .elementor-container > .card {
        margin-bottom: 30px;
    }
    li.nav-item.translate {
        padding-right: 0px;
        padding-top: 0px;
    }
    #masthead .nav-item.login {
        padding: 0px;
        margin-top: 0rem!important;
    }
    .navbar {
        display: inline-block;
    }
    .navbar-nav {
        flex-direction: unset;
    }
    #search-collapse {
        margin-top: -40px;
    }
    #masthead .dropdown.loginMenu .dropdown-menu, #masthead .dropdown.searchMenu .dropdown-menu {
        position: absolute;
    }
    .fas.fa-search.fa-2x.mt-3.pt-2 {
        margin-top: 0px!important;
        padding-left: 30px;
    }
    .dropdown.loginMenu .dropdown-menu, #top-nav .dropdown.searchMenu .dropdown-menu {
        position: absolute;
        max-width: 600px;
        margin-right: -100px;
    }
    .home-hero-box img.banner-narrow {
        display: none;
    }
    .home-hero-box img.banner-wide {
        display: block;
    }
    .home-hero-box img.banner-wide {
        display: block;
        width: 100%;
        max-width: 550px;
        height: auto;
        margin: 5px auto 20px;
    }
    .home-hero-box {
        padding-top: 5px;
        background-color: rgba(12, 67, 107, 0.9);
        border: 1px solid transparent;
        margin-top: 300px;
    }
    .headerText {
        padding-top: 15%;
    }
    .mega-menu-wrap {
        margin-left: 0px !important;
    }
    .col-12.col-sm-12.col-md-2.offset-md-1.agency-logo.gpull-right {
        text-align: center;
    }
    .sidebar {
        padding-bottom: 12px;
    }
    
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        margin: 0 0px 0 0;
        display: block;
        height: auto;
        vertical-align: middle;
       
        align-items: center;
    }
    .front-page-events .mec-skin-list-events-container .mec-event-list-minimal {
        display: block;
    }
    .fp-card{
        margin-right:15px!important;
        margin-left:15px!important
    }
    .front-page-events .mec-skin-list-events-container .mec-event-list-minimal article {
        width: 100%;
        
    }
    .mec-event-list-minimal .mec-event-date {
        min-width: 33%;
        width: 100%;
    }

    .eod{
        text-align:center;
    }
    .govlisting{
        text-align:center;
    }
    .site-logo-footer {
        width: 45%;
        text-align: left!important;
        margin-left: 15px;
    }
    .footer-images {
        margin: 15px;
    }
    div#usa-map {
        width: 45%;
        float: none;
        margin-right: 15px;
    }
    .page-header {
        background-size: 150%!important;        
    }
}


@media (min-width: 768px){
    .dropdown.loginMenu ul {
        min-height: 5.3rem;
    }
    .faq-card, .faq-card.no-thumb {
        padding-right: 82px;
    }
}


@media (max-width: 767px){
    #search-collapse {
        margin-top: -50px;
    }
    .pressrelease-card {
		margin-bottom: 10px;
	}
    .fp-heading {
        font-size: 1.875rem;
    }
    #masthead .dropdown.loginMenu .dropdown-menu, #masthead .dropdown.searchMenu .dropdown-menu {
        top: 44px;
        right: 0;
        width: 100%;
        min-width: 300px;
    }
}

    
@media (max-width: 575px){
    .row.align-items-top.d-flex.lmi-header {
        justify-content: space-between;
    }
    #search-collapse {
        margin-top: -30px;
        width: 50% !important;
        right: 5px;
    }
}