@charset "UTF-8";
/*--------------------------------------------------------------------------------- Theme Name:   Divi-child Theme URI:     Description:   Author:       Designtienda Author URI:   https://designtienda.com Template:     Divi Version:      1.0.1 License:      GNU General Public License v2 or later License URI:  http://www.gnu.org/licenses/gpl-2.0.html------------------------------ ADDITIONAL CSS HERE ------------------------------*/
@import url(magnific-popup.css);
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 25px;
    line-height: 1;
    color: #1A3038;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -30px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -30px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -30px; }
  [dir="rtl"] .slick-next {
    left: -30px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 8px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Setting the breakpoint of the mobile menu */
@media only screen and (max-width: 1200px) {
  #top-menu-nav, #top-menu {
    display: none; }
  #et_top_search {
    display: none; }
  #et_mobile_nav_menu {
    display: block; } }

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

.et_pb_number_counter .percent {
  height: auto !important; }

.mfp-gallery .mfp-content {
  background: transparent !important; }

.mfp-gallery .mfp-figure:after {
  display: none !important; }

.mfp-gallery .mfp-title {
  display: none; }

.et_pb_contact_captcha_question {
  font-size: 24px !important; }

input.et_pb_contact_captcha {
  width: 90px !important;
  max-width: 90px !important; }

body {
  line-height: 1.4; }

.et_pb_svg_logo #logo {
  height: 100%; }

#main-header {
  z-index: 999; }
  #main-header #logo {
    padding: 10px 0px !important; }

#top-menu-nav a {
  font-weight: 600 !important; }

.et-social-amazon a:before {
  content: "\f270";
  font-family: FontAwesome !important; }

.footer-widget {
  font-weight: 600; }
  .footer-widget a:hover {
    color: #fff !important; }
  .footer-widget p {
    padding-bottom: 9px; }

.container:before {
  background-color: transparent !important; }

.et_pb_widget_area_right {
  border-left: 0 !important; }

.et_pb_widget_area_left {
  border-right: 0 !important; }

.et_pb_contact_field {
  position: relative; }

.required-sign {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #FDD342; }
  [data-type="text"] .required-sign {
    top: 55px;
    right: 10px; }

#main-content .container {
  padding-top: 35px; }

.et-pb-contact-message {
  color: #FDD342;
  padding: 11px 32px;
  text-align: center;
  font-size: 18px; }
  .et-pb-contact-message input:-internal-autofill-selected {
    background-color: transparent !important;
    color: #FDD342 !important; }

.mfp-bg {
  background-color: #0080B9; }

.mfp-content {
  background: #1A3038 !important;
  max-width: 600px;
  width: 90%;
  color: #fff;
  position: relative; }
  .mfp-content * {
    color: #fff !important; }

.mfp-arrow-right {
  right: 43px !important; }
  .mfp-arrow-right:before {
    border-left: 27px solid #fff; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:before {
    border-right: 27px solid #fff; }

.underline, .underline-blue, .single-project .et_main_title, #stories-section .et_pb_text h2, #stories-section .et_pb_text h3 {
  display: inline-block; }
  .underline:after, .underline-blue:after, .single-project .et_main_title:after, #stories-section .et_pb_text h2:after, #stories-section .et_pb_text h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FDD342;
    margin-top: 6px; }

.underline-blue:after {
  background-color: #5BC7F2; }

/*#main-header{	display: flex;	align-items: center;	#et-top-navigation{		padding-left: 0px !important;		padding-top: 0px !important;	}}*/
@media (min-width: 980px) {
  #et-top-navigation {
    padding-right: 260px !important; } }

.botones {
  display: flex;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  z-index: 100; }
  .botones > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 130px; }
    .botones > div img {
      display: block;
      margin: auto; }
      @media (max-width: 980px) {
        .botones > div img {
          width: 60px; } }
    .botones > div a {
      display: block;
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      color: #5BC7F2; }
      @media (max-width: 980px) {
        .botones > div a {
          font-size: 14px; } }
      .et-fixed-header .botones > div a {
        font-size: 14px; }
    .botones > div.volunteer {
      background-color: #1A3038; }
    .botones > div.donate {
      background-color: #FDD342; }
      .botones > div.donate a {
        color: #1A3038; }

@media (max-width: 980px) {
  #et-top-navigation {
    padding-right: 280px !important; }
  #logo {
    max-height: 100% !important; }
  .container.et_menu_container {
    width: 100%; } }

@media (max-width: 480px) {
  #et-top-navigation {
    padding-right: 20px !important; }
  .botones {
    position: relative; }
    .botones > div {
      width: 50%; } }

.hero-bg-img {
  display: grid;
  grid-template-columns: 100vw;
  grid-auto-rows: minmax(34.8vw, auto);
  min-height: 34.8vw; }
  .hero-bg-img.et_pb_section {
    padding: 0px !important; }

#hcyh {
  display: flex;
  padding: .5% 0;
  align-items: center;
  justify-content: space-between; }
  footer #hcyh {
    padding: .5% 0 0; }
  #hcyh .et_pb_column:first-child {
    align-self: center; }
  @media (max-width: 980px) {
    #hcyh .et_pb_column {
      margin-bottom: 0px; }
      #hcyh .et_pb_column:first-child {
        margin-bottom: 3%; }
    footer #hcyh .hcyh-col {
      display: flex;
      justify-content: center; } }
  @media (min-width: 981px) {
    #hcyh .et_pb_column {
      width: auto; }
      #hcyh .et_pb_column:first-child {
        max-width: 30%;
        min-width: 27%; } }
  #hcyh .et_pb_text {
    margin-bottom: 0px !important; }
  #hcyh .et_pb_image img {
    transform: scale(0.8);
    display: block; }
  #hcyh .hcyh-col {
    line-height: 1;
    margin-bottom: 3px; }
    #hcyh .hcyh-col .et_pb_text_inner {
      display: flex;
      align-items: center; }
    #hcyh .hcyh-col .hcyh-title {
      color: #1A3038;
      font-size: 22px;
      font-weight: 600; }
      footer #hcyh .hcyh-col .hcyh-title {
        font-size: 30px;
        font-weight: normal; }
    #hcyh .hcyh-col .hcyh-num {
      font-size: 43px;
      color: #0080B9;
      margin-right: 14px; }
    #hcyh .hcyh-col .hcyh-text {
      color: #1A3038;
      font-size: 18px;
      font-weight: 600; }
      #hcyh .hcyh-col .hcyh-text a {
        position: relative;
        color: #1A3038;
        font-size: 19px; }
        #hcyh .hcyh-col .hcyh-text a:hover:after {
          content: "";
          display: block;
          height: 5px;
          background-color: #0080B9;
          POSITION: absolute;
          bottom: -10px;
          width: 100%; }

#stories .story-slide {
  background: #1A3038;
  padding: 0;
  display: flex;
  align-items: center; }
  #stories .story-slide:after {
    display: none !important; }
  #stories .story-slide .ss-img {
    align-self: flex-start;
    width: 40%; }
  #stories .story-slide .ss-text {
    width: 60%;
    font-size: 18px; }
    #stories .story-slide .ss-text .inner {
      padding: 20px; }
    #stories .story-slide .ss-text *, #stories .story-slide .ss-text p {
      color: #fff; }
    #stories .story-slide .ss-text h3 {
      font-size: 24px; }
    #stories .story-slide .ss-text .sst-name {
      padding-top: 20px; }

#stories .slick-dots {
  bottom: -50px; }

.testimonial-section {
  background-color: #fff0dc;
  padding-bottom: 12px !important; }
  .testimonial-section .et_pb_blurb_position_left .et_pb_blurb_content {
    max-width: 100%; }
  .testimonial-section .et_pb_blurb_position_left .et_pb_main_blurb_image {
    width: 75px; }
    @media (max-width: 767px) {
      .testimonial-section .et_pb_blurb_position_left .et_pb_main_blurb_image {
        display: none; } }
    .testimonial-section .et_pb_blurb_position_left .et_pb_main_blurb_image .et_pb_image_wrap {
      position: absolute;
      top: -24px;
      transform: rotate(180deg); }
  .testimonial-section .et_pb_blurb_position_left .et-pb-icon {
    font-size: 97px;
    color: #74c5f0; }
  .testimonial-section .et_pb_blurb_position_left .et_pb_blurb_description {
    font-style: italic;
    font-size: 30px;
    color: #000000 !important;
    line-height: 1.4em;
    margin-top: 13px !important;
    margin-bottom: 0px !important; }
  .testimonial-section .et_pb_text_2 {
    font-style: italic;
    font-size: 30px;
    padding-top: 0px !important;
    margin-top: 0px !important; }
    .testimonial-section .et_pb_text_2 p {
      color: #000000 !important; }

#logos-section {
  text-align: center; }
  #logos-section .et_pb_image {
    vertical-align: middle;
    display: inline-block;
    padding: 0 3%; }

#image-strip .et_pb_gallery_items {
  width: 100%; }
  #image-strip .et_pb_gallery_items .et_pb_gallery_item {
    margin: 0px !important;
    display: inline-block !important;
    float: none;
    width: 12.5% !important;
    padding: 5px; }
    #image-strip .et_pb_gallery_items .et_pb_gallery_item img {
      width: 100%; }
    @media (max-width: 980px) {
      #image-strip .et_pb_gallery_items .et_pb_gallery_item {
        width: 25% !important; } }
    @media (max-width: 479px) {
      #image-strip .et_pb_gallery_items .et_pb_gallery_item {
        width: 50% !important; } }

.projects-section {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 18px;
  margin-bottom: 20px; }
  @media (max-width: 980px) {
    .projects-section {
      grid-template-columns: 100%; } }
  .projects-section .project-item {
    justify-content: space-between;
    display: flex;
    background-color: #1A3038; }
    .projects-section .project-item .ps-desc {
      width: 60%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      color: #fff !important;
      padding: 25px; }
      .projects-section .project-item .ps-desc .ps-title .underline, .projects-section .project-item .ps-desc .ps-title .underline-blue, .projects-section .project-item .ps-desc .ps-title .single-project .et_main_title, .single-project .projects-section .project-item .ps-desc .ps-title .et_main_title, .projects-section .project-item .ps-desc .ps-title #stories-section .et_pb_text h2, #stories-section .et_pb_text .projects-section .project-item .ps-desc .ps-title h2, .projects-section .project-item .ps-desc .ps-title #stories-section .et_pb_text h3, #stories-section .et_pb_text .projects-section .project-item .ps-desc .ps-title h3 {
        color: #fff;
        font-size: 24px; }
        .projects-section .project-item .ps-desc .ps-title .underline:after, .projects-section .project-item .ps-desc .ps-title .underline-blue:after, .projects-section .project-item .ps-desc .ps-title .single-project .et_main_title:after, .single-project .projects-section .project-item .ps-desc .ps-title .et_main_title:after, .projects-section .project-item .ps-desc .ps-title #stories-section .et_pb_text h2:after, #stories-section .et_pb_text .projects-section .project-item .ps-desc .ps-title h2:after, .projects-section .project-item .ps-desc .ps-title #stories-section .et_pb_text h3:after, #stories-section .et_pb_text .projects-section .project-item .ps-desc .ps-title h3:after {
          background-color: #5BC7F2; }
      .projects-section .project-item .ps-desc .ps-info {
        margin-bottom: 7px; }
      .projects-section .project-item .ps-desc .ps-intro {
        margin-bottom: 10px; }
      .projects-section .project-item .ps-desc .ps-button a {
        border: 2px solid #5BC7F2 !important;
        background-color: transparent;
        color: #5BC7F2 !important;
        font-size: 16px !important;
        border-radius: 0 !important; }
        .projects-section .project-item .ps-desc .ps-button a:after {
          font-size: 27px !important; }
    .projects-section .project-item .ps-img {
      width: 40%;
      background-size: cover;
      background-position: center center;
      padding-bottom: 50%; }
      @media (max-width: 980px) {
        .projects-section .project-item .ps-img {
          padding-bottom: 40%; } }
      .projects-section .project-item .ps-img img {
        display: block;
        opacity: 0; }
    @media (max-width: 414px) {
      .projects-section .project-item {
        flex-direction: column-reverse !important; }
        .projects-section .project-item .ps-img {
          width: 100%;
          padding-bottom: 60%;
          margin-bottom: 0px; }
        .projects-section .project-item .ps-desc {
          width: 100%; } }
  .projects-section.category-programs {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    padding-bottom: 10px; }
    @media (max-width: 980px) {
      .projects-section.category-programs {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 580px) {
      .projects-section.category-programs {
        grid-template-columns: 1fr; } }
    .projects-section.category-programs .project-item {
      flex-direction: column-reverse;
      justify-content: space-between;
      background-color: rgba(255, 255, 255, 0.4);
      padding: 25px; }
      .projects-section.category-programs .project-item * {
        color: #1A3038 !important; }
      .projects-section.category-programs .project-item .ps-img {
        width: 100%;
        background: none !important;
        text-align: center;
        padding-bottom: 25px; }
        .projects-section.category-programs .project-item .ps-img img {
          display: inline;
          opacity: 1;
          height: 70px; }
      .projects-section.category-programs .project-item .ps-desc {
        flex-grow: 1;
        width: 100%;
        padding: 0px; }
      .projects-section.category-programs .project-item .ps-button a {
        border: 2px solid #1A3038 !important;
        color: #1A3038 !important; }

.ps-popup {
  position: relative;
  background: #1A3038;
  max-width: 600px;
  width: 80%;
  margin: auto;
  padding: 25px; }
  .ps-popup * {
    color: #fff !important; }
  .ps-popup > div {
    margin-bottom: 15px; }

.single-project .entry-content {
  display: table; }

.single-project .pp-info {
  display: table;
  width: 100%;
  background: #1A3038;
  padding: 25px;
  font-size: 18px;
  padding: 25px;
  /*    margin: 15px 0;    border: 1px solid #ccc;*/
  border-left: none;
  border-right: none; }
  .single-project .pp-info .title {
    text-align: center; }
  .single-project .pp-info .info-item {
    text-align: center; }
  .single-project .pp-info * {
    color: #fff; }
  .single-project .pp-info span {
    font-weight: bold; }

.single-project .pp-image {
  float: left;
  margin: 0 15px 15px 0; }
  @media (max-width: 414px) {
    .single-project .pp-image {
      width: 100%; } }

.single-project .container.projects {
  padding-top: 0px !important;
  padding-bottom: 50px !important; }

@media (min-width: 981px) {
  .single-project #left-area {
    width: 70%;
    padding-right: 5%; } }

.single-project .sidebar {
  padding-bottom: 50px; }
  @media (min-width: 981px) {
    .single-project .sidebar {
      padding-top: 30px;
      float: left;
      width: 25%; } }
  .single-project .sidebar .donate-box {
    display: table;
    width: 100%;
    background: #1A3038;
    padding: 25px; }
    .single-project .sidebar .donate-box .title {
      padding-bottom: 25px;
      text-align: center; }
      .single-project .sidebar .donate-box .title * {
        color: #fff; }
    .single-project .sidebar .donate-box a {
      margin: auto;
      display: table;
      color: #FDD342 !important; }

.cat-programs .pp-icon {
  width: 150px;
  height: 150px;
  float: left;
  margin: 0 15px 15px 0; }

.cat-programs .outer-projects.programs {
  background-blend-mode: luminosity;
  background-image: url(/wp-content/uploads/2019/06/image-blue-wave-background.jpg) !important;
  background-size: cover;
  background-position: center center;
  padding-top: 50px; }

.bb-section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px; }
  .bb-section .bb-item {
    grid-column: span 3;
    grid-row: span 3;
    /*		&:nth-child(-n+3){			grid-column: span 4;		}*/ }
    @media all and (max-width: 980px) {
      .bb-section .bb-item {
        grid-column: span 6; } }
    @media all and (max-width: 767px) {
      .bb-section .bb-item {
        grid-column: span 12; } }
    .bb-section .bb-item .bbi-img {
      display: block;
      position: relative;
      padding-bottom: 100%;
      background-size: cover;
      background-position: center center;
      margin-bottom: 7px;
      border-bottom: 7px solid #0080B9; }
      .bb-section .bb-item .bbi-img:hover i {
        transition: all 0.2s ease;
        font-size: 35px; }
    .bb-section .bb-item .bbi-name {
      font-size: 24px; }
    .bb-section .bb-item .bbi-position {
      font-size: 12px;
      font-weight: 600;
      color: #0080B9;
      margin-bottom: 10px; }
    .bb-section .bb-item .bbi-button {
      color: #FDD342;
      font-size: 27px;
      border: none;
      position: absolute;
      bottom: 10px;
      right: 10px; }
      .bb-section .bb-item .bbi-button:after {
        font-size: 26px; }

.mfp-content .bbi-text {
  display: table;
  background-color: #1A3038;
  padding: 25px; }

.mfp-content .bbi-text img {
  float: left;
  width: 30%;
  margin: 0 10px 10px 0; }

.mfp-content .bbi-position {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600; }

#resources-section .et_pb_blurb {
  position: relative;
  border-bottom: 1px solid #5BC7F2;
  padding-bottom: 25px; }
  #resources-section .et_pb_blurb:hover .et_pb_module_header {
    color: #0080B9; }
  #resources-section .et_pb_blurb:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: #5BC7F2;
    bottom: 0;
    position: absolute; }
  #resources-section .et_pb_blurb .et_pb_image_wrap {
    text-align: center; }
    #resources-section .et_pb_blurb .et_pb_image_wrap img {
      max-width: max-content; }
  #resources-section .et_pb_blurb:last-child {
    border-bottom: none; }
  #resources-section .et_pb_blurb.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 25px !important; }

#contact-form .et_contact_bottom_container {
  float: none !important;
  text-align: center !important; }

#upcoming-opportunities .projects-section {
  grid-template-columns: 100%; }
  #upcoming-opportunities .projects-section .project-item {
    flex-direction: row-reverse;
    background-color: transparent; }
    #upcoming-opportunities .projects-section .project-item * {
      color: #000 !important; }
    #upcoming-opportunities .projects-section .project-item .ps-img {
      width: 40%;
      padding-bottom: 30%; }
    #upcoming-opportunities .projects-section .project-item .ps-desc {
      padding-top: 0px;
      padding-bottom: 0px;
      width: 60%; }
      #upcoming-opportunities .projects-section .project-item .ps-desc .ps-title .underline, #upcoming-opportunities .projects-section .project-item .ps-desc .ps-title .underline-blue, #upcoming-opportunities .projects-section .project-item .ps-desc .ps-title .single-project .et_main_title, .single-project #upcoming-opportunities .projects-section .project-item .ps-desc .ps-title .et_main_title, #upcoming-opportunities .projects-section .project-item .ps-desc .ps-title #stories-section .et_pb_text h2, #stories-section .et_pb_text #upcoming-opportunities .projects-section .project-item .ps-desc .ps-title h2, #upcoming-opportunities .projects-section .project-item .ps-desc .ps-title #stories-section .et_pb_text h3, #stories-section .et_pb_text #upcoming-opportunities .projects-section .project-item .ps-desc .ps-title h3 {
        font-size: 35px;
        text-transform: uppercase; }
        #upcoming-opportunities .projects-section .project-item .ps-desc .ps-title .underline:after, #upcoming-opportunities .projects-section .project-item .ps-desc .ps-title .underline-blue:after, #upcoming-opportunities .projects-section .project-item .ps-desc .ps-title .single-project .et_main_title:after, .single-project #upcoming-opportunities .projects-section .project-item .ps-desc .ps-title .et_main_title:after, #upcoming-opportunities .projects-section .project-item .ps-desc .ps-title #stories-section .et_pb_text h2:after, #stories-section .et_pb_text #upcoming-opportunities .projects-section .project-item .ps-desc .ps-title h2:after, #upcoming-opportunities .projects-section .project-item .ps-desc .ps-title #stories-section .et_pb_text h3:after, #stories-section .et_pb_text #upcoming-opportunities .projects-section .project-item .ps-desc .ps-title h3:after {
          display: none; }
      #upcoming-opportunities .projects-section .project-item .ps-desc .ps-info {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 15px; }
    @media (max-width: 414px) {
      #upcoming-opportunities .projects-section .project-item {
        flex-direction: column-reverse !important; }
        #upcoming-opportunities .projects-section .project-item .ps-img {
          width: 100%;
          padding-bottom: 60%;
          margin-bottom: 20px; }
        #upcoming-opportunities .projects-section .project-item .ps-desc {
          width: 100%; } }
    #upcoming-opportunities .projects-section .project-item .ps-button a {
      border-color: #000 !important;
      font-size: 20px !important; }
      #upcoming-opportunities .projects-section .project-item .ps-button a:after {
        top: 9px; }

label[for="et_pb_contact_areasofinterest_0"] {
  display: block;
  color: #fff;
  text-align: center !important;
  font-size: 30px; }

@media (min-width: 767px) {
  [data-id="areasofinterest"] .et_pb_contact_field_options_list {
    display: flex;
    flex-wrap: wrap; }
    [data-id="areasofinterest"] .et_pb_contact_field_options_list .et_pb_contact_field_checkbox {
      width: 50%; } }

[data-id="options"] {
  padding-bottom: 25px !important; }
  [data-id="options"] .et_pb_contact_field_options_title {
    display: block;
    color: #fff;
    text-align: center !important;
    font-size: 30px; }
  @media (min-width: 767px) {
    [data-id="options"] .et_pb_contact_field_options_list {
      display: flex;
      flex-wrap: wrap; }
      [data-id="options"] .et_pb_contact_field_options_list .et_pb_contact_field_checkbox {
        width: 50%; } }

#cm-video {
  text-align: center; }
  #cm-video .video-link-popup {
    display: inline-block;
    padding: 20px 30px;
    border: 2px solid #0080B9;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5); }
    #cm-video .video-link-popup:hover {
      background-color: rgba(255, 255, 255, 0.6); }
    #cm-video .video-link-popup h3 {
      color: #0080B9; }
    #cm-video .video-link-popup .fa {
      font-size: 40px; }

.et_pb_widget_area .et_pb_widget {
  margin-bottom: 15px !important; }

.et_pb_widget_area .widgettitle {
  background-color: #1A3038;
  padding: 13px;
  color: #5BC7F2; }

.et_pb_widget_area .news-links .textwidget {
  max-height: 250px;
  overflow-y: scroll;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  color: #888;
  padding: 10px; }
  .et_pb_widget_area .news-links .textwidget a {
    font-size: 15px !important;
    font-weight: normal !important;
    color: #1A3038;
    font-style: normal; }
    .et_pb_widget_area .news-links .textwidget a:hover {
      color: #0080B9; }

.et_pb_widget_area #fb-root ._2ph- {
  padding: 0px !important; }

.et_pb_widget_area #sb_instagram {
  padding-bottom: 0px !important;
  padding: 0px; }
  .et_pb_widget_area #sb_instagram #sbi_images {
    padding: 5px 0px !important; }
    .et_pb_widget_area #sb_instagram #sbi_images .sbi_item {
      padding: 5px !important; }

#stories-section .et_pb_row {
  max-width: 950px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-around; }
  #stories-section .et_pb_row:nth-child(even) {
    flex-direction: row-reverse; }
  #stories-section .et_pb_row .et_pb_column {
    margin: 0px;
    padding: 0 20px; }
    #stories-section .et_pb_row .et_pb_column:first-child {
      align-self: baseline; }
      @media (max-width: 540px) {
        #stories-section .et_pb_row .et_pb_column:first-child {
          margin-bottom: 30px !important; } }
  @media (max-width: 540px) {
    #stories-section .et_pb_row {
      flex-direction: column !important; } }

#stories-section .et_pb_section {
  padding: 15px 0; }

#stories-section .et_pb_image img {
  display: block;
  border: 1px solid yellow;
  padding: 15px;
  box-sizing: border-box; }

#stories-section .et_pb_text {
  color: #fff; }
  #stories-section .et_pb_text h2, #stories-section .et_pb_text h3 {
    color: #5BC7F2;
    margin-bottom: 15px; }

#poems .et_pb_text p {
  padding-bottom: 1.4em; }

#poems .et_pb_button {
  display: inline;
  border: 2px solid #0080B9 !important;
  background-color: transparent;
  color: #0080B9 !important;
  font-size: 16px !important;
  border-radius: 0 !important; }
  #poems .et_pb_button:after {
    font-size: 27px !important; }

/*# sourceMappingURL=style.map */