/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
body {
  font-size: 18px;
}
body a {
  font-weight: 600;
}

img {
  vertical-align: middle;
}

p a:hover,
#top-menu li a:hover,
.field-title a:hover,
.field-link a:hover,
h4.et_pb_module_header a:hover,
a.et_pb_button:hover,
.fwidget a:hover,
.et_pb_tabs a:hover,
.et-db #et-boc .et_pb_post h2 a:hover {
  text-decoration: underline;
}

.logo_container #logo {
  margin-bottom: 12px;
}

/*screen reader text*/
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}

#et_mobile_nav_menu {
  display: block;
}

#et_top_search {
  float: left;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 35px;
  margin-top: 0;
}
@media all and (min-width: 980px) {
  #et_top_search {
    margin-top: 10px;
  }
}

#top-menu {
  display: none;
}

/* Fullwidth page header */
.et_pb_row.fullwidth-header-maxwidth-section {
  width: 100%;
  max-width: 1920px;
}

div.et_pb_section.et_pb_section_0.fullwidth-header-section {
  background-image: none;
}
@media all and (min-width: 980px) {
  div.et_pb_section.et_pb_section_0.fullwidth-header-section {
    background-size: initial;
    background-position: top right;
    background-image: url(https://energyaccess.duke.edu/wp-content/uploads/2018/10/grid-overlay-left.png);
    background-repeat: no-repeat;
  }
}
@media all and (min-width: 1600px) {
  div.et_pb_section.et_pb_section_0.fullwidth-header-section {
    background-position: bottom left;
  }
}

.fullwidth-header-title .et_pb_title_container h1 {
  z-index: 8;
  white-space: normal;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  color: #001a57;
  letter-spacing: 0px;
  font-family: Open Sans;
  text-transform: uppercase;
}

.fullwidth-header-subtitle-container .fullwidth-header-subtitle {
  width: 100%;
}
.fullwidth-header-subtitle-container .fullwidth-header-subtitle p {
  padding-left: 10px;
  font-style: italic;
  font-size: 0.75em;
  width: 95%;
}
@media all and (min-width: 480px) {
  .fullwidth-header-subtitle-container .fullwidth-header-subtitle {
    width: 75%;
  }
  .fullwidth-header-subtitle-container .fullwidth-header-subtitle p {
    font-style: normal;
    font-size: 1em;
  }
}

.fullwidth-title-border-bottom {
  clear: both;
  padding-bottom: 30px;
  width: 67%;
  border-bottom: 2px solid gold;
}

/**
Standard header - Text & image in one row (older header style)

.fullwidth-top- items are older style expecting various image sizes

.standard-header- less wonky, classes newer, expecting 16:9 image
**/
.standard-header-left-overlay,
.fullwidth-top-left-overlay,
.et-db #et-boc .et_pb_fullwidth_image.fullwidth-top-left-overlay {
  position: absolute;
}

.standard-header-left-overlay,
.fullwidth-top-left-overlay {
  width: 25%;
  float: left;
  opacity: 0.3;
  overflow-y: visible;
  z-index: 999;
}

.standard-header {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}
@media all and (min-width: 977px) {
  .standard-header {
    display: grid;
    grid-template-columns: auto 33% 150px 500px auto;
    grid-template-rows: 100px auto auto auto;
  }
}

/* I know. I don't want to do it. There's some internal styling that's not relevant in this case */
.et_pb_fullwidth_section .et_pb_fullwidth_post_title_0.et_pb_post_title.et_pb_module.standard-header-title {
  margin-left: 0px !important;
}

.standard-header-title.et_pb_fullwidth_post_title_0 {
  max-width: 100%;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  padding-left: 16px;
  padding-right: 16px;
}
@media all and (min-width: 977px) {
  .standard-header-title.et_pb_fullwidth_post_title_0 {
    padding-left: 0;
  }
}
.standard-header-title.et_pb_fullwidth_post_title_0 .et_pb_title_container {
  width: 100%;
}

.standard-header-featured-image.et_pb_fullwidth_post_title_1 {
  padding-top: 0;
  padding-bottom: 0;
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 5;
}

.standard-header-description {
  position: relative;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  padding-right: 16px;
  padding-top: 32px;
  font-style: italic;
  padding-left: 32px;
}

.standard-header-bottom-border {
  position: relative;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5;
  margin-left: 32px;
  z-index: 999;
  border-bottom: 3px solid gold;
  height: 10px;
}

.et_pb_fullwidth_code.et_pb_module.standard-header-bottom-border {
  z-index: 999;
}

.standard-header-bottom-spacer {
  position: relative;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 5;
  grid-row-end: 5;
}

.fullwidth-top-title-container {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.standard-header-title h1,
.fullwidth-top-title-container h1 {
  z-index: 8;
  white-space: normal;
  font-size: 53px;
  line-height: 45px;
  font-weight: 700;
  color: #001a57;
  letter-spacing: 0px;
  font-family: Open Sans;
  text-transform: uppercase;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  min-height: 0px;
  max-height: none;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transform-origin: 50% 50% 0px;
}

.et-db #et-boc .et_pb_fullwidth_section .fullwidth-top-description,
.et-db #et-boc .et-l .et_pb_fullwidth_code.et_pb_module {
  position: absolute;
}

.et-db #et-boc .et-l .et_pb_fullwidth_code.et_pb_module.standard-header-description,
.et-db #et-boc .et-l .et_pb_fullwidth_code.et_pb_module.standard-header-bottom-border {
  position: relative;
}

.fullwidth-top-description {
  clear: both;
  bottom: auto;
  padding-left: 10px;
  border-bottom: 3px solid gold;
  padding-top: 130px;
  padding-bottom: 20px;
  font-size: 1em;
  width: 95%;
}
.fullwidth-top-description .et_pb_code_inner {
  display: none;
}
@media all and (min-width: 479px) {
  .fullwidth-top-description {
    bottom: 35px;
    padding-top: 100px;
    width: 55%;
  }
}

.et-db #et-boc .et_pb_fullwidth_section .fullwidth-top-title-container .et_pb_title_container {
  float: none;
  width: 100%;
  vertical-align: top;
  top: 30px;
  padding-left: 10px;
  height: 120px;
}
.et-db #et-boc .et_pb_fullwidth_section .fullwidth-top-title-container .et_pb_title_container .et_pb_title_featured_container {
  float: none;
  width: 90%;
  padding-top: 100px;
  max-height: 500px;
  overflow-y: hidden;
}

/** Home page sections **/
/* Sitewide promoted item */
.home-promoted-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-promoted-container .home-promoted-item-thumbnail {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .home-promoted-container .home-promoted-item-thumbnail {
    width: 50%;
  }
}
@media all and (min-width: 980px) {
  .home-promoted-container .home-promoted-item-thumbnail.home-promoted-item-thumbnail-right {
    padding-left: 20px;
    text-align: right;
  }
}
.home-promoted-container .home-promoted-item-text {
  width: 100%;
}
.home-promoted-container .home-promoted-item-text .field-excerpt {
  margin-bottom: 22px;
}
.home-promoted-container .home-promoted-item-text .field-link {
  margin-bottom: 30px;
}
@media all and (min-width: 980px) {
  .home-promoted-container .home-promoted-item-text {
    width: 50%;
  }
}

/* recent updates */
.latest-update-label > h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
@media all and (min-width: 980px) {
  .latest-update-label > h2 {
    margin-bottom: 9.27%;
  }
}

.latest-update-thumbnail,
.latest-updates-block .entry-featured-image-url {
  margin-bottom: 30px;
}
.latest-update-thumbnail img,
.latest-updates-block .entry-featured-image-url img {
  max-width: 50%;
}
@media all and (min-width: 980px) {
  .latest-update-thumbnail,
.latest-updates-block .entry-featured-image-url {
    height: 200px;
    overflow-y: hidden;
  }
  .latest-update-thumbnail img,
.latest-updates-block .entry-featured-image-url img {
    max-width: 100%;
  }
}

.latest-updates-block .entry-title a:hover {
  text-decoration: underline;
}

.latest-updates-secondary .et_pb_column_1_3 h2, .latest-updates-secondary .et_pb_column_1_4 h2, .latest-updates-secondary .et_pb_column_1_5 h2, .latest-updates-secondary .et_pb_column_1_6 h2, .latest-updates-secondary .et_pb_column_2_5 h2 {
  font-size: 18px;
}

@media all and (min-width: 479px) {
  #top-menu li {
    padding-right: 19px;
  }

  .fullwidth-top-description {
    bottom: 45px;
    font-size: 1.5em;
  }

  .et-db #et-boc .et_pb_fullwidth_section .fullwidth-top-title-container .et_pb_title_container {
    float: left;
    width: 40%;
    height: auto;
  }

  .et-db #et-boc .et_pb_fullwidth_section .fullwidth-top-title-container .et_pb_title_featured_container {
    float: right;
    width: 55%;
    padding-top: 0;
  }
}
@media all and (min-width: 768px) {
  .fullwidth-top-description .et_pb_code_inner {
    width: 75%;
    display: block;
  }
}
@media all and (min-width: 980px) {
  .fullwidth-top-description {
    bottom: 15px;
    left: 20px;
    width: 45%;
  }

  .fullwidth-top-title-container h1 {
    line-height: 60px;
  }
}
@media all and (min-width: 1280px) {
  #et_mobile_nav_menu {
    display: none;
  }

  #et_top_search {
    display: block;
    float: right;
    position: relative;
    width: 18px;
    margin: 3px 0 0 22px;
  }

  #top-menu {
    display: block;
  }

  .fullwidth-top-description {
    bottom: 30px;
    left: 10%;
  }

  .et-db #et-boc .et_pb_fullwidth_section .fullwidth-top-title-container .et_pb_title_featured_container {
    /*min-width: 530px;*/
    max-width: 530px;
  }

  .et-db #et-boc .et_pb_fullwidth_section .fullwidth-top-title-container .et_pb_title_container {
    top: 80px;
    left: 6%;
  }

  #top-menu li {
    padding-right: 13px;
  }
}
@media all and (min-width: 1500px) {
  .fullwidth-top-description {
    left: 330px;
  }

  .et-db #et-boc .et_pb_fullwidth_section .fullwidth-top-title-container .et_pb_title_container {
    left: 260px;
  }
}
/* project background grid image */
.project-background {
  background-size: auto;
  background-position: top right;
  background-image: url(https://energyaccess.duke.edu/wp-content/uploads/2018/10/grid-overlay-right.png) !important;
  background-repeat: no-repeat;
}

/* custom fields */
.custom-field-wrapper {
  margin: auto;
  max-width: 1080px;
  padding-bottom: 36px;
}
.custom-field-wrapper a:hover {
  text-decoration: underline;
}

.emphasized {
  font-size: 24px;
}
.emphasized a:hover {
  text-decoration: underline;
}

/**
Category landing pages and styling around the site
 */
.eap-category-section .eap-category-items {
  margin: 18px 0 36px 18px;
}
.eap-category-section .eap-category-items .eap-category-links {
  margin: 18px 0;
}
.eap-category-section .eap-category-items .eap-team-item {
  margin: 18px 0;
}
.eap-category-section .eap-category-name {
  margin: 10px 0;
}
.eap-category-section .eap-category-name .sub-item {
  margin-bottom: 8px;
}
.eap-category-section .eap-child-category {
  margin-left: 18px;
}
.eap-category-section .eap-grandparent-category,
.eap-category-section .eap-grandparent-category a {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.eap-category-section .eap-subcategories {
  margin-left: 36px;
}
.eap-category-section .eap-this-category {
  color: #999;
}

.block-categories {
  margin-top: 36px;
  font-size: 88%;
}
.block-categories .h4 {
  font-size: 20px;
  font-weight: bold;
}
.block-categories .block-categories-list .category-type {
  margin-bottom: 18px;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
}
.block-categories .category-tag {
  display: inline-block;
  margin: 0 10px 18px 0;
}
.block-categories .category-tag-name {
  padding: 3px 5px;
}
.block-categories .category-tag-methodologies {
  background-color: #f09905;
}
.block-categories .category-tag-methodologies:hover {
  background-color: #be7904;
}
.block-categories .category-tag-projects {
  background-color: #993399;
}
.block-categories .category-tag-projects a {
  color: white;
}
.block-categories .category-tag-projects:hover {
  background-color: #732673;
}
.block-categories .category-tag-regions {
  background-color: #a1b70d;
}
.block-categories .category-tag-regions:hover {
  background-color: #77870a;
}
.block-categories .category-tag-technology {
  background-color: #001a57;
}
.block-categories .category-tag-technology:hover {
  background-color: #0035b3;
}
.block-categories .category-tag-technology a {
  color: white;
}
.block-categories .category-tag-workstreams {
  background-color: #ffd960;
}
.block-categories .category-tag-workstreams:hover {
  background-color: #f9bd00;
}
.block-categories .category-tag-workstream-keywords {
  background-color: white;
  border: 2px solid #ffd960;
}
.block-categories .category-tag-workstream-keywords:hover {
  background-color: #ffd960;
}

/* SETI styling */
.seti-button {
  color: #ffffff !important;
  border-color: rgba(0, 0, 0, 0);
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #53b848;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
}

.seti-button-lg {
  color: #ffffff !important;
  border-color: rgba(0, 0, 0, 0);
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #53b848;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 24px;
}

/*Hide the section overflow*/
.eap-carousel-section {
  width: 100%;
}

/*Set the row width*/
.eap-carousel-row {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.eap-carousel-row .eap-carousel-module {
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 479px) {
  .eap-carousel-row .eap-carousel-module {
    width: 40%;
  }
}
@media (min-width: 977px) {
  .eap-carousel-row .eap-carousel-module {
    width: 25%;
  }
}
@media (min-width: 977px) {
  .eap-carousel-row {
    padding-bottom: 0;
    flex-wrap: nowrap;
  }
}

.eap-carousel-row .et_pb_column {
  display: flex;
  flex-direction: row;
  width: unset;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (min-width: 977px) {
  .eap-carousel-row .et_pb_column {
    flex-wrap: nowrap;
  }
}

@media all and (max-width: 1024px) {
  /*Override Divi's width setting on tablets*/
  .eap-carousel-section .eap-carousel-row {
    max-width: 1000vw !important;
  }

  .eap-arrow-row .et_pb_column {
    width: 50% !important;
  }
}
@media all and (max-width: 479px) {
  /*Override Divi's width setting on mobiles*/
  .eap-carousel-section .eap-carousel-row {
    max-width: 1000vw !important;
  }
}
/*Style the navigation arrows*/
#eap-arrow-left,
#eap-arrow-right {
  color: #001a57;
  font-family: "ETModules";
  font-size: 30px;
  border-style: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*Position the left arrow*/
#eap-arrow-left {
  position: relative;
  float: left;
  margin-right: 5px;
  background-color: transparent;
  left: -15px;
}
@media (min-width: 977px) {
  #eap-arrow-left {
    left: -50px;
  }
}

/*Position the right arrow*/
#eap-arrow-right {
  position: relative;
  float: right;
  margin-left: 5px;
  background-color: transparent;
  right: -15px;
}
@media (min-width: 977px) {
  #eap-arrow-right {
    right: -50px;
  }
}

/*Make sure the modules span their entire container*/
.eap-carousel-module .column {
  float: left;
  width: 100% !important;
  margin-right: 0 !important;
}

/*Set the module width*/
.eap-carousel-module {
  width: 25%;
  /*Change this value to increase or decrease the module displayed per page*/
  /*padding: 0 30px;*/
  float: left;
  position: relative;
  margin-bottom: 0 !important;
  margin-right: 0;
  text-align: center;
}

/*Adjust for smaller screens*/
@media all and (max-width: 1024px) {
  /*Show 3 modules per page on tablets*/
  .eap-carousel-module {
    width: 33%;
  }

  /*Align the navigation on smaller screens*/
  #eap-arrow-row .et_pb_column {
    width: 50% !important;
  }
}
@media all and (max-width: 479px) {
  /*Show 1 module per page on mobiles*/
  .eap-carousel-module {
    width: 100%;
  }
}
.et_pb_slider.caption-right .et_pb_slide {
  padding: 0 12% 0 0;
}
.et_pb_slider.caption-right .et_pb_slide_description h2.et_pb_slide_title {
  position: absolute;
  transform: rotateZ(-90deg);
  transform-origin: 100% 0;
  top: -200px;
  line-height: 1em;
  right: 0;
  height: 2em;
  text-transform: uppercase;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  padding: 2px 15px;
}
.et_pb_slider.caption-left .et_pb_slide {
  padding: 0 0 0 12%;
}
.et_pb_slider.caption-left .et_pb_slide_description h2.et_pb_slide_title {
  position: absolute;
  transform: rotateZ(90deg);
  transform-origin: 0 0;
  top: -200px;
  line-height: 1em;
  left: 0;
  height: 2em;
  text-transform: uppercase;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  padding: 2px 15px;
}
.et_pb_slider.caption-left .et_pb_slide_image img.active, .et_pb_slider.caption-right .et_pb_slide_image img.active {
  max-height: unset !important;
}
.et_pb_slider.caption-left .et_pb_slide_with_image .et_pb_slide_description, .et_pb_slider.caption-right .et_pb_slide_with_image .et_pb_slide_description {
  margin-top: -50px;
  padding: 0;
}
.et_pb_slider.caption-left .et_pb_bg_layout_dark .et_pb_slide_description, .et_pb_slider.caption-right .et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: none;
}
.et_pb_slider.caption-left .et_pb_slide_description h2.et_pb_slide_title, .et_pb_slider.caption-right .et_pb_slide_description h2.et_pb_slide_title {
  line-height: 1em;
  height: 3em;
  padding: 8px 15px;
  font-size: 9px;
  font-weight: 700;
}
.et_pb_slider.caption-left .et_pb_slide_content, .et_pb_slider.caption-right .et_pb_slide_content {
  max-width: 75%;
  float: right;
  border-left: 4px solid #ffd960;
  padding: 60px 15px 5px 15px;
  text-align: left;
  line-height: 1.5em;
}
.et_pb_slider.standard-slider .et_pb_container {
  position: unset;
  padding-top: 62.5%;
}
.et_pb_slider.standard-slider .et_pb_slide_description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 55px;
  background-color: rgba(0, 26, 87, 0.8);
}

.featured-blocks-section {
  position: relative;
  background-color: #ededed;
}
.featured-blocks-section .et_pb_row {
  padding-bottom: 0;
}
.featured-blocks-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  display: block;
  background: url(images/grid-overlay-left.png) no-repeat center;
  background-size: cover;
  height: 250px;
  width: 400px;
  pointer-events: none;
}

.eap-filterable-blogs-section {
  position: relative;
}
.eap-filterable-blogs-section:before {
  content: "";
  position: absolute;
  right: 0;
  top: -30px;
  display: block;
  background: url(images/grid-overlay-right.png) no-repeat center;
  background-size: cover;
  height: 250px;
  width: 400px;
  pointer-events: none;
}

.eap-featured-blocks {
  list-style: none;
  padding: 0 !important;
  margin-top: 50px;
}
.eap-featured-blocks li {
  list-style-type: none;
  float: left;
  padding: 0 0 30px;
  width: 100%;
}
.eap-featured-blocks li:before {
  content: none !important;
}
.eap-featured-blocks li a {
  display: block;
  width: 100%;
  background-position: center center;
  background-size: cover;
  height: 320px;
}
.eap-featured-blocks li span.icon {
  color: #f09905;
  font-size: 80px;
  border-style: none;
  border-radius: 0;
  cursor: pointer;
  font-style: normal;
}
@media (min-width: 768px) {
  .eap-featured-blocks li {
    padding-right: 30px;
    width: 50%;
  }
}
@media (min-width: 977px) {
  .eap-featured-blocks li:nth-child(4n+1) {
    width: 50%;
  }
  .eap-featured-blocks li:nth-child(4n+1) a {
    height: 560px;
    border-left: 10px solid #ffd960;
    border-top: 10px solid #ffd960;
  }
  .eap-featured-blocks li:nth-child(4n+2) {
    width: 50%;
  }
  .eap-featured-blocks li:nth-child(4n+2) a {
    height: 265px;
  }
  .eap-featured-blocks li:nth-child(4n+3) {
    width: 25%;
  }
  .eap-featured-blocks li:nth-child(4n+3) a {
    height: 265px;
  }
  .eap-featured-blocks li:nth-child(4n+4) {
    width: 25%;
  }
  .eap-featured-blocks li:nth-child(4n+4) a {
    height: 265px;
    border-right: 10px solid #ffd960;
    border-bottom: 10px solid #ffd960;
  }
}
.eap-featured-blocks li.eap-view-more-block .overlay-wrapper {
  background: url(images/background-more.png) no-repeat center center;
  background-size: cover;
}
.eap-featured-blocks li.eap-view-more-block .overlay-wrapper .overlay-content-wrapper {
  display: block;
  background-color: rgba(0, 26, 87, 0.75);
}
.eap-featured-blocks li.eap-view-more-block .overlay-wrapper .overlay-content-wrapper .content-wrapper {
  text-align: center;
}
.eap-featured-blocks li.eap-view-more-block .overlay-wrapper .overlay-content-wrapper .content-wrapper:after {
  content: "More Projects";
  display: block;
  color: #f09905;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.eap-featured-blocks .overlay-wrapper {
  position: relative;
}
.eap-featured-blocks .overlay-wrapper .overlay-content-wrapper {
  opacity: 0;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(0, 26, 87, 0.9);
}
.eap-featured-blocks .overlay-wrapper .overlay-content-wrapper .content-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  width: calc(100% - 40px);
}
.eap-featured-blocks .overlay-wrapper .overlay-content-wrapper .field {
  color: #FFF;
  font-size: 16px;
  text-align: left;
  margin-bottom: 0.5em;
}
.eap-featured-blocks .overlay-wrapper .overlay-content-wrapper .field.field-title {
  font-size: 22px;
}
.eap-featured-blocks .overlay-wrapper .overlay-content-wrapper .field.field-link {
  color: #f09905;
  font-weight: 700;
  text-transform: uppercase;
}
.eap-featured-blocks .overlay-wrapper.hover:hover .overlay-content-wrapper {
  display: block;
  opacity: 1;
}

.text-overlay .et_pb_main_blurb_image {
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
}
.text-overlay .et_pb_main_blurb_image img {
  width: 100%;
}
.text-overlay .et_pb_main_blurb_image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 26, 87, 0.8);
}
.text-overlay .et_pb_blurb_container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
  z-index: 1;
}
.text-overlay.with-hover .et_pb_blurb_description {
  display: none;
}
.text-overlay.with-hover:hover .et_pb_blurb_description {
  display: block;
}

.eap-subpage-grid-fourths li {
  width: 240px;
  max-width: 240px;
}
@media (min-width: 977px) {
  .eap-subpage-grid-fourths li {
    width: 22%;
  }
}

.eap-subpage-grid-thirds li {
  width: 324px;
  max-width: 324px;
}
@media (min-width: 977px) {
  .eap-subpage-grid-thirds li {
    width: 30%;
  }
}

.eap-subpage-grid {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 !important;
  justify-content: space-between;
}
.eap-subpage-grid li {
  list-style-type: none;
  padding-top: 0px;
  padding-bottom: 16px;
  text-align: center;
}
@media (min-width: 977px) {
  .eap-subpage-grid li {
    padding-bottom: 0px;
  }
}
.eap-subpage-grid li:before {
  content: none !important;
}
.eap-subpage-grid .overlay-wrapper {
  position: relative;
  display: block;
}
.eap-subpage-grid .overlay-wrapper img {
  width: 100%;
}
.eap-subpage-grid .overlay-wrapper .overlay-content-wrapper {
  position: relative;
  padding: 15px;
  background-color: rgba(0, 26, 87, 0.9);
}
@media (min-width: 977px) {
  .eap-subpage-grid .overlay-wrapper .overlay-content-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.eap-subpage-grid .overlay-wrapper .overlay-content-wrapper .field {
  color: #FFF;
  font-size: 14px;
  text-align: left;
}
.eap-subpage-grid .overlay-wrapper .overlay-content-wrapper .field.field-title {
  font-size: 16px;
  font-weight: bold;
}
.eap-subpage-grid .overlay-wrapper .overlay-content-wrapper .field.field-link {
  display: block;
  color: #f09905;
  text-transform: uppercase;
  font-weight: 700;
}
.eap-subpage-grid .overlay-wrapper .overlay-content-wrapper .field.field-excerpt {
  display: none;
  font-size: 13px;
}
@media (min-width: 977px) {
  .eap-subpage-grid .overlay-wrapper .overlay-content-wrapper .field.field-excerpt, .eap-subpage-grid .overlay-wrapper .overlay-content-wrapper .field-link {
    display: none;
  }
}
@media (min-width: 977px) {
  .eap-subpage-grid .overlay-wrapper.hover:hover .overlay-content-wrapper {
    top: 0;
  }
  .eap-subpage-grid .overlay-wrapper.hover:hover .overlay-content-wrapper .overlay-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    width: calc(100% - 30px);
  }
  .eap-subpage-grid .overlay-wrapper.hover:hover .overlay-content-wrapper .field {
    margin-bottom: 0.75em;
  }
  .eap-subpage-grid .overlay-wrapper.hover:hover .overlay-content-wrapper .field-excerpt, .eap-subpage-grid .overlay-wrapper.hover:hover .overlay-content-wrapper .field-link {
    display: block;
  }
}

.eap-events-grid {
  list-style: none;
  padding: 0 !important;
}
.eap-events-grid li {
  clear: left;
  list-style-type: none;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
}
.eap-events-grid li a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  color: #666666;
  font-weight: 600;
}
.eap-events-grid li a.active {
  color: #001a57;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 4px solid #f09905;
  font-weight: 800;
}
.eap-events-grid li:before {
  content: unset !important;
}
.eap-events-grid li.thumbnail .eap-filterable-blog-thumbnail {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 977px) {
  .eap-events-grid li.thumbnail .eap-filterable-blog-thumbnail {
    float: left;
    width: 40%;
    padding-bottom: 30px;
  }
}
.eap-events-grid li.thumbnail .eap-filterable-blog-thumbnail img {
  width: 100%;
}
@media (min-width: 977px) {
  .eap-events-grid li.thumbnail .content-wrapper {
    margin-left: calc(40% + 40px);
  }
}
.eap-events-grid li .content-wrapper .field-title {
  color: #001a57;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.75em;
}
.eap-events-grid li .content-wrapper .field-date, .eap-events-grid li .content-wrapper .field-time, .eap-events-grid li .content-wrapper .field-location {
  color: #666666;
  font-weight: 600;
}
.eap-events-grid li .content-wrapper .field-excerpt p {
  margin-bottom: 1em;
}
.eap-events-grid li .content-wrapper .field-link .read-more {
  display: inline-block;
  text-transform: uppercase;
  color: #001a57;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 4px solid #f09905;
  font-weight: 800;
}

.eap-news-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.eap-news-grid .eap-news-item {
  width: 100%;
  padding: 20px 5px;
}
@media all and (min-width: 480px) {
  .eap-news-grid .eap-news-item {
    width: 50%;
    padding: 10px 30px;
  }
}
@media all and (min-width: 980px) {
  .eap-news-grid .eap-news-item {
    width: 33%;
    padding: 10px 30px;
  }
}

.eap-news-item .date-wrapper {
  margin-top: 10px;
  font-style: italic;
  text-align: right;
}

.eap-mobile-categories-tabs {
  -webkit-appearance: none;
  width: 100%;
  color: #001a57;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: #ededed url(images/carrot-down.png) no-repeat;
  background-position: right 7px center;
  border: 0;
  padding: 10px 20px;
}
@media (min-width: 977px) {
  .eap-mobile-categories-tabs {
    display: none;
  }
}

.eap-categories-tabs {
  display: none;
  list-style: none;
  flex-direction: row;
  padding: 0 !important;
}
@media (min-width: 977px) {
  .eap-categories-tabs {
    display: flex;
  }
}
.eap-categories-tabs li {
  list-style-type: none;
  padding: 0 30px 0 0;
}
.eap-categories-tabs li a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  color: #666666;
  font-weight: 600;
  margin-top: 10px;
}
.eap-categories-tabs li a.active {
  color: #001a57;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 4px solid #f09905;
  font-weight: 800;
  margin-top: 0;
}

.eap-category-blurb-section {
  padding: 0 !important;
}
.eap-category-blurb-section .eap-category-blurb {
  font-weight: 700;
  font-style: italic;
  color: #001a57;
}

.eap-filterable-blogs {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 !important;
}
.eap-filterable-blogs li {
  list-style-type: none;
  padding: 0 0 60px;
  width: 100%;
}
@media (min-width: 977px) {
  .eap-filterable-blogs li {
    width: 50%;
    padding-right: 30px;
  }
}
.eap-filterable-blogs img {
  width: 100%;
  margin-bottom: 1em;
}
.eap-filterable-blogs .content-wrapper .field-title {
  color: #001a57;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0.75em;
}
.eap-filterable-blogs .content-wrapper .field-excerpt p {
  margin-bottom: 1em;
}
.eap-filterable-blogs .content-wrapper .field-link .read-more {
  display: inline-block;
  text-transform: uppercase;
  color: #001a57;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 4px solid #f09905;
  font-weight: 800;
}

.eap-team-grid li a {
  max-width: 300px;
  margin: 0 auto;
}

.eap-team-grid li {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #directors .eap-team-grid li {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #employee-section .eap-team-grid li {
    padding-right: 3%;
  }
}
.eap-team-grid, #left-area ul.eap-team-grid {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-left: 0 !important;
}
.eap-team-grid li, #left-area ul.eap-team-grid li {
  list-style-type: none;
  text-align: center;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .eap-team-grid li, #left-area ul.eap-team-grid li {
    padding: 0;
  }
}
.eap-team-grid .overlay-wrapper, #left-area ul.eap-team-grid .overlay-wrapper {
  position: relative;
  display: block;
}
@media (max-width: 977px) {
  .eap-team-grid .overlay-wrapper, #left-area ul.eap-team-grid .overlay-wrapper {
    max-width: 235px;
  }
}
.eap-team-grid .overlay-wrapper img, #left-area ul.eap-team-grid .overlay-wrapper img {
  width: 100%;
}
.eap-team-grid .overlay-wrapper .overlay-content-wrapper, #left-area ul.eap-team-grid .overlay-wrapper .overlay-content-wrapper {
  position: relative;
  padding: 15px;
  background-color: rgba(0, 26, 87, 0.9);
}
@media (min-width: 977px) {
  .eap-team-grid .overlay-wrapper .overlay-content-wrapper, #left-area ul.eap-team-grid .overlay-wrapper .overlay-content-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.eap-team-grid .overlay-wrapper .overlay-content-wrapper .field, #left-area ul.eap-team-grid .overlay-wrapper .overlay-content-wrapper .field {
  color: #FFF;
  font-size: 14px;
}
.eap-team-grid .overlay-wrapper .overlay-content-wrapper .field-name, #left-area ul.eap-team-grid .overlay-wrapper .overlay-content-wrapper .field-name {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 977px) {
  .eap-team-grid .overlay-wrapper .overlay-content-wrapper .field-name, #left-area ul.eap-team-grid .overlay-wrapper .overlay-content-wrapper .field-name {
    font-size: 22px;
  }
}
.eap-team-grid .overlay-wrapper .overlay-content-wrapper .field-link, #left-area ul.eap-team-grid .overlay-wrapper .overlay-content-wrapper .field-link {
  color: #f09905;
  text-transform: uppercase;
  font-weight: 700;
}
.eap-team-grid .overlay-wrapper .overlay-content-wrapper .field-position, .eap-team-grid .overlay-wrapper .overlay-content-wrapper .field-link, #left-area ul.eap-team-grid .overlay-wrapper .overlay-content-wrapper .field-position, #left-area ul.eap-team-grid .overlay-wrapper .overlay-content-wrapper .field-link {
  display: block;
}
@media (min-width: 977px) {
  .eap-team-grid .overlay-wrapper .overlay-content-wrapper .field-position, .eap-team-grid .overlay-wrapper .overlay-content-wrapper .field-link, #left-area ul.eap-team-grid .overlay-wrapper .overlay-content-wrapper .field-position, #left-area ul.eap-team-grid .overlay-wrapper .overlay-content-wrapper .field-link {
    display: none;
  }
}
@media (min-width: 977px) {
  .eap-team-grid .overlay-wrapper.hover:hover .overlay-content-wrapper, #left-area ul.eap-team-grid .overlay-wrapper.hover:hover .overlay-content-wrapper {
    top: 0;
  }
  .eap-team-grid .overlay-wrapper.hover:hover .overlay-content-wrapper .overlay-content, #left-area ul.eap-team-grid .overlay-wrapper.hover:hover .overlay-content-wrapper .overlay-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    width: calc(100% - 30px);
  }
  .eap-team-grid .overlay-wrapper.hover:hover .overlay-content-wrapper .field, #left-area ul.eap-team-grid .overlay-wrapper.hover:hover .overlay-content-wrapper .field {
    margin-bottom: 0.5em;
  }
  .eap-team-grid .overlay-wrapper.hover:hover .overlay-content-wrapper .field-position, .eap-team-grid .overlay-wrapper.hover:hover .overlay-content-wrapper .field-link, #left-area ul.eap-team-grid .overlay-wrapper.hover:hover .overlay-content-wrapper .field-position, #left-area ul.eap-team-grid .overlay-wrapper.hover:hover .overlay-content-wrapper .field-link {
    display: block;
  }
}

.publication-label {
  color: #f09905;
  text-transform: uppercase;
  font-weight: 700;
}

.publication-authors,
.publication-projects {
  padding: 18px 0;
}
.publication-authors a:hover,
.publication-projects a:hover {
  color: #00030b;
  text-decoration: underline;
}

.publication-download-area {
  text-align: center;
  float: right;
  padding: 0 0 48px 36px;
}
.publication-download-area .publication-download {
  margin-top: 18px;
}

.publication-image img {
  border: 1px solid #bbb;
}

.eap-publications-grid {
  list-style: none;
  padding: 0 !important;
}
.eap-publications-grid li {
  clear: left;
  list-style-type: none;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
}
.eap-publications-grid li a {
  display: inline-block;
  text-transform: none;
  font-size: 18px;
  color: #666666;
  font-weight: 600;
}
.eap-publications-grid li a.active {
  color: #001a57;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 4px solid #f09905;
  font-weight: 800;
}
.eap-publications-grid li:before {
  content: unset !important;
}
.eap-publications-grid li.thumbnail .publication-image {
  display: none;
}
@media (min-width: 768px) {
  .eap-publications-grid li.thumbnail .publication-image {
    display: block;
    float: right;
    width: 30%;
    text-align: center;
  }
}
@media (min-width: 977px) {
  .eap-publications-grid li.thumbnail .publication-image {
    float: left;
  }
}
.eap-publications-grid li.thumbnail .content-wrapper {
  width: auto;
}
@media (min-width: 768px) {
  .eap-publications-grid li.thumbnail .content-wrapper {
    width: 60%;
  }
}
@media (min-width: 977px) {
  .eap-publications-grid li.thumbnail .content-wrapper {
    margin-left: calc(30% + 40px);
    width: auto;
  }
}
.eap-publications-grid li .content-wrapper .field-title {
  color: #001a57;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.75em;
}
.eap-publications-grid li .content-wrapper .field-date, .eap-publications-grid li .content-wrapper .field-time, .eap-publications-grid li .content-wrapper .field-location {
  color: #666666;
  font-weight: 600;
}
.eap-publications-grid li .content-wrapper .field-excerpt p {
  margin-bottom: 1em;
}
.eap-publications-grid li .content-wrapper .field-link .read-more {
  display: inline-block;
  text-transform: uppercase;
  color: #001a57;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 4px solid #f09905;
  font-weight: 800;
}

.et_pb_accordion .et_pb_toggle {
  padding: 0;
}
.et_pb_accordion .et_pb_toggle_close .et_pb_toggle_title {
  padding: 20px 10px 20px 15px;
  background-color: #ededed;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 977px) {
  .et_pb_accordion .et_pb_toggle_close .et_pb_toggle_title {
    padding: 20px 20px 20px 25px;
  }
}
.et_pb_accordion .et_pb_toggle_close .et_pb_toggle_title:before {
  right: 20px;
}
.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title {
  padding: 20px 10px 20px 15px;
  background-color: #f09905;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 977px) {
  .et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title {
    padding: 20px 20px 20px 25px;
  }
}
.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_content {
  padding: 30px 10px 0 10px;
}
@media (min-width: 977px) {
  .et_pb_accordion .et_pb_toggle_open .et_pb_toggle_content {
    padding: 30px 20px 0 25px;
  }
}

select.et_pb_tabs_select_list {
  display: block;
  -webkit-appearance: none;
  width: 100%;
  color: #001a57;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: #ededed url(images/carrot-down.png) no-repeat;
  background-position: right 7px center;
  border: 0;
  padding: 10px 20px;
}
@media (min-width: 977px) {
  select.et_pb_tabs_select_list {
    display: none;
  }
}

ul.et_pb_tabs_controls {
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
}
ul.et_pb_tabs_controls li {
  border: 0;
  width: 100%;
}
@media (min-width: 479px) {
  ul.et_pb_tabs_controls li {
    width: auto;
  }
}
ul.et_pb_tabs_controls li a {
  display: inline-block;
  text-transform: uppercase;
  color: #666666;
  padding: 0;
  margin: 10px;
}
@media (min-width: 977px) {
  ul.et_pb_tabs_controls li a {
    padding: 5px;
    margin: 30px 10px 10px;
  }
}
ul.et_pb_tabs_controls li.et_pb_tab_active a {
  color: #001a57 !important;
  font-size: 20px !important;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f09905;
  font-weight: 800;
}
ul.et_pb_tabs_controls:after {
  content: none;
}

.et_pb_all_tabs .et_pb_tab_content p, .et_pb_all_tabs .et_pb_tab_content em {
  margin-bottom: 1.75em;
}

/**
 * A file to override Divi's default styles
 */
#left-area .entry-featured-image-url {
  max-width: 320px;
}
#left-area .post-meta {
  display: none;
}

.et_mobile_menu {
  border-top: 2px solid #ffd960;
}
.et_mobile_menu li > a {
  text-transform: uppercase;
}

.et_pb_slide_image, .et_pb_slide_video {
  display: block !important;
}

@media (max-width: 977px) {
  .et_pb_section {
    padding: 15px 0;
  }

  .et_pb_row {
    width: calc(100% - 40px) !important;
  }

  .et_menu_container {
    width: 100%;
    padding: 0 20px;
  }
  .et_menu_container .logo_container {
    width: calc(100% - 40px) !important;
  }
  .et_menu_container .et_header_style_left #logo {
    width: 180px;
  }
}
.et_header_style_left #et-top-navigation nav > ul > li.current-menu-item > a {
  padding-bottom: 15px;
  border-bottom: 2px solid #f09905;
}

.et_mobile_menu li.current-menu-item a {
  border-bottom: 2px solid #f09905;
}

@media (max-width: 977px) {
  p {
    font-size: 16px;
  }

  h1 {
    font-size: 25px !important;
  }

  h2 {
    font-size: 22px !important;
  }
}
@media (min-width: 977px) and (max-width: 1200px) {
  #main-header .logo_container a {
    display: inline-block;
  }
  #main-header #et-top-navigation {
    padding-left: 240px;
  }
}

@media (min-width: 977px) {
  .two-column {
    column-count: 2;
    column-gap: 40px;
  }
}

.double-cta-section .et_pb_row.double-cta-callout {
  padding: 0;
  width: 100% !important;
}
.double-cta-section .et_pb_row.double-cta-callout .et_pb_column {
  width: 100% !important;
}
@media (min-width: 977px) {
  .double-cta-section {
    background-color: #e5e5e5;
  }
  .double-cta-section .double-cta-callout .et_pb_column {
    width: 50% !important;
  }
  .double-cta-section .double-cta-callout .et_pb_column_1_2:first-child {
    margin-right: 15px;
  }
  .double-cta-section .double-cta-callout .et_pb_column_1_2:last-child {
    margin-left: 15px;
  }
}

.breadcrumbs {
  position: relative;
  top: -30px;
  font-size: 12px;
}

.pagination {
  margin-bottom: 0;
}
@media (min-width: 977px) {
  .pagination {
    text-align: right;
    margin-bottom: 60px;
  }
}
.pagination .page-numbers {
  color: #BCBCBC;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.pagination .page-numbers.current {
  color: #001a57;
  border-bottom: 2px solid #f09905;
}

.et_pb_blurb .et_pb_blurb_description span.date {
  display: inline-block !important;
  float: right;
  font-style: italic;
  color: #BCBCBC;
}
.et_pb_blurb .et_pb_blurb_description a {
  display: inline-block !important;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid #f09905;
}

@media (max-width: 977px) {
  .quote-widget.et_pb_text {
    position: relative;
    margin-left: 50px;
  }
  .quote-widget.et_pb_text:before {
    font-size: 200px;
    left: -90px;
  }
}

@media (max-width: 977px) {
  .facts-and-figures h1 {
    font-size: 60px !important;
  }
  .facts-and-figures .et_pb_row:nth-child(2) .et_pb_column_1_2:nth-child(1) {
    border-top: 2px solid #666666;
  }
}
@media (min-width: 977px) {
  .facts-and-figures .et_pb_row:nth-child(1) .et_pb_column_1_2:nth-child(1) {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%, 60px calc(100% - 20px), 40px 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%, 60px calc(100% - 20px), 40px 100%, 0 100%);
  }
  .facts-and-figures .et_pb_row:nth-child(2) .et_pb_column_1_2:nth-child(2) {
    -webkit-clip-path: polygon(0 0, calc(100% - 80px) 0, calc(100% - 60px) 20px, calc(100% - 40px) 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 80px) 0, calc(100% - 60px) 20px, calc(100% - 40px) 0, 100% 0, 100% 100%, 0 100%);
  }
  .facts-and-figures .et_pb_row:nth-child(1) .et_pb_column_1_2:nth-child(2),
.facts-and-figures .et_pb_row:nth-child(2) .et_pb_column_1_2:nth-child(1) {
    position: initial;
    padding-left: 0;
    padding-right: 0;
  }
  .facts-and-figures .et_pb_row:nth-child(1) .et_pb_column_1_2:nth-child(2) .et_pb_module,
.facts-and-figures .et_pb_row:nth-child(2) .et_pb_column_1_2:nth-child(1) .et_pb_module {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 977px) and (min-width: 977px) {
  .facts-and-figures .et_pb_row:nth-child(1) .et_pb_column_1_2:nth-child(2) .et_pb_module,
.facts-and-figures .et_pb_row:nth-child(2) .et_pb_column_1_2:nth-child(1) .et_pb_module {
    max-width: 50%;
  }
}

.et_pb_blurb_position_left .et_pb_main_blurb_image {
  width: 230px !important;
}

.et_pb_blurb_position_left img {
  height: 230px !important;
}

.et_pb_blurb_position_left .et-pb-icon {
  font-size: 230px !important;
}

.et_pb_blurb_position_left .et_pb_blurb_container {
  vertical-align: middle;
}

.et_pb_module.photo-caption {
  display: none;
}
@media (min-width: 1200px) {
  .et_pb_module.photo-caption {
    display: block;
  }
  .et_pb_module.photo-caption, .et_pb_module.photo-caption.right {
    position: absolute;
    transform: rotateZ(-90deg) translateX(50%);
    transform-origin: 100% 0;
    top: 50%;
    line-height: 1em;
    right: 0;
    height: 3em;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    padding: 8px 15px;
    background: white;
    font-size: 10px;
  }
  .et_pb_module.photo-caption p, .et_pb_module.photo-caption.right p {
    font-size: 9px;
    font-weight: 700;
  }
  .et_pb_module.photo-caption.left {
    transform: rotateZ(90deg) translateX(-50%);
    transform-origin: 0 0;
    right: auto;
    left: 0;
  }
}

.eap-cta-heading h2 {
  padding-bottom: 0;
}

.et_pb_text_inner ul li {
  list-style-type: none;
  position: relative;
}
.et_pb_text_inner ul li:before {
  content: "";
  position: relative;
  display: inline-block;
  left: -20px;
  height: 4px;
  width: 10px;
  background-color: #001a57;
  line-height: 1em;
  vertical-align: middle;
}

.eap-grid-subtitle {
  margin-bottom: 24px;
}

.eap-recent-stories .entry-title, .eap-recent-stories .post-content {
  margin-left: -15px;
  margin-right: -15px;
}
.eap-recent-stories .post-content {
  margin-top: 5px;
}
.eap-recent-stories .more-link {
  display: inline-block;
  padding: 15px 45px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #001a57;
  background-color: #f09905;
}
.eap-recent-stories .et_pb_salvattore_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eap-recent-stories article {
  margin-bottom: 20px !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.eap-recent-stories .entry-featured-image-url {
  margin-bottom: 0;
}
.eap-recent-stories .post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
.eap-recent-stories .column {
  margin-bottom: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile_menu_bar:before {
  color: #001a57;
}

@media (max-width: 977px) {
  .et_pb_slides .et_pb_slider_container_inner {
    width: 100%;
  }
  .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image {
    width: 100%;
    margin: 0;
  }
  .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image img {
    width: 100%;
  }
}
#menu-item-240 {
  padding-right: 0;
}

#menu-item-6375 {
  display: none !important;
}
@media (max-width: 977px) {
  #menu-item-6375 {
    display: block !important;
  }
  #menu-item-6375 a {
    display: inline-block;
    margin-left: 5%;
    color: #001a57;
    background-color: #f09905;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    padding: 5px 15px;
    line-height: 1.5em;
  }
}

#funding-button {
  display: none;
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 977px) {
  #funding-button {
    display: block;
    position: fixed;
  }
}
#funding-button .container {
  text-align: right;
  line-height: 0;
}
#funding-button a {
  display: inline-block;
  color: #001a57;
  background-color: #f09905;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  padding: 5px 15px;
  line-height: 1em;
}
@media (min-width: 977px) {
  #funding-button a {
    font-size: 12px;
    padding: 10px 30px;
  }
}

body.admin-bar #funding-button {
  top: 32px;
}

#footer-widgets {
  padding-top: 40px;
}
#footer-widgets .fwidget {
  margin-bottom: 30px;
}
#footer-widgets #media_image-3 {
  width: 100%;
}
#footer-widgets .et-social-icons {
  float: left;
  list-style: none;
  margin-bottom: 30px;
  width: 100%;
}
#footer-widgets .et-social-icons li {
  margin: 0;
  padding: 0 15px 0 0;
}
#footer-widgets .et-social-icons li:before {
  content: none;
}
#footer-widgets #text-6 a {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #FFF;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 977px) {
  .bottom-bar.bottom-bar-1 {
    float: left;
  }
}
.bottom-bar.bottom-bar-2 {
  margin-top: 1em;
}
@media (min-width: 977px) {
  .bottom-bar.bottom-bar-2 {
    float: right;
    text-align: right;
    margin-top: 0;
  }
}
.bottom-bar.bottom-bar-2, .bottom-bar.bottom-bar-2 p, .bottom-bar.bottom-bar-2 a {
  color: #FFF;
  font-size: 10px;
  text-transform: uppercase;
}

/*# sourceMappingURL=style.css.map */
