/*!
Theme Name: Enfold Child
template: enfold
Description: Louisville Geek Child theme based on Enfold.
Version:     1.4.0
Author: Louisville Geek
Author URI:  https://louisvillegeek.com
Text Domain: lgef
*/
:root {
  font-size: 62.5%;
}

/**
This file is for storing global variables that we can reuse throughout our styles.
 */
/**
This file is for reusable mixins that we can leverage throughout the rest of our styles.
 */
/**
This file is for general text styling. We're repeating styles here because we want to keep each
block separate so that we can apply additional styles to each.
 */
body p,
#main p {
  color: #4e4e4e;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  body p,
  #main p {
    font-size: 1.4rem;
  }
}
body li,
#main li {
  color: #4e4e4e;
  font-size: 1.6rem;
}
body h1,
#main h1 {
  color: #005581;
  font-size: 3.6rem;
  font-weight: 600;
  text-transform: none;
}
body h2,
#main h2 {
  color: #005581;
  font-size: 3rem;
  font-weight: 600;
  text-transform: none;
}
body h3,
#main h3 {
  font-size: 2.6rem;
  font-weight: bold;
}
body h4,
#main h4 {
  font-size: 2.4rem;
  font-weight: 400;
}
body a,
#main a {
  color: #005581;
  font-weight: 600;
}

/**
This file is for reusable mixins that add styles to buttons.
 */
/**
This file is for styling both the default Enfold breadcrumbs and the [bread_crumb] shortcode
 */
#main .title_container {
  background-color: transparent;
}
#main .title_container .container .breadcrumb {
  left: 5rem;
}
@media (max-width: 767px) {
  #main .title_container .container .breadcrumb {
    left: 0;
    width: 100%;
  }
}
#main .title_container .container .breadcrumb span {
  font-size: 1.8rem;
  font-weight: 100;
  color: #4e4e4e;
}
#main .title_container .container .breadcrumb span a {
  color: #4e4e4e;
}
#main .title_container .container .breadcrumb .trail-before {
  display: none;
}
#main .title_container .container .breadcrumb .sep {
  width: 1.3rem;
}
#main .avia_codeblock_section .breadcrumb {
  font-size: 1.8rem;
  left: 5rem;
}
@media (max-width: 767px) {
  #main .avia_codeblock_section .breadcrumb {
    left: 0;
    width: 100%;
  }
}
#main .avia_codeblock_section .breadcrumb a {
  color: #4e4e4e;
  font-size: 1.8rem;
}

/**
This file acts as a mini bootstrapper for our header partials and helps keep our files small and manageable.
We can add styles for #header and .header_bg here and then import styles for #header_main and #header_meta below.
 */
body#top #header {
  /**
  This file is for adding layout and responsive styling to #header_main if needed, otherwise
  it simply bootstraps the navigation menu. This helps to eliminate some of the deep
  nesting that is needed to style the nav menu.
   */
  /**
  This file is for all #header_meta styles, for sites that use the secondary menu to
  display some additional info.
   */
}
body#top #header #header_main {
  border-bottom: none;
}
body#top #header #header_main .container .inner-container {
  /**
  This file is for styling the navigation menu. It has been extracted to a partial to eliminate some of
  the excessive nesting that is necessary to target these elements.
   */
}
body#top #header #header_main .container .inner-container .logo {
  max-width: 24rem;
}
@media (max-width: 767px) {
  body#top #header #header_main .container .inner-container .logo {
    max-width: 20rem;
  }
}
body#top #header #header_main .container .inner-container .logo a {
  align-items: center;
  display: flex;
  padding: 1.2rem 0;
}
body#top #header #header_main .container .inner-container .main_menu #avia-menu > li.menu-item-has-children > a {
  padding: 0 1.5rem;
}
body#top #header #header_main .container .inner-container .main_menu #avia-menu > li.menu-item-has-children > a .avia-menu-text::after {
  content: url("/wp-content/uploads/2019/10/down-arrow.png");
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  right: 0.8rem;
}
body#top #header #header_main .container .inner-container .main_menu #avia-menu > li > a {
  line-height: 13.5rem;
  overflow: hidden;
}
@media (max-width: 800px) {
  body#top #header #header_main .container .inner-container .main_menu #avia-menu > li > a {
    line-height: 9.5rem;
  }
}
body#top #header #header_main .container .inner-container .main_menu #avia-menu > li > a .avia-menu-text {
  color: #4e4e4e;
  font-size: 1.4rem;
  font-weight: 400;
}
body#top #header #header_main .container .inner-container .main_menu #avia-menu > li > a .avia-menu-fx {
  background-color: #005581;
  bottom: 0;
}
body#top #header #header_main .container .inner-container .main_menu #avia-menu > li .sub-menu {
  border-top: none;
}
body#top #header #header_main .container .inner-container .main_menu #avia-menu > li .sub-menu > li > a .avia-menu-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #4e4e4e;
}
body#top #header #header_main .container .inner-container .main_menu .av-burger-menu-main .av-hamburger.is-active .av-hamburger-inner {
  background-color: white;
}
body#top #header #header_main .container .inner-container .main_menu .av-burger-menu-main .av-hamburger.is-active .av-hamburger-inner::before, body#top #header #header_main .container .inner-container .main_menu .av-burger-menu-main .av-hamburger.is-active .av-hamburger-inner::after {
  background-color: white;
}
body#top #header #header_main .container .inner-container .main_menu .av-burger-menu-main .av-hamburger .av-hamburger-inner {
  background-color: #4e4e4e;
}
body#top #header #header_main .container .inner-container .main_menu .av-burger-menu-main .av-hamburger .av-hamburger-inner::before, body#top #header #header_main .container .inner-container .main_menu .av-burger-menu-main .av-hamburger .av-hamburger-inner::after {
  background-color: #4e4e4e;
}
@media (min-width: 801px) {
  body#top #header #header_main .container .inner-container .main_menu .av-burger-overlay #av-burger-menu-ul > li:nth-of-type(-n+2) {
    display: none;
  }
}
body#top #header #header_main .container .inner-container .main_menu .av-burger-overlay #av-burger-menu-ul > li:nth-of-type(-n+2) span {
  border-radius: 2.5rem;
  border: none;
  font-size: 2.8rem;
}
@media (max-width: 399px) {
  body#top #header #header_main .container .inner-container .main_menu .av-burger-overlay #av-burger-menu-ul > li:nth-of-type(-n+2) span {
    font-size: 2.4rem;
  }
}
body#top #header #header_main .container .inner-container .main_menu .av-burger-overlay #av-burger-menu-ul > li.av-menu-button:first-of-type span {
  background-color: #82a940;
}
body#top #header #header_main .container .inner-container .main_menu .av-burger-overlay #av-burger-menu-ul > li.av-menu-button:nth-of-type(2) {
  margin-left: 0;
}
body#top #header #header_main .container .inner-container .main_menu .av-burger-overlay #av-burger-menu-ul > li.av-menu-button:nth-of-type(2) span {
  background-color: #005581;
}
body#top #header #header_meta {
  position: absolute;
  width: 100%;
  border: none;
  min-height: 0;
  height: 0;
}
@media (max-width: 800px) {
  body#top #header #header_meta {
    display: none;
  }
}
body#top #header #header_meta .container {
  min-height: 0;
  height: 0;
}
body#top #header #header_meta .sub_menu {
  display: flex;
  align-items: center;
}
@media (max-width: 989px) {
  body#top #header #header_meta .sub_menu {
    margin-right: -0.4rem;
  }
}
@media (max-width: 767px) {
  body#top #header #header_meta .sub_menu #avia2-menu {
    text-align: right;
  }
}
body#top #header #header_meta .sub_menu #avia2-menu li {
  border: none;
  padding: 0 0.5rem;
}
body#top #header #header_meta .sub_menu #avia2-menu li:hover a {
  text-decoration: none;
}
body#top #header #header_meta .sub_menu #avia2-menu li:first-of-type a, body#top #header #header_meta .sub_menu #avia2-menu li:nth-of-type(2) a {
  border-radius: 2rem;
  padding: 1.2rem 2rem;
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
}
body#top #header #header_meta .sub_menu #avia2-menu li:first-of-type a:hover, body#top #header #header_meta .sub_menu #avia2-menu li:nth-of-type(2) a:hover {
  text-decoration: none;
  opacity: 0.8;
}
body#top #header #header_meta .sub_menu #avia2-menu li:first-of-type a {
  background-color: #82a940;
}
body#top #header #header_meta .sub_menu #avia2-menu li:nth-of-type(2) {
  margin-right: 0.8rem;
}
body#top #header #header_meta .sub_menu #avia2-menu li:nth-of-type(2) a {
  background-color: #005581;
}
body#top #header #header_meta .sub_menu #avia2-menu li:last-of-type a {
  color: #4e4e4e;
  font-size: 1.4rem;
}
body#top #header #header_meta .sub_menu #avia2-menu li:last-of-type a:hover {
  text-decoration: underline;
}
body#top #header #header_meta .sub_menu #menu-item-search {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
body#top #header #header_meta .sub_menu #menu-item-search > a {
  font-size: 2.5rem;
  color: #a0a0a0;
  transition: color 0.3s ease-in-out;
}
body#top #header #header_meta .sub_menu #menu-item-search > a:hover {
  color: #005581;
  text-decoration: none;
}
body#top #header #header_meta .sub_menu #menu-item-search .avia-search-tooltip input[type=submit] {
  background-color: #82a940;
}
body#top #header #header_meta .sub_menu #menu-item-search .avia-search-tooltip .av_ajax_search_image {
  display: none;
}
body#top #header #header_meta .sub_menu #menu-item-search .avia-search-tooltip .av_ajax_search_entry_view_all {
  color: #005581;
  text-transform: uppercase;
}
body#top #header #header_meta .phone-info span {
  font-size: 1.6rem;
  font-weight: 400;
}

/**
This file is for styling up the footer. Most sites will only have a #socket. These base styles should
take care of responsiveness for the copyright text and the social icons in the #socket.
 */
#footer {
  background-color: #005581;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 1084px) {
  #footer {
    padding: 5rem 0;
  }
}
@media (min-width: 1085px) {
  #footer .container {
    display: flex;
  }
}
@media (max-width: 1084px) {
  #footer .container {
    display: flex;
    flex-direction: column-reverse;
  }
  #footer .container .flex_column {
    margin: 0 auto !important;
    width: 80% !important;
    text-align: center;
  }
}
@media (max-width: 549px) {
  #footer .container .flex_column {
    width: 100% !important;
  }
}
@media (min-width: 1085px) {
  #footer .flex_column {
    padding: 10rem 0;
  }
}
#footer .flex_column h3 {
  margin-top: 0;
  text-transform: none;
  color: white;
}
#footer .flex_column p {
  font-size: 1.4rem;
  color: white;
}
#footer .flex_column:nth-of-type(2) #custom_html-2 .textwidget {
  margin-top: 3rem;
  padding-bottom: 0.8rem;
}
#footer .flex_column:nth-of-type(2) #custom_html-2 .textwidget a {
  color: white;
  padding: 1.2rem 3.5rem;
  border-radius: 2rem;
  background-color: #82a940;
  transition: all ease-in-out 0.3s;
}
#footer .flex_column:nth-of-type(2) #custom_html-2 .textwidget a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (min-width: 1085px) {
  #footer .flex_column:nth-of-type(2) #text-3 .textwidget {
    margin-top: 2rem;
  }
}
#footer .flex_column:last-of-type {
  min-width: 28.5rem;
}
@media (min-width: 1085px) {
  #footer .flex_column:last-of-type::before {
    content: "";
    background: url("/wp-content/uploads/2019/09/star-bg.png");
    width: 64.7rem;
    height: 49.5rem;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: right 100% top 26%;
    overflow: visible !important;
    visibility: visible !important;
    top: 0;
    left: -5rem;
    opacity: 0.1;
  }
}
@media (max-width: 1084px) {
  #footer .flex_column:last-of-type .textwidget {
    margin-top: 1.3rem;
  }
}
#footer .flex_column:last-of-type .textwidget .social-icon-wrapper {
  margin-top: 2.5rem;
}
#footer .flex_column:last-of-type .textwidget .social-icon-wrapper a:not(:last-of-type) {
  margin-right: 2rem;
}
#footer .flex_column:last-of-type #nav_menu-2 {
  padding-bottom: 0;
}
@media (min-width: 1085px) {
  #footer .flex_column:last-of-type #nav_menu-2 .menu-footer-nav-container {
    margin-top: 1.5rem;
  }
}
#footer .flex_column:last-of-type #nav_menu-2 li {
  border: none;
  margin: 0 1.5rem 0 0;
  display: inline-block;
}
#footer .flex_column:last-of-type #nav_menu-2 li:last-of-type {
  margin-right: 0;
}
#footer .flex_column:last-of-type #nav_menu-2 li a {
  color: white;
  padding: 0 0 0.2rem 0;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 0.3rem solid transparent;
  transition: all 0.2s ease-in-out;
}
#footer .flex_column:last-of-type #nav_menu-2 li a:hover {
  background-color: transparent;
  text-decoration: none;
  opacity: 0.8;
}

/**
This file is for styling the cookie consent banner which only appears until the first time
you click OK. It's easy to forget about this banner. If you need to make style changes to it,
you'll need to clear your cookies to bring it back.
 */
.avia-cookie-consent .avia_cookie_text {
  color: white;
  font-size: 1.6rem;
}

/**
This file is for styles that need to be applied across the entire site, like hiding #scroll-top-link
 */
#scroll-top-link {
  display: none;
}

.image-overlay {
  display: none !important;
}

/**
This file is for styling the CTA (call to action) section that we typically include above the footer
on most pages of a site.
 */
#mapwrapper {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  min-width: 220px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#mapbase svg {
  max-height: 100%;
  width: 100%;
  margin: 0;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}

#usjstip {
  font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif;
  display: none;
  max-width: 40%;
  padding: 5px;
  border: 1px solid #404040;
  color: #404040;
  z-index: 1000;
  float: left;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  word-break: keep-all;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

#usjstip p {
  margin: 0 !important;
  color: #404040 !important;
}

#usjstip img {
  float: left;
  padding: 3px;
  max-width: 100%;
}

@media screen and (max-width: 320px) {
  #mapbase svg {
    height: 140px;
  }
}
@media screen and (max-width: 400px) and (min-width: 321px) {
  #mapbase svg {
    height: 180px;
  }
}
@media screen and (max-width: 480px) and (min-width: 401px) {
  #mapbase svg {
    height: 250px;
  }
}
@media screen and (max-width: 568px) and (min-width: 481px) {
  #mapbase svg {
    height: 290px;
  }
}
@media screen and (max-width: 685px) and (min-width: 569px) {
  #mapbase svg {
    height: 340px;
  }
}
@media screen and (max-width: 767px) and (min-width: 686px) {
  #mapbase svg {
    height: 420px;
  }
}
@media screen and (min-width: 768px) {
  #mapbase svg {
    height: 470px;
  }
}
/**
This file is for home page styles. Most sites use a hero-image as the top of the page, so we start by hiding
the breadcrumb container.
 */
body#top.home .title_container {
  display: none;
}
body#top.home .lg-hero-slider .slideshow_caption {
  width: 100%;
}
body#top.home .lg-hero-slider .slideshow_caption .slideshow_inner_caption {
  display: flex;
  align-items: center;
}
body#top.home .lg-hero-slider .slideshow_caption .slideshow_align_caption {
  display: flex;
  flex-direction: column;
}
body#top.home .lg-hero-slider .slideshow_caption .slideshow_align_caption .avia-caption-title {
  order: 1;
  font-size: 4rem;
  font-weight: bold;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  body#top.home .lg-hero-slider .slideshow_caption .slideshow_align_caption .avia-caption-title {
    font-size: 3.2rem;
  }
}
@media (max-width: 399px) {
  body#top.home .lg-hero-slider .slideshow_caption .slideshow_align_caption .avia-caption-title {
    font-size: 2rem;
  }
}
body#top.home .lg-hero-slider .slideshow_caption .slideshow_align_caption .avia-caption-content {
  order: 0;
}
body#top.home .lg-hero-slider .slideshow_caption .slideshow_align_caption .avia-caption-content p {
  color: #82a940;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
body#top.home .lg-hero-slider .slideshow_caption .slideshow_align_caption .avia-slideshow-button {
  order: 2;
  max-width: 18rem;
  border-radius: 2rem;
  border-color: #005581;
  color: #005581;
  font-size: 1.4rem;
  text-transform: none;
  background-color: transparent;
  padding: 1rem 1.6rem;
  transition: all 0.3s ease-in-out;
}
body#top.home .lg-hero-slider .slideshow_caption .slideshow_align_caption .avia-slideshow-button:hover {
  background-color: #005581;
  color: white;
  opacity: 1;
}
body#top.home .lg-three-buckets .content {
  padding-top: 10rem;
}
@media (max-width: 849px) {
  body#top.home .lg-three-buckets .content {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}
body#top.home .lg-three-buckets .entry-content-wrapper {
  display: flex;
}
body#top.home .lg-three-buckets .entry-content-wrapper::before, body#top.home .lg-three-buckets .entry-content-wrapper::after {
  display: none;
}
@media (max-width: 849px) {
  body#top.home .lg-three-buckets .entry-content-wrapper {
    flex-direction: column;
  }
  body#top.home .lg-three-buckets .entry-content-wrapper .avia-image-container {
    margin: 0 0 2.5rem 0 !important;
  }
}
body#top.home .lg-three-buckets .entry-content-wrapper .avia-image-container:nth-of-type(-n+2) {
  margin-right: 1.5rem;
}
body#top.home .lg-three-buckets .entry-content-wrapper .avia-image-container .avia_image:hover .av-image-caption-overlay {
  background-color: rgba(0, 85, 129, 0.3);
}
body#top.home .lg-three-buckets .entry-content-wrapper .avia-image-container .av-image-caption-overlay {
  transition: all 0.2s ease-in-out;
  border-radius: 0.8rem;
}
body#top.home .lg-three-buckets .entry-content-wrapper .avia-image-container .av-image-caption-overlay-center p {
  color: #005581;
  line-height: 2rem;
  font-size: 2.4rem;
  font-weight: 600;
  text-shadow: 0.1rem 0.1rem 0.2rem #dadada;
}
@media (max-width: 849px) {
  body#top.home .lg-post-feeds .entry-content-wrapper {
    display: flex;
    flex-direction: column;
  }
  body#top.home .lg-post-feeds .entry-content-wrapper > .flex_column {
    margin: 0;
    width: 100%;
  }
  body#top.home .lg-post-feeds .entry-content-wrapper > .flex_column:last-of-type {
    margin-top: 2.5rem;
  }
  body#top.home .lg-post-feeds .entry-content-wrapper > .flex_column article {
    margin-bottom: 0 !important;
  }
}
body#top.home .lg-post-feeds .av_textblock_section h2,
body#top.home .lg-post-feeds .av_textblock_section p {
  display: inline-block;
}
body#top.home .lg-post-feeds .av_textblock_section h2 {
  text-transform: none;
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 399px) {
  body#top.home .lg-post-feeds .av_textblock_section h2 {
    font-size: 3rem;
  }
}
body#top.home .lg-post-feeds .av_textblock_section p {
  font-size: 1.4rem;
  margin-left: 1.5rem;
}
body#top.home .lg-post-feeds .avia-content-slider,
body#top.home .lg-post-feeds .avia-content-slider-inner,
body#top.home .lg-post-feeds .slide-entry-wrap,
body#top.home .lg-post-feeds .slide-entry {
  overflow: visible;
}
body#top.home .lg-post-feeds .avia-content-slider {
  margin-top: 0.8rem;
}
body#top.home .lg-post-feeds .slide-entry-wrap {
  margin-bottom: 2rem;
}
body#top.home .lg-post-feeds .slide-entry {
  border-radius: 0.8rem;
  border: 1px solid #efefef;
  padding: 2rem;
}
body#top.home .lg-post-feeds .slide-entry .slide-image {
  display: block;
  float: left;
  width: 30%;
  margin-right: 10px;
}
body#top.home .lg-post-feeds .slide-entry.fake-thumbnail .slide-image {
  display: none;
}
body#top.home .lg-post-feeds .slide-entry .slide-content {
  display: flex;
  flex-direction: column;
}
body#top.home .lg-post-feeds .slide-entry .slide-content .entry-content-header,
body#top.home .lg-post-feeds .slide-entry .slide-content .slide-entry-excerpt {
  order: 1;
}
body#top.home .lg-post-feeds .slide-entry .slide-content .slide-entry-title {
  color: #4e4e4e;
  line-height: 2.5rem;
  font-size: 2rem;
}
body#top.home .lg-post-feeds .slide-entry .slide-content .slide-entry-excerpt {
  margin-top: 1rem;
}
body#top.home .lg-post-feeds .slide-entry .slide-content .slide-entry-excerpt .read-more-link {
  font-weight: bold;
}
body#top.home .lg-post-feeds .slide-entry .slide-content .slide-entry-excerpt .read-more-link .more-link-arrow::after {
  content: ">" !important;
  font-weight: bold;
  font-size: 1.4rem;
  vertical-align: baseline;
}
body#top.home .lg-post-feeds .slide-entry .slide-content .slide-meta {
  order: 0;
}
body#top.home .lg-post-feeds .slide-entry .slide-content .slide-meta .slide-meta-comments,
body#top.home .lg-post-feeds .slide-entry .slide-content .slide-meta .slide-meta-del {
  display: none;
}
body#top.home .lg-post-feeds .slide-entry .slide-content .slide-meta .slide-meta-time {
  color: #82a940;
  font-size: 16px;
}
body#top.home .lg-awards-section {
  background-color: #eff4f7;
}
body#top.home .lg-awards-section .content {
  padding-top: 7rem;
  padding-bottom: 8rem;
}
body#top.home .lg-awards-section .entry-content-wrapper {
  display: flex;
}
@media (max-width: 1134px) {
  body#top.home .lg-awards-section .entry-content-wrapper {
    flex-wrap: wrap;
  }
  body#top.home .lg-awards-section .entry-content-wrapper .avia-image-container {
    align-items: center !important;
    width: 50%;
  }
  body#top.home .lg-awards-section .entry-content-wrapper .avia-image-container:nth-of-type(-n+2) {
    align-items: flex-end !important;
    margin-bottom: 5rem;
  }
  body#top.home .lg-awards-section .entry-content-wrapper .avia-image-container:last-of-type {
    margin-bottom: 1rem;
  }
}
@media (max-width: 559px) {
  body#top.home .lg-awards-section .entry-content-wrapper .avia-image-container {
    width: 100%;
  }
  body#top.home .lg-awards-section .entry-content-wrapper .avia-image-container:not(:last-of-type) {
    margin-bottom: 5rem !important;
  }
}
body#top.home .lg-awards-section .entry-content-wrapper .avia-image-container {
  display: flex;
  align-items: flex-end;
  padding: 0 1rem;
}

/**
This file is for styling the blog overview page.
 */
@media (max-width: 767px) {
  body#top.page-name-press-releases .title-wrap {
    width: 78.8% !important;
  }
}
@media (max-width: 767px) {
  body#top.page-name-press-releases .filter-wrap {
    width: 17.2% !important;
    margin-left: 4% !important;
  }
}
body#top.page-name-press-releases .filter-wrap .year-filter {
  margin-left: auto;
  max-width: 12rem;
}
@media (max-width: 499px) {
  body#top.page-name-press-releases .title-wrap,
  body#top.page-name-press-releases .filter-wrap {
    width: 100% !important;
    margin-left: 0 !important;
  }
  body#top.page-name-press-releases .title-wrap .year-filter,
  body#top.page-name-press-releases .filter-wrap .year-filter {
    max-width: initial;
  }
}
body#top.page-name-press-releases .lg-post-feed {
  margin-top: 3rem;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
body#top.page-name-press-releases .lg-post-feed .lg-single-press-release {
  border-radius: 0.8rem;
  border: 0.1rem solid #efefef;
  padding: 2rem;
  width: 47%;
  margin-bottom: 2rem;
}
body#top.page-name-press-releases .lg-post-feed .lg-single-press-release:nth-of-type(even) {
  margin-left: 6%;
}
body#top.page-name-press-releases .lg-post-feed .lg-single-press-release .slide-image {
  display: none;
}
body#top.page-name-press-releases .lg-post-feed .lg-single-press-release .slide-content {
  display: flex;
  flex-direction: column;
}
body#top.page-name-press-releases .lg-post-feed .lg-single-press-release .slide-content .entry-content-header,
body#top.page-name-press-releases .lg-post-feed .lg-single-press-release .slide-content .slide-entry-excerpt {
  order: 1;
}
body#top.page-name-press-releases .lg-post-feed .lg-single-press-release .slide-content .slide-entry-title {
  color: #4e4e4e;
  line-height: 2.5rem;
  font-size: 2rem;
}
body#top.page-name-press-releases .lg-post-feed .lg-single-press-release .slide-content .slide-entry-excerpt {
  margin-top: 1rem;
}
body#top.page-name-press-releases .lg-post-feed .lg-single-press-release .slide-content .slide-entry-excerpt .read-more-link {
  font-weight: bold;
}
body#top.page-name-press-releases .lg-post-feed .lg-single-press-release .slide-content .slide-entry-excerpt .read-more-link .more-link-arrow::after {
  content: ">" !important;
  font-weight: bold;
  font-size: 1.4rem;
  vertical-align: baseline;
}
body#top.page-name-press-releases .lg-post-feed .lg-single-press-release .slide-content .slide-meta {
  order: 0;
}
body#top.page-name-press-releases .lg-post-feed .lg-single-press-release .slide-content .slide-meta .slide-meta-comments,
body#top.page-name-press-releases .lg-post-feed .lg-single-press-release .slide-content .slide-meta .slide-meta-del {
  display: none;
}
body#top.page-name-press-releases .lg-post-feed .lg-single-press-release .slide-content .slide-meta .slide-meta-time {
  color: #82a940;
  font-size: 1.6rem;
}
body#top.page-name-press-releases .lg-post-feed .lg-pr-pagination {
  width: 100%;
}

body#top.single-press-releases #wrap_all .breadcrumb-trail a,
body#top.single-press-releases #wrap_all .breadcrumb-trail span {
  font-size: 1.4rem;
}
body#top.single-press-releases #wrap_all .breadcrumb-trail .sep {
  width: 1.2rem;
}
body#top.single-press-releases #wrap_all .entry-content-wrapper {
  margin-top: 5rem;
  max-width: 100rem;
}
@media (max-width: 449px) {
  body#top.single-press-releases #wrap_all .entry-content-wrapper {
    margin-top: 3rem !important;
  }
}
body#top.single-press-releases #wrap_all .entry-content-header {
  max-width: inherit !important;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-title {
  text-align: left;
  font-size: 2.6rem;
  padding-top: 0.8rem;
  max-width: 100rem;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-title a {
  color: #005581;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos {
  display: flex;
  align-items: center;
}
@media (max-width: 449px) {
  body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos {
    flex-direction: column;
    align-items: flex-start;
  }
  body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .pr-social-share-buttons {
    margin-left: 0 !important;
    margin-top: 1.2rem;
  }
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .date-container {
  color: #82a940;
  font-size: 1.8rem;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .pr-social-share-buttons {
  max-width: 22rem;
  margin-left: auto;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .pr-social-share-buttons .av-share-box {
  margin: 0;
  display: flex;
  align-items: center;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .pr-social-share-buttons .av-share-box h5 {
  margin-bottom: 0;
  margin-right: 1.2rem;
  font-weight: 400;
  color: #4e4e4e;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .pr-social-share-buttons .av-share-box .av-share-box-list {
  border: none;
  display: flex;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .pr-social-share-buttons .av-share-box .av-share-box-list .av-share-link {
  border: none;
  width: 3rem;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .pr-social-share-buttons .av-share-box .av-share-box-list .av-share-link:not(:first-of-type) {
  margin-left: 0.8rem;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .pr-social-share-buttons .av-share-box .av-share-box-list .av-share-link a {
  border: none;
  color: white;
  background-color: #808080;
  border-radius: 0.4rem;
  padding: 0;
  transition: 0.2s ease-in-out background-color;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .pr-social-share-buttons .av-share-box .av-share-box-list .av-share-link a:hover {
  text-decoration: none;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .pr-social-share-buttons .av-share-box .av-share-box-list .av-share-link a::before {
  font-size: 2rem;
  line-height: 2.8rem;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .pr-social-share-buttons .av-share-box .av-share-box-list .av-share-link .avia-related-tooltip {
  display: none !important;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .pr-social-share-buttons .av-share-box .av-share-box-list .av-social-link-facebook {
  display: none;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .pr-social-share-buttons .av-share-box .av-share-box-list .av-social-link-facebook a:hover {
  background-color: #37589b;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .pr-social-share-buttons .av-share-box .av-share-box-list .av-social-link-twitter a:hover {
  background-color: #46d4fe;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .pr-social-share-buttons .av-share-box .av-share-box-list .av-social-link-linkedin a:hover {
  background-color: #419cca;
}
body#top.single-press-releases #wrap_all .entry-content-header .post-meta-infos .pr-social-share-buttons .av-share-box .av-share-box-list .av-social-link-mail a:hover {
  background-color: #9fae37;
}
body#top.single-press-releases #wrap_all .entry-content {
  max-width: 100rem;
  text-align: left;
}
body#top.single-press-releases #wrap_all .entry-content div {
  font-size: 1.6rem !important;
  font-family: "work sans", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue", Helvetica, Arial, sans-serif !important;
}

body#top.page-name-resource-center #av_section_1 {
  border: none;
}
body#top.page-name-resource-center #av_section_1 .content {
  padding-bottom: 0;
}
body#top.page-name-resource-center #av_section_1 h1 {
  color: #005581;
  font-size: 3.6rem;
  font-weight: 600;
  text-transform: none;
}
body#top.page-name-resource-center #av_section_1 .featured-heading p {
  color: #005581;
  font-weight: bold;
  font-size: 1.8rem;
}
body#top.page-name-resource-center #av_section_1 .featured-item {
  display: flex;
  border-radius: 0.8rem !important;
  box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
  padding: 2rem;
  min-height: 120px;
}
@media (max-width: 767px) {
  body#top.page-name-resource-center #av_section_1 .featured-item {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto 2rem;
    float: none;
  }
}
body#top.page-name-resource-center #av_section_1 .featured-item.blue-border {
  border: solid 0.4rem #005581;
}
body#top.page-name-resource-center #av_section_1 .featured-item .av_textblock_section {
  display: flex;
  align-items: center;
}
body#top.page-name-resource-center #av_section_1 .featured-item p {
  color: #005581;
  font-weight: bold;
  font-size: 1.8rem;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.75);
}
body#top.page-name-resource-center #av_section_1 .button-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  body#top.page-name-resource-center #av_section_1 .button-wrap {
    flex-direction: column;
  }
}
body#top.page-name-resource-center #av_section_1 .button-wrap .avia-button-wrap .avia-button {
  border-radius: 5rem;
  padding: 1.2rem 8.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
  background-color: white;
}
body#top.page-name-resource-center #av_section_1 .button-wrap .avia-button-wrap .avia-button:hover {
  box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.25);
}
body#top.page-name-resource-center #av_section_1 .button-wrap .podcast-library {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  body#top.page-name-resource-center #av_section_1 .button-wrap .podcast-library {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
body#top.page-name-resource-center #av_section_1 .button-wrap .podcast-library .avia-button {
  color: #82a940;
  border: 0.2rem solid #82a940;
  transition: all 0.2s ease-in-out;
}
body#top.page-name-resource-center #av_section_1 .button-wrap .podcast-library .avia-button span {
  display: flex;
  justify-content: center;
  align-items: center;
}
body#top.page-name-resource-center #av_section_1 .button-wrap .podcast-library .avia-button span::before {
  content: "";
  background-image: url("/wp-content/uploads/2020/04/NASCIO_Podcast_button_bg.png");
  background-size: cover;
  display: inline-block;
  height: 4rem;
  width: 5.7rem;
  margin-right: 2rem;
  position: absolute;
  left: 1.5rem;
}
body#top.page-name-resource-center #av_section_1 .button-wrap .awards-library .avia-button {
  color: #005581;
  border: 0.2rem solid #005581;
  transition: all 0.2s ease-in-out;
}
body#top.page-name-resource-center #av_section_1 .button-wrap .awards-library .avia-button span {
  display: flex;
  justify-content: center;
  align-items: center;
}
body#top.page-name-resource-center #av_section_1 .button-wrap .awards-library .avia-button span::before {
  content: "";
  background-image: url("/wp-content/uploads/2019/09/SIT.png");
  background-size: cover;
  display: inline-block;
  height: 4rem;
  width: 6rem;
  position: absolute;
  left: 1.8rem;
}
body#top.page-name-resource-center .resources-filter {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 5rem;
}
@media (max-width: 599px) {
  body#top.page-name-resource-center .resources-filter {
    flex-direction: column;
  }
}
body#top.page-name-resource-center .resources-filter select {
  margin-bottom: 0;
}
body#top.page-name-resource-center .resources-filter select:not(:first-of-type) {
  margin-left: 0.8rem;
}
@media (max-width: 599px) {
  body#top.page-name-resource-center .resources-filter select {
    margin-left: 0 !important;
    margin-bottom: 0.8rem;
  }
}
body#top.page-name-resource-center .resources-filter input[type=submit] {
  background-color: #82a940;
  transition: 0.2s background-color ease-in-out;
}
@media (min-width: 600px) {
  body#top.page-name-resource-center .resources-filter input[type=submit] {
    margin-left: 0.8rem;
  }
}
body#top.page-name-resource-center .resources-filter input[type=submit]:hover {
  background-color: rgb(155.0944206009, 192.9227467811, 91.0772532189);
}
body#top.page-name-resource-center #resource-search {
  border: none;
}
body#top.page-name-resource-center #featured-post-wrap .content {
  padding-top: 2rem;
  padding-bottom: 0;
}
body#top.page-name-resource-center #featured-post-wrap .featured-posts-title {
  font-size: 1.8rem;
  color: #005581;
}
body#top.page-name-resource-center #featured-post-wrap .featured-posts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media (max-width: 799px) {
  body#top.page-name-resource-center #featured-post-wrap .featured-posts {
    flex-direction: column;
  }
}
body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource {
  display: flex;
  border-radius: 0.8rem;
  box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
  width: 32%;
  margin-bottom: 2rem;
  background-color: #005581;
}
@media (max-width: 799px) {
  body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource {
    width: 100%;
  }
}
body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource:not(:first-of-type) {
  margin-left: 2%;
}
@media (max-width: 799px) {
  body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource:not(:first-of-type) {
    margin-left: 0;
  }
}
body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource .resource-link {
  width: 100%;
  padding: 2rem;
  transition: all ease-in-out 0.2s;
}
body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource .resource-link:hover {
  box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
}
body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource .resource-link:hover, body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource .resource-link:active, body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource .resource-link:visited, body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource .resource-link:focus {
  text-decoration: none;
}
body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource .slide-content {
  display: flex;
  flex-direction: column;
}
body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource .slide-content .entry-content-header,
body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource .slide-content .slide-entry-excerpt {
  order: 1;
}
body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource .slide-content .slide-entry-title {
  color: white;
  line-height: 2.5rem;
  font-size: 2rem;
}
body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource .slide-content .slide-meta {
  order: 0;
  margin-bottom: 0.6rem;
}
body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource .slide-content .slide-meta .slide-meta-comments,
body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource .slide-content .slide-meta .slide-meta-del {
  display: none;
}
body#top.page-name-resource-center #featured-post-wrap .lg-featured-resource .slide-content .slide-meta .slide-meta-cat {
  color: white;
  font-size: 1.6rem;
}
body#top.page-name-resource-center #resources-feed .resource-search-title p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #005581;
}
body#top.page-name-resource-center #resources-feed .resource-posts {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 2rem;
  width: 100%;
}
body#top.page-name-resource-center #resources-feed .resource-posts .lg-resource-pagination {
  display: block;
  width: 100%;
}
body#top.page-name-resource-center #resources-feed .resource-posts .lg-resource-pagination a {
  color: #005581;
}
body#top.page-name-resource-center .lg-single-resource {
  display: flex;
  border-radius: 0.8rem;
  border: 0.1rem solid #efefef;
  width: 47%;
  margin-bottom: 2rem;
  max-width: 60rem;
}
@media (max-width: 1049px) {
  body#top.page-name-resource-center .lg-single-resource {
    width: 100%;
    margin: 0 auto 2rem auto;
  }
}
body#top.page-name-resource-center .lg-single-resource:nth-of-type(even) {
  margin-left: 6%;
}
@media (max-width: 1049px) {
  body#top.page-name-resource-center .lg-single-resource:nth-of-type(even) {
    margin-left: auto;
  }
}
body#top.page-name-resource-center .lg-single-resource .resource-link {
  width: 100%;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
body#top.page-name-resource-center .lg-single-resource .resource-link:hover {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
}
body#top.page-name-resource-center .lg-single-resource .resource-link:hover, body#top.page-name-resource-center .lg-single-resource .resource-link:active, body#top.page-name-resource-center .lg-single-resource .resource-link:visited, body#top.page-name-resource-center .lg-single-resource .resource-link:focus {
  text-decoration: none;
}
body#top.page-name-resource-center .lg-single-resource .slide-featured-image {
  max-width: 17rem;
  border-radius: 0.8rem 0 0 0.8rem;
  float: left;
}
@media (max-width: 449px) {
  body#top.page-name-resource-center .lg-single-resource .slide-featured-image {
    float: none;
    margin: 0 auto;
    border-radius: 0;
  }
  body#top.page-name-resource-center .lg-single-resource .slide-featured-image img {
    border-radius: 0 !important;
  }
}
body#top.page-name-resource-center .lg-single-resource .slide-featured-image img {
  border-radius: 0.8rem 0 0 0.8rem;
  display: block;
}
body#top.page-name-resource-center .lg-single-resource .image-overlay {
  display: none;
}
body#top.page-name-resource-center .lg-single-resource .slide-content {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  height: 100%;
}
@media (max-width: 449px) {
  body#top.page-name-resource-center .lg-single-resource .slide-content {
    height: auto;
  }
}
body#top.page-name-resource-center .lg-single-resource .slide-content .entry-content-header,
body#top.page-name-resource-center .lg-single-resource .slide-content .slide-entry-excerpt {
  order: 1;
}
body#top.page-name-resource-center .lg-single-resource .slide-content .slide-entry-title {
  color: #4e4e4e;
  line-height: 2.5rem;
  font-size: 2rem;
}
body#top.page-name-resource-center .lg-single-resource .slide-content .slide-entry-excerpt {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}
body#top.page-name-resource-center .lg-single-resource .slide-content .slide-entry-excerpt .slide-meta-time {
  color: #4e4e4e;
  font-size: 1.4rem;
}
body#top.page-name-resource-center .lg-single-resource .slide-content .slide-entry-excerpt .slide-meta-post-views {
  color: #4e4e4e;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
body#top.page-name-resource-center .lg-single-resource .slide-content .slide-entry-excerpt .slide-meta-post-views::before {
  content: url("/wp-content/uploads/2019/12/view-icon.png");
  width: 2.1rem;
  height: 1.8rem;
  display: inline-block;
  position: relative;
  padding-right: 0.8rem;
}
body#top.page-name-resource-center .lg-single-resource .slide-content .slide-meta {
  order: 0;
  margin-bottom: 0.6rem;
  font-weight: 400;
}
body#top.page-name-resource-center .lg-single-resource .slide-content .slide-meta .slide-meta-comments,
body#top.page-name-resource-center .lg-single-resource .slide-content .slide-meta .slide-meta-del {
  display: none;
}
body#top.page-name-resource-center .lg-single-resource .slide-content .slide-meta .slide-meta-cat {
  color: #82a940;
  font-size: 1.6rem;
}

body#top.single-resources #wrap_all .breadcrumb-trail a,
body#top.single-resources #wrap_all .breadcrumb-trail span {
  font-size: 1.4rem;
}
body#top.single-resources #wrap_all .breadcrumb-trail a:nth-of-type(2),
body#top.single-resources #wrap_all .breadcrumb-trail span:nth-of-type(2) {
  display: none;
}
body#top.single-resources #wrap_all .breadcrumb-trail .sep {
  width: 1.2rem;
}
body#top.single-resources #wrap_all article {
  margin-bottom: 3.5rem;
}
body#top.single-resources #wrap_all .entry-content-wrapper {
  margin-top: 2rem;
  max-width: 121rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 449px) {
  body#top.single-resources #wrap_all .entry-content-wrapper {
    margin-top: 3rem !important;
  }
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap {
  margin-right: 0;
}
@media (min-width: 769px) {
  body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap {
    max-width: initial;
  }
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap .pr-social-share-buttons {
  max-width: 22rem;
  margin-left: auto;
}
@media (max-width: 449px) {
  body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap .pr-social-share-buttons {
    margin-left: 0 !important;
    margin-top: 1.2rem;
  }
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap .pr-social-share-buttons .av-share-box {
  margin: 0;
  display: flex;
  align-items: center;
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap .pr-social-share-buttons .av-share-box h5 {
  margin-bottom: 0;
  margin-right: 1.2rem;
  font-weight: 400;
  color: #4e4e4e;
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap .pr-social-share-buttons .av-share-box .av-share-box-list {
  border: none;
  display: flex;
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap .pr-social-share-buttons .av-share-box .av-share-box-list .av-share-link {
  border: none;
  width: 3rem;
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap .pr-social-share-buttons .av-share-box .av-share-box-list .av-share-link:not(:first-of-type) {
  margin-left: 0.8rem;
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap .pr-social-share-buttons .av-share-box .av-share-box-list .av-share-link a {
  border: none;
  color: white;
  background-color: #808080;
  border-radius: 0.4rem;
  padding: 0;
  transition: 0.2s ease-in-out background-color;
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap .pr-social-share-buttons .av-share-box .av-share-box-list .av-share-link a:hover {
  text-decoration: none;
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap .pr-social-share-buttons .av-share-box .av-share-box-list .av-share-link a::before {
  font-size: 2rem;
  line-height: 2.8rem;
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap .pr-social-share-buttons .av-share-box .av-share-box-list .av-share-link .avia-related-tooltip {
  display: none !important;
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap .pr-social-share-buttons .av-share-box .av-share-box-list .av-social-link-facebook {
  display: none;
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap .pr-social-share-buttons .av-share-box .av-share-box-list .av-social-link-facebook a:hover {
  background-color: #37589b;
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap .pr-social-share-buttons .av-share-box .av-share-box-list .av-social-link-twitter a:hover {
  background-color: #46d4fe;
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap .pr-social-share-buttons .av-share-box .av-share-box-list .av-social-link-linkedin a:hover {
  background-color: #419cca;
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-social-wrap .pr-social-share-buttons .av-share-box .av-share-box-list .av-social-link-mail a:hover {
  background-color: #9fae37;
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-post-wrap {
  display: flex;
  max-width: initial;
}
@media (max-width: 899px) {
  body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-post-wrap {
    flex-direction: column;
    margin-top: 1rem;
    max-width: 100%;
  }
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-featured-image-wrap {
  margin-left: 0;
  margin-right: 3rem;
}
@media (max-width: 899px) {
  body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-featured-image-wrap {
    margin: 0 auto;
  }
  body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-featured-image-wrap img {
    max-width: 100% !important;
  }
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-featured-image-wrap img {
  max-width: 40rem;
}
body#top.single-resources #wrap_all .entry-content-wrapper .lg-resource-content-wrap {
  max-width: 80rem;
}
body#top.single-resources #wrap_all .entry-content-header {
  max-width: inherit !important;
  display: flex;
  flex-direction: column-reverse;
}
body#top.single-resources #wrap_all .entry-content-header .post-title {
  text-align: left;
  font-size: 2.6rem;
  padding-top: 0.8rem;
  max-width: 121rem;
  margin: 0;
}
body#top.single-resources #wrap_all .entry-content-header .post-title a {
  color: #005581;
}
body#top.single-resources #wrap_all .entry-content-header .post-meta-infos {
  display: flex;
  align-items: center;
}
@media (max-width: 449px) {
  body#top.single-resources #wrap_all .entry-content-header .post-meta-infos {
    flex-direction: column;
    align-items: flex-start;
  }
}
body#top.single-resources #wrap_all .entry-content-header .post-meta-infos .date-container {
  color: #4e4e4e;
  font-size: 1.6rem;
  margin-right: 4rem;
}
body#top.single-resources #wrap_all .entry-content-header .post-meta-infos .slide-meta-post-views {
  color: #4e4e4e;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
body#top.single-resources #wrap_all .entry-content-header .post-meta-infos .slide-meta-post-views::before {
  content: url("/wp-content/uploads/2019/12/view-icon.png");
  width: 2.1rem;
  height: 2.4rem;
  display: inline-block;
  position: relative;
  padding-right: 0.8rem;
}
body#top.single-resources #wrap_all .entry-content {
  max-width: 121rem;
  text-align: left;
}
body#top.single-resources #wrap_all .entry-content div {
  font-size: 1.6rem !important;
  font-family: "work sans", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue", Helvetica, Arial, sans-serif !important;
}
body#top.single-resources #wrap_all .entry-content .PubDownload {
  color: #82a940;
  border: 0.1rem solid #82a940;
  border-radius: 2rem;
  padding: 0.7rem 2.2rem;
  transition: all 0.2s ease-in-out;
}
body#top.single-resources #wrap_all .entry-content .PubDownload:hover {
  background-color: #82a940;
  color: white;
  text-decoration: none;
}
body#top.single-resources #wrap_all .post-footer {
  position: relative;
  float: none;
  clear: both;
}
body#top.single-resources #wrap_all .post-footer .lg-resource-related-wrapper {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body#top.single-resources #wrap_all .post-footer .lg-resource-related-wrapper .lg-single-resource {
    width: 100%;
    margin-left: 0 !important;
  }
}
body#top.single-resources #wrap_all .post-footer .lg-single-resource {
  display: flex;
  border-radius: 0.8rem;
  border: 0.1rem solid #efefef;
  width: 47%;
  margin-bottom: 2rem;
}
body#top.single-resources #wrap_all .post-footer .lg-single-resource:nth-of-type(even) {
  margin-left: 6%;
}
body#top.single-resources #wrap_all .post-footer .lg-single-resource .resource-link {
  width: 100%;
  padding: 2rem;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
body#top.single-resources #wrap_all .post-footer .lg-single-resource .resource-link:hover {
  box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
}
body#top.single-resources #wrap_all .post-footer .lg-single-resource .resource-link:hover, body#top.single-resources #wrap_all .post-footer .lg-single-resource .resource-link:active, body#top.single-resources #wrap_all .post-footer .lg-single-resource .resource-link:visited, body#top.single-resources #wrap_all .post-footer .lg-single-resource .resource-link:focus {
  text-decoration: none;
}
body#top.single-resources #wrap_all .post-footer .lg-single-resource .slide-image {
  display: none;
}
body#top.single-resources #wrap_all .post-footer .lg-single-resource .slide-content {
  display: flex;
  flex-direction: column;
}
body#top.single-resources #wrap_all .post-footer .lg-single-resource .slide-content .entry-content-header,
body#top.single-resources #wrap_all .post-footer .lg-single-resource .slide-content .slide-entry-excerpt {
  order: 1;
}
body#top.single-resources #wrap_all .post-footer .lg-single-resource .slide-content .slide-entry-title {
  color: #4e4e4e;
  line-height: 2.5rem;
  font-size: 2rem;
}
body#top.single-resources #wrap_all .post-footer .lg-single-resource .slide-content .slide-entry-excerpt {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}
body#top.single-resources #wrap_all .post-footer .lg-single-resource .slide-content .slide-entry-excerpt .slide-meta-time {
  color: #4e4e4e;
  font-size: 1.4rem;
}
body#top.single-resources #wrap_all .post-footer .lg-single-resource .slide-content .slide-entry-excerpt .slide-meta-post-views {
  color: #4e4e4e;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
body#top.single-resources #wrap_all .post-footer .lg-single-resource .slide-content .slide-entry-excerpt .slide-meta-post-views::before {
  content: url("/wp-content/uploads/2019/12/view-icon.png");
  width: 2.1rem;
  height: 1.8rem;
  display: inline-block;
  position: relative;
  padding-right: 0.8rem;
}
body#top.single-resources #wrap_all .post-footer .lg-single-resource .slide-content .slide-meta {
  order: 0;
  margin-bottom: 0.6rem;
  font-weight: 400;
}
body#top.single-resources #wrap_all .post-footer .lg-single-resource .slide-content .slide-meta .slide-meta-comments,
body#top.single-resources #wrap_all .post-footer .lg-single-resource .slide-content .slide-meta .slide-meta-del {
  display: none;
}
body#top.single-resources #wrap_all .post-footer .lg-single-resource .slide-content .slide-meta .slide-meta-cat {
  color: #82a940;
  font-size: 1.6rem;
}

body#top.page-name-conferences-events #av_section_1 .entry-content-wrapper {
  display: flex;
}
body#top.page-name-conferences-events #av_section_1 .entry-content-wrapper::before, body#top.page-name-conferences-events #av_section_1 .entry-content-wrapper::after {
  display: none;
}
@media (max-width: 989px) {
  body#top.page-name-conferences-events #av_section_1 .entry-content-wrapper {
    flex-direction: column;
  }
  body#top.page-name-conferences-events #av_section_1 .entry-content-wrapper .flex_column {
    margin: 0 auto;
    width: 100%;
  }
  body#top.page-name-conferences-events #av_section_1 .entry-content-wrapper .avia-image-container {
    margin: 0 0 2.5rem 0 !important;
  }
}
body#top.page-name-conferences-events #av_section_1 .entry-content-wrapper .avia-image-container:nth-of-type(-n+2) {
  margin-right: 1.5rem;
}
body#top.page-name-conferences-events #av_section_1 .entry-content-wrapper .avia-image-container .av-image-caption-overlay {
  transition: all 0.3s ease-in-out;
  border-radius: 0.8rem;
}
@media (min-width: 1100px) {
  body#top.page-name-conferences-events #av_section_1 .entry-content-wrapper .avia-image-container .av-image-caption-overlay-center {
    padding: 6rem;
  }
}
body#top.page-name-conferences-events #av_section_1 .entry-content-wrapper .avia-image-container .av-image-caption-overlay-center p {
  color: #005581;
  line-height: 4.4rem;
  font-size: 4rem;
  margin: 0;
  text-align: left;
}
@media (max-width: 399px) {
  body#top.page-name-conferences-events #av_section_1 .entry-content-wrapper .avia-image-container .av-image-caption-overlay-center p {
    font-size: 3rem;
    line-height: 3.3rem;
  }
}
body#top.page-name-conferences-events #av_section_1 .entry-content-wrapper .avia-image-container .av-image-caption-overlay-center p .lg-event-date {
  font-size: 1.8rem;
}
body#top.page-name-conferences-events .faq .entry-content-wrapper {
  display: flex;
  flex-direction: column;
}
body#top.page-name-conferences-events .faq .entry-content-wrapper .flex_column:last-of-type {
  max-width: 101rem;
}
body#top.page-name-conferences-events .faq .single_toggle {
  border-radius: 0.8rem;
  box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem;
}
body#top.page-name-conferences-events .faq .single_toggle .toggler {
  padding: 0.9rem 2.5rem;
  font-size: 2.6rem;
  font-weight: bold;
  color: #005581;
  border: none;
}
body#top.page-name-conferences-events .faq .single_toggle .toggler.activeTitle {
  border: none;
}
body#top.page-name-conferences-events .faq .single_toggle .toggler:focus {
  outline: none;
}
body#top.page-name-conferences-events .faq .single_toggle .toggler .toggle_icon {
  display: none;
}
body#top.page-name-conferences-events .faq .single_toggle .toggle_wrap {
  border: none;
}
body#top.page-name-conferences-events .faq .single_toggle .toggle_wrap .toggle_content {
  margin-bottom: 0;
  padding: 0 5.5rem 1.1rem;
  background-color: white;
  border: none;
}
body#top.page-name-conferences-events .upcoming-events .entry-content-wrapper .flex_column {
  background-color: #005581;
  border-radius: 0.8rem !important;
  padding: 2rem;
}
body#top.page-name-conferences-events .upcoming-events .entry-content-wrapper .flex_column h3,
body#top.page-name-conferences-events .upcoming-events .entry-content-wrapper .flex_column p {
  color: white;
}
body#top.page-name-conferences-events .mapsvg .mapsvg-region {
  stroke: rgb(0, 85, 129);
}
body#top.page-name-conferences-events .mapsvg .mapsvg-disabled {
  fill: rgb(113, 148, 48);
}
body#top.page-name-conferences-events .mapsvg #svg2 {
  height: auto !important;
}

/**
This file is for general styling that should apply to most pages, with the exception of the Home page.
 */
/**
This file is for styling the contact us page, as most of our sites use a slightly different layout
for this page.
 */
body#top.page-name-staff .lg-staff-grid-row {
  display: flex;
  max-width: 131rem;
  padding: 0 5rem;
  margin: 0 auto;
}
@media (max-width: 989px) {
  body#top.page-name-staff .lg-staff-grid-row {
    flex-wrap: wrap;
  }
  body#top.page-name-staff .lg-staff-grid-row .lg-staff-member {
    width: 48% !important;
    margin-left: 0;
  }
  body#top.page-name-staff .lg-staff-grid-row .lg-staff-member:nth-of-type(even) {
    margin-left: 4% !important;
  }
}
@media (max-width: 559px) {
  body#top.page-name-staff .lg-staff-grid-row .lg-staff-member {
    width: 100% !important;
  }
  body#top.page-name-staff .lg-staff-grid-row .lg-staff-member:nth-of-type(even) {
    margin-left: 0 !important;
  }
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member {
  padding: 0;
  margin-bottom: 3rem;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .drobinson .avia-image-container::before {
  background: center url("/wp-content/uploads/2019/09/drobinson-gif.gif") no-repeat;
  background-size: contain;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .elane .avia-image-container::before {
  background: center url("/wp-content/uploads/2019/10/elane-gif.gif") no-repeat;
  background-size: contain;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .lthompson .avia-image-container::before {
  background: center url("/wp-content/uploads/2019/10/lthompson-gif.gif") no-repeat;
  background-size: contain;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .mpincus .avia-image-container::before {
  background: center url("/wp-content/uploads/2019/10/mpincus-gif.gif") no-repeat;
  background-size: contain;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .dclements .avia-image-container::before {
  background: center url("/wp-content/uploads/2019/10/dclements-gif.gif") no-repeat;
  background-size: contain;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .lrempe .avia-image-container::before {
  background: center url("/wp-content/uploads/2019/10/lrempe-gif.gif") no-repeat;
  background-size: contain;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .jellis .avia-image-container::before {
  background: center url("/wp-content/uploads/2019/10/jellis-gif.gif") no-repeat;
  background-size: contain;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .esweden .avia-image-container::before {
  background: center url("/wp-content/uploads/2019/10/esweden-gif.gif") no-repeat;
  background-size: contain;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .aglasscock .avia-image-container::before {
  background: center url("/wp-content/uploads/2019/10/aglasscock-gif.gif") no-repeat;
  background-size: contain;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .mward .avia-image-container::before {
  background: center url("/wp-content/uploads/2019/10/mward-gif.gif") no-repeat;
  background-size: contain;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .gwen .avia-image-container::before {
  background: center url("/wp-content/uploads/2020/06/gwen-gif.gif") no-repeat;
  background-size: contain;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .ayoung .avia-image-container::before {
  background: center url("/wp-content/uploads/2022/10/panda-gif.gif") no-repeat;
  background-size: contain;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .kygibson .avia-image-container::before {
  background: center url("/wp-content/uploads/2024/04/kygibson.webp") no-repeat;
  background-size: contain;
}
@media (min-width: 990px) {
  body#top.page-name-staff .lg-staff-grid-row .lg-staff-member:not(:first-of-type) {
    margin-left: 3rem;
  }
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .avia-image-container:hover::before {
  opacity: 1;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .avia-image-container:hover img {
  opacity: 0;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .avia-image-container::before {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  position: absolute;
  content: "";
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .avia-image-container img {
  transition: all 0.3s ease-in-out;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .avia_textblock h3 {
  font-size: 1.8rem;
  color: #4e4e4e;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .avia_textblock h4 {
  font-size: 1.6rem;
  color: #4e4e4e;
}
body#top.page-name-staff .lg-staff-grid-row .lg-staff-member .avia_textblock p {
  font-size: 1.4rem;
}

body#top.page-name-executive-committee .lg-staff-grid-row {
  display: flex;
  max-width: 131rem;
  padding: 0 5rem;
  margin: 0 auto;
}
@media (max-width: 989px) {
  body#top.page-name-executive-committee .lg-staff-grid-row {
    flex-wrap: wrap;
  }
  body#top.page-name-executive-committee .lg-staff-grid-row .lg-staff-member {
    width: 48% !important;
    margin-left: 0;
  }
  body#top.page-name-executive-committee .lg-staff-grid-row .lg-staff-member:nth-of-type(even) {
    margin-left: 4% !important;
  }
}
@media (max-width: 559px) {
  body#top.page-name-executive-committee .lg-staff-grid-row .lg-staff-member {
    width: 100% !important;
  }
  body#top.page-name-executive-committee .lg-staff-grid-row .lg-staff-member:nth-of-type(even) {
    margin-left: 0 !important;
  }
}
body#top.page-name-executive-committee .lg-staff-grid-row .lg-staff-member {
  padding: 0;
  margin-bottom: 3rem;
}
@media (min-width: 990px) {
  body#top.page-name-executive-committee .lg-staff-grid-row .lg-staff-member:not(:first-of-type) {
    margin-left: 3rem;
  }
}
body#top.page-name-executive-committee .lg-staff-grid-row .lg-staff-member .avia-image-container img {
  transition: all 0.3s ease-in-out;
}
body#top.page-name-executive-committee .lg-staff-grid-row .lg-staff-member .avia_textblock h3 {
  font-size: 1.8rem;
  color: #4e4e4e;
}
body#top.page-name-executive-committee .lg-staff-grid-row .lg-staff-member .avia_textblock h4 {
  font-size: 1.6rem;
  color: #4e4e4e;
}
body#top.page-name-executive-committee .lg-staff-grid-row .lg-staff-member .avia_textblock p {
  font-size: 1.4rem;
}

body#top.page-name-mission-strategic-direction .strategic-plan {
  background-color: #eff4f7;
}
@media (max-width: 989px) {
  body#top.page-name-mission-strategic-direction .strategic-plan .entry-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body#top.page-name-mission-strategic-direction .strategic-plan .entry-content-wrapper .flex_column {
    width: 100%;
    margin: 0;
  }
}
body#top.page-name-mission-strategic-direction .strategic-plan h3 {
  font-size: 1.8rem;
  color: #4e4e4e;
}
body#top.page-name-mission-strategic-direction .strategic-plan ul {
  list-style-position: outside;
}
body#top.page-name-mission-strategic-direction .strategic-plan p {
  font-size: 1.4rem;
}
body#top.page-name-mission-strategic-direction .strategic-plan .download-plan {
  background-color: white;
  border-radius: 0.8rem !important;
  box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.15);
  padding: 7rem;
}
@media (max-width: 1069px) and (min-width: 990px) {
  body#top.page-name-mission-strategic-direction .strategic-plan .download-plan {
    padding: 5rem;
  }
}
@media (max-width: 989px) {
  body#top.page-name-mission-strategic-direction .strategic-plan .download-plan {
    max-width: 45rem;
    margin-top: 2.5rem !important;
  }
}
@media (max-width: 559px) {
  body#top.page-name-mission-strategic-direction .strategic-plan .download-plan {
    padding: 5rem;
  }
  body#top.page-name-mission-strategic-direction .strategic-plan .download-plan p {
    font-size: 2.2rem !important;
    line-height: 2.4rem;
  }
}
body#top.page-name-mission-strategic-direction .strategic-plan .download-plan p {
  color: #005581;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3rem;
  margin: 0;
}
body#top.page-name-mission-strategic-direction .strategic-plan .download-plan .avia-button-wrap {
  text-align: left;
}
body#top.page-name-mission-strategic-direction .strategic-plan .download-plan .avia-button {
  background-color: white;
  border: 0.1rem solid #82a940;
  border-radius: 2.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #82a940;
  margin-top: 5rem;
  padding: 0.8rem 4rem;
}
@media (max-width: 829px) {
  body#top.page-name-mission-strategic-direction .goals-and-objectives .entry-content-wrapper {
    display: flex;
    flex-direction: column;
  }
  body#top.page-name-mission-strategic-direction .goals-and-objectives .entry-content-wrapper .flex_column {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 830px) {
  body#top.page-name-mission-strategic-direction .goals-and-objectives .av_one_third > .av_textblock_section {
    min-height: 10rem;
  }
}
body#top.page-name-mission-strategic-direction .goals-and-objectives h3 {
  color: #82a940;
  font-size: 1.8rem;
}
body#top.page-name-mission-strategic-direction .goals-and-objectives ul {
  list-style-position: outside;
}

@media (max-width: 849px) {
  body#top.page-name-government-affairs #av_section_1 .entry-content-wrapper {
    display: flex;
    flex-direction: column;
  }
  body#top.page-name-government-affairs #av_section_1 .entry-content-wrapper .flex_column {
    width: 100%;
    margin: 0;
  }
  body#top.page-name-government-affairs #av_section_1 .entry-content-wrapper .flex_column:last-of-type {
    margin-top: 2.5rem;
  }
}
body#top.page-name-government-affairs #av_section_1 .av_one_half:first-of-type p {
  font-size: 1.4rem;
}
body#top.page-name-government-affairs #av_section_1 .av_one_half:last-of-type .av-image-caption-overlay-position {
  display: flex;
  align-items: center;
}
body#top.page-name-government-affairs #av_section_1 .av_one_half:last-of-type .av-image-caption-overlay-position .av-image-caption-overlay-center {
  text-align: left;
}
body#top.page-name-government-affairs #av_section_1 .av_one_half:last-of-type span {
  color: #005581;
  font-size: 1.8rem;
}
body#top.page-name-government-affairs #av_section_1 .av_one_half:last-of-type p {
  color: #005581;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 0;
}
body#top.page-name-government-affairs #av_section_1 .av_one_half:last-of-type p:last-of-type {
  margin-top: 1rem;
  line-height: 4.4rem;
}
body#top.page-name-government-affairs .number-buckets .container {
  max-width: 115rem;
}
@media (max-width: 767px) {
  body#top.page-name-government-affairs .number-buckets .container .content {
    padding: 0;
  }
  body#top.page-name-government-affairs .number-buckets .container .entry-content-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  body#top.page-name-government-affairs .number-buckets .container .flex_column {
    width: 25rem !important;
    margin: 0 auto !important;
  }
}
body#top.page-name-government-affairs .number-buckets .flex_column h3 {
  color: #82a940;
  font-size: 6rem;
  line-height: 7.7rem;
}
body#top.page-name-government-affairs .number-buckets .flex_column p {
  color: #005581;
  font-size: 1.8rem;
  font-weight: bold;
}
body#top.page-name-government-affairs .action-advocacy {
  background-color: #eff4f7;
}
body#top.page-name-government-affairs .action-advocacy .entry-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body#top.page-name-government-affairs .action-advocacy .entry-content-wrapper .flex_column:last-of-type {
  max-width: 101rem;
}
body#top.page-name-government-affairs .action-advocacy .single_toggle {
  border-radius: 0.8rem;
  box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem;
}
body#top.page-name-government-affairs .action-advocacy .single_toggle .toggler {
  padding: 0.9rem 2.5rem;
  font-size: 2.6rem;
  font-weight: bold;
  color: #005581;
  border: none;
}
body#top.page-name-government-affairs .action-advocacy .single_toggle .toggler.activeTitle {
  border: none;
}
body#top.page-name-government-affairs .action-advocacy .single_toggle .toggler:focus {
  outline: none;
}
body#top.page-name-government-affairs .action-advocacy .single_toggle .toggler .toggle_icon {
  display: none;
}
body#top.page-name-government-affairs .action-advocacy .single_toggle .toggle_wrap .toggle_content {
  margin-bottom: 0;
  padding: 0 5.5rem 1.1rem;
}

@media (max-width: 499px) {
  body#top.page-name-join #av_section_1 .container {
    max-height: 30rem;
  }
}
body#top.page-name-join #av_section_1 .entry-content-wrapper h1 {
  color: #005581;
}
body#top.page-name-join #av_section_1 .entry-content-wrapper p {
  color: #82a940;
}
body#top.page-name-join #av_section_1 .entry-content-wrapper .avia-button {
  max-width: 18rem;
  border-radius: 2rem;
  color: white;
  font-size: 1.6rem;
  text-transform: none;
  background-color: #82a940;
  padding: 1rem 1.6rem;
}
body#top.page-name-join #av_section_1 .entry-content-wrapper .avia-button:hover {
  opacity: 0.9;
}
body#top.page-name-join #av_section_2 .flex_column.avia-builder-el-first .av_textblock_section:first-of-type h2 {
  color: #4e4e4e;
}
body#top.page-name-join #av_section_2 .public-sector-text {
  margin-top: 5rem;
}
body#top.page-name-join #av_section_2 .public-sector-text h2 {
  color: #005581;
}
body#top.page-name-join #av_section_2 .already-a-member {
  padding: 4rem;
  background-color: #eff4f7;
  border-radius: 0.8rem !important;
}
body#top.page-name-join #av_section_2 .already-a-member h3 {
  color: #005581;
}
body#top.page-name-join .membership-info .levels .avia_textblock h1 {
  color: #4e4e4e;
}
body#top.page-name-join .membership-info .levels .avia_textblock h3 {
  margin-top: 4rem;
  color: #005581;
}
body#top.page-name-join .membership-info .levels .avia_textblock span {
  color: #005581;
  font-size: 1.8rem;
}
body#top.page-name-join .membership-info .levels .avia_textblock span strong {
  color: #005581 !important;
}
body#top.page-name-join .membership-info .levels .avia-button {
  max-width: 18rem;
  border-radius: 2rem;
  border: none;
  color: white;
  font-size: 1.6rem;
  text-transform: none;
  background-color: #82a940;
  padding: 1rem 2.5rem;
}
body#top.page-name-join .membership-info .levels .avia-button:hover {
  opacity: 0.9;
}
body#top.page-name-join .membership-info .benefits h1 {
  color: #4e4e4e;
}
body#top.page-name-join .membership-info .benefits h3 {
  color: #005581;
}

body#top.page-name-careers .post-entry .blog-meta,
body#top.page-name-careers .post-entry .post-meta-infos {
  display: none;
}
body#top.page-name-careers .post-entry .entry-content-wrapper {
  margin-left: 0 !important;
}
body#top.page-name-careers .post-entry .entry-content-wrapper .entry-content a {
  max-width: 18rem;
  border-radius: 2rem;
  border: none;
  color: white;
  font-size: 1.6rem;
  text-transform: none;
  background-color: #005581;
  padding: 1rem 2.5rem;
  line-height: 6rem;
}
body#top.page-name-careers .post-entry .entry-content-wrapper .entry-content a:hover {
  opacity: 0.9;
  text-decoration: none;
}

@media (max-width: 767px) {
  body#top.page-template-member-profiles .title-wrap {
    margin-bottom: 1rem !important;
  }
}
body#top.page-template-member-profiles .title-wrap .profile-filter {
  width: 25rem;
}
body#top.page-template-member-profiles select option {
  color: #4e4e4e !important;
}
@media (max-width: 767px) {
  body#top.page-template-member-profiles .lg-secondary-header-area {
    margin-bottom: 0 !important;
  }
  body#top.page-template-member-profiles .lg-secondary-header-area .av_full_width {
    margin-bottom: 0 !important;
  }
}
body#top.page-template-member-profiles .lg-member-type-header {
  margin-bottom: 1.6rem;
}
body#top.page-template-member-profiles .lg-state-select {
  width: 20rem;
  margin-right: auto;
}
body#top.page-template-member-profiles .alpha-pagination .alpha-pages {
  margin-left: 0;
}
body#top.page-template-member-profiles .alpha-pagination .alpha-pages .alpha-page {
  margin-left: 0;
  margin-right: 1.6rem;
}
body#top.page-template-member-profiles .alpha-pagination .alpha-pages .alpha-page.current span {
  color: #005581;
  font-weight: 600;
}
body#top.page-template-member-profiles .alpha-pagination .alpha-pages .alpha-page a {
  font-weight: 400;
}
body#top.page-template-member-profiles .lg-profile-list {
  display: flex;
}
body#top.page-template-member-profiles .lg-profile-list .lg-single-profile-wrap {
  min-width: 25rem;
}
body#top.page-template-member-profiles .lg-profile-list .lg-single-profile a {
  font-size: 1.6rem;
  color: #4e4e4e;
}
body#top.page-template-member-profiles .lg-profile-list .lg-single-profile a.selected {
  color: #005581;
}
body#top.page-template-member-profiles .lg-profile-list .lg-single-profile a.selected:active, body#top.page-template-member-profiles .lg-profile-list .lg-single-profile a.selected:focus {
  text-decoration: none;
}
body#top.page-template-member-profiles .lg-profile-pagination .page-numbers {
  margin-bottom: 0.6rem;
}
body#top.page-template-member-profiles .lg-selected-profile .selected-profile-links {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
body#top.page-template-member-profiles .lg-selected-profile .selected-profile-links a {
  font-size: 1.6rem;
}
@media (max-width: 499px) {
  body#top.page-template-member-profiles .lg-selected-profile .selected-profile-links a {
    display: block;
  }
}
body#top.page-template-member-profiles .lg-selected-profile .selected-profile-links img {
  margin-right: 10px;
}
@media (max-width: 499px) {
  body#top.page-template-member-profiles .lg-selected-profile .selected-profile-links img:not(:first-of-type) {
    margin-left: 10px;
  }
}
body#top.page-template-member-profiles .lg-selected-profile .selected-profile-links .website-link {
  margin-right: 2rem;
}
@media (max-width: 499px) {
  body#top.page-template-member-profiles .lg-selected-profile .selected-profile-links .website-link {
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
body#top.page-template-member-profiles .lg-selected-profile .profile-contact-info {
  margin-top: 4rem;
}
body#top.page-template-member-profiles .lg-selected-profile .profile-contact-info a {
  font-weight: 400;
  font-size: 1.6rem;
}
body#top.page-template-member-profiles .lg-selected-profile .profile-contact-info .lg-contact-name {
  font-size: 2rem;
  color: #4e4e4e;
}
body#top.page-template-member-profiles .lg-selected-profile .profile-contact-info .lg-job-title {
  font-size: 1.8rem;
  color: #4e4e4e;
}
body#top.page-template-member-profiles .lg-selected-profile .profile-contact-info .lg-phone-number {
  margin-top: 2rem;
}
body#top.page-template-member-profiles .lg-selected-profile .lg-profile-description {
  white-space: pre-wrap;
}
body#top.page-template-member-profiles .state-contact .state-contact-heading-wrap {
  margin-bottom: 2rem;
}
body#top.page-template-member-profiles .state-contact .state-contact-content-wrap {
  display: flex;
}
body#top.page-template-member-profiles .state-contact .state-contact-content-wrap .state-contact-bio {
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  body#top.page-template-member-profiles .state-contact .state-contact-content-wrap {
    flex-direction: column;
  }
}
body#top.page-template-member-profiles .state-contact .state-contact-content-wrap .state-contact-img-wrap {
  margin-right: 4rem;
}
@media (max-width: 767px) {
  body#top.page-template-member-profiles .state-contact .state-contact-content-wrap .state-contact-img-wrap {
    width: 100%;
    margin: 0 0 2rem 0;
    text-align: center;
  }
}
body#top.page-template-member-profiles .state-contact .state-contact-content-wrap .state-contact-img-wrap .state-contact-img {
  max-width: 25rem;
  border-radius: 0.8rem;
}
@media (max-width: 767px) {
  body#top.page-template-member-profiles .state-contact .state-contact-content-wrap .state-contact-img-wrap .state-contact-img {
    margin: 0 auto;
  }
}
body#top.page-template-member-profiles .state-contact .selected-profile-links a:not(:last-of-type) {
  margin-right: 2rem;
}
body#top.page-template-member-profiles .state-contact .state-contact-content .state-contact-name {
  font-weight: bold;
  font-size: 2rem;
  color: #4e4e4e;
  margin: 0;
}
body#top.page-template-member-profiles .state-contact .state-contact-content .state-contact-appt-year {
  margin-top: 0.4rem;
}
body#top.page-template-member-profiles .state-contact .state-contact-content .profile-links {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
body#top.page-template-member-profiles .state-contact .state-contact-content .profile-links .website-link {
  margin-right: 2rem;
}
body#top.page-template-member-profiles .state-contact .state-contact-content .profile-links img {
  margin-right: 10px;
}
body#top.page-template-member-profiles .state-contact .state-contact-content span, body#top.page-template-member-profiles .state-contact .state-contact-content img {
  display: none;
}
body#top.page-template-member-profiles #selected-profile-loading-spinner,
body#top.page-template-member-profiles #profile-list-loading-spinner {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border: 0.3rem solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #005581;
  animation: spin 1s ease-in-out infinite;
}
body#top.page-template-member-profiles #profile-list-loading-spinner {
  clear: both;
  float: left;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body#top.page-template-member-profiles .lg-selected-profile-business-area {
  font-size: 16px;
}
body#top.page-template-member-profiles .lg-corporate-filters {
  display: none;
}
body#top.page-template-member-profiles .lg-corporate-filters select {
  width: 100%;
  max-width: 30rem;
}

#mapwrapper {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  min-width: 220px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#mapbase svg {
  max-height: 100%;
  width: 100%;
  margin: 0;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}

#usjstip {
  font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif;
  display: none;
  max-width: 40%;
  padding: 5px;
  border: 1px solid #404040;
  color: #404040;
  z-index: 1000;
  float: left;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  word-break: keep-all;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

#usjstip p {
  margin: 0 !important;
  color: #404040 !important;
}

#usjstip img {
  float: left;
  padding: 3px;
  max-width: 100%;
}

.lg-profile-update {
  margin-top: 3rem;
  border-top: 1px solid #bebebe;
}

@media screen and (max-width: 320px) {
  #mapbase svg {
    height: 140px;
  }
}
@media screen and (max-width: 400px) and (min-width: 321px) {
  #mapbase svg {
    height: 180px;
  }
}
@media screen and (max-width: 480px) and (min-width: 401px) {
  #mapbase svg {
    height: 250px;
  }
}
@media screen and (max-width: 568px) and (min-width: 481px) {
  #mapbase svg {
    height: 290px;
  }
}
@media screen and (max-width: 685px) and (min-width: 569px) {
  #mapbase svg {
    height: 340px;
  }
}
@media screen and (max-width: 767px) and (min-width: 686px) {
  #mapbase svg {
    height: 420px;
  }
}
@media screen and (min-width: 768px) {
  #mapbase svg {
    height: 470px;
  }
}
body#top.parent-slug-awards #award-winners .content {
  padding-top: 0;
}
body#top.parent-slug-awards #award-winners .entry-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
body#top.parent-slug-awards #award-winners .entry-content-wrapper::before, body#top.parent-slug-awards #award-winners .entry-content-wrapper::after {
  display: none;
}
@media (max-width: 1269px) {
  body#top.parent-slug-awards #award-winners .entry-content-wrapper .flex_column {
    width: 45% !important;
  }
}
@media (max-width: 767px) {
  body#top.parent-slug-awards #award-winners .entry-content-wrapper .flex_column {
    width: 100% !important;
  }
}
body#top.parent-slug-awards #award-winners .entry-content-wrapper .flex_column {
  display: flex;
  border-radius: 8px !important;
  border: 1px solid #efefef;
  padding: 2rem;
  width: 30%;
  margin: 0 0 2rem 0;
}
body#top.parent-slug-awards #award-winners .entry-content-wrapper .flex_column::before, body#top.parent-slug-awards #award-winners .entry-content-wrapper .flex_column::after {
  display: none;
}
body#top.parent-slug-awards #award-winners .entry-content-wrapper .flex_column .avia-image-container {
  margin-left: 0;
  margin-right: 2rem;
  min-width: 9rem;
}
body#top.parent-slug-awards #award-winners .entry-content-wrapper .flex_column .avia_textblock h3 {
  font-size: 2rem;
}
body#top.parent-slug-awards #award-winners .entry-content-wrapper .flex_column .avia_textblock p:last-of-type {
  font-size: 1.4rem;
}

body#top.page-name-awards-library #av_section_1 {
  border: none;
}
body#top.page-name-awards-library #av_section_1 .content {
  padding-bottom: 0;
}
body#top.page-name-awards-library #av_section_1 h1 {
  color: #005581;
  font-size: 3.6rem;
  font-weight: 600;
  text-transform: none;
}
body#top.page-name-awards-library #av_section_1 .featured-heading p {
  color: #005581;
  font-weight: bold;
  font-size: 1.8rem;
}
body#top.page-name-awards-library #av_section_1 .button-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  body#top.page-name-awards-library #av_section_1 .button-wrap {
    flex-direction: column;
  }
}
body#top.page-name-awards-library #av_section_1 .button-wrap .avia-button-wrap .avia-button {
  border-radius: 5rem;
  padding: 1.2rem 8.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
  background-color: white;
}
body#top.page-name-awards-library #av_section_1 .button-wrap .avia-button-wrap .avia-button:hover {
  box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.25);
}
body#top.page-name-awards-library #av_section_1 .button-wrap .awards-library .avia-button {
  color: #005581;
  border: 0.2rem solid #005581;
  transition: all 0.2s ease-in-out;
}
body#top.page-name-awards-library #av_section_1 .button-wrap .awards-library .avia-button span {
  display: flex;
  justify-content: center;
  align-items: center;
}
body#top.page-name-awards-library #av_section_1 .button-wrap .awards-library .avia-button span::before {
  content: "";
  background-image: url("/wp-content/uploads/2019/09/SIT.png");
  background-size: cover;
  display: inline-block;
  height: 4rem;
  width: 6rem;
  position: absolute;
  left: 1.8rem;
}
body#top.page-name-awards-library .awards-filter {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5rem;
}
@media (max-width: 599px) {
  body#top.page-name-awards-library .awards-filter {
    flex-direction: column;
  }
}
body#top.page-name-awards-library .awards-filter select {
  margin-bottom: 1%;
  flex-basis: auto;
}
@media (max-width: 599px) {
  body#top.page-name-awards-library .awards-filter select {
    margin-left: 0 !important;
    margin-bottom: 0.8rem;
  }
}
body#top.page-name-awards-library .awards-filter .category-filter,
body#top.page-name-awards-library .awards-filter .business-area-filter,
body#top.page-name-awards-library .awards-filter .year-filter,
body#top.page-name-awards-library .awards-filter .state-filter,
body#top.page-name-awards-library .awards-filter .status-filter,
body#top.page-name-awards-library .awards-filter .corporate-partner-filter {
  width: 33%;
}
@media (max-width: 599px) {
  body#top.page-name-awards-library .awards-filter .category-filter,
  body#top.page-name-awards-library .awards-filter .business-area-filter,
  body#top.page-name-awards-library .awards-filter .year-filter,
  body#top.page-name-awards-library .awards-filter .state-filter,
  body#top.page-name-awards-library .awards-filter .status-filter,
  body#top.page-name-awards-library .awards-filter .corporate-partner-filter {
    width: 100%;
  }
}
body#top.page-name-awards-library .awards-filter input[type=text] {
  margin-bottom: 1%;
  border-radius: 2px;
  padding: 9px 6px;
}
@media (max-width: 599px) {
  body#top.page-name-awards-library .awards-filter input[type=text] {
    margin-left: 0 !important;
    margin-bottom: 0.8rem;
  }
}
body#top.page-name-awards-library .awards-filter input[type=submit] {
  background-color: #82a940;
  color: #fff;
  transition: 0.2s background-color ease-in-out;
}
body#top.page-name-awards-library .awards-filter input[type=submit]:hover {
  background-color: rgb(155.0944206009, 192.9227467811, 91.0772532189);
}
body#top.page-name-awards-library .awards-filter input[type=button] {
  background-color: #005581;
  color: #fff;
  transition: 0.2s background-color ease-in-out;
  margin-left: 1em;
}
body#top.page-name-awards-library .awards-filter input[type=button]:hover {
  background-color: rgb(0, 118.6046511628, 180);
}
body#top.page-name-awards-library #resource-search {
  border: none;
}
body#top.page-name-awards-library #resources-feed .resource-search-title p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #005581;
}
body#top.page-name-awards-library #resources-feed .resource-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  grid-auto-rows: 1fr;
  margin-bottom: 2rem;
}
@media (max-width: 599px) {
  body#top.page-name-awards-library #resources-feed .resource-posts {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
  }
}
body#top.page-name-awards-library #resources-feed .resource-posts .lg-resource-pagination {
  display: block;
  width: 100%;
}
body#top.page-name-awards-library #resources-feed .resource-posts .lg-resource-pagination a {
  color: #005581;
}
body#top.page-name-awards-library .lg-single-resource {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0.8rem;
  border: 0.1rem solid #efefef;
}
@media (max-width: 1049px) {
  body#top.page-name-awards-library .lg-single-resource {
    width: 100%;
    margin: 0 auto 2rem auto;
  }
}
body#top.page-name-awards-library .lg-single-resource .resource-link {
  width: 100%;
  padding: 1.5rem;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
body#top.page-name-awards-library .lg-single-resource .resource-link:hover {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
}
body#top.page-name-awards-library .lg-single-resource .resource-link:hover, body#top.page-name-awards-library .lg-single-resource .resource-link:active, body#top.page-name-awards-library .lg-single-resource .resource-link:visited, body#top.page-name-awards-library .lg-single-resource .resource-link:focus {
  text-decoration: none;
}
body#top.page-name-awards-library .lg-single-resource .slide-featured-image {
  width: 30%;
  margin-right: 2%;
  border-radius: 0.8rem 0 0 0.8rem;
}
body#top.page-name-awards-library .lg-single-resource .slide-featured-image img {
  border-radius: 0.8rem 0 0 0.8rem;
  display: block;
}
@media (max-width: 599px) {
  body#top.page-name-awards-library .lg-single-resource .slide-featured-image {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
  }
  body#top.page-name-awards-library .lg-single-resource .slide-featured-image img {
    border-radius: 0;
  }
}
body#top.page-name-awards-library .lg-single-resource .image-overlay {
  display: none;
}
body#top.page-name-awards-library .lg-single-resource .slide-title {
  width: 68%;
}
@media (max-width: 599px) {
  body#top.page-name-awards-library .lg-single-resource .slide-title {
    width: 100%;
  }
}
@media (max-width: 449px) {
  body#top.page-name-awards-library .lg-single-resource .slide-content {
    height: auto;
  }
}
body#top.page-name-awards-library .lg-single-resource .slide-content .entry-content-header,
body#top.page-name-awards-library .lg-single-resource .slide-content .slide-entry-excerpt {
  order: 1;
}
body#top.page-name-awards-library .lg-single-resource .slide-content .slide-entry-title {
  color: #005581;
  line-height: 2.5rem;
  font-size: 2rem;
}
body#top.page-name-awards-library .lg-single-resource .slide-content .slide-entry-excerpt {
  margin-top: 2%;
  font-weight: 400;
}
body#top.page-name-awards-library .lg-single-resource .slide-content .slide-entry-excerpt p {
  margin: 0 0 8px 0;
  font-size: 1.3rem;
}
body#top.page-name-awards-library .lg-single-resource .slide-content .slide-entry-excerpt .slide-meta-post-views {
  color: #4e4e4e;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
body#top.page-name-awards-library .lg-single-resource .slide-content .slide-entry-excerpt .slide-meta-post-views::before {
  content: url("/wp-content/uploads/2019/12/view-icon.png");
  width: 2.1rem;
  height: 1.8rem;
  display: inline-block;
  position: relative;
  padding-right: 0.8rem;
}
body#top.page-name-awards-library .lg-single-resource .slide-content .awards-meta span {
  display: block;
  color: #4e4e4e;
}
body#top.page-name-awards-library .lg-single-resource .slide-content .awards-meta span strong {
  color: #005581;
}
body#top.page-name-awards-library .lg-single-resource .slide-content .slide-meta {
  order: 0;
  margin-bottom: 0.6rem;
  font-weight: 400;
}
body#top.page-name-awards-library .lg-single-resource .slide-content .slide-meta .slide-meta-comments,
body#top.page-name-awards-library .lg-single-resource .slide-content .slide-meta .slide-meta-del {
  display: none;
}
body#top.page-name-awards-library .lg-single-resource .slide-content .slide-meta .slide-meta-cat {
  color: #82a940;
  font-size: 1.2rem;
}
body#top.page-name-awards-library .lg-single-resource .slide-content .slide-buttons {
  order: 5;
  display: flex;
  justify-content: space-evenly;
  margin-top: 1.5rem;
}
body#top.page-name-awards-library .lg-single-resource .slide-content .slide-buttons a {
  text-decoration: none;
  color: white;
  padding: 1.2rem 3.5rem;
  border-radius: 2rem;
  background-color: #719430;
  transition: all ease-in-out 0.3s;
}
body#top.page-name-awards-library .lg-single-resource .slide-content .slide-buttons a:hover {
  background-color: #82a940;
}

/* ============================================
Base Styles Below
============================================ */
/*# sourceMappingURL=style.css.map */
