/**
 * Theme Name: Idaho Webmaster v4 - Governor
 * Template: Webmaster-v4
 * Description: Governor's Office child theme 2026.
 * Author: Tyler Idaho
 * Version: 4.0.2
 * Text Domain: gov.idaho.gov
 */

 .skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  color: var(--color1);
  padding: 8px;
  z-index: 100;
  height: 50px;
}
.pagination .page-link, a:hover, .link, a, .elementor a {
    color: var(--color2);
    text-decoration: underline;
}
.elementor a {
    text-decoration: underline!important;
    color: var(--color2);
}
a:hover, .elementor a:hover, main a:hover {
    color: var(--color3) !important;
    transition: .5s ease;
    text-decoration: underline;
}
.elementor-widget-button .elementor-button {
  text-decoration: none !important;
}
i.fa-search {
  cursor: pointer;
}
#main {
  min-height: 150px;
  padding-top: 3em;
}
a > img:hover {
  opacity: .8;
  transition: .5s ease;
}
.breadcrumbs {
    margin-bottom: .5rem;
}
.navbar.navbar-expand-lg {
  box-shadow: 0 0px 30px rgb(0 0 0 / 0.5);
}
.navbar.navbar-expand-lg .row {
  margin: 0;
  width: 100%;
}
.navbar.navbar-expand-lg .row > div {
  padding: 0;
}
.top-navigation {
  padding: 0 15px;
  z-index: 99999;
}
#main, .no-js, #primary, .custom-blog-page>.row>div, .tribe-events-c-search, body, #main {
  background: none !important;
}
.entry-title {
    margin-bottom: 1rem;
}
.text-right{
  text-align: right;
}
.blog p, .archive p {
    color: #212529;
}
a[href*=".pdf"]:not([data-hasimg]):before, a[href*=".PDF"]:not([data-hasimg]):before, #mega-menu-wrap-primary a[href*=".pdf"]:before, #mega-menu-wrap-primary a[href*=".PDF"]:before {
    font-family: "Font Awesome 7 Free" !important;
    padding-right: 5px;
    content: "\f1c1";
    font-weight: 400;
}
a[href*=".pdf"]:not([data-hasimg]):before,
a[href*=".PDF"]:not([data-hasimg]):before,
#mega-menu-wrap-primary a[href*=".pdf"]:before,
#mega-menu-wrap-primary a[href*=".PDF"]:before {
    font-family: "Font Awesome 7 Free" !important;
    padding-right: 5px;
    content: "\f1c1";
    font-weight: 400;
}

a[href*=".mp3"]:before,
a[href*=".MP3"]:before {
    font-family: "Font Awesome 7 Free" !important;
    padding-right: 5px;
    content: "\f001";
    font-weight: 700;
}

a[href*=".zip"]:before,
a[href*=".ZIP"]:before {
    font-family: "Font Awesome 7 Free" !important;
    padding-right: 5px;
    content: "\f1c6";
    font-weight: 700;
}

a[href*=".mov"]:before,
a[href*=".MOV"]:before,
a[href*=".wmv"]:before,
a[href*=".WMV"]:before,
a[href*=".mp4"]:before,
a[href*=".MP4"]:before {
    font-family: "Font Awesome 7 Free" !important;
    padding-right: 5px;
    content: "\f008";
    font-weight: 700;
}

a[href*=".doc"]:before,
a[href*=".docx"]:before,
a[href*=".DOC"]:before,
a[href*=".DOCX"]:before,
#mega-menu-wrap-primary a[href*=".doc"]:before,
#mega-menu-wrap-primary a[href*=".docx"]:before,
#mega-menu-wrap-primary a[href*=".DOC"]:before,
#mega-menu-wrap-primary a[href*=".DOCX"]:before {
    font-family: "Font Awesome 7 Free";
    padding-right: 5px;
    content: "\f1c2";
    font-weight: 400;
}

a[href*=".xls"]:before,
a[href*=".xlsx"]:before,
a[href*=".XLS"]:before,
a[href*=".XLSX"]:before,
#mega-menu-wrap-primary a[href*=".xls"]:before,
#mega-menu-wrap-primary a[href*=".xlsx"]:before,
#mega-menu-wrap-primary a[href*=".XLS"]:before,
#mega-menu-wrap-primary a[href*=".XLSX"]:before {
    font-family: "Font Awesome 7 Free";
    padding-right: 5px;
    content: "\f1c3";
    font-weight: 400;
}

a[href*=".ppt"]:before,
a[href*=".ppsx"]:before,
a[href*=".pptx"]:before,
a[href*=".PPT"]:before,
a[href*=".PPSX"]:before,
a[href*=".PPTX"]:before,
#mega-menu-wrap-primary a[href*=".ppt"]:before,
#mega-menu-wrap-primary a[href*=".pptx"]:before,
#mega-menu-wrap-primary a[href*=".PPT"]:before,
#mega-menu-wrap-primary a[href*=".PPTX"]:before,
#mega-menu-wrap-primary a[href*=".ppsx"]:before,
#mega-menu-wrap-primary a[href*=".PPSX"]:before {
    font-family: "Font Awesome 7 Free";
    padding-right: 5px;
    content: "\f1c4";
    font-weight: 400;
}
label {
  font-weight: bold;
  margin-right: 8px;
}

/* ================ Flex styles ================ */
.d-flex {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
}
.row {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
}
.elementor-widget-text-editor {
  color: #212529 !important;
}

.footer-logo {
  float: right;
}
.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.footer-links a {
  color: var(--color7);
  text-decoration: none;
}
.footer-links a:hover {
  color: var(--color4) !important;
  text-decoration: underline;
}
.logo-lift {
  margin-top: -71px !important;
  position: absolute;
}
.announcement-bar, .mini-announcement-bar {
  background: #e9c675 !important;
  z-index: 1;
}
.announcement-bar .announcement-content {
  display: block;
  color: #000;
  font-size: 16px;
}
div.announcement-content > a {
  padding: 0 4px;
  font-size: 1.10em;
  font-weight: bold;
  color: black;
}
#mini-announcement-bar span.announcement-close {
  color: #000 !important;
}
#masthead .logo {
  box-shadow: 0 0px 30px rgb(0 0 0 / 0.5);
}
.hero-headline {
  color: white;
  font-size: 28px;
  text-shadow: 0 0px 10px rgb(0 0 0 / 0.8);
  width: 80%;
  padding-top: 30px;
}
.hero-subline {
  color: white;
  font-size: 20px;
  text-shadow: 0 0px 10px rgb(0 0 0 / 0.8);
  width: 50%;
}
.btn-ghost, .btn.btn-info, .elementor-button, .elementor-button.elementor-button-link.elementor-size-sm, .gform_button, #gform_submit_button_1 {
  background: #276099 !important;
  border-color: #276099;
  color: #fff !Important;
  padding: 8px 20px;
  text-decoration: none !important;
  font-weight: bold !important;
}
.btn-ghost-white {
  font-weight: bold;
}
.elementor-button.elementor-button-link.elementor-size-sm {
  padding: 15px 20px;
  font-size: 1em !important;
  font-weight: bold !important;
  border-radius: 6px;
}
.btn-ghost:hover, .btn.btn-info:hover, .elementor-button:hover, .elementor-button.elementor-button-link.elementor-size-sm:hover, .gform_button:hover, #gform_submit_button_1:hover {
  background: #000 !important;
  color: #fff !important;
  text-decoration-color: #fff !important;
  font-style: bold italic;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.elementor-widget-button .elementor-button:hover {
  background-color: var(--color8) !important;
  font-size: 1.2em !important;
  font-weight: 700 !important;
  font-style: normal;
  text-decoration: none;
  fill: #fff !important;
  color: #fff !important;
  border-radius: 4px;
  padding: 15px 30px;
  transition: all 0.2s ease-in-out;
}
.elementor-button:hover .elementor-button-text {
    color: #a3cee6 !important;
}
.btn-ghost-white:hover {
  font-weight: bold;
  background: #333;
  border: solid 1px white !important;
}

/* ----------- Home page styles ----------- */
.vid-wrap {
	overflow-y: hidden;
	overflow-x: hidden;
	display: block;
	width: 100%;
	height: 500px;
	position: relative;
  background:black;
}
.quote-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
}
.vid-header {
  background-image: url(siteassets/fallbacknew.jpg);
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  background-size: cover;
}
.vid-header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.vid-header video.loaded {
  opacity: 1;
}

.vid-header-filter {
	position: relative;
	width: 100%;
	height: 100%;
}
.vid-header-filter::before {
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(2,0,36,0.5) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(2,0,36,0.5) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(2,0,36,0.5) 100%);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.quote {
	text-align: right;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.9);
	color: white;
	font-size: 2rem;
	font-style: italic;
	font-weight: bold;
	padding: 1rem;
}
.quote-gov {
	font-style: normal;
	font-size: 1rem;
	display: block;
	margin-top: 1rem;
}
.inits {
	margin-top: 20px;
	margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.init-box {
  max-height: 185px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  background: gray;
}
.init-image {
  height: 185px;
	width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
	background-size: cover;
	background-color: #264b6b;
}
.init-image::before {
	border: 2px solid #fff;
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
}
.init-1 {
	background-image: url('siteassets/init-1.jpg');
}
.init-2 {
	background-image: url('siteassets/init-2.jpg');
}
.init-3 {
	background-image: url('siteassets/init-4.jpg');
}
.init-4 {
	background-image: url('siteassets/init-3.jpg');
}
.init-blue {
	background: rgba(38,75,107,0.70);
  overflow: hidden;
  height: 100%;
  z-index: 2;
}
.init-gold {
	background: rgba(199,147,26,0.70);
  overflow: hidden;
  height: 100%;
  z-index: 2;
}
.init-text {
	font-size: 1.75rem;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.9);
	line-height: 1.2;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
a > div.init-box > div.init-image::before {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 1;
}
a:hover > div.init-box > div.init-image::before {
	border: 10px solid #fff;
	content: "";
}
a:hover > div.init-box {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
}
.id-rank-bkg {
	background-color: #D8DDE3;
	padding: 30px 0;
}
.rank-1 {
	background-color: #A31621;
}
.rank-2 {
	background-color: #BA8C21;
}
.rank-3 {
	background-color: #264b6b;
}
.rank-1, .rank-2, .rank-3 {
	display: block;
	width: 100%;
	padding: 25px;
	min-height: 280px;
	background-image: url('siteassets/seal.png');
	background-repeat: no-repeat;
	background-position: bottom right;
  position: relative;
}
.rank-1::before, .rank-2::before, .rank-3::before {
	border: 2px solid #fff;
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 1;
}
.rank-stat {
	font-size: 6rem;
}
.rank-name {
	font-size: 1.75rem;
}
.rank-stat, .rank-name {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.9);
	font-weight:bold;
}
.id-rank a {
	text-decoration: none !important;
}
.id-rank a:hover {
	text-decoration: none !important;
}
a:hover > div.rank-1::before,
a:hover > div.rank-2::before,
a:hover > div.rank-3::before {
    border: 10px solid #fff;
    content: "";
}
a .rank-1, a .rank-2, a .rank-3 {
	text-decoration: none !important;
}
a > .rank-1 > .rank-stat, a > .rank-1 > .rank-name,
a > .rank-2 > .rank-stat, a > .rank-2 > .rank-name,
a > .rank-3 > .rank-stat, a > .rank-3 > .rank-name {
	text-decoration: none !important;
}
a:hover > .rank-1 > .rank-stat, a:hover > .rank-1 > .rank-name,
a:hover > .rank-2 > .rank-stat, a:hover > .rank-2 > .rank-name,
a:hover > .rank-3 > .rank-stat, a:hover > .rank-3 > .rank-name {
	text-decoration: none !important;
}
div.id-rank:hover {
  text-decoration: none !important;
}
a:hover > .rank-1, a:hover > .rank-2, a:hover > .rank-3 {
	text-decoration: none !important;
}
.featured-service {
  text-align: center;
  color: white;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 50px;
  a {
    text-decoration: underline !important;
  }
}
.footertopper {
	width: 100%;
	margin-bottom: -1px;
  display: block;
}



footer[role="contentinfo"] nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5rem 0;
}
.home-news {
	color: #727374;
}
.home-btn.elementor-widget-button .elementor-button,
div.home-btn > a.hm-button {
	display: block;
	background-color: #264b6b !important;
	padding: 30px !important;
	font-size: 28px !important;
	min-height: 50px;
  border-radius: 0px;
  position: relative;
  color: white;
  text-decoration: none !important;
}
.home-btn.elementor-widget-button .elementor-button::before,
div.home-btn > a.hm-button::before {
	border: 2px solid #fff;
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
  opacity: 1;
}
.home-btn.elementor-widget-button .elementor-button:hover,
div.home-btn > a.hm-button:hover {
	color: #fff !important;
	background-color: #000 !important;
	transition: .5s ease;
	text-decoration: none !important;
}
.home-btn.elementor-widget-button .elementor-button:hover::before,
div.home-btn > a.hm-button:hover::before {
	border: 6px solid #fff;
	transition: .5s ease;
}
.elementor-button-content-wrapper {
	display: inline;
	vertical-align: middle;
}
/*---- End of home page styles ----*/

/* ----------- Menu ------------ */
#mega-menu-wrap-primary {
    width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary {
    text-align: right;
    padding: 0px;
    justify-content: flex-end;
    width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard 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 li.mega-menu-item > a.mega-menu-link {
    color: #276099;
    font-family: inherit;
    font-size: 1em;
    text-transform: none;
    text-decoration: none;
    font-weight: 300;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px;
    display: block;
    border: 0;
   }
   #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
    font-size: 1em;
   }
   #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    display: inline-block;
    margin-top: 5px;
   }
   #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
    width: auto;
   }
   #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-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: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:focus, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    font-weight: bold;
    padding:10px;
   }
   #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    background: #fff;
    opacity: 1!important;
   }
   #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: #fff;
   }
   #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #0F406A;
    opacity: 1!important;
    background: #fff;
    line-height: 1.5rem;
    padding: 10px;
   }
   #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 {
      color: #0F406A;
      font-weight: normal;
   }
   .mega-sub-menu {
    opacity: 1!important;
   }
   #mega-menu-wrap-primary {
    background: transparent!important;
    width: 100%;
    padding:0.75em 0;
    display: block;
   }
   #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 16px;
    color:#fff;
    font-size:16px !important;
   }
    ul#mega-menu-primary{
    display:inline;
   }
   #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    float: right;
  }
  .mega-indicator::after {
    font-size: 1.25em;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item 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 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 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 li.mega-menu-item > a.mega-menu-link:focus {
    color: white;
    font-weight: normal;
    text-decoration: none;
    background: #000;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 16px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    font-weight: normal;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background: #f1f1f1;
  }

   /* ----------- End of Menu ------------ */

  /* ----------- Footer Styles ------------ */
  .site-footer {
    background: var(--color1);
    color: var(--color7);
    padding: 3rem 0 2rem;
  }

  .site-footer h5, .site-footer h6 {
    color: var(--color7);
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1rem;
  }

  .footer-navigation a {
    color: var(--color7);
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .footer-navigation a:hover {
    color: var(--color4) !important;
    text-decoration: underline;
  }

  .footer-widget {
    margin-bottom: 2rem;
  }

  .footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-widget li {
    margin-bottom: 0.5rem;
  }

  .social-area {
    display: flex;
    gap: 1rem;
    align-items: center;
  }

  .social-area a {
    color: var(--color7);
    transition: color 0.3s ease;
  }

  .social-area a:hover {
    color: var(--color5) !important;
  }

  .row-footer-links {
    background: var(--color8);
    padding: 1.5rem 0;
    margin: 0;
  }

  .row-footer-links a {
    color: var(--color7);
    padding: 0 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    transition: color 0.3s ease;
  }

  .row-footer-links a:last-child {
    border-right: none;
  }

  .row-footer-links a:hover {
    color: var(--color4);
    text-decoration: underline;
  }

  #usa-map img {
    opacity: 0.7;
    max-width: 100%;
    height: auto;
  }
 

  /* ----------- Misc Styles ------------ */
  .table, .tablepress, .tablepress>:not(caption)>*>* {
    border: solid 1px #ddd;
  }
  .elementor-element {
    margin:initial !important; 
    padding:inherit !important; 
  }
  .elementor-element.e-con {
      margin: 0px; 
      padding: 0px; 
  }
  .e-n-accordion p {
    font-size: 16px;
  }
  .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i {
    display:none;
  }
  .press {
    font-size: 20px;
    margin-bottom: 5px;
  }
  /* ----------- End of Misc Styles ------------ */

  /* ----------- Event Styles ----------- */
  #tribe-events-pg-template {
    max-width: 1320px;
  }
  .tribe-events-content, .tribe-events-single .tribe-events-sub-nav {
    font-family: 'Atkinson Hyperlegible', sans-serif;
    font-size: 16px;
  }
  .tribe-events-back a, .tribe-events-back a:visited {
    text-decoration: underline;
  }
  .event-date-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #2d5c88;
    color: #ffffff;
    padding: 5px 5px;
    border-radius: 5px;
    margin-right: 1.5rem;
    min-width: 90px;
  }
  .event-date-day {
    font-size: 24px;
    font-weight: bold;
    background: rgba(255, 255, 255, .1);
    padding: 0 1.5rem;
  }

 /* ----------- End of Event Styles ----------- */

p:not(footer p)>a:hover, table:not(footer table) a:hover, p:not(header p)>a:hover, table:not(header table) a:hover {
  text-decoration: underline!important;
}

/* Used by [boards] Shortcode */
.report_label {
	font-weight: bold;
	vertical-align: top;
	padding-right: 7px;
}
#gv_BoardSearchForm select, input {
	margin-right: 7px;
}
#caption {
	margin-bottom: 7px;
}
#boardID {
	height: 28px;
}
#searchWord {
	width: 275px;
}
#bottom_button {
	margin-top: 10px;
}
#gv_BoardInfo {
	margin-top: 10px;
}
#gv_BoardMembers {
    margin-top: 7px;
    border-collapse: collapse;
    width: 100%;
}
#gv_BoardMembers td {
    border: 1px solid #DDD;
    padding: 6px;
}
#gv_BoardMembers tr:nth-child(even) {
    background-color: #F2F2F2;
}
#gv_BoardMembers.active tr:hover {
	background-color: #ddd;
}
#gv_BoardMembers th {
    padding: 8px 6px;
    text-align: left;
    background-color: #8AC7DB;
    border: 1px solid #DDD;
    line-height: 1;
}
.search_button
{
   display: inline-block;
   width: 100%;
   height: 100%;
   border: none;
   background: none;
   text-align: left;
   white-space: nowrap;
}
#gv_BoardMembers th > form > span.fa-sort {
	display: inline-block;
	width: 16px;
	padding-left: 6px;
}
#gv_BoardMembers th > form > input {
	color: black;
	border: 0px;
	background-color: #8AC7DB;
	text-align: left;
	font-weight: bold;
	margin-right: 0px;
	padding: 8px 6px;
	display: inline-block;
	width: calc(100% - 16px);
}
#gv_BoardMembers th.vacancies {
	padding: 0px;
}
#gv_BoardMembers th.vacancies.expiring {
	width: 100px;
}
#gv_BoardMembers th > form:hover {
	color: white;
}

@media (min-width: 768px) {
  #masthead .logo img {
    min-height: 150px;
    max-height: 150px;
  }
}

@media (max-width: 1470px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    padding: 0px;
  }
}

@media (max-width: 1399px) {
  .overlay {
    top: 49px;
    left: 40px;
  }
}

@media (max-width: 1199px) {
  .overlay {
    top: 49px;
    left: 20px;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.05rem;
  }
  .quote {
    font-size: 1.5rem;
  }
  .vid-wrap {
    height: 450px;
  }
  .vid-header-filter::before {
    height: 450px;
  }
}

@media (min-width: 992px) {
  /* Horizontal menu on desktop */
  #mega-menu-wrap-primary {
    display: block !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    display: inline-block;
    float: none;
    position: relative;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
      background: #f3f3f3;
      font-weight: normal;
      text-decoration: none;
      border-color: #fff;
  }
  #masthead .header-background {
      height: 200px;
  }
  /* Hide mobile toggle on desktop */
  .mobile-menu {
    display: none !important;
  }
  /* Make sure nav column aligns properly */
  .navbar.navbar-expand-lg .row > div {
    display: flex;
    align-items: center;
  }
  #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 {
    right: 0;
  }
}

@media (max-width: 991px) {
  #masthead .header-background {
      height: 175px;
  }
  #masthead .logo img {
    max-height: 150px;
    min-height: 150px;
    width: 100%;
  }
  .overlay {
    top: 0px;
    left: -120px;
  }
  .init-text {
    font-size: 1.35rem;
  }

  /* Mobile menu collapses at 991px */
  #mega-menu-wrap-primary,
  #mega-menu-wrap-primary #mega-menu-primary,
  #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column,
  #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge {
    background: #eee;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 16px;
    color: var(--color1);
    font-size: 1.15em !important;
  }

  .mobile-menu {
    right: 30px;
    position: absolute;
  }
  a.btn-ghost-white {
    padding: 7px 18px !important;
    text-decoration: none !important;
  }
}

@media (max-width: 767px) {
  #masthead .logo {
    padding-left: 8px;
    max-height: 150px;
    margin-top: 8px;
  }
  #masthead .logo img {
    max-height: 125px;
    min-height: 125px;
    width: 100%;
  }

  /* Quote responsive styles */
  .quote {
    font-size: 1.5rem;
    text-align: center;
    padding: 0.5rem;
  }
  .quote-gov {
    font-size: 0.9rem;
  }

  /* Video responsive styles */
  .vid-wrap {
    height: 400px;
  }
  .vid-header-filter::before {
    height: 400px;
  }

  /* Footer responsive styles */
  .row-footer-links {
    text-align: center;
  }
  .row-footer-links a {
    display: inline-block;
    padding: 0.5rem;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .site-footer {
    padding: 2rem 0 1rem;
  }
  .footer-widget {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .social-area {
    justify-content: center;
  }
  #usa-map {
    text-align: center;
    margin-bottom: 2rem;
  }
  .site-footer .footer-navigation {
    display: flex;
    flex-direction: column;
  }
  .site-footer .footer-navigation > .col,
  .site-footer .footer-navigation > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .site-footer .social-area {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .site-footer .social-area .social {
    display: inline-block;
    margin: 0.4rem 0.6rem;
  }
  .site-footer .social-area .footer-action-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
  }
  .site-footer .social-area .footer-action-buttons p {
    margin-bottom: 0.75rem;
  }
  .footer-widget {
    width: 100%;
  }  
}



@media print {
	.elementor-accordion .elementor-tab-content {
	    display: block !important;
	}
	#subNav, .breadcrumb {
		display: none;
	}
	.footertopper, .footer-links {
		display: none;
	}
	#mega-menu-primary, .navbar {
		display: none;
	}
}
