/*
	Theme Name: WV Culture
	Theme URI: https://digitalrelativity.com
	Author: Digital Relativity
	Author URI: https://digitalrelativity.com	
*/
/* Blue */
/* Gold */
html {
  font-size: 16px;
}
body {
  font-family: Georgia, Times, Times New Roman, serif;
  color: #333;
}
h1, h2, h3, h4, h5 {
  font-family: boreal, sans-serif;
  line-height: 1.4em;
  color: #203A70;
}
.post-template-default.single.single-post article p {
  margin: 20px 0px;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.1rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.1rem;
}
body.single-tribe_events main h1, body.single-tribe_events main h1.tribe-events-single-event-title {
  font-size: 34px;
}
body.single-tribe_events main h1, body.single-tribe_events main h1.tribe-events-single-event-title, body.single-tribe_events main h2, body.single-tribe_events main h3, body.single-tribe_events main h4, body.single-tribe_events main h5, body.single-tribe_events main .tribe-block__events-link .tribe-block__btn--link a {
  color: #203A70;
}
body.single-tribe_events main div.tribe_events p {
  margin: 20px 0px;
}
html.no-smil body.home .intro .copy, html.no-smil body.home .intro .title {
  padding-left: 90px !important;
}
html.no-smil body.home .intro .title {
  padding-bottom: 20px;
}
html.no-smil .wp-block-genesis-blocks-gb-column {
  padding: 0px 20px;
}
html.no-smil .footer .col-large-4 {
  flex: 1;
}
html.no-smil .footer .grid-container .grid .logos .lg-2 {
  flex-basis: 40%;
}
.wp-block-buttons.aligncenter .wp-block-button {
  margin: 0px auto !important;
  margin-left: auto;
  margin-right: auto;
}
.block__general h1, .block__general h2, .block__general h3, .block__general h4, .block__general h5 {
  margin: 10px 0px;
}
a {
  transition: all 0.25s ease-in-out;
  color: #203A70;
}
a:link, a:visited {
  color: #203A70;
}
a:hover, a:active {
  color: #E9AB23;
}
.wrapper, .grid-container {
  max-width: 1226px;
  margin: 0px auto;
  width: 90%;
}
a.post-edit-link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  background-color: #203A70;
  color: #fff;
}
a.post-edit-link:hover {
  background-color: #3763bf;
}
/* Box sizing rules */
*, *::before, *::after {
  box-sizing: border-box;
}
/* Remove default padding */
ul[class], ol[class] {
  padding: 0;
}
/* Remove default margin */
body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class], ol[class] {
  list-style: none;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  height: auto;
}
/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}
/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.header {
  padding: 0px;
  background: #fff;
  z-index: 9999;
  color: #203A70;
  font-family: boreal, sans-serif;
  position: relative;
  font-size: 1rem;
}
.header:after {
  content: ' ';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 2px;
  background: #203A70;
  z-index: 99999;
}
.header .grid-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header svg {
  height: 26px;
  width: 26px;
}
.header a {
  text-decoration: none;
}
.header .social {
  margin: 0px;
}
.header .logo {
  max-width: 100px;
}
.header .logo img {
  width: 100%;
  height: auto;
}
.header .logo img[data-src *= "desktop"] {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header .logo img[data-src *= "mobile"] {
    display: none;
  }
  .header .logo img[data-src *= "desktop"] {
    display: block;
  }
}
.header__upper {
  display: none;
  font-weight: 100;
}
.header__upper .cell {
  flex: auto;
}
.header__upper nav a {
  display: block;
  padding: 0px 15px;
}
.header__upper .grid-container {
  padding: 12px 0px;
}
.header__upper .grid-container::after {
  content: ' ';
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 1px;
  background: linear-gradient(270deg, #E9AB23 0%, rgba(144, 167, 202, 0.24) 24.71%);
}
.header__upper__right {
  text-align: right;
  display: flex;
  justify-content: right;
}
.header__upper form.search {
  margin-left: 39px;
}
.header__upper form.search input.search-input {
  appearance: none;
  outline: none;
  border: 0px solid #fff;
  font-style: italic;
  color: #203A70;
  letter-spacing: 1px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 48px;
}
.header__upper input[type="submit"] {
  display: none;
}
.header__upper nav ul.dropdown.menu, .header__lower nav ul.dropdown.menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-right: -20px;
}
.header__upper nav ul.dropdown.menu > li.menu-item-has-children > ul.sub-menu, .header__lower nav ul.dropdown.menu > li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 250px;
  z-index: 1;
  display: none;
  background: #F3F3F3;
  padding: 20px 0px;
  border-bottom: 2px solid #203A70;
  text-align: right;
  margin-right: 0px;
}
.header__upper nav ul.dropdown.menu > li.menu-item-has-children > ul.sub-menu a, .header__lower nav ul.dropdown.menu > li.menu-item-has-children > ul.sub-menu a {
  color: #203A70;
  display: block;
  padding: 10px 20px;
}
.header__upper nav ul.dropdown.menu > li.menu-item-has-children > ul.sub-menu a:hover, .header__lower nav ul.dropdown.menu > li.menu-item-has-children > ul.sub-menu a:hover {
  color: #E9AB23 !important;
}
.header__upper nav ul.dropdown.menu > li.menu-item-has-children.active ul.sub-menu, .header__lower nav ul.dropdown.menu > li.menu-item-has-children.active ul.sub-menu {
  display: block;
}
.header__lower {
  padding: 16px 0px;
}
.header__lower__left {
  flex-basis: 34%;
}
.header__lower__right {
  flex-basis: 56%;
  text-align: right;
}
.header__lower nav {
  display: none;
  text-transform: uppercase;
}
.header__lower nav ul.dropdown.menu > li {
  flex: 1;
  text-align: center;
  position: relative;
}
.header__lower nav ul.dropdown.menu > li a {
  display: block;
  margin: 0px auto;
  font-weight: 500;
  letter-spacing: 2px;
}
.header__lower nav ul.dropdown.menu > li:after {
  content: ' ';
  position: absolute;
  bottom: 0px;
  height: 0px;
  left: 0px;
  right: 0px;
  /* margin: 0px auto; */
  /* width: 120px; */
  pointer-events: none !important;
  background: #203A70;
  transition: height 0.25s ease-in-out;
}
.header__lower nav ul.dropdown.menu > li.active:after, .header__lower nav ul.dropdown.menu > li:hover:after {
  height: 6px;
  transition: height 0.25s ease-in-out;
}
.header__lower nav ul.dropdown.menu li:hover > a {
  color: #E9AB23;
}
.header__lower .button {
  appearance: none;
  outline: none;
  border: 2px solid #fff;
  border-radius: 11px;
  background: #fff;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  transition: border 0.25s ease-in-out;
  cursor: pointer;
  vertical-align: middle;
}
.header__lower .button__menu {
  background-color: #E4EAF2;
  border: 2px solid #203A70;
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  border: none;
  outline: none;
  margin: 0px 0px 0px auto;
  cursor: pointer;
  /* background: $c-red; */
}
.header__lower .button__menu span {
  height: 2px;
  width: 25px;
  background: #203A70;
  display: block;
  margin: 3px 0px;
  transition: all 0.2s ease-in-out;
}
.header__lower .button:hover {
  border: 2px solid #203A70;
  transition: border 0.25s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .header .mobile-menu {
    display: none !important;
  }
  .header__upper {
    display: block;
  }
  .header__lower {
    padding: 0px 0px;
  }
  .header__lower nav {
    display: block;
  }
  .header__lower nav li.menu-item-has-children {
    padding: 46px 0px;
    /* &.active{
						.sub-menu{
							display: block;
						}						
					} */
  }
  .header__lower nav li.menu-item-has-children > a {
    /* pointer-events: none !important; */
  }
  .header__lower nav li.menu-item-has-children .sub-menu {
    line-height: 1.1em;
  }
  .header__lower nav li.menu-item-has-children .sub-menu .sub-menu {
    /* text-align: left; */
  }
  .header__lower nav li.menu-item-has-children .sub-menu .sub-menu a {
    text-align: left;
    font-size: 13px;
    padding: 5px 20px !important;
    font-weight: 300;
  }
  .header__lower nav li.menu-item-has-children:hover .sub-menu {
    display: block !important;
  }
  .header__lower nav li.menu-item-has-children.menu-item-3203 > .sub-menu {
    width: 90vw !important;
    max-width: 1226px !important;
    display: none;
    text-align: left;
  }
  .header__lower nav li.menu-item-has-children.menu-item-3203 > .sub-menu li {
    padding: 0px;
  }
  .header__lower nav li.menu-item-has-children.menu-item-3203 > .sub-menu a {
    text-align: left;
  }
  .header__lower nav li.menu-item-has-children.menu-item-3203 > .sub-menu li.menu-item-5299 a, .header__lower nav li.menu-item-has-children.menu-item-3203 > .sub-menu li.menu-item-3001 a {
    /* font-weight: bold !important; */
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 5px 0px;
  }
  .header__lower nav li.menu-item-has-children.menu-item-3203 > .sub-menu .sub-menu a {
    text-transform: capitalize;
  }
  .header__lower nav li.menu-item-has-children.menu-item-3203 > .sub-menu > li {
    /* padding: 0px; */
    flex-basis: 25%;
  }
  .header__lower nav li.menu-item-has-children.menu-item-3203:hover > .sub-menu {
    display: flex !important;
  }
  .header__lower .button {
    display: none;
  }
  .header__lower .button__menu {
    display: none;
  }
  .header .logo {
    max-width: 383px;
  }
}
html.menu-open {
  overflow: hidden;
}
html.menu-open .header .button__menu span {
  /* position: absolute; */
  transition: all 0.2s ease-in-out;
}
html.menu-open .header .button__menu .middle {
  display: none;
}
html.menu-open .header .button__menu .bottom {
  transform: rotate(45deg);
  margin-top: -5px;
}
html.menu-open .header .button__menu .top {
  transform: rotate(-45deg);
}
html.menu-open .mobile-menu {
  max-height: 50vh;
  overflow: scroll;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.45);
}
.mobile-menu {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  z-index: 9999;
  background: white;
  width: 100%;
  transition: all 0.2s ease-in-out;
  border-top: 2px solid #203A70;
  border-bottom: 2px solid #203A70;
  padding: 10px 0px;
}
.mobile-menu li {
  text-align: left;
}
.mobile-menu .sub-menu {
  padding: 0px 10px 5px 10px;
  display: none;
}
.mobile-menu .sub-menu .sub-menu {
  padding-left: 20px;
}
.mobile-menu .sub-menu .sub-menu a {
  background: #203A70;
  border-radius: 8px;
  color: #fff;
}
.mobile-menu .dropdown.menu > li {
  /* background: rgba(0,0,0,.1); */
  text-align: left;
  background: #eee;
  border-radius: 5px;
}
.mobile-menu .dropdown.menu > li.menu-item-has-children {
  position: relative;
  padding-left: 20px;
}
.mobile-menu .dropdown.menu > li.menu-item-has-children > a {
  /* pointer-events: none; */
}
.mobile-menu .dropdown.menu > li.menu-item-has-children::after {
  content: '+';
  position: absolute;
  left: 5px;
  top: 0px;
  color: #d08630;
  font-size: 30px;
  line-height: 30px;
}
.mobile-menu .dropdown.menu > li.menu-item-has-children:hover::after {
  content: '-';
}
.mobile-menu .dropdown.menu > li.menu-item-has-children:hover .sub-menu {
  display: block;
  text-align: center;
}
.mobile-menu .grid-container {
  display: block;
}
.mobile-menu a {
  display: block;
  color: #203A70;
  font-family: boreal, sans-serif;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 18px;
  margin: 10px 0px;
  font-weight: 700;
}
.mega-menu {
  background: #F3F3F3;
  padding: 50px 0px;
  border-bottom: 2px solid #203A70;
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 150px;
  z-index: 99;
}
.mega-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.mega-menu a {
  text-decoration: none;
}
.mega-menu img {
  max-width: 250px;
  height: auto;
}
.mega-menu__agencies .grid-container, .mega-menu__explore .grid-container {
  display: flex;
  justify-content: space-between;
}
html[data-open-menu="menu-item-3199"] .mega-menu__explore {
  display: block;
}
html[data-open-menu="menu-item-3203"] .mega-menu__agencies {
  display: block;
}
main {
  min-height: 768px;
  position: relative;
}
html.search-open .mobile-search {
  max-height: 500px;
  transition: max-height 0.25s ease-in-out;
}
html.search-open .mobile-search .mobile-search-form {
  padding: 10px 0px 20px 0px;
}
.mobile-search {
  background-color: #203A70;
  color: #fff;
  font-family: boreal, sans-serif;
  overflow: hidden;
  max-height: 0px;
}
.mobile-search .search-input {
  color: #fff;
  font-style: italic;
  letter-spacing: 1px;
  background: transparent;
  border: 0px;
  outline: 0px;
  width: 100%;
  padding: 10px 0px;
  border: 1px solid #203A70;
  border-radius: 11px;
  /* &:focus{
			border: 1px solid $c-gold;
		} */
}
.mobile-search input[type="submit"] {
  border: 1px solid #fff;
  border-radius: 11px;
  letter-spacing: 1px;
  padding: 10px;
  display: none;
  width: 100%;
  margin: 20px 0px 0px 0px;
  appearance: none;
}
@media screen and (min-width: 1024px) {
  .mobile-search {
    display: none !important;
  }
}
.footer {
  color: #fff;
  background: linear-gradient(180deg, #14264B 0%, #203A70 100%);
  border-top: 5px solid #E9AB23;
  padding: 20px 0px 0px 0px;
}
.footer .grid {
  text-align: center;
}
.footer .grid .cell {
  padding: 40px 0px;
}
.footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer a {
  color: #fff;
}
.footer .copyright {
  font-family: boreal, sans-serif;
  text-align: center;
  display: block;
  margin: 15px auto;
  padding: 15px 0px;
  border-top: 1px solid #fff;
}
.footer .copyright__left, .footer .copyright__right {
  display: block;
  font-weight: 100;
}
.footer .logo {
  display: block;
  padding: 20px 0px;
  max-width: 167px;
  margin: 0px auto;
}
.footer h4 {
  color: #E9AB23;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.footer .logos {
  display: flex;
  flex-direction: column;
}
.footer .logos a {
  display: block;
  margin: 0px auto;
}
.footer ul a {
  display: block;
  padding: 10px 0px;
}
.footer ul a:hover {
  text-decoration: underline;
  color: #E9AB23;
}
.footer a {
  text-decoration: none;
}
.footer p {
  margin: 20px 0px;
}
.footer a.button {
  margin: 20px 0px;
  border-color: #E9AB23;
  color: #E9AB23;
}
.footer a.button:hover {
  background: #E9AB23;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .footer .logo, .footer .social {
    margin: 0px;
  }
  .footer ul a {
    padding: 5px 0px;
  }
  .footer .grid-container > .grid {
    display: flex;
    flex-direction: row;
    text-align: left;
    padding: 40px 0px 0px 0px;
  }
  .footer .grid-container > .grid > .cell {
    /* flex: 1 0 0; */
    /* padding: 0px 20px; */
  }
  .footer .copyright {
    display: flex;
    font-size: 15px;
  }
  .footer .copyright__left, .footer .copyright__right {
    flex: auto;
  }
  .footer .copyright__left {
    text-align: left;
  }
  .footer .copyright__right {
    text-align: right;
  }
  .footer .grid-container .grid .logos {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0px 25px 0px;
  }
  .footer .grid-container .grid .logos .cell {
    display: block;
    padding: 0px 20px 20px 0px;
  }
  .footer .grid-container .grid .logos .cell .lg-2 {
    padding: 10px 5px;
  }
  .footer .grid-container .grid .logos .cell .lg-1 {
    padding: 0px 5px;
  }
  .footer .grid-container .grid .logos .lg-2 {
    flex-basis: 50%;
  }
  .footer .grid-container .grid .logos .lg-1 {
    flex-basis: 100%;
  }
}
.footer-left {
  padding: 0px 20px !important;
  flex-basis: 26%;
}
.footer-center-left.cell, .footer-center-right.cell {
  padding-top: 15px !important;
}
.footer-center-left.cell {
  flex-basis: 20%;
}
.footer-center-right.cell {
  flex-basis: 30%;
}
.footer-right {
  padding-top: 15px !important;
  flex-basis: 24%;
}
ul.social {
  display: flex;
  margin: 0px auto;
  justify-content: space-between;
  max-width: 120px;
}
ul.social svg {
  height: 20px;
  width: 20px;
}
.button {
  border: 1px solid #203A70;
  padding: 15px 25px;
  border-radius: 50px;
  color: #E9AB23;
  font-family: boreal, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.button__shortcode:hover {
  background: #E9AB23;
  color: #fff !important;
}
.button_alt {
  background: #203A70;
  color: #fff;
  border: 1px solid #203A70;
  cursor: pointer;
}
.button_alt:hover {
  background: #E9AB23;
  border: 1px solid #E9AB23;
}
.wp-block-button a.has-luminous-vivid-amber-color {
  color: #E9AB23;
  border-color: #E9AB23;
  font-family: boreal, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1em;
  padding: 15px 25px;
  border-radius: 50px;
}
.wp-block-button a.has-luminous-vivid-amber-color:hover {
  background: #E9AB23;
  color: white;
}
.wp-block-button a.has-vivid-cyan-blue-color {
  padding: 15px 25px 15px 0px;
  position: relative;
  display: block;
  color: #203A70;
}
.wp-block-button a.has-vivid-cyan-blue-color::after {
  content: ' ';
  width: 11px;
  /* height: 9px; */
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url(../svg/arrow-right-blue.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}
.wp-block-button a.has-vivid-cyan-blue-color:hover {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
.wp-block-button a.has-vivid-cyan-blue-color:hover:after {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.wp-block-buttons {
  justify-content: space-between;
}
.wp-block-buttons a {
  font-family: boreal, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}
.wp-block-buttons a:not(.has-text-color) {
  color: #203A70;
  border-color: #203A70;
}
.wp-block-buttons a:not(.has-text-color):hover {
  color: #E9AB23;
  border-color: #E9AB23;
}
/* @import 'logo'; */
.hero {
  position: relative;
  border-bottom: 2px solid #203A70;
}
.hero img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #203A70;
}
.hero__title {
  background-image: url(../jpg/hero-bg-2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 20px 0px;
}
.hero__title h1 {
  font-size: 34px;
}
.hero__title .grid-container {
  padding: 50px 0px;
  background-image: url(../svg/wvoutline-2.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero__content {
  background: linear-gradient(90deg, #1C2D4E 0, transparent 100%);
  background-blend-mode: multiply;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  display: flex;
  align-items: center;
}
.hero__content h1, .hero__content h2 {
  color: #fff;
}
.hero__content p {
  margin: 20px 0px;
}
.hero__content h3, .hero__content h4, .hero__content h5 {
  color: #E9AB23;
  font-weight: 300;
  letter-spacing: 2px;
}
.hero__content a.button__shortcode {
  color: #E9AB23;
  border-color: #E9AB23;
  text-decoration: none;
}
.hero__content .grid-container div {
  max-width: 560px;
}
.breadcrumbs {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: boreal, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a .arrow {
  padding: 0px 5px;
}
.breadcrumbs a:hover span[itemprop="name"] {
  text-decoration: underline;
}
.breadcrumbs a:hover span.arrow {
  color: #203A70;
}
body.home .hero {
  border-bottom: 5px solid #E9AB23;
}
.sectional {
  padding: 15px;
}
.sectional .sectional-content {
  margin-bottom: auto;
}
.sectional img {
  width: 100%;
  height: auto;
}
.block__content {
  padding: 100px 0px;
  max-width: 1024px;
  margin: 0px auto;
}
.block__content .icon {
  height: 90px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #E9AB23;
  margin: 10px auto;
}
.block__content .icon svg {
  height: 37px;
  width: 37px;
  color: #E9AB23;
}
.block__content h2, .block__content p, .block__content h4 {
  margin: 20px 0px;
}
.block__content .wp-block-buttons {
  margin: 20px 0px;
}
.block__intro {
  padding: 0px;
}
.block__intro a.button {
  text-decoration: none;
  margin-top: 20px;
}
.block__intro .grid-container {
  /* padding: 50px 0px; */
  max-width: 921px;
}
.block__intro .intro {
  display: flex;
  flex-direction: column;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.block__intro .intro .title {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 1;
  order: 1;
  align-self: self-start;
}
.block__intro .intro .title h1 {
  font-size: 34px;
  line-height: 1em;
  margin: 20px 0px;
}
.block__intro .intro .copy {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2;
  align-self: self-start;
  padding-right: 20px;
  line-height: 2em;
  order: 3;
}
.block__intro .intro .photo {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 2;
  justify-self: center;
  color: #203A70;
  text-transform: uppercase;
  font-family: boreal, sans-serif;
  font-size: 14px;
  order: 2;
}
.block__intro .intro .photo img {
  border-radius: 14px;
  margin-bottom: 10px;
}
.block__social {
  background: linear-gradient(89.79deg, #F3F3F3 0%, #FFF2D6 100%);
  text-align: center;
  padding: 100px 0px;
}
.block__social iframe {
  border: none;
  outline: none;
  width: 100%;
  margin: 20px 0px;
}
.block__general p {
  margin: 15px 0px;
  display: block;
}
.block__general .wp-block-button__link {
  color: #E9AB23;
  border-color: #E9AB23;
  font-family: boreal, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.1em;
  padding: 15px 25px;
  border-radius: 30px;
}
.block__general .wp-block-button__link:hover {
  background: #203A70;
  border-color: #203A70;
  color: #fff;
}
.block__general .aside {
  font-family: boreal, sans-serif;
}
.block__general .wp-block-column.main > .wp-block-group__inner-container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.block__general .wp-block-column.main > .wp-block-group__inner-container::before {
  content: ' ';
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 2px;
  position: absolute;
  background: #e9ab23;
}
.block__general .sidebar #agency-menu {
  display: none;
}
.block__wvcah__list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.block__wvcah__list li:last-child a {
  border-bottom: none;
}
.block__wvcah__list a {
  text-decoration: none;
  opacity: 0.35;
  display: block;
  padding: 25px 50px 25px 0px;
  border-bottom: 1px solid #203A70;
  position: relative;
}
.block__wvcah__list a:before {
  content: ' ';
  width: 1px;
  background: #203A70;
  height: 1px;
  left: -45px;
  top: 50%;
  position: absolute;
  transition: width 0.2s ease-in-out;
}
.block__wvcah__list a::after {
  content: ' ';
  width: 13px;
  /* height: 9px; */
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url(../svg/chevron-right-regular.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  /* opacity: 0; */
}
.block__wvcah__list a:hover {
  opacity: 1;
  color: #203A70;
}
.block__wvcah__list a:hover:before {
  width: 50px;
  transition: width 0.2s ease-in-out;
}
.block__wvcah__list a:hover h4, .block__wvcah__list a:hover em {
  transform: translateX(20px);
  transition: transform 0.2s ease-in-out;
}
.block__wvcah__list a h4, .block__wvcah__list a em {
  display: block;
  transition: transform 0.2s ease-in-out;
  transform: translateX(0px);
}
.block__wvcah__list a h4 {
  text-transform: uppercase;
  margin: 0px;
  line-height: 1em;
  font-size: 13px;
}
/* .gb-block-post-grid{
    article{
        margin-bottom: 0px !important;
        padding: 10px 35px 10px 0px;
        position: relative;
        border-bottom: 1px solid $primary;
        &:last-child {
            border-bottom: none !important;
        }
        opacity: .5;
    }    
    div.gb-block-post-grid-text{
        header{
            display: flex;
            flex-direction: column;
            h4{
                order: 2;
                text-transform: uppercase;
                font-size: 13px;
                a{
                    color: $primary;
                }
            }
            .gb-block-post-grid-byline{
                margin-bottom: 0px;
                color: $primary;
                font-weight: 700;
            }            
        }
    }
} */
@media screen and (min-width: 640px) {
  .block__content {
    padding: 0px;
  }
  ..block__general .wp-block-column.main > .wp-block-group__inner-container {
    display: none;
  }
  ..block__general .sidebar #agency-menu {
    display: block;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  ..block__general .sidebar #agency-menu::before {
    content: ' ';
    left: -20px;
    right: 0px;
    width: 100%;
    bottom: -5px;
    height: 2px;
    position: absolute;
    background: #e9ab23;
    background: -moz-linear-gradient(90deg, #e9ab23 0%, #e9ab23 20%, rgba(233, 171, 35, 0) 100%);
    background: -webkit-linear-gradient(90deg, #e9ab23 0%, #e9ab23 20%, rgba(233, 171, 35, 0) 100%);
    background: linear-gradient(90deg, #e9ab23 0%, #e9ab23 20%, rgba(233, 171, 35, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9ab23",endColorstr="#e9ab23",GradientType=1);
  }
  .block__intro {
    max-width: 921px;
    transform: translateY(-80px);
    margin: 0px auto;
  }
  .block__intro .grid-container {
    background: #fff;
    position: relative;
    border-top: 5px solid #E9AB23;
    background: #fff;
    z-index: 1;
  }
  .block__intro .grid-container .intro {
    background: #fff;
    padding: 30px;
    display: -ms-grid;
    display: grid;
    /* .title{
						order: 2;
						flex-basis: 70%;
					}
					.copy{
						order: 3;
						flex-basis: 70%;
					}
					.photo{
						order: 1;
						flex-basis: 30%;
					} */
  }
  .block__intro .grid-container .intro .photo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row-span: 3;
    padding-left: 20px;
  }
  .block__intro .grid-container .intro .title {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    padding-left: 50px;
    align-items: self-start;
  }
  .block__intro .grid-container .intro .title h1 {
    margin: 0px;
  }
  .block__intro .grid-container .intro .copy {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 2;
    padding-left: 50px;
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
  }
  .block__intro .grid-container::after {
    border-radius: 0 0 50% 50%;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
    z-index: -5 !important;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
main article iframe.embed {
  width: 100%;
  border: none;
  outline: none;
  min-height: 1024px;
  height: 100vh;
}
@media screen and (min-width: 1024px) {
  .block__intro .grid-container {
    padding: 20px 0px;
    max-width: 1024px;
    width: 100%;
  }
}
label[for="tribe_custom-_ecp_custom_5-TypeofEventsubmission-none"] {
  display: none !important;
}
hr.wp-block-separator {
  color: #90A7CA;
}
.data a {
  text-decoration: none;
}
.pagination .current {
  background: #203A70;
}
body.home main {
  background: #fff;
  padding: 0px;
}
body.home .block__content {
  max-width: 1100px;
  /* 150px */
}
body.home .block__content .grid-container {
  width: 95%;
}
.block__vital {
  background: #F9FBFF;
  padding: 75px 0px;
}
.block__vital .form_cont {
  display: none;
}
.block__vital[data-search="tab_birth"] .form_birth {
  display: block;
}
.block__vital[data-search="tab_death"] .form_death {
  display: block;
}
.block__vital[data-search="tab_marriage"] .form_marriage {
  display: block;
}
.block__vital fieldset {
  border: none;
  outline: none;
  text-align: left;
}
.block__vital fieldset h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.block__vital fieldset input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F2F2F2;
  transition: 0.3s background ease-in-out;
  border: 1px solid #203A70;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.block__vital fieldset input[type="radio"]:after {
  content: ' ';
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #F2F2F2;
  display: block;
  transition: 0.2s background ease-in-out;
}
.block__vital fieldset input[type="radio"]:checked {
  background: #203A70;
  transition: 0.4s background ease-in-out;
}
.block__vital fieldset input[type="radio"]:checked:after {
  background: #fff;
  transition: 0.2s background ease-in-out;
}
.block__vital fieldset .radio {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 20px 20px 0px;
}
.block__vital fieldset .radio strong {
  font-weight: 400;
  font-size: 14px;
}
.block__vital fieldset.stacked label {
  display: block;
  padding: 10px 20px 5px 0px;
}
.block__vital fieldset.stacked label strong {
  font-weight: 400;
  font-size: 14px;
}
.block__vital label {
  cursor: pointer;
}
.block__vital select, .block__vital input[type="number"], .block__vital input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #E9AB23;
  margin: 5px 0px;
  width: 100%;
}
.block__vital select:focus, .block__vital input[type="number"]:focus, .block__vital input[type="text"]:focus {
  border: 1px solid #203A70;
  outline: none;
}
.search_content_buttons {
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid #203A70;
  padding: 20px 0px 50px 0px;
  margin-bottom: 50px;
  flex-direction: column;
}
.search_content_buttons a.button {
  text-decoration: none;
  text-align: center;
  margin: 20px 0px;
}
.search_content_buttons a.button.active {
  background: #203A70;
  color: #fff;
  border-color: #203A70;
}
.search_content_buttons a.button:hover {
  color: #fff;
  background: #E9AB23;
  border-color: #E9AB23;
}
.search_content_copy .tab {
  display: none;
}
.search_content_copy .tab.active {
  display: block;
}
.block__results {
  padding: 50px 0px;
}
.block__results table {
  width: 100%;
  border-collapse: collapse;
  color: #203A70;
  margin: 20px 0px;
}
.block__results table td, .block__results table th {
  border: 1px solid #E9AB23;
}
.block__results table th {
  padding: 10px;
  background: #fff;
  font-family: boreal, sans-serif;
  text-transform: uppercase;
}
.block__results table .count {
  font-weight: 900;
  font-family: boreal, sans-serif;
  width: 100px;
  text-align: center;
}
.block__results table tbody tr td {
  padding: 15px;
}
.block__results table tbody tr td.name {
  padding-left: 50px;
}
.block__results table tbody tr td.center {
  text-align: center;
}
.block__results table tbody tr:nth-child(even) {
  background: rgba(239, 242, 250, 0.75);
}
.block__results table tbody tr:nth-child(odd) {
  background: rgba(249, 251, 255, 0.48);
}
@media screen and (min-width: 640px) {
  .block__results {
    padding: 100px 0px;
  }
  .search_content_buttons {
    flex-direction: row;
  }
  .block__vital {
    padding: 100px 0px;
  }
  .block__vital form .row {
    display: flex;
    justify-content: center;
  }
  .block__vital form .row .col {
    flex-grow: 1;
    padding-right: 50px;
    text-align: center;
  }
  .counties ul {
    columns: 2;
    column-gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .counties ul {
    columns: 3;
  }
}
.wp-block-columns.with-sidebar--grants .sidebar {
  background: #F2F2F2;
  padding: 20px;
}
.wp-block-genesis-blocks-gb-column.aside.sidebar p, .wp-block-genesis-blocks-gb-column.aside.sidebar li {
  font-weight: 300;
  font-family: boreal, sans-serif;
}
.wp-block-column[style="flex-basis:33.33%"] p, .wp-block-column[style="flex-basis:33.33%"] li {
  font-family: boreal, sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .wp-block-columns.with-sidebar--grants .sidebar {
    background: none;
    position: relative;
  }
  .wp-block-columns.with-sidebar--grants .sidebar::before {
    content: ' ';
    left: 0px;
    width: 2px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    background: #e9ab23;
    background: -moz-linear-gradient(180deg, #e9ab23 0%, #e9ab23 20%, rgba(233, 171, 35, 0) 100%);
    background: -webkit-linear-gradient(180deg, #e9ab23 0%, #e9ab23 20%, rgba(233, 171, 35, 0) 100%);
    background: linear-gradient(180deg, #e9ab23 0%, #e9ab23 20%, rgba(233, 171, 35, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9ab23",endColorstr="#e9ab23",GradientType=1);
  }
}
body.search-results .blog-listing__items li {
  margin: 20px 0px;
}
.single-post__content li {
  line-height: 2.2em;
}
.single-post__content figcaption {
  font-size: 12px;
}
body.page-template-template-page-daily-trivia article .stats {
  padding: 50px 0px;
}
body.page-template-template-page-daily-trivia article form {
  padding: 50px 0px;
}
body.page-template-template-page-daily-trivia article form input.text, body.page-template-template-page-daily-trivia article form label {
  display: block;
}
body.page-template-template-page-daily-trivia article form input[type="submit"] {
  margin-top: 20px;
}
body.page-template-template-page-daily-trivia article form fieldset {
  margin-bottom: 20px;
}
body.page-template-template-page-daily-trivia article form label {
  padding: 5px;
}
.wp-block-genesis-blocks-gb-columns.swap .wp-block-genesis-blocks-gb-column:first-child {
  grid-area: col2;
}
.wp-block-genesis-blocks-gb-columns.swap .wp-block-genesis-blocks-gb-column:last-child {
  grid-area: col1;
}
main {
  padding: 30px 0px;
}
main iframe {
  max-width: 100%;
  max-height: 50vh;
}
@media screen and (min-width: 640px) {
  main {
    padding: 100px 0px;
  }
  .wp-block-genesis-blocks-gb-columns.swap .wp-block-genesis-blocks-gb-column:first-child {
    grid-area: col1;
  }
  .wp-block-genesis-blocks-gb-columns.swap .wp-block-genesis-blocks-gb-column:last-child {
    grid-area: col2;
  }
}
@media screen and (min-width: 1024px) {
  .pad-right-50 {
    padding-right: 50px;
  }
  .gap-25 {
    gap: 25px;
  }
  .gap-50 {
    gap: 50px;
  }
  .gap-50 .gb-layout-column-wrap {
    grid-gap: 50px;
  }
  .gap-75 {
    gap: 75px;
  }
  .gap-100 {
    gap: 100px;
  }
  .gap-100 .gb-layout-column-wrap {
    grid-gap: 100px;
  }
  .gap-125 {
    gap: 125px;
  }
  .gap-150 {
    gap: 150px;
  }
  .gap-150 .gb-layout-column-wrap {
    grid-gap: 150px;
  }
  .gap-175 {
    gap: 175px;
  }
}
/*# sourceMappingURL=style.css.map */