body, html {
  font-family: "Source Sans 3", sans-serif;
  height: 100%;
  min-height: 700px;
  background-color: #fff;
}

@font-face {
  font-family: 'ClarendonLTStd';
  src: url('../assets/fonts/ClarendonLTStd.eot?#iefix') format('embedded-opentype'),  url('../assets/fonts/ClarendonLTStd.otf')  format('opentype'),
       url('../assets/fonts/ClarendonLTStd.woff') format('woff'), url('../assets/fonts/ClarendonLTStd.ttf')  format('truetype'), url('../assets/fonts/ClarendonLTStd.svg#ClarendonLTStd') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: 'ClarendonLTStd-Bold';
  src: url('../assets/fonts/ClarendonLTStd-Bold.eot?#iefix') format('embedded-opentype'),  url('../assets/fonts/ClarendonLTStd-Bold.otf')  format('opentype'),
       url('../assets/fonts/ClarendonLTStd-Bold.woff') format('woff'), url('../assets/fonts/ClarendonLTStd-Bold.ttf')  format('truetype'), url('../assets/fonts/ClarendonLTStd-Bold.svg#ClarendonLTStd-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: 'ClarendonLTStd-Light';
  src: url('../assets/fonts/ClarendonLTStd-Light.eot?#iefix') format('embedded-opentype'),  url('../assets/fonts/ClarendonLTStd-Light.otf')  format('opentype'),
       url('../assets/fonts/ClarendonLTStd-Light.woff') format('woff'), url('../assets/fonts/ClarendonLTStd-Light.ttf')  format('truetype'), url('../assets/fonts/ClarendonLTStd-Light.svg#ClarendonLTStd-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}



h1, .h1 {
  font-family: 'ClarendonLTStd';
  font-size: 3.75rem;
  line-height: 110%;
}

h2, .h2 {
  font-family: 'ClarendonLTStd';
  font-size: 2.5rem;
  line-height: 110%;
}

h2.card-title {
  font-size: 1.5rem;
  line-height: 115%;
}

h2.sac {
  color: #001514;
  font-size: 20px;
  line-height: 115%;
}

h3, .h3 {
  font-family: 'ClarendonLTStd';
  font-size: 2rem;
  line-height: 120%;
}

h3.sac {
  font-family: 'ClarendonLTStd';
  color: #001514;
  font-size: 32px;
  line-height: 120%;
}

h4, .h4 {
  font-family: 'ClarendonLTStd';
  font-size: 1.65rem;
  line-height: 120%;
}

h5, .h5 {
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 1.313rem;
  line-height: 110%;
}

h6, .h6 {
  font-family: 'ClarendonLTStd';
  font-size: 1.2rem;
  line-height: 100%;
}

h6.sac {
  color: #001514;
}

.display-1, .display-2, .display-3, .display-4 {
	line-height: 110% !important;
}

p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400 !important;
  color: #3A160A;
  font-size: 1.1rem;
  line-height: 140%;
  margin: 0 0 1rem 0;
}

.text-white p {
  color: #FDFCF8 !important;
}

.lead {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 130% !important;
}

.lead-lg, .lead-lg p {
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 130% !important;
}

.bio-title {
  font-size: 1.75rem !important;
}

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 110%;
  }
  
  h2, .h2 {
    font-size: 2rem;
    line-height: 120%;
  }
  
  p {
    font-size: 1.2rem;
    line-height: 140%;
  }
  
  .lead {
    font-size: 1.25rem;
    line-height: 130% !important;
  }
}

@media (max-width: 576px) {
  .logo-main {
  	width: 200px;
  }
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

a {
  color: #DC6D27;
  text-decoration: none !important;
}

a:hover {
  color: #3A160A;
  text-decoration: underline;
}

blockquote {
  display: inline-block;
  vertical-align: top;
  padding: 12px 20px;
  margin: 15px 0;
  color: #fff;
  background: #642411;
  line-height: 160%;
  font-family: 'ClarendonLTStd-Bold';
}

ul.sidebar li {
  color: #3A160A;
  font-size: 1.1rem;
}

ul.sidebar li a {
	font-size: 1.2rem;
    margin: 0 0 0.5rem 0;
}

ul.nav-footer li a {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400 !important;
  color: #534741;
  font-size: 1.2rem;
  line-height: 130%;
}

.text-dark {
  color: #3A160A !important;
}

.text-white {
  color: #FDFCF8 !important;
}

.text-brown {
  color: #743D2A !important;
}

.text-green {
  color: #315432 !important;
}

.text-light-green {
  color: #939435 !important;
}

.text-orange {
  color: #DC6D27 !important;
}

.text-purple {
  color: #632C5E !important;
}

.text-light-purple {
  color: #7C76B3 !important;
}

.text-red {
  color: #8A4424 !important;
}

.bg-dark {
	background-color: #642711 !important;
}

.bg-light {
   background-color: #FDFCF8 !important;
}

.bg-sand {
   background-color: #FAF9EE !important;
}

.bg-orange {
	background-color: #DC6D27 !important;
}

.bg-brown {
	background-color: #743D2A !important;
}

.bg-green {
	background-color: #315432 !important;
}

.bg-light-green {
	background-color: #939435 !important;
}

.bg-purple {
	background-color: #632C5E !important;
}

.bg-light-purple {
	background-color: #7C76B3 !important;
}

.bg-blue {
	background-color: #555e6e !important;
}

.bg-dark-red {
	background-color: #8A4424 !important;
}

.bg-dark-gray {
	background-color: #52575a !important;
}

.bg-no-nav, .bg-darkest {
	background-color: #3A160A !important;
}

.btn {
  font-family: 'ClarendonLTStd-Bold';
  border-radius: 0 !important;
  
}

.btn-primary {
  background-color: #dc6d27 !important;
  color: #FAF9EE !important;
  border-color: #dc6d27 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #b8581f !important; /* optional: a slightly darker shade for hover */
  color: #FAF9EE !important;
  border-color: #b8581f !important;
}

.btn-outline-primary {
  color: #dc6d27 !important;
  border: 2px solid #dc6d27 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: #dc6d27 !important;
  color: #FAF9EE !important;
  border-color: #dc6d27 !important;
}

.btn-outline-light {
 border-color: #FAF9EE !important;
}

.btn-outline-light:hover {
 background-color: #FAF9EE !important;
}

.btn-outline-dark {
 color: #3A160A;
 border-color: #3A160A !important;
}

.btn-nav, a.nav-link, a.nav-link-sub {
  background-color: transparent !important;
  color: #FAF9EE !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  border-width: 0px !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-nav:hover, 
a.nav-link:hover, 
.btn-nav[aria-expanded="true"],
.dropdown.show > .btn-nav {
  background-color: #dfdfdf !important;
  color: #DC6D27 !important;
}

@media (max-width: 991.98px) {
	
    .btn-nav {
    	padding-left: 0 !important;
	}
    
    .btn-nav, a.nav-link {
    	color: #DC6D27 !important;
	}
    
    a.nav-link-sub {
    	color: #FFF6CC !important;
	}
    
    .btn-nav:hover {
      background-color: transparent !important;
    }
}

a.nav-link-sub:hover {
  background-color: transparent !important;
  color: #FFF6CC !important;
}

a.nav-link-sub.current {
  color: #FFF6CC !important;
  text-decoration: underline !important;
}

.cat-nav a.current {
  color: #DC6D27 !important;
}

.btn-brown {
  background-color: #743D2A !important;
  color: #FAF9EE !important;
  border-color: #743D2A !important;
}

.btn-green {
  background-color: #315432 !important;
  color: #FAF9EE !important;
  border-color: #315432 !important;
}

.btn-purple {
  background-color: #632C5E !important;
  color: #FAF9EE !important;
  border-color: #632C5E !important;
}

.btn-light-purple {
  background-color: #7C76B3 !important;
  color: #FAF9EE !important;
  border-color: #7C76B3 !important;
}

.g-6 {
  --bs-gutter-x: 4.5rem; /* Adjust as needed */
  --bs-gutter-y: 3.5rem;
}

.navbar {
	height: 115px;
}

.navbar-nav li a, .navbar-nav li button {
	font-family: 'ClarendonLTStd-Bold';
    /*font-family: "Source Sans 3", sans-serif;*/
    font-size: 1.3rem;
    font-weight: 500;
}

@media (max-width: 991.98px) {
  .navbar-nav li a, .navbar-nav li button {
      font-size: 2.25rem;
      color: #DC6D27;
      
  }
}

.navbar .nav-item {
  position: relative;
}

.navbar .nav-item .nav-link {
  color: #FAF9EE;
}

.navbar .nav-item .dropdown-menu {
  display: none;
  position: absolute;
}

.dropdown-menu {
  z-index: 2000; /* higher than your mobile nav overlay */
}

.navbar .dropdown {
  position: relative;
}

.navbar .nav-item:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}



@media (max-width: 991.98px) {
  /* Override Bootstrap dropdown positioning */
  .navbar .dropdown-menu {
    position: static !important;
    float: none;
    display: none;
    margin-top: 0.5rem;
  }

  .navbar .dropdown.show .dropdown-menu {
    display: block;
  }

  .navbar .dropdown.show .dropdown-menu {
    max-height: 500px;
  }
}

.nav-link-sub {
  font-size: 1.2rem;
  font-weight: 600;
}

.nav .nav-link-sub {
	padding: .25rem 1rem !important;
}

.sub-nav {
  min-height: 60px;
}

.dropdown-menu-light {
    background-color: #dfdfdf;
    border-radius: 0px !important;
    border-width: 0px !important;
    background-image: url('/images/bs5/pattern-grey-bottom.jpg'); /* replace with your actual image path */
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover; /* or contain, depending on the effect you want */
}

@media (max-width: 991.98px) {
  .dropdown-menu-light {
    background-image: none !important;
    background-color: transparent !important;
    box-shadow: none !important; /* Optional: removes shadow */
    border: none !important;     /* Optional: removes border */
  }
}

.dropdown-menu-dark {
    background-color: #3A160A;
    border-radius: 0px !important;
    border-width: 0px !important;
}

a.dropdown-item {
	color: #DC6D27 !important;
    font-family: 'ClarendonLTStd-Bold';
    font-size: 1.15rem !important;
    font-weight: 500;
}

a.dropdown-item:hover {
	background-color: #FAF9EE !important;
}

@media (max-width: 991.98px) {
  a.dropdown-item {
	font-size: 1.25rem;
    padding-left: 0px;
    margin-bottom: 10px;
  }
  
  a.dropdown-item:hover {
  	background-color: transparent !important;
  }
}

/* Fullscreen nav overlay only on mobile */
@media (max-width: 991.98px) {
  .mobile-nav-overlay {
    position: fixed;
    top: 115px;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    background:
      url('/images/bs5/pattern-grey-top.jpg') repeat-x top,
      #dfdfdf; /* Fallback base background */
    z-index: 1050;
    padding: 3rem;
    overflow-y: auto;
  }
}

/* Reset on desktop */
@media (min-width: 992px) {
  .mobile-nav-overlay {
    position: static !important;
    height: auto !important;
    background: transparent !important;
    padding: 0 !important;
    z-index: auto !important;
    overflow: visible !important;
  }
}

@media (max-width: 575.98px) {
  .mobile-nav-overlay {
    padding: 3rem 1.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-search {
    display: none !important;
  }
}

.border-double-line {
	height: 13px;
    width: 100%;
    border-color: #000;
    border-top: 5px solid;
    border-bottom: 2px solid;
}

.border-single-line {
    border-bottom: 2px solid;
}

.border-brown {
	border-color: #743D2A !important;
}

.border-dark-brown {
	border-color: #3A160A !important;
}

.border-green {
	border-color: #315432 !important;
}

.border-orange {
	border-color: #DC6D27 !important;
}

.border-purple {
	border-color: #632C5E !important;
}

.border-light-purple {
	border-color: #7C76B3 !important;
}

.border-red {
	border-color: #8A4424 !important;
}

.border-dark-blue {
	border-color: #154373 !important;
}

.card {
	border-radius: 0px !important;
    border: 0px !important;
}

.card-img, .card-img-top {
    border-radius: 0px !important;
}

.category_grid_block { 
    background-size: cover;
  	background-position: center;
    height: 100%;
}
.category-icon-bg {
	background: url("/assets/category_frame.png");
    background-position: top center;
  	background-repeat: no-repeat;
  	background-size: auto;
    padding: 45px 0 0;
    height: 137px;
    width: 100%;
}

.form-control {
    border-radius: 0px !important;
}

/* ribbon */

.ribbon_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 30px;
  overflow: hidden;
  z-index: 1000;
}

.ribbon_wrapper {
  width: 100%;
  text-align: center;
  margin: 30px 0 20px;
}

.ribbon_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem; /* space between text and lines */
  position: relative;
  z-index: 1;
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
}

.ribbon_text {
  margin: 0;
  white-space: nowrap; /* prevents wrapping if text is short */
}

.ribbon_line {
  flex: 1;
  height: 3px;
  background: #fff;
  position: relative;
}

.ribbon_line-dark {
  background: #642711 !important;
}

.ribbon_line::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.ribbon_inner {
  margin: auto;
  max-width: 550px;
  overflow: hidden;
  position: relative;
}

.ribbon_wrapper. span{color:#fff;}
.ribbon_wrapper {
    text-align: center;
}
.ribbon._right::before, .ribbon._right::after,
.ribbon._left::before, .ribbon._left::after {
	color:#fff;
    z-index: 9999;
    color:#652511;
	background:#652511;
}

.ribbon_wrapper h6 {
  margin: 0;
}

.ribbon_wrapper svg.left,
.ribbon_wrapper svg.right {
  width: 251px;
  height: 7px;
  margin-top: 5px;
  position: absolute;
  top: 16px;
}

.ribbon_wrapper svg.left-short,
.ribbon_wrapper svg.right-short {
  width: 200px;
  height: 7px;
  margin-top: 5px;
  position: absolute;
  top: 16px;
}

.ribbon_wrapper svg.left, .ribbon_wrapper svg.left-short {
  left: 0;
}

.ribbon_wrapper svg.right, .ribbon_wrapper svg.right-short {
  right: 0;
}

.ribbon_wrapper svg.svg_icon {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  margin: 0 auto;
}

.ribbon_wrapper svg.svg_icon.yellow rect {
  stroke: #f7921e;
}

.ribbon_wrapper svg.svg_icon.yellow polygon {
  fill: #f7921e;
}

.ribbon_wrapper h6 {
  position: relative;
}

.ribbon_wrapper.cutedge {
  margin-bottom: 22px;
  margin-top: 38px;
}

.ribbon._left:before,
.ribbon._right:before {
  content: "";
  width: 172px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 10px;
}

.ribbon._left:after,
.ribbon._right:after {
  content: "";
  width: 172px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 6px;
}

.ribbon._left:before,
.ribbon._left:after {
  left: 0;
  /*left: -192px;*/
}

.ribbon._right:before,
.ribbon._right:after {
  right: 0;
  /*right: -192px;*/
}

.ribbon_line {
  width: 100%;
  display: inline-block;
  height: 3px;
  background: #fff;
  position: relative;
}

.ribbon_line:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.ribbon_wrapper._brown_ribbon {
    color: #652511;
    text-align: center;
}

._brown_ribbon .ribbon._right::before, ._brown_ribbon .ribbon._right::after, ._brown_ribbon .ribbon._left::before, ._brown_ribbon .ribbon._left::after {
    color: #652511;
    background: #652511;
}

@media (max-width: 575.98px) {
  
  .h2-initiative-mobile {
  	font-size: 2rem !important;
    line-height: 120% !important;
  }
  
  .h2-meeting-mobile {
  	font-size: 2.5rem !important;
    line-height: 120% !important;
  }
  
  .h2-policy-cat {
  	font-size: 1.5rem !important;
    line-height: 120% !important;
  }
  
  h3.ribbon_text_small {
  	font-size: 1.5rem !important;
    line-height: 120% !important;
  }
  
  .ribbon-small-orange {
  	display: none;
  }
}

/* Tablet (768px – 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .ribbon_container {
    width: 75% !important;
  }
}

/* Mobile (below 768px) */
@media (max-width: 767.98px) {
  .ribbon_container {
    width: 100% !important;
  }
  
  .ribbon_wrapper svg.left,
  .ribbon_wrapper svg.right {
    width: 40%;
  }
}

.badge {
    font-family: 'ClarendonLTStd-Bold' !important;
    padding: 0.4em 0.7em !important;
    font-size: 1rem !important;
    color: #FDFCF8 !important;
    border-radius: 0 !important;
}

.badge-large {
    font-size: 2rem !important;
}

.badge-outline-orange {
	background: transparent;
    color: #DC6D27 !important;
    border: 1px solid #DC6D27;
    
}

.badge-outline-brown {
	background: transparent;
    color: #743D2A !important;
    border: 1px solid #743D2A;
}

.badge-outline-red {
	background: transparent;
    color: #8A4424 !important;
    border: 1px solid #8A4424;
}

.badge-outline-green {
	background: transparent;
    color: #315432 !important;
    border: 1px solid #315432;
}

.badge-outline-purple {
	background: transparent;
    color: #632C5E !important;
    border: 1px solid #632C5E;
}

.badge-outline-light-purple {
	background: transparent;
    color: #7C76B3 !important;
    border: 1px solid #7C76B3;
}

.badge-outline-dark-blue {
	background: transparent;
    color: #154373 !important;
    border: 1px solid #154373;
}

.initiative-hero {
    z-index: 999;
}

.content_portrait {
    border-radius: 50%;
    overflow: hidden;
    width: 75px;
    height: 75px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.content_portrait img {
    max-width: 100%;
}

.featured_content_parax {
    background-attachment: fixed;
}

.featured_content_parax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 48px 0 10px;
    position: relative;
}

.featured_content_parax_bgcover {
    background-image: url(../assets/texture_orange.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fixed-img-height {
  height: 400px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .fixed-img-height {
    height: 250px;
  }
}

.table_contact_inner h4 {
	color: #8A271B !important;
}

.wrap_embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.wrap_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 
  interacive map


*/
.states_mobile {
  display: none;
}

.interacive_map_wrapper {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  background-color: #c6b199;
  background-image: url(../assets/map_texture.png);
  background-repeat: repeat-x;
  background-position: bottom center;
}

.interacive_map_wrapper .inner {
  max-width: 1140px;
  display: inline-block;
  min-height: inherit;
  padding: 20px 0 60px 0;
}

.interacive_map_wrapper h2 {
  margin: 0 0 25px;
  text-align: center;
  width: 100%;
}

.territories {

}

.territories_links h6 {
  margin: 6px 25px 6px 0;
  text-transform: capitalize;
  color: #642411;
}

.territories_links h6:first-of-type {
  text-transform: uppercase;
  color: #52575a;
  margin-top: 20px;
}

.territories_links h6 a {
  text-transform: capitalize;
  color: #642411;
  position: relative;
  display: block;
  margin-right: 20px;
}

.territories_links h6 a svg.svg_next_arrow {
  width: 14px;
  display: block;
  position: absolute;
  right: -20px;
  top: 4px;
}

.territories_links h6 a svg.svg_next_arrow polygon {
  fill: #642411;
}

.territories_links h6 a:hover {
  text-decoration: underline;
}

.territories_block {
  max-width: 256px;
  width: 100%;
  float: left;
  border-right: 1px solid #3f4244;
  margin-top: 36px;
}

.territories_block .ohio {
  height: 160px;
  width: 50%;
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#svg_map_ohio {
  width: 97px;
  height: 65px;
}

.territories_block .alaska {
  height: 160px;
  width: 50%;
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #3f4244;
  position: relative;
}

.territories_block .state_governors {
  min-width: 310px;
}

#svg_map_alaska {
  width: 119px;
  height: 109px;
}

.territories_links {
  border-top: 1px solid #3f4244;
  float: left;
  width: 100%;
  text-align: right;
  padding-bottom: 10px;
}

.usa_block {
  width: 830px;
  height: 444px;
  float: left;
  margin-left: 50px;
  position: relative;
}

h6.state_title {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  position: absolute;
  margin: 0;
  pointer-events: none !important;
}

h6.state_title._hi {
  color: #642411;
}

#svg_map_usa {
  width: 830px;
  height: 444px;
}

.state_governors {
  text-align: center;
  padding: 10px 30px 10px 10px;
  position: absolute;
  top: 230px;
  left: -10px;
  background: #93795e;
  width: auto;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  z-index: 90;

  margin-top: -20px;

  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.state_governors a {
  display: block;
}

.state_governors:hover h5 b {
  color: #F7921E;
}

.state_governors.active {
  opacity: 1;
  visibility: visible;

  margin-top: 0;
}

.interacive_map_wrapper polygon,
.interacive_map_wrapper path {
  -webkit-transition: fill 150ms ease-in-out;
  -moz-transition: fill 150ms ease-in-out;
  -ms-transition: fill 150ms ease-in-out;
  transition: fill 150ms ease-in-out;
}

.svg_states.active,
.svg_states.active polygon {
  fill: #f7921e;
}

.svg_states:hover,
.svg_states:hover polygon {
  fill: #f7921e;
  cursor: pointer;
}

.state_governors:before {
  content: "";
  width: 34px;
  height: 34px;
  background: #93795e;
  position: absolute;
  z-index: 1;
  bottom: -16px;
  left: 27px;

  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.state_governors h5 {
  color: #461e0a;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  text-align: left;
  position: relative;
  z-index: 90;
}

.state_governors h5 b {
  font-family: 'ClarendonLTStd';
  color: #FAF9EE;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  line-height: 110%;

  -webkit-transition: color .1s ease-in-out;
  -moz-transition: color .1s ease-in-out;
  -ms-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.state_governors img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 10px;
  position: relative;
  z-index: 90;
}

.governors_links_mobile {
  display: none;
}

@media (max-width: 768px) {

  .governors_links_mobile {
    display: block;
  }

  .governors_links_mobile h6 {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    color: #fff;
  }

  .governors_links_mobile h6 a {
    color: #fff;
  }
}

.sponsor-logo-wrapper {
  width: 100%;
  height: 100px; /* Set a consistent height */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #fff; /* Optional: for contrast */
}

.sponsor-logo-diamond-wrapper {
  width: 100%;
  height: 175px; /* Set a consistent height */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #fff; /* Optional: for contrast */
}

.sponsor-logo-img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.content_default .wrap_wyg .wrap_column {
    width: 30%;
    display: block;
    float: left;
    margin-right: 3%;
}

.wrap_wyg img {
	margin: 1.5rem !important;
}

@media (max-width: 479.98px) {
  .wrap_wyg img {
    float: none !important;
    display: block !important;
    margin: 1.5rem auto !important;
    width: 100% !important;
    height: auto !important;
  }
}

/* Ensure the search input and button have the same height */
.gsc-input input {
    width: 150px !important;
    margin-bottom: 0 !important;
    background-image: none !important;
}

/* Style the search button to match the input height */
.gsc-search-button {
    margin-top: 0px !important;
    padding: 0 0px !important;
    height: 35px !important;
    width: 35px !important;
    background-color: #dc6d27 !important;
    color: #FAF9EE !important;
    border-color: #dc6d27 !important;
}

table.gsc-search-box td.gsc-input {
    padding-right: 5px !important;
}