@charset "UTF-8";
/**
 * style.css
 *
Theme Name: Pluralism Gutenberg
 * Theme URI:   http://www.machine-agency.com
 * Author:      Machine
 * Author URI:  http://www.machine-agency.com
Description: Custom Theme for Global Centre for Pluralism
 * Version:     1.2
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:        light
 * Text Domain: machine
 */
/**
 * TABLE OF CONTENTS
 *
 * --- DEFAULTS ---
 * Webfont Loading
 * Typography
 * Icons
 * Section Defaults
 *
 * --- OBJECTS ---
 * Buttons
 * Alerts
 * Slider
 * Impact Areas
 * Forms
 * Tables
 *
 * --- PLUGINS ---
 * Slider
 * Parallax
 * Lazyload
 *
 *
 * --- GLOBALS ---
 * Site-header
 * Site-footer
 */
/**
 * STATES
 *
 * States are usually dynamically added to objects by plugins and scripts, but
 * can also be used in mark-up if needed. They should also be used for things
 * like navigational helpers on tablets, where there's no native hover state.
 *
 * Add additional states to the list when needed.
 *
 * .is-hovered       -> The item is hovered by a pointing device
 * .is-focused       -> The item is focused (e.g. after a click)
 * .is-active        -> The item is active
 * .is-inactive      -> The item is inactive
 *
 * .is-open          -> The item is open (e.g. a menu)
 * .is-closed        -> The item is closed
 *
 * .is-animating-in  -> The item is animating in (e.g. a slide)
 * .is-animating-out -> The item is animating out
 */

/* ==========================================================================
   Webfont loading (beat the FOUT)
   ========================================================================== */
/**
 * Since we use an asynchronous font loader, we hide the entire document until
 * the fonts have been loaded (or have failed to load).
 */
 
 
 
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.remove_padding_top .section {
  padding-top: 0;
}



/* ==========================================================================
   Start - Featured resources with Map
   ========================================================================== */

    .map__link,
    .map__link:link,
    .map__link:visited,
    .map__link.btn,
    .map__link.btn:link,
    .map__link.btn:visited {
      position: absolute;
      background-color: rgba(0,65,101, .8);
      /*width: 100%;
      height: 100%;*/
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      color: #fff;
      font-weight: 100;
      padding:1rem;
      z-index: 10;
    }

    .featured_with_map_title {
      margin-bottom: 0;
      border-bottom: 1px solid #004165;
      color: #004165;
      font-size: 2rem;
      font-family: "skolar-sans-latin",serif;
      padding-bottom: 1rem;
    }

    .featured_resource_image_wrapper_inner {
      position: relative;
      min-height: 25rem;
    }

    .featured_resource_image_wrapper {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }

    .featured-resource-content.featured_with_map_title_content {
      padding-top: 0;
      padding-bottom: 0;
    }

    .resource__title h3 {
      margin-top: 0;
      font-size: 1.5rem;
      color:#004165;
      font-weight: normal;
    }

    .resource__subtitle p {
      margin: .5rem 0;
      color: #565A5C;
    }
    .resource__date_subtitle {
      font-size: .8rem;
    }

    .section_title {
      color: #004165;
      font-size: 1.5rem;
      text-transform: uppercase;
    }

    .featured-resources__image {
      /* position: relative; */
      background-color: #004165;
      position: absolute;
      overflow: hidden;
      /* padding: 1.5rem; */
      color: #fff;
      z-index: 50;
      width: 40px;
      height: 45px;
      padding: 2rem;
    }


    .resource__type-icon {
       position: absolute;
      top: 50%;
      /* margin: .5rem; */
      left: 50%;
      transform: translate(-50%, -50%);
      width: 25px;
      height: 30px;
    }


    .grid_resources {
      margin-left: -2.5rem;
    }

    .cell_resources {
      padding-left: 2.5rem;
    }

    .section--featured-resources:not(.section--resource-list) .wrapper,
    .section--featured-resources:not(.section--resource-list) .grid-container{
      /*max-width: 100rem;
      padding-top: 3rem;
      padding-left: 9rem;*/
      max-width: 90rem;
    }

    .section--featured-resources .section_title{
       font-family: "skolar-sans-latin",serif;
    }

.section--featured-resources .section_title.map_layout_title{
    font-size: 2.5rem;
    letter-spacing: 3px;
    border-bottom: solid 1px #004165;
    max-width: 29rem;
    padding-bottom: .5rem;
    padding-top: 0;
    margin-top: 0;
}
.resource_areas {
  column-count: 1;
  list-style: none;
  margin: 0 auto;
  max-width: 40rem;
}

.resource_areas li:first-child {
  margin-top: 0;
}

.resource_areas li a {
  text-decoration: none;
  color: #004165;
}

@media only screen and (min-width: 40em){
  .resource_areas {
    column-count: 2;
    padding-left: 7rem;
  }


}

@media only screen and (min-width: 50em){
  .featured_resource_image_wrapper {
    padding-left: 4rem;
  }
}

@media only screen and (min-width: 60em){
   .resource_areas {
    column-count: 3;
    padding-left: 2rem;
  }

  /*.home .section--featured-resources{
    display: table;
    width: 100%;
  }

  .home .section--featured-resources .cell{
    display: table-cell;
    vertical-align: middle;
  }*/
}
/* ==========================================================================
    End - Featured resources with Map
   ========================================================================== */

/* ==========================================================================
    Start - CTA Block
   ========================================================================== */
   .section.section--cta-blocks {
    padding: 0;
   }

   .featured_project_yes {
    background-color: #004165;
   }

   .cta-block__content h3 {
    font-size: 1.5rem;
    margin-top: 0;
   }

   .featured_project_yes h2,
   .featured_project_yes h3,
   .featured_project_yes .cta-block__content p {
    color: #fff;
   }

   .cta-block--image {
    min-height: 429px;

   }

   .cta_block__img {
    padding:1rem 0;
   }

@media only screen and (min-width: 40em) {
  .cta-block.featured_project_yes .horizontal-rule:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10rem;
    right: 0;
    width: 30%;
    border-top: solid 1px #fff;
    z-index: -1;
  }

  .cta-block.featured_project_yes .horizontal-rule .line-center {
    margin: 0;
    padding: 0 2rem;
    background: #004165;
    display: inline-block;
  }

}



/* ==========================================================================
    End - CTA Block
   ========================================================================== */

/* ==========================================================================
    Start - Search for Tools and Resources
   ========================================================================== */
  .tools_resources_search {
    max-width: 30rem;
    margin:0 auto;
    position: relative;
  }

  .tools_resources_search label {
    color: #004165;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 2px;
    cursor: default;
  }

  .tools_resources_search label img{
    width: 1.2rem;
    margin-top: -0.5rem;
  }

  .tools_resources_search input[type=text] {
    border: 1px solid #979797;
    background-color: #FAFAFA;
  }


  .btn_search {
    height: 60px;
    position: absolute;
    display: inline-block;
    padding: 0.5rem 2rem;
    border: 1px solid transparent;
    color: inherit;
    text-align: center;
    text-decoration: none;
    background-color: #004165;
    max-width: 135px;
    right: 0;
    bottom: 0;
    color: #FFFFFF;
    letter-spacing: 1.99px;
    font-family: "skolar-sans-latin";
  }

  .btn.btn_search:hover{
    background-color: #009AA6;
  }


/* ==========================================================================
    End - Search for Tools and Resources
   ========================================================================== */
/* ==========================================================================
    Start - Press Release
   ========================================================================== */

  .press-release-container {
    box-shadow: 0 4px 23px 0 rgba(0,0,0,0.24);
    margin-bottom: 1.5rem;
    padding: 2rem;
  }


  .press_release_icon {
    float: left;
    width: 54px;
    height: 60px;
  }

  .press-release-date {
    color:#009AA6;
    font-size: 1.2rem;

  }

  .press-release-title {
    color:#004165;
    font-size: 1.2rem;
  }

  .cell_pull_left_press_release_single .horizontal-rule3:after {
    display: none;
  }

  .horizontal-rule3 h2 {
    max-width: 50rem;
  }

  .single_press_date {
    color: #004165;
    font-size: 1.2rem;
    font-family: "skolar-sans-latin",serif;
    margin-top: 0;
  }

  .press_social_media {
    max-width: 245px;
    text-align: left;
  }

  .press_social_media a:link:first-child {
    margin-left: 0;
  }
  .press_social_media a:link {
    display: inline-block;
    margin-left: 1rem;
  }
  .press_social_media a:link .fa {
    font-size: 2rem;
  }

  .press_social_media .fa{
    color: #009AA6;
  }

  .right_arrow:before {
   content: "\27F6";
  }

  .right_arrow {
    color: #004165;
    display: inline-block;
    font-size:2rem !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  h2.single_cat_name {
    font-weight: 500;
    font-size: 3rem;
  }

  .press_next {
    margin:2rem 0;
  }

  .press_next a{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }

  .press_next a:hover {
    margin-right: 2rem;
  }

  .press_next .fa.right_arrow{
    font-size: 1.5rem!important;
    color: #009AA6;
  }
  .press_next a:link,
  .press_next a:visited {
    text-decoration: none;
    color: #004165;
    letter-spacing: 2px;
  }

  .author_image_wrapper {
    position: relative;
  }

  .author_image_wrapper .author_image {
    width: 208px;
    height: 208px;
    margin: 0 auto;
    margin-bottom: 2rem;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
  }

  @media only screen and (min-width: 40em){
    .author_image_wrapper .author_image{
      margin-bottom: 0;
    }
  }

  .author_content h2 {
    margin-top: 0;
    font-size: 1.5rem;
  }

 .cell_pull_left_press_release_single {
        /* padding-left: 24rem; */
        padding: 1rem;
    }
  @media only screen and (min-width: 40em) {
    .press_release_single .section:not(.section--quote) {
      padding-top: 0;
    }

  .press_release_single .section.section--text-block{
    padding-top: 3rem;
  }

    .author_details {
      padding-top: 2rem;
    }

    .page-template-template-press_release .author_details{
      padding-bottom: 2rem;
    }

  }


  @media only screen and (min-width: 50em) {
    .cell_pull_left_press_release_single {
        /* padding-left: 24rem; */
        padding-left: calc((100vw - 790px)/2);
        padding-right: 0;
        padding-bottom: 0;
    }


    .horizontal-rule3 {
      position: relative;
    }
    .cell_pull_left_press_release_single .horizontal-rule3:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 60%;
        left: -45rem;
        /*right: 0;*/
        border-top: solid 1px #009AA6;
        z-index: -1;
        display: block;
    }


    .cell_pull_left_press_release_single .horizontal-rule3 .line-center3 {
        margin: 0;
        padding-left: .5rem;
        background: #fff;
        display: inline-block;
    }

  }

/* ==========================================================================
    End - Press Release
   ========================================================================== */
/* ==========================================================================
    Start - Related Links
   ========================================================================== */

  .smaller_wrapper,
  .press_release_single:not(.press_release_sidebar) .wrapper {
    max-width: 50rem;
  }
  
  

  .related-reading-links-inner {
    box-shadow: 0 4px 23px 0 rgba(0,0,0,0.24);
    padding: 1.5rem;
  }

  .section__related_title {
    font-size: 1.3rem;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 3rem;
  }

  .related--title {
    color: #004165;
    padding-bottom: 1rem;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }

  .related--date {
    color: #004165;
    font-size: 1rem;
    padding-bottom:1rem;
  }

  .related--content {
    font-size: .8rem;
    padding-bottom: 2rem;
  }

  .related_grid {
    margin-left: -2.5rem
  }

  .related_cell {
    padding-left: 2.5rem;
    margin-bottom: 2.5rem;
  }


/* ==========================================================================
    Start - Related Links
   ========================================================================== */

/* ==========================================================================
    Start - Text with Optional Media
   ========================================================================== */


    .section--text-with-image-video {
      overflow: hidden;
    }

    .full_width {
      position: relative;
    }

    .full_width img,
    .full_width iframe {
     /* max-width: 200%;*/
      width: 100%;
      height: 100%;
    }

    .section--text-with-image-video .section__heading {
      margin-top: 1rem;
      /*width: 100%;*/
    }

    .section--text-with-image-video ul li{
      font-size: 1rem;
    }


    .impact.impact_text_media .carousel-block__image {
      height: 100%;
    }
    .impact.impact_text_media {
      padding: 12rem 0;
    }

    .image_caption_title {
      font-size: 1rem;
      font-family: "skolar-sans-latin",serif;
    }

    .image_caption_credit{

    }

    .text_media_content_outter .line-center2 {
        margin-top: 1rem;
    }

    .image-caption .grid{
      display: table;
      width: 100%;
    }

    .image-caption .cell{
      display: table-cell;
      vertical-align: middle;
    }

@media only screen and (min-width: 60em) {
  .image-caption p.image_caption_title{
    font-size: 2rem;
    margin-right: 2rem;
    max-width: 40%;
    word-wrap: break-word;
    line-height: 1;
  }

  .image-caption p {
    color: #fff;
    margin-top: 25px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }

  .image-caption p.image_caption_credit {
    /* max-width: calc(60% - 2rem); */
    margin-top: 0.5rem;
  }

  .impact.impact_text_media {
    padding: 18rem 0;
  }
    .text_media_content {
      min-height: 34rem;
      position: relative;
    }

    .text_media_inner_wrapper {
            position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }


      .text_media_image_cell {
        width: 55%;
      }

      .text_content_cell {
        width: 45%;
      }

      .cell_pull_left .horizontal-rule2:after,
      .cell_pull_right .horizontal-rule2:after {
        display: none;
      }
      .cell_pull_left .horizontal-rule2 .line-center2,
      .cell_pull_right .horizontal-rule2 .line-center2  {
        padding-left: 0;
      }

      .horizontal-rule2 {
        position: relative;
      }

      .text_media_content_outter {
        position: relative;
        /*min-height: 34rem;*/
      }

      .text_media_content_inner {
        /*position: absolute;
        top: 50%;
        transform: translateY(-50%);*/
      }



    }
    @media only screen and (min-width: 70em) {

      .cell_pull_left .horizontal-rule2:after {
          content: "";
          position: absolute;
          top: 50%;
          width: 100%;
          left: -30rem;
          /*right: 0;*/
          border-top: solid 1px #565A5C;
          z-index: -1;
          display: block;
      }


      .cell_pull_left .horizontal-rule2 .line-center2 {
          margin: 0;
          padding-left: .5rem;
          background: #fff;
          display: inline-block;
      }



      .cell_pull_right .horizontal-rule2:after {
          content: "";
          position: absolute;
          top: 50%;
          width: 55%;
          right: 0;
          border-top: solid 1px #009AA6;
          z-index: -1;
          display: block;
      }


      .cell_pull_right .horizontal-rule2 .line-center2 {
          margin: 0;
          padding-right: .5rem;
          background: #fff;
          display: inline-block;
      }


      .cell_pull_left {
        /*padding-left: 24rem;*/
        padding-left: calc((100vw - 1080px)/2);
      }
      /*.push_left {
        margin-left: calc((100vw - 1088px)/2);
      }
      .push_right {
        margin-right: calc((100vw - 1088px)/2);
      }*/


    }

/* ==========================================================================
    End - Text with Optional Media
   ========================================================================== */

/* ==========================================================================
    Start - Events Description
   ========================================================================== */

  .events_date_item {
    color: #fff;
    line-height: 1;
  }

  .event_social_media a:link:first-child {
    margin-left: 0;
  }

  .event_social_media {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .event_social_media a:link  {
    display: inline-block;
    margin-left: 1.5rem;
  }
  .event_social_media a:link .fa {
    font-size: 1.5rem;
    color: #009AA6;
  }

  .event-day {
    font-size: 4rem;
  }
  .event-month {
    font-size: 3rem;
  }

  .hasEndDate.event-month {
    font-size: 2rem;
    line-height: 1.5;
    padding-top: 0.5rem;
  }

  .hasEndDateSameMonth.event-day {
    font-size: 2rem;
    padding-top: 0.5rem;
  }

  .event-year {
    font-size: 2rem;
  }

  .event-template-default .event-month{
    margin-bottom: 0.5rem;
  }

  .events_dates_social_media_box {
    width: 100%;
    float: left;
    margin: 0 1rem 0 0;
    padding: .5rem;
  }

  .events_social_media_box_dates{
    background-color: #004165;
    padding: 0rem 1rem 1rem 1rem;
  }

  .event_title {
    color: #009AA6;
    font-size: 2rem;
    margin-top: 0;
  }


@media only screen and (min-width: 40em) {

  .events_dates_social_media_box {
    width: 200px;
    float: left;
    margin: 0 1rem 0 0;
    padding: 0 .5rem;
  }

  .event_panel_wrapper .section {
    padding: 0;
  }

  .event_content {
     -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    margin-top: 1.5rem;
  }

  .event_content p,
  .event_content h3{
    margin-top: 0;
  }

}

@media only screen and (min-width: 50em){
  .events_dates_social_media_box {
    margin: 0 3rem 0 0;
  }

}

@media only screen and (min-width: 60em){
  .events_dates_social_media_box {
    width: 15%;
  }
}

/* ==========================================================================
    End - Events Description
   ========================================================================== */
/* ==========================================================================
    Start - Archive
   ========================================================================== */

  ul.button-list {
    padding-left: 0;
    margin-bottom: 0;
  }

  .section--text-button ul.button-list{
    text-align: center;
    margin: 0;
    padding: 0;
  }

  ul.button-list li {
    list-style: none;
    display: inline-block;
  }

  .archive--item {
    padding:1rem;
    font-size:1.5rem;
  }

  .archive_grid {
    display: none;
  }

  .cell_archive:nth-child(odd) .archive--item {
    background-color: #ECECEC;
    min-height: 178px;
    height: 100%;
    font-weight: 100;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 23px 0 rgba(0,0,0,0.24);
  }

  .cell_archive:nth-child(even) .archive--item {
    background-color: #004165;
    color: #fff;
    min-height: 178px;
    height:100%;
    font-weight: 100;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 23px 0 rgba(0,0,0,0.24);
  }

  .button-list li {
    margin-bottom: 0;
  }

  .archive_button {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }

  .archive--item .btn:link,
  .archive--item .btn:visited {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    color: inherit;
    text-align: center;
    text-decoration: none;
    background-color: #009AA6;
    border-radius: 4px;
    color: #FFFFFF;
    letter-spacing: 1.99px;
    font-family: "skolar-sans-latin";
    text-transform: uppercase;
    font-size: 1rem;
  }

  .cell_archive:nth-child(even) .archive--item .btn:hover{
    background-color: #ECECE8;
    color: #292929;
  }

  .cell_archive:nth-child(odd) .archive--item .btn:hover{
    background-color: #004165;
  }

  .section--archive .archive_button{
    margin-bottom: 0;
  }

  .section--archive .archive_grid{
    padding-top: 1.5rem;
  }

  .archive--item .btn:link,
  .archive--item .btn:visited {
    padding: 0.5rem 2rem;
  }
  .archive--item {
    padding: 2rem;
  }




/* ==========================================================================
    End - Archive
   ========================================================================== */

/* ==========================================================================
    Start - Callouts
   ========================================================================== */

  .callout__heading.gamma {
    color: #009AA6;
    letter-spacing: 2px;
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
    font-weight: 400;
  }

  .callouts_subheading {
    margin: 0;
    color: #004165;
    font-size: .9rem;
    font-family: "skolar-sans-latin",serif;
  }
@media only screen and (min-width: 40em){

  .callout--1-4 .grid .cell{
    width: 50%;
  }

  .callout--1-4 .callout.islet {
    box-shadow: 0 2px 26px 0 rgba(0,0,0,0.50);
    text-align: center;
    padding: 2rem 1rem;
  }

  .callout--1-4 .callout__heading.gamma{
    font-size: 1.5rem;
    text-transform: uppercase;
    /*min-height: 56px;*/
  }

}

@media only screen and (min-width: 60em){

  .callout--1-4 .grid .cell{
    width: 33%;
  }

}
/* ==========================================================================
    End - Callouts
   ========================================================================== */

/* ==========================================================================
    Start - Contact Details
   ========================================================================== */
  .cell_visiting {
    position: relative;
    top: 2rem;
    transform:none;
  }


  @media only screen and (min-width: 40em) {

    .section--contact-with-form .section__heading {
      margin-top: 0;
    }

    .cell_visiting {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
  }


/* ==========================================================================
    End - Contact Details
   ========================================================================== */
/* ==========================================================================
    Search Animation
   ========================================================================== */
   .search__search-form {
    margin-bottom: 3rem;
   }
  .nav--footer {
    margin-top: -1.5rem;
  }

  .nav--footer li {
    display: inline-block;
  }

  .nav--footer li a {
    padding: 0 .25rem;
    font-size: .8rem;
    color: #004165;
  }

  .nav--footer li a {
    border-right: solid 1px #004165;
  }

  .nav--footer li:last-child a {
    border-right: none;
  }


  .header-search {
    max-width: 20rem;
    /*border: 1px solid red;*/
    position: absolute;
    right: 0.5rem;
    /*top: 40px;
    display: none;*/
  }

  .search_header_wrapper {
    position: relative;
    display: none;
  }

  .header-search input[type="search"]:focus{
    width:200px;
    height:40px;
    border-radius:40px;
    background-color: #004165;
    padding: 0 20px;
    line-height: 2em;
    font-weight: 100;
    font-size: 1rem !important;
    cursor:auto;
    margin-top: -.5rem;
    color:#fff !important;
    border:3px solid #009AA6;
  }


  .header-search input[type="search"]{
    float:right;
    border:3px solid #009AA6;
    outline:none;
    /*width:20px;
    height:20px;*/
    width:5px;
    height:5px;
    cursor:pointer;
    color:#fff !important;
    -webkit-transition:.2s all ease-in;
    -moz-transition:.2s all ease-in;
    transition:.2s all ease-in;

    border-radius:40px;
    background:none;
    font-size:0;
    padding: 5px;
  }

      .header-search input[type="search"]:hover{
        border:3px solid #009AA6;
      }


  .header-search ::-webkit-input-placeholder {
     color: #fff;
     padding-left: 1rem;
  }

  .header-search :-moz-placeholder { /* Firefox 18- */
     color: #fff;
     padding-left: 1rem;}

  .header-search ::-moz-placeholder {  /* Firefox 19+ */
     color: #fff;
     padding-left: 1rem;}

  .header-search :-ms-input-placeholder {
     color: #fff;
     padding-left: 1rem;
  }


.close span{
  width:3px;
  /*height:15px;*/
  height:12px;
  border-radius:2px;
  background:#009AA6;
  display:inline-block;
  cursor: pointer;
}

.front{
    position:absolute;
    right:24px;
    /*top:13px;*/
    top:10px;
    transform: rotate(-45deg);
    opacity:0;
    animation-delay: 2s;
    -webkit-transition:.2s all ease-in;
    -moz-transition:.2s all ease-in;
    transition:.2s all ease-in;

}


.back{
    position:absolute;
    /*right:-4px;
    top:16px;*/
    right:-3px;
    top:14px;
   /* top:18px;*/
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition:.2s all ease-in;
}



input:focus + div .front{
    opacity:1;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


input:focus + div .back{
    right:24px;
    top:10px;
    /*top:13px;*/
}


@media only screen and (min-width: 50em) {
  .search_header_wrapper {
    display: block;
  }
}


/* Small Fixes */
.section--text-button .button-list__item{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}




.btn--smaller {
  transform: scale(0.75);
}
.social-text-outer .btn--smaller {
  text-transform: unset !important;
}
 
 
body {
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(.25,1,.25,1);
     -moz-transition: all 1s cubic-bezier(.25,1,.25,1);
       -o-transition: all 1s cubic-bezier(.25,1,.25,1);
          transition: all 1s cubic-bezier(.25,1,.25,1);
  -webkit-transition-property: opacity;
       -o-transition-property: opacity;
     -moz-transition-property: opacity;
          transition-property: opacity;
          font-family: "utopia-std";
}
.wf-active body,
.wf-inactive body { opacity: 1; }

/* ==========================================================================
   Typography
   ========================================================================== */
body {
  color: #222;
  font-family: "skolar-sans-latin";
}
/* Headings */
h2, .beta    { color: #004165; font-family: "skolar-sans-latin",serif; font-size: 2.000em; line-height: 1.2; font-weight:100; letter-spacing: 3px;}
h3, .gamma   { color: #004165; font-family: "skolar-sans-latin",serif;font-size: 1.250em; line-height: 1.2; font-weight:100;}
h4, .delta   { color: #004165; font-family: "skolar-sans-latin",serif;font-size: 1.100em; line-height: 1.2; font-weight:100;}
h5, .epsilon { color: #004165; font-family: "skolar-sans-latin",serif; font-size: 0.950em; line-height: 1.2; }
h6, .zeta    { color: #004165; font-family: "skolar-sans-latin", 'Arial', sans-serif; font-size: 0.875em; line-height: 1.2; }

/* Paragraphs & related elements */
p{
  margin: 1.5rem 0;
  line-height: 1.6;
  font-family: "utopia-std",serif;
  letter-spacing: 1px;
  color: #292929;
  font-weight: 300;
  font-size: 1rem;
}

ul li{
  line-height: 1.6;
  font-family: "utopia-std",serif;
  letter-spacing: 1px;
  color: #292929;
  font-weight: 300;
  font-size: 1.1rem;
}

.lead {
  margin: 2rem 0;
  font-size: 1.2rem;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Links */
a,
a:link,
a:visited {
  color: #004165;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #2a76a0;
  text-decoration: underline;
}
a:active {
  color: #004165;
}

/* Selection Highlight */
::selection {
  background-color: #7eb6f0;
}


/* ==========================================================================
   Icons
   ========================================================================== */

/* Copy icons from an icomoon project stylesheet here. Please ensure they prefixed
   with .icon-- */



/* ==========================================================================
   Section Defaults
   ========================================================================== */
.section {
  padding: 3rem 0;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
/**
 * Displays an element as if it was a button.
 *
 * Can be used on virtually any element, but recommended only for links, buttons
 * and input elements, or elements that have JavaScript interactions with
 * button-like behaviour.
 */
.btn:link,
.btn:visited {
  display: inline-block;
  padding: 0.4rem 2rem 0.5rem 2.2rem;
  border: 1px solid transparent;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #009AA6;
  border-radius: 4px;
  color: #FFFFFF;
  letter-spacing: 1.99px;
  font-family: "skolar-sans-latin";
}
/* States */
/*.btn:link,
.btn:visited {
  color: #333;
  text-decoration: none;
  background-color: #eee;
}*/
.btn:hover,
.btn:focus {
  text-decoration: none;
  background-color: #ccc;
  outline: none;
}
.btn:active,
.btn.is-active {
  background-color: #bbb;
}
/* Modifiers */
.btn--round {
  -webkit-border-radius: 99999px;
          border-radius: 99999px;
}
.btn--rounded {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.btn--full {
  width: 100%;
}
/* Button variations
   ========================================================================== */
/* Buttons of primary importance */
.btn--primary,
.btn--primary:link,
.btn--primary:visited {
  background-color: #009AA6;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn--primary.disabled,
.btn--primary.disabled:link,
.btn--primary.disabled:visited{
  opacity: 0.6;
  cursor: default;
}

.btn--primary.disabled:hover,
.btn--primary.disabled:focus{
  background-color: #009AA6;
}

.btn--primary:hover,
.btn--primary:focus {
  background-color: #004165;
}
.btn--primary:active {
  background-color: #004165;
}
/* Buttons of secondary importance */
.btn--secondary,
.btn--secondary:link,
.btn--secondary:visited {
  color: #fff;
  background-color: #333;
}
.btn--secondary:hover,
.btn--secondary:focus {
  background-color: #3f3f3f;
}
.btn--secondary:active {
  background-color: #262626;
}

/* Menu button
   ========================================================================== */
/**
 * The menu button is exclusively used for toggling the navigation menu on
 * mobile devices, but could be used elsewhere when needed.
 */
.btn--menu {
  border: none;
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-block;
  padding: 8px 5px;
  color: #3b617d;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
     -moz-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
       -o-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
          transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
  z-index: 9999999;
}

/* States */
.btn--menu:hover,
.btn--menu:focus,
.btn--menu.is-hovered,
.btn--menu.is-focused,
.btn--menu.is-active {
  outline: none;
  color: #436e8e;
  background-color: transparent;
}
.btn--menu:active {
  background-color: transparent;
}
/* Bar icon
   ========================================================================== */
/**
 * The `hamburger` icon is mainly used inside the `btn--menu` element.
 */
.btn--menu .bar,
.btn--menu .bar:before,
.btn--menu .bar:after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 2px;
  background-color: #3b617d;
  -webkit-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
     -moz-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
       -o-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
          transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
}
.btn--menu .bar {
  margin-top: -2px;
  margin-left: 4px;
}
.btn--menu .bar:before,
.btn--menu .bar:after {
  content: '';
  position: absolute;
  left: 0;
}
.btn--menu .bar:before {
  top: -6px;
}
.btn--menu .bar:after {
  bottom: -6px;
}
/* States */
.btn--menu:hover .bar,
.btn--menu:hover .bar:before,
.btn--menu:hover .bar:after,
.btn--menu:focus .bar,
.btn--menu:focus .bar:before,
.btn--menu:focus .bar:after,
.btn--menu.is-hovered .bar,
.btn--menu.is-hovered .bar:before,
.btn--menu.is-hovered .bar:after,
.btn--menu.is-focused .bar,
.btn--menu.is-focused .bar:before,
.btn--menu.is-focused .bar:after,
.btn--menu.is-active .bar,
.btn--menu.is-active .bar:before,
.btn--menu.is-active .bar:after {
  background-color: #436e8e;
}
.btn--menu.is-active .bar,
.btn--menu.is-active:hover .bar,
.btn--menu.is-active:focus .bar {
  background-color: transparent;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
/**
 * The bars rotate into an `x` shape to indicate the user can close the menu.
 * This can be adjusted as required.
 */
.btn--menu.is-active .bar:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn--menu.is-active .bar:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ==========================================================================
   Alerts
   ========================================================================== */
.alert {
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
}

.alert--warning {
  color: #8a6d3b;
  border-color: #faebcc;
  background-color: #fcf8e3;
}

.alert--error {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede;
}

.alert--success {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8;
}

main ul li{
  margin: 0.5rem 0;
  line-height: 1.4;
  font-family: "utopia-std";
  color: #292929;
  font-size: 1rem;
  letter-spacing: 1px;
}

main ol li{
  margin: 0.5rem 0;
  line-height: 1.4;
  font-family: "utopia-std";
  color: #292929;
  font-size: 1rem;
  letter-spacing: 1px;
}

/* ==========================================================================
   Slider
   ========================================================================== */
/**
 * Sliders are dynamically sliding content areas (usually used as an impact
 * area) and contain slides to progressively show to the user.
 */

.section--slider {
  padding: 0;
}

.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 10rem;
  background-color: #333;
}
/* Slider slides
   ========================================================================== */
.slider__slides {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
  .slider__overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    background-color: #000;
    opacity: 0.2;
  }
  .slider__slide {
    position: absolute;
    top: 0;
    left: 0;
    /*display: none;*/
    z-index: 1;
   /* opacity: 0;*/
    width: 100%;
    height: 100%;
    text-align: center;
    /*overflow: hidden;*/
    -webkit-transition: opacity 0.8s cubic-bezier(.6,.1,.4,.9);
       -moz-transition: opacity 0.8s cubic-bezier(.6,.1,.4,.9);
         -o-transition: opacity 0.8s cubic-bezier(.6,.1,.4,.9);
            transition: opacity 0.8s cubic-bezier(.6,.1,.4,.9);
  }
  .no-js .slider__slide:first-child {
    display: block;
  }
    .slide__wrapper {
      display: table;
      width: 100%;
      height: 100%;
    }

      .slide__content {
        display: table-cell;
        position: relative;
        z-index: 2;

        padding: 2rem 1rem 0;

        vertical-align: middle;
      }

        .slider__heading {
          margin: 0 0 0.5rem;
          color: #fff;
          font-size: 2rem;
          font-weight: 300;
          line-height: 1.2;
          -webkit-font-smoothing: antialiased;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -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);
        }
        .slider__subheading {
          margin: 0;
          color: #fff;
          font-size: 1.4rem;
          font-weight: 300;
          -webkit-font-smoothing: antialiased;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -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);
          }
/* States */
.slider__slide.is-inactive {
  z-index: 0;
  opacity: 0;
}
.slider__slide.is-animating-in {
  z-index: 1;
  opacity: 1;
}
.slider__slide.is-animating-out {
  z-index: 2;
  opacity: 0;
}
.slider__slide.is-active {
  opacity: 1;
}
/* Slider arrows
   ========================================================================== */
.slider__arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1000;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 999px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  background-color: transparent;
  cursor: pointer;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.2s cubic-bezier(.6,.1,.4,.9);
          transition: all 0.2s cubic-bezier(.6,.1,.4,.9);
}
  .slider__arrow:before,
  .slider__arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 3px;
    height: 40%;
    background-color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(.6,.1,.4,.9);
            transition: all 0.2s cubic-bezier(.6,.1,.4,.9);
  }
  .slider__arrow:before {
    top: 10%;
  }
  /* Previous */
  .slider__arrow--prev:before,
  .slider__arrow--prev:after {
    left: 15px;
  }
  .slider__arrow--prev:before {
    -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: rotate(30deg) translateZ(0);
        -ms-transform: rotate(30deg) translateZ(0);
            transform: rotate(30deg) translateZ(0);
  }
  .slider__arrow--prev:after {
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-30deg) translateZ(0);
        -ms-transform: rotate(-30deg) translateZ(0);
            transform: rotate(-30deg) translateZ(0);
  }
  /* Next */
  .slider__arrow--next {
    left: auto;
    right: 0;
  }
  .slider__arrow--next:before,
  .slider__arrow--next:after {
    left: 30px;
  }
  .slider__arrow--next:before {
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: rotate(-30deg) translateZ(0);
        -ms-transform: rotate(-30deg) translateZ(0);
            transform: rotate(-30deg) translateZ(0);
  }
  .slider__arrow--next:after {
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: rotate(30deg) translateZ(0);
        -ms-transform: rotate(30deg) translateZ(0);
            transform: rotate(30deg) translateZ(0);
  }
/* States */
.slider__arrow:hover {
  background-color: #fff;
}
.slider__arrow:hover:before,
.slider__arrow:hover:after {
  background-color: #6ab2cd;
}
.slider__arrow--prev:hover:before,
.slider__arrow--next:hover:after {
  -webkit-transform: rotate(45deg) translateZ(0);
      -ms-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
}
.slider__arrow--prev:hover:after,
.slider__arrow--next:hover:before {
  -webkit-transform: rotate(-45deg) translateZ(0);
      -ms-transform: rotate(-45deg) translateZ(0);
          transform: rotate(-45deg) translateZ(0);
}
.slider__arrow--prev,
.slider__arrow--prev.is-inactive {
  -webkit-transform: translateX(-100%) translateZ(0);
      -ms-transform: translateX(-100%) translateZ(0);
          transform: translateX(-100%) translateZ(0);
}
.slider__arrow--next,
.slider__arrow--next.is-inactive {
  -webkit-transform: translateX(100%) translateZ(0);
      -ms-transform: translateX(100%) translateZ(0);
          transform: translateX(100%) translateZ(0);
}
.slider__arrow--next.is-active {
  -webkit-transform: translateX(-10px) translateZ(0);
      -ms-transform: translateX(-10px) translateZ(0);
          transform: translateX(-10px) translateZ(0);
}
.slider__arrow--prev.is-active {
  -webkit-transform: translateX(10px) translateZ(0);
      -ms-transform: translateX(10px) translateZ(0);
          transform: translateX(10px) translateZ(0);
}
/* Dots
   ========================================================================== */
.slider__dots {
  display: none;
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 1000;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(.6,.1,.4,.9);
          transition: all 0.2s cubic-bezier(.6,.1,.4,.9);
}
/* States */
.slider__dots,
.slider__dots.is-inactive {
  opacity: 0;
  -webkit-transform: translateY(100%) translateZ(0);
      -ms-transform: translateY(100%) translateZ(0);
          transform: translateY(100%) translateZ(0);
}
.slider__dots.is-active {
  opacity: 1;
  -webkit-transform: translateY(0) translateZ(0);
      -ms-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0);
}
  .slider__dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 0.15rem;
    border: 2px solid transparent;
    -webkit-border-radius: 999px;
            border-radius: 999px;
    background-color: #fff;
    -webkit-background-clip: content;
       -moz-background-clip: content;
            background-clip: content-box;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
  }
  /* States */
  .slider__dot:hover {
    background-color: #6ab2cd;
  }
  .slider__dot:active,
  .slider__dot.is-active {
    border-color: #fff;
    background-color: transparent;
  }
@media only screen and (min-width: 40em) {
  .slider {
    height: 28rem;
  }
    .slide__wrapper {
      max-width: 45em;
      margin: auto;
    }
      .slider__heading {
        font-size: 3rem;
      }
      .slider__subheading {
        font-size: 1.8rem;
      }
  .slider__dots {
    display: block;
  }
}
@media only screen and (min-width: 60em) {
  .slider {
    height: 34rem;
  }
    .slider__heading {
      font-size: 3.6rem;
    }
    .slider__subheading {
      font-size: 1.5rem;
    }
}

/* ==========================================================================
   Impact areas
   ========================================================================== */
/**
 * A large content area usually found at either the very top of a page, or in
 * between other content to draw attention.
 *
 * If a background image is present, we put it on its own layer for performance
 * reasons (e.g. when using a parallax effect, it drastically improves the
 * performance as it gets composited instead of redrawn).
 */
.section--impact {
  padding: 0;
}

.impact {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
  color: #fff;
}
  .impact__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .impact__heading {
    font-size: 2rem;
  }
  .impact__subheading {
    font-size: 1.4rem;
  }
  .impact__body {
    font-size: 1.2rem;
  }
@media only screen and (min-width: 40em) {
  .impact {
    padding: 8rem 0;
  }
  .impact__heading {
    font-size: 3rem;
  }
  .impact__subheading {
    font-size: 1.7rem;
  }
  .impact__body {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 60em) {
  .impact {
    padding: 12rem 0;
  }
    .impact__heading {
      font-size: 4rem;
    }
    .impact__subheading {
      font-size: 2rem;
    }
    .impact__body {
      font-size: 1.4rem;
    }
}

.text-image-section .impact__image{
  background-position: center right!important;
  background-size: contain!important;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Default form styling in order to make sure some elements look proper when
 * there's no way to class individual elements.
 *
 * Labels, when hovered, will change the border color of the associated input
 * element if it directly follows the label.
 *
 * [1] Input elements that are nested within labels (usually checkboxes or
 *     radio-buttons), display as inline-blocks.
 */
 ::-webkit-input-placeholder {
    color: #004165;
 }

 :-moz-placeholder { /* Firefox 18- */
    color: #004165;
 }

 ::-moz-placeholder {  /* Firefox 19+ */
    color: #004165;
 }

 :-ms-input-placeholder {
    color: #004165;
 }

label {
  display: inline-block;
  cursor: pointer;
}
  label > input {
    display: inline-block; /* [1] */
    width: auto;
    margin-right: 0.5rem;
  }

html input[disabled],
html textarea[disabled] {
  cursor: not-allowed;
  background-color: #f4f4f4;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  display: block;
  width: 100%;
  padding: 1rem;
  /*padding: 0.25em 0.5em;
  border: 1px solid #ccc;*/
  background-color: #F6F6F6;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #444;
  font-weight: 300;
}



input[type=color]:hover,
input[type=date]:hover,
input[type=datetime]:hover,
input[type=email]:hover,
input[type=file]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=range]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover,
select:hover,
textarea:hover,
label:hover + input[type=color]:hover,
label:hover + input[type=date]:hover,
label:hover + input[type=datetime]:hover,
label:hover + input[type=email]:hover,
label:hover + input[type=file]:hover,
label:hover + input[type=month]:hover,
label:hover + input[type=number]:hover,
label:hover + input[type=password]:hover,
label:hover + input[type=range]:hover,
label:hover + input[type=search]:hover,
label:hover + input[type=tel]:hover,
label:hover + input[type=text]:hover,
label:hover + input[type=time]:hover,
label:hover + input[type=url]:hover,
label:hover + input[type=week]:hover,
label:hover + select,
label:hover + textarea {
  border-color: #aaa;
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus,
label:hover + input[type=color]:focus,
label:hover + input[type=date]:focus,
label:hover + input[type=datetime]:focus,
label:hover + input[type=email]:focus,
label:hover + input[type=file]:focus,
label:hover + input[type=month]:focus,
label:hover + input[type=number]:focus,
label:hover + input[type=password]:focus,
label:hover + input[type=range]:focus,
label:hover + input[type=search]:focus,
label:hover + input[type=tel]:focus,
label:hover + input[type=text]:focus,
label:hover + input[type=time]:focus,
label:hover + input[type=url]:focus,
label:hover + input[type=week]:focus,
label:hover + select:focus,
label:hover + textarea:focus {
  outline: none;
  border-color: #888;
}

/* Gravity Forms
   ========================================================================== */

.gform_fields {
  padding: 0;
  list-style-type: none;
}

.gfield {
  padding-bottom: 1rem;
}

.gfield_radio {
  list-style-type: none;
  padding-left: 0;
}

.gfield_radio input[type="radio"] {
  margin-right: 0.75rem;
}

/* Validation */
.validation_message {
  color: #a94442;
  font-size: 0.9rem;
  padding-top: 0.25rem;
}

.gfield_error input,
.gfield_error textarea,
.gfield_error select {
  border-color: #a94442;
}

.gform_footer {
  text-align: center;
}

/* Selectric
   ========================================================================== */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  outline: none;
  border: none;
  background: none;
}

.selectric-temp-show {
  position: absolute;
  visibility: hidden;
  display: block;
}

.selectric-open .selectric {
  border-color: #CCC;
  background: #F0F0F0;
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 2rem 0 0;
  padding: 0.35rem 0.5rem;
  line-height: 1.5;
  color: #666;
  min-height: 1.75rem;
  text-shadow: 0 1px #FFF;
}

.selectric .button {
  position: absolute;
  right: 0;
  top: 0;
  height: 2.1rem;
  width: 2rem;
  border-left: 1px solid #D2D2D2;
  padding: 0.45rem 0.5rem 1rem 0.5rem;
  color: #888;
}


.selectric-hover .selectric {
  border-color: #CCC;
}

.selectric-hover .selectric .button {
  color: #555;
}

.selectric .button:before {
  content: " ";
  float: left;
  height: 100%;
  border-right: 1px solid #FFF;
  visibility: visible;
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5rem;
  min-height: 1.5rem;
}
.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #EFEFEF;
  color: #444;
}
.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: not-allowed;
  background: none;
  color: #666;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Default table styling in order to make sure some elements look proper when
 * there's no way to class individual elements.
 */
table {
  width: 100%;
  text-align: left;
}
  thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eee;
  }
  tbody tr {
    border-top: 1px solid #eee;
  }
  th,
  td {
    padding: 0.25rem;
    text-align: left;
  }

/* ==========================================================================
   Site-header
   ========================================================================== */
/**
 * The global header
 *
 * This element usually hosts a logo, the main navigation and other elements
 * that should show up throughout the entire website.
 */
.site-header {
  z-index: 99999;
  height: 4.5rem;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
}
  .site-header .wrapper {
    width: 100%;
    height: 100%;
  }
@media only screen and (min-width: 40em) {
  .site-header {
    height: 6rem;
    position: relative;
  }
    .site-header .wrapper {
      padding: 1rem;
    }
}
@media only screen and (min-width: 60em) {
  .site-header {
    height: 10rem;
  }
}
/* Sticky site header
   ========================================================================== */
.site-header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* ==========================================================================
   Logo
   ========================================================================== */
/**
 * The website's main logo, usually displayed in the site's global header.
 *
 * [1] Remove the max-width to prevent a bug in IE.
 * [2] We scale the image's height instead of width for the logo.
 */
.logo {
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
}
  .logo__img {
    width: auto;
    max-width: none; /* [1] */
    height: 40px;    /* [2] */
  }
@media only screen and (min-width: 40em) {
    .logo__img {
      height: 56px;
    }
}
@media only screen and (min-width: 60em) {
  .logo__img {
    height: 110px;
    padding-top: 1rem;
  }
}
/* ==========================================================================
   Main navigation
   ========================================================================== */
/**
 * The website's main navigation, usually located in the header.
 */
.nav--main {
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
}
  .nav--main .nav__item {
    width: 100%;
  }
  .nav--main .nav__item a,
  .nav--main .nav__item form {
    padding: 1rem;
    font-family: "skolar-sans-latin";
    font-weight: 400;
  }

    .nav--main .nav__item a,
    .nav__item--upper .nav--sub .nav__item a,
    .nav__item--upper .nav__item form {
      font-weight: bold;
      text-align: center;
      -webkit-transition: all 0.2s cubic-bezier(.6,0,.6,1);
              transition: all 0.2s cubic-bezier(.6,0,.6,1);
    }
    .nav--main .nav__item a:link,
    .nav--main .nav__item a:visited {
      color: #004165;
      text-align: left;
    }
    .nav--main .nav__item a:hover,
    .nav--main .nav__item a:focus,
    .nav--main .nav__item--upper .nav--sub a:hover,
    .nav--main .nav__item--upper .nav--sub a:focus {
      border-color: #57a8c6;
      color: #fff;
      text-decoration: none;
      background-color: #004165;
    }
    .nav--main .nav__item a:active {
      border-color: #32536b;
      color: #fff;
      background-color: #3b617d;
    }
    .nav--main .nav__item:first-child a {

    }
/* States */
.nav--main.is-open,
.nav--main.is-closed {
  -webkit-transition: all 0.2s cubic-bezier(.7,.2,.3,.8);
          transition: all 0.2s cubic-bezier(.7,.2,.3,.8);
}
.nav--main.is-open {
  visibility: visible;
  opacity: 1;
  background-color: rgba(255,255,255,0.9);
  height: 100vh;
  overflow: scroll;
}

@media only screen and (min-width: 76em) {
  .nav--main {
    display: block;
    position: absolute;
    top: 24px;
    right: 16px;
    left: auto;
    width: auto;
    visibility: visible;
    opacity: 1;
  }
    .nav--main .nav__item {
      position: relative;
      display: inline-block;
      width: auto;

    }
      .nav--main .nav__item a,
      .nav--main .nav__item form {
        margin-left: 0;
        padding-left: 1rem;
        border: 0;
        background-color: transparent;
      }
      .nav--main .nav__item a:link,
      .nav--main .nav__item a:visited {
        color: #004165;
        font-weight: 400;
      }
      .site-footer .nav--main .nav__item a:link,
      .site-footer .nav--main .nav__item a:visited {
        color: #009AA6;
      }
      .site-footer .nav--main .nav--sub .nav__item a:link,
      .site-footer .nav--main .nav--sub .nav__item a:visited {
        color: #004165;
      }
      .nav--main .nav__item a:hover,
      .nav--main .nav__item a:focus {
        color: #6ab2cd;
        text-decoration: none;
        background-color: transparent;
      }
      .nav--main .nav__item a:active {
        background-color: transparent;
      }
      .nav--main .nav__item:first-child a {
        border: 0;
      }
}
@media only screen and (min-width: 60em) {
  .nav--main {
    top: 44px;
  }
    .nav--main .nav__item a,
    .nav--main .nav__item form {
      padding: 0.75rem 1rem;
    }
    .nav--main .nav__item a {
      font-size: 1.1rem;
    }
}
@media only screen and (min-width: 40em){
  .header--fr .nav--main > .nav__item > a:link,
  .header--fr .nav--main > .nav__item > a:visited {
    letter-spacing: 1px;
    font-size: 1rem;
    padding: 0.5rem;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 70em){
  .nav--main .nav__item a:link,
  .nav--main .nav__item a:visited {
    letter-spacing: 2px;
  }
  .header--fr .nav--main > .nav__item > a:link,
  .header--fr .nav--main > .nav__item > a:visited {
    letter-spacing: 1px;
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    margin-top: 2rem;
  }
}

.nav--main > .nav__item > a:link,
.nav--main > .nav__item > a:visited{
  /*font-weight: 600;*/
}

/* ==========================================================================
   Sub navigation
   ========================================================================== */
/**
 * Navigation that is used for drop-down menus. Usually in the main navigation
 * menu.
 */
.nav--sub {
  top: 90%;
  visibility: hidden;
  opacity: 0;
  width: 100%;
}

.site-footer .nav--sub{
  box-shadow: none;
}
  .nav--sub .nav__item a {
    /*border-bottom: 1px solid #ddd;*/
    font-size: 0.875rem;
    text-align: left;
    white-space: normal;
    font-weight: 100;
    padding-left: 2.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .nav--sub .nav__item a:hover,
  .nav--sub .nav__item a:focus {

  }
  .nav--sub .nav__item a:active {

  }

  .nav--sub .nav__item a:link, .nav--sub .nav__item a:visited{
    color: #009AA6;
  }
/* States */
.nav--sub.is-open,
.nav--sub.is-closed {
  -webkit-transition: all 0.3s cubic-bezier(.7,.2,.3,.8);
          transition: all 0.3s cubic-bezier(.7,.2,.3,.8);
}

  .nav--sub {
    height: 0;
  }

  .site-footer .nav--sub{
    height: auto;
  }

.nav--sub.is-open {
  visibility: visible;
  opacity: 1;
  top: 100%;
  height: auto;
}

.site-header .nav__item:last-child .nav--sub{
  left: 90%;
}

@media only screen and (min-width: 40em) {

    .nav--sub .nav__item {
      display: block;
      font-weight: 400;
    }

      .nav--sub .nav__item a:active {
        color: #fff;
        background-color: #333;
      }
      .nav--sub .nav__item:first-child a {
        /*border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;*/
      }
}

@media only screen and (min-width: 76em){
  .nav_arrow_down{
    display: none;
  }
  .nav--sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 11rem;
    margin-left: -80px;
  }

  .site-header ol.nav.nav--sub {
      box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
      height: auto;
  }

  .nav--main .nav__item:hover > .nav--sub,
  .nav--sub .nav__item:hover > .nav--sub {
    visibility: visible;
    opacity: 1;
  }

  .nav--sub .nav__item a:link, .nav--sub .nav__item a:visited{
    color: #004165;
    line-height: 1.2rem;
  }

  .nav--sub .nav__item a {
    /*border-bottom: 1px solid #eee;*/
    background-color: #fff;
  }
  .nav--sub .nav__item a:hover,
  .nav--sub .nav__item a:focus {
    background-color: #fff;
  }

  .nav--sub .nav__item a{
    padding-left: 1rem;
  }
}

@media only screen and (min-width: 76em) {
  .parent-menu-item:hover .nav--sub {
      display: block;
      position: absolute;
      visibility: visible;
      top: 100%;
      left: 50%;
      -webkit-transition: all .2s cubic-bezier(.6,.2,.6,.9);
      -moz-transition: all .2s cubic-bezier(.6,.2,.6,.9);
      -o-transition: all .2s cubic-bezier(.6,.2,.6,.9);
      transition: all .2s cubic-bezier(.6,.2,.6,.9);
      opacity: 0;
      white-space: normal;
  }



}

@media only screen and (min-width: 60em) {
  .site-footer .parent-menu-item:hover .nav--sub{
    left:49%;
  }
}

/* ==========================================================================
   Upper Navigation
   ========================================================================== */
/**
 * Some sites include navigations above the primary nav.
 * Create a blank nav item with URL as #upper, and the descendents will display above
 */
.nav__item--upper .nav--sub {
  visibility: visible;
  position: static;
  opacity: 1;
}

@media only screen and (min-width: 40em) {

  .nav--main .nav__item--upper {
    position: static;
  }

  .nav__item--upper > .nav--sub {
    display: block;
    position: absolute;
    visibility: visible;
    left: auto;
    top: -2.75rem;
    right: 1rem;
    margin-left: 0;
    width: auto;
    opacity: 1;
  }

  .nav__item--upper > .nav--sub > .nav__item {
    display: inline-block;
  }

  .nav__item--upper > .nav--sub .nav__item a,
  .nav__item--upper > .nav--sub .nav__item form {
    padding: 0.25rem 0.5rem;
  }

  .nav__item--upper > .nav--sub .nav__item a {
    background-color: transparent;
    border-bottom: none;
    border-top: none;
    font-size: 0.9rem;
    display: inline-block;
  }

}

.frontpage .site-header{
  background: -webkit-linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8), rgba(255,255,255,0.4), rgba(255,255,255,0));
  background: -o-linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8), rgba(255,255,255,0.4), rgba(255,255,255,0));
  background: -moz-linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8), rgba(255,255,255,0.4), rgba(255,255,255,0));
  background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8), rgba(255,255,255,0.4), rgba(255,255,255,0));
  border: none;
  padding-bottom: 6rem;
}

/* ==========================================================================
   Header Social/Language/Search
   ========================================================================== */

  .social-text:link, .social-text:visited{
    color: #009AA6;
  }

  .social-text-outer {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
  }


  .social-text-outer > .social-text{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1.4rem;
  }

  .site-header .social-text-outer > .social-text i,
  .nav__item--francais a{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .site-header .social-text-outer > .social-text:hover i{
    color: #004165;
  }

  .nav__item--francais:hover a{
    color: #004165;
  }
  .nav--lang {
    position: absolute;
    right: 4.5rem;
    top: 1.5rem;
  }

  .nav--lang .nav__item {
    display: inline-block;
  }

  .nav--lang a{
    color: #009AA6;
    font-family: "skolar-sans-latin";
    letter-spacing: 1px;
  }

  .nav--main{
    top: 4rem;
    padding-top: 4rem;
    margin-top: -4rem;
  }

@media only screen and (min-width: 76em) {

  .nav--main{
    top: 52px;
    padding-top: 0rem;
    margin-top: 0;
  }

  .frontpage .site-header{
    background: -webkit-linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8), rgba(255,255,255,0.4), rgba(255,255,255,0));
    background: -o-linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8), rgba(255,255,255,0.4), rgba(255,255,255,0));
    background: -moz-linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8), rgba(255,255,255,0.4), rgba(255,255,255,0));
    background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8), rgba(255,255,255,0.4), rgba(255,255,255,0));
    position: relative;
    border: none;
    padding-bottom: 6rem;
  }

  .social-text-outer {
    position: absolute;
    right: 10rem;
    top: 0;
    display: block;
  }

  .site-footer .social-text-outer{
    right: 0rem;
  }

  .nav--lang {
    top: 1.3rem;
  }


  .site-header .social-text-outer{
    padding-top: 1rem;
  }

  .social-text-outer > .social-text{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1.1rem;
  }

  .site-header .social-text-outer > .social-text{
    font-size: 1.4rem;
  }

  .nav--main .nav__item:last-of-type a{
    padding-right: 0;
  }
}

.event-month-french{
  text-transform: lowercase;
}

/* ==========================================================================
   $ Owl Carousel
   ========================================================================== */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-item{
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -ms-grab;
}

.owl-dots{
  height: auto;

}

.owl-dot{
  height: 15px;
  width: 15px;
  border: 1px solid #004165;
  border-radius: 2px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.owl-dot.active{
  background-color: #009AA6;
  border: 1px solid #009AA6;
}

.slider__slides .owl-item{
  height: 100%;
}

.slider__slides .owl-stage{
  height: 100%;
}

.slider__slides{
  height: 100%;
}

.slider__slides .owl-stage-outer{
  height: 100%;
}

.slider__slides .slider__slide{
  height: 100%;
}

/* ==========================================================================
   Slider Home Page
   ========================================================================== */

.slider__slide{
  background-size: cover;
  background-repeat: no-repeat;
}

.slider{
  height: 30rem;
}

.slider-home .slider{
  height: 50rem;
}

.slider__button-list{
   list-style: none;
   padding: 0;
   margin-left: 0;
   pointer-events: all;
}

.slide__wrapper{
  position: static;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-top: 22rem;
  z-index: 9;
  background-color: rgba(255,255,255,0.9);
  opacity: 0.9;
  box-shadow: 0 0 71px 0 rgba(0,0,0,0.58);
  border-radius: 4px;
  height: auto;
  width: 80%;
}

.slider__heading, .slider__subheading{
  color: #004165;
}

.slider__content{
  color: #565A5C;
}

.slider__link{
 background-color: #009AA6;
 border-radius: 4px;
}

.slide__inner{
  padding: 1rem 2rem;
  text-align: left;
}

.slide__inner ul.button-list li{
  margin-top: 0;
}

.slide__wrapper{
  top: 7rem;
}

.owl-controls{
  position: absolute;
  top: 25rem;
  z-index: 10;
  right:1rem;
  display: none;
}

#sync1{
  z-index: 999;
  cursor: default;
  pointer-events: none;
}

.slide__wrapper{
  pointer-events: bounding-box;
  cursor: default;
}

.owl-controls{
  pointer-events: auto;

}

@media only screen and (min-width: 40em) {
  .slider-home .slider{
    height: 46rem;
  }
  .slide__wrapper {
    max-width: 36em;
  }

   .slider__overlay{
     z-index: 2;
   }

   .slide__wrapper{
     position: static;
     float: right;
     left: auto;
     margin: 0;
     margin: 2rem auto;
     margin-right: 2em;
     margin-top: 15rem;
     z-index: 3;
     background-color: rgba(255,255,255,0.9);
     opacity: 1;
     box-shadow: 0 0 71px 0 rgba(0,0,0,0.58);
     border-radius: 4px;
     height: auto;
   }

   .slide__inner{
     padding: 2rem 4rem 2rem 2rem;
     text-align: left;
	 min-height: 18rem;
 	display: flex;
 	flex-direction: column;
 	justify-content: center;
   }

   .owl-controls{
     right: 2.5rem;
     top: 22rem;
     display: block;
   }

}

@media only screen and (min-width: 76em) {
   .slide__wrapper{
     margin-right: 4em;
   }
   .owl-controls{
     right: 5rem;
   }
}

@media only screen and (min-width: 60em) {
   .slide__wrapper{
     margin-right: 6em;
   }
   .owl-controls{
     right: 7rem;
   }

}

@media only screen and (min-width: 70em) {
   .slide__wrapper{
     /*margin-right: 8em;*/
     margin-right: calc((100% - 70em)/2);
   }

   .owl-controls{
     /*right: 10rem;*/
      right: calc((100vw - 1064px)/2);
   }
}

@media only screen and (min-width: 80em) {
   .slide__wrapper{
     /*margin-right: 10em;*/
     margin-right: calc((100% - 70em)/2);
   }

   .owl-controls{
     /*right: 12rem;*/
      right: calc((100vw - 1064px)/2);
   }
}

@media only screen and (min-width: 90em) {
   .slide__wrapper{
     /*margin-right: 16em;*/
    /*margin-right: calc((100% - 70em)/2);*/
   }

   .owl-controls{
     /*right: 18rem;*/
      right: calc((100vw - 1064px)/2);
   }
}

.section--text-banner.dark_blue h2 {
  width: 90%;
  text-align: center;
  border-bottom: 1px solid #fff;
  line-height: 0.1em;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 2.5rem;
}

.section--text-banner.dark_blue h3{
  color: #fff;
}

.section--text-banner .section__heading{
  margin-top: 0;
}


.section--carousel .owl-controls{
  position: static;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.section--carousel .owl-dot{
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.section--carousel:not(.owl-carousel) .carousel_items{
  width: 33.33333%;
  position: relative;
  display: block;
  margin: 0 auto;
}

/* ==========================================================================
   Text Banner
   ========================================================================== */
.section.section--callouts.bg_grey h2{
  display: inline-block;
  border-bottom: 1px solid #004165;
  padding-bottom: 1rem;
}

.section.section--callouts.bg_grey > .grid-container{
  text-align: center;
}

.section.section--callouts.bg_grey > .grid-container > .grid-x{
  text-align: left;
}

.callout-what-is-new {
    text-align: center;
}

.section__heading{
  text-transform: uppercase;
}

.featured_with_map_title{
  text-transform: uppercase;
  display: inline-block;
}

.section--text-banner {
  /*padding-top: 5rem;*/
}

.section--text-banner.dark_blue h2 span {
 background-color: #004165;
 padding: 0 2rem;
}

.section--text-banner.dark_blue p{
 color: #fff;
 font-size: 1.2em;
}

.section--text-banner.dark_blue p .btn--primary{
 font-size: 0.8em;
}

.horizontal-rule .grid{
  text-align: center;
}

.section--text-banner img{
    width: 93px;
    display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 40em) {
  .horizontal-rule .grid{
    text-align: left;
  }

  .section--text-banner.dark_blue h2 span {
    background-color: #004165;
    padding: 0 1rem;
  }

  .section--text-banner.dark_blue p{
    color: #fff;
  }

   .section--text-banner .wrapper,
   .section--text-banner .grid-container{
    max-width: 52rem;
  }

  .section--text-banner.dark_blue .wrapper,
  .section--text-banner.dark_blue .grid-container{
    max-width: 40rem;
  }

    .section--text-banner img{
        width: 85px;
        display: block;
        margin: 6rem auto 0rem auto;
    }

  .horizontal-rule .line-center{
     margin:0;padding:0 2rem;
     background:#fff;
     display:inline-block;
  }

  .horizontal-rule{
     position:relative;
     z-index:2;
  }

  .horizontal-rule:after{
     content:"";
     position:absolute;
     top:50%;
     left:0;
     right:0;
     border-top:solid 1px #004165;
     z-index:-1;
  }

}

@media only screen and (min-width: 60em){
  .section--text-banner.icon{
    padding-bottom: 6rem;
  }
}

/* ==========================================================================
   Callouts
   ========================================================================== */

.callouts-img{
  padding: 6rem 0;
}

#our-work .section--callouts .section__heading{
  margin-bottom: 2rem;
}

#our-work .section--callouts{
  padding-top: 0;
}

@media only screen and (min-width: 40em){
  #our-work .section--callouts{
    padding-top: 3rem;
  }
}

.callout-fullwidth .wrapper{
  max-width: 100rem;
}

.callout__button{
  margin-top: 1rem;
}

a.callout_link_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.callout__body{
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 60em){
  .callout-fullwidth .islet{
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.callout-what-is-new{
  background-color: #ECECEC;
}

.callout-featured-work{
  text-align: center;
}

.callout-featured-work .callout.islet{
  box-shadow: 0 2px 26px 0 rgba(0,0,0,0.20);
  text-align: center;
  padding: 2rem;
  margin: 1.4rem;
}

.callout-featured-work h2{
  border-bottom: 1px solid #004165;
  display: inline-block;
  padding-bottom: 1rem;
}

.callout.islet img{
  box-shadow: 0 2px 26px 0 rgba(0,0,0,0.20);
}

.callout-featured-work .callout__heading.gamma{
  color: #004165;
  letter-spacing: 2px;
  font-size: 2.2rem;
  margin-bottom: 0.2rem;
  font-weight: 400;
  margin-top: 0;
}

.bg_grey .callout.islet {
  box-shadow: none;
}

.bg_white .islet img{
  box-shadow: none;
  max-width: 5rem;
}

.callout.islet {
  box-shadow: 0 2px 26px 0 rgba(0,0,0,0.50);
  text-align: center;
  padding: 2rem;
  margin-top: 0;
}

@media only screen and (min-width: 40em){
  .home .callout-what-is-new .callout.islet{
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.callout_link_wrapper:link, .callout_link_wrapper:visited{
  text-decoration: none;
}

.callout_link_wrapper:hover .callout__button{
    background-color: #004165;
}

.callout__button{
  display: inline-block;
  padding: 0.4rem 1rem 0.5rem 1rem;
  border: 1px solid transparent;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #009AA6;
  border-radius: 4px;
  color: #FFFFFF;
  letter-spacing: 1.99px;
  font-family: "skolar-sans-latin";
}


/* ==========================================================================
   Who We Are
   ========================================================================== */

.default-page-banner{
  background-color: #009AA6;
  margin-top: 72px;
  box-shadow: 0 2px 26px 0 rgba(0,0,0,0.20);
}

.default-page-banner h2{
  color: #fff;
}


.image-caption{
  background-color: #004165;
  padding: 1.5rem 0;
}

.image-caption p{
  color: #fff;
  margin-top: 25px;
  display: inline-block;
  margin: 0;
}

.section--text-with-image-video .grid .grid{
  margin: 0;
}

.video{
  max-width: 100%;
}

.carousel-block__image {
    height: 20rem;
}

.carousel_items .slider__overlay{
  cursor: pointer;
}

.carousel_items:hover .play_btn{

}

.play_btn{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 7rem;
  margin: 0 auto;
  color: #009AA6;
  width: 20px;
  font-size: 5rem;
  z-index: 3;
  -webkit-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  transform: translateZ(1px);
}

.slider__overlay{
  -webkit-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  transform: translateZ(1px);
}

.section--text-with-image-video .play_btn{
  top: 7rem;
}

@media only screen and (min-width: 60em){
  .section--text-with-image-video .play_btn{
    top: 13rem;
  }
}

.play_btn i{
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  transform: translateZ(1px);
}

.play_btn i:hover{
  opacity: 0.7;
}


/* ==========================================================================
   Text with quote
   ========================================================================== */


.quote--text p{
  font-family: "skolar-sans-latin";
  color: #004165;
  line-height: 2;
}

.quote--text{
  background-image: url('img/quotes.svg');
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0.5rem 2rem 0 2rem;

}

.quote--name{
  margin: 0;
  line-height: 1.4;
  font-family: "utopia-std";
  color: #004165;
  text-align: right;
  font-size: 1rem;
  padding-right: 2rem;
}

.quote--details{
  margin: 0;
  line-height: 1.4;
  font-family: "utopia-std";
  color: #004165;
  text-align: right;
  font-size: 1rem;
  padding-right: 2rem;
}

.quote_details_container {
  background-color: #fff;
  float: right;
  padding-left: 2rem;
}

.section--text-with-quote hr{
  border-color: #009AA6;
  margin-top: 2.5rem;
  margin-left: 2rem;
}
.default-page-banner h2{
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 40em){

  .default-page-banner h2{
    color: #fff;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    font-size: 2.75rem;
  }

  .default-page-banner{
    margin-top: 0;
  }

  .quote--text{
    background-image: url('img/quotes.svg');
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0.5rem 6rem 0 6rem;
  }

.press_release-template-default .quote--text{
    padding: 0.5rem 2rem 0 2rem;
}

  .section--text-with-quote hr{
    margin-left: 6rem;
  }

  .quote--text p{
    font-size: 1.2rem;
  }
}

.press_release-template-default .button-list .button-list__item:nth-child(even) .btn--primary:link{
  background-color: #004165;
  margin-bottom: 0.5rem;
}

.press_release-template-default .button-list .button-list__item:nth-child(even) .btn--primary:hover{
  background-color: #009AA6;
  margin-bottom: 0.5rem;
}

.section--contact-details h2, .section--contact-details h3{
  text-transform: uppercase;
}

/* ==========================================================================
   What We Do / CTA Block
   ========================================================================== */

.cta__medium_img{
  max-width: 200px;
}

.annual-report-blocks img{
  box-shadow: 0 4px 23px 0 rgba(0,0,0,0.24);
  margin-bottom: 1rem;
}

.section--cta-blocks .horizontal-rule:after{
  top: 75%;
}

.annual-report-blocks .section--cta-blocks h2{
  margin-bottom: 1rem;
}

.annual-report-blocks .horizontal-rule:after{
  content: none;
}

.annual-report-blocks p{
  margin-top: 0;
  font-size: 1.2rem;
}
.cta-block--grey{
  background-color: #ECECEC;
}

.cta-block--dark_blue .btn--primary:hover{
  background-color: #ECECE8;
  color: #292929;
}

.cta-block--dark_blue{
  background-color: #004165;
}

.cta-block--dark_blue h2, .cta-block--dark_blue p, .cta-block--dark_blue li{
  color: #fff;
}

.cta-block--dark_blue li{
  line-height: 1;
  margin: 0.5rem 0;
}

.cta-block--dark_blue ul{
  margin-bottom: 2rem;
}

.dark_blue .btn--primary:hover{
  background-color: #009AA6;
  opacity: 0.7;
}

.cta-block--image h2, .cta-block--image p{
  color: #fff;
}

.cta-block{
  /*text-align: center;*/
  padding: 2rem 1rem;
}

.cta-block .horizontal-rule .line-center {
  background-color: transparent;
}

.cta-block  .horizontal-rule:after {
    border-top: solid 1px transparent;
}

.cta-block .cta-block__content {
  width: 100%;
}



  .cta-block--dark_blue .cta-block__content,
  .cta-block--grey .cta-block__content {
    width: 100%;
    margin: 0 auto;
  }

.cta-block  .horizontal-rule .line-center {
  padding: 0;
}

.cta-block--dark_blue .horizontal-rule .line-center,
.cta-block--grey .horizontal-rule .line-center {
  padding: 0 2rem;
}

.section--cta-blocks .cta-block--dark_blue,
.section--cta-blocks .cta-block--grey {
  text-align: center;
}

.section--cta-blocks h2{
  margin-bottom: 0;
}

.cta-block--dark_blue .horizontal-rule .line-center {
  background-color: #004165;
}

.cta-block--dark_blue .horizontal-rule:after {
      border-top: solid 1px #fff;
      width: 70%;
      margin: 0 auto;
}

.cta-block--grey .horizontal-rule .line-center {
  background-color: #ECECEC;
}

.cta-block--grey .horizontal-rule:after {
      border-top: solid 1px #004165;
      width: 70%;
      margin: 0 auto;
}

.cta-block__content {
  width: 70%;
  margin: 0 auto;
}

@media only screen and (min-width: 40em) {
  .cta-block{
    padding: 4rem;
  }

  .cta-block--dark_blue .cta-block__content,
  .cta-block--grey .cta-block__content {
    width: 70%;
    margin: 0 auto;
  }
}


/* ==========================================================================
   Events
   ========================================================================== */

.featured-resources-btn{
  padding-bottom: 3rem;
}

.event_content ul{
  display: inline-block;
  margin: 0.5rem 0;
}

.event_content ul li{
  margin: 0;
}

.events_date_item.event-year{
  margin-top: 0.9rem;
}

.section--events .wrapper,
.section--events .grid-container{
  max-width: none;
}

a.event-link:link{
  text-decoration: none;
}

.event-image{
  width: 100%;
  height: 200px;
}

.event{
  margin-bottom: 2em;
  box-shadow: 0 4px 23px 0 rgba(0,0,0,0.24);
}

.event-content{
  padding: 1rem 1rem 2rem 1rem;
}

.event-content .btn{
  display: block;
  margin: 1rem auto 0 auto;
}

.events_nav{
  margin-bottom: 2rem;
}

.events_nav .btn--primary{
  margin-bottom: 1rem;
}

.events_nav .btn--primary.is-active{
  background-color: #004165;
}

.nav_arrow_down{
    z-index: 20;
    position: absolute;
    color: #009AA6;
    top: 0.5rem;
    right: 0;
    padding: 0.5rem 1rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav--sub.is-open ~ .nav_arrow_down{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.event-date-container{
  position: absolute;
  top: 0;
  left: 1.5rem;
  background-color: rgba(0, 66, 101, 0.7);
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.event-date-container .event-day{
  font-size: 2.7rem;
  margin-bottom: -0.5rem;
}

.event-date-container .event-month{
  font-size: 1.5rem;
  text-transform: uppercase;
}

.event-date-container .event-year{
  font-size: 1.34rem;
}

.events_nav .btn--primary i{
  margin-right: 0.5rem;
}

.events_nav .btn--primary:nth-child(3) .event_nav_icon{
  display: none;
}

.event_nav_icon{
  width: 13px;
  margin-right: 10px;
  margin-top: -10px;
  margin-bottom: -3px;
}

.event_partner{

}

.event_partner a{
  text-decoration: none;
}

.event_partner img{
  margin: 1rem auto;
}

.partners__title{
  text-transform: uppercase;
  font-family: "skolar-sans-latin",serif;
  text-align: left;
  color: #004165;
  letter-spacing: 3.36px;
  font-size: 1.2rem;
}

.speaker__name{
  text-transform: uppercase;
  font-family: "skolar-sans-latin",serif;
  text-align: left;
  color: #004165;
  letter-spacing: 3.36px;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  text-align: center;
}

.speaker__title{
  text-transform: uppercase;
  font-family: "skolar-sans-latin",serif;
  text-align: left;
  color: #004165;
  letter-spacing: 3.36px;
  font-size: 1.2rem;
}

.event_panel_wrapper .line-center{
  text-transform: uppercase;
  color: #004165;
  letter-spacing: 3.36px;
  font-size: 1.2rem;
  font-family: "skolar-sans-latin",serif;
  font-weight: 300;
}

.section--gallery .line-center{
  text-transform: uppercase;
  color: #004165;
  letter-spacing: 3.36px;
  font-size: 1.2rem;
  font-family: "skolar-sans-latin",serif;
  font-weight: 300;
}

.event_partner .horizontal-rule2:after, .event_speaker .horizontal-rule2:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    left: -30rem;
    border-top: solid 1px #004165;
    z-index: -1;
    display: block;
}

.event_partner .horizontal-rule2 .line-center2, .event_speaker .horizontal-rule2 .line-center2{
  background-color: #fff;
  padding-left: 0.5rem;
}

.event_speaker .speaker_image{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  display: block;
  margin: 0 auto;
}

.partner_image_container{
  text-align: justify;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.partner_image_container img{
  display: inline-block;
  max-height: 100px;
  width: auto;
}

.partner_image_container a{
  display: inline-block;
}

.partner_image_container a img{
  display: inline-block;
}
/*
.partner_image_container:after{
  content:"";
  display: inline-block;
  width: 100%;
  height: 0;
} */

.force_justify{
  width: 100%;
  height: 0px;
}

.related--content{
  line-height: 1.4;
  font-family: "utopia-std",serif;
  letter-spacing: 1px;
  color: #565A5C;
  font-weight: 300;
  font-size: 1rem;
}

@media only screen and (min-width: 40em) {
  .event-image{
    width: 100%;
    height: 400px;
    background-position: center center;
  }

  .speaker__name{
    text-align: left;
  }

  .event_partner img{
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 100%;
  }

  .event_speaker .cell{
    padding-bottom: 1rem;
  }

  .event_partner .horizontal-rule2{
    margin-bottom: 1rem;
  }

  .events_nav .btn--primary{
    margin-bottom: 1rem;
  }

  .event_speaker .cell.lap-2-3{
    width: 65.66666%;
  }

  .event_speaker {
    padding-top: 2rem;
  }

  .event_partner {
    padding-top: 2rem;
  }
}


.event_speaker .cell.lap-1-2{
  text-align: center;
}
@media only screen and (min-width: 40em){
  .event_speaker .cell.lap-1-2{
    width: 49%;
    text-align: left;
  }
}


/* ==========================================================================
   Contact
   ========================================================================== */

.page-template-template-contact .dark_blue h2, .page-template-template-contact .dark_blue h3, .page-template-template-contact .dark_blue p{
  color: #fff;
}

.green-block{
  background-color: #009AA6;
  padding: 2rem;
}

.green-block h2{
  margin-top: 0px;
}

.green-block p:last-child{
  margin-bottom: 0px;
}

.no-bottom-padding .section{
  padding-bottom: 0;
}

.featured-resource-image{
  width: 100%;
  height: 400px;
}

.section--resource-list .featured-resource-image {
 height: 300px;
}

.section--resource-list .section .wrapper{
  /*padding: 0;*/
}

.section--resource-list .section{
  padding-top: 1rem;
}

.section--resource-list .section .wrapper .section__heading{
  margin-top: 0;
}

.section--resource-list .section.section--text-button ul.button-list{
  text-align: left;
  padding-bottom: 1rem;
}

.featured-resource-content{
  padding: 1rem;
  padding-bottom: 2rem;
}

.featured-resources__inner{
  margin-bottom: 2em;
  box-shadow: 0 4px 23px 0 rgba(0,0,0,0.24);
}

.featured-resources__inner .btn{
  margin-top: 1rem;
}

@media only screen and (min-width: 40em){
  .green-block{
    margin-left: 6rem;
  }
}

.featured-resources-btn .btn{
  margin-top: 2rem;
  font-size: 1.2rem;
  padding: 0.4rem 3rem 0.5rem 3rem;
}

.resources-not-featured-item{
  background-color: #f9f9f9;
  position: relative;
  padding: 1rem 0;
  margin-bottom: 1rem;
}

.not-featured-resources__image {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background-color: #004165;
    position: relative;
}

.resources-not-featured{
  max-width: 70rem;
  display: block;
  margin: 0 auto 1rem auto;
}

.callout .not-featured-resources__image{
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 3rem;
  height: 3rem;
}

.grid.grid_resources .islet{
  position: relative;
}

.grid.grid_resources .islet ul.button-list li{
  margin-top: 1rem;
}

.grid.grid_resources .callout__heading.gamma{
  margin-top:2rem;
}

.page-template-template-press_release main{
  padding-bottom: 3rem;
}

.resource__title-secondary{
  color: #004165;
  font-family: "skolar-sans-latin",serif;
  margin-bottom: 0;
}

.resources-not-featured .grid{
  margin-left: 0;
}

.resources-not-featured-item .cell{
  padding-left: 0;
}

.resources-not-featured-item .button-list,
.resources-not-featured-item .button-list *{
  margin: 0;
}

.resources-not-featured-paginated{
  padding-top: 2rem;
}

.section--featured-resources:not(.featured-map-layout){
  padding-bottom: 0;

}

.page-template-template-resource_list .section--featured-resources:not(.featured-map-layout){
    padding-top: 0;
}

.page-template-template-resource_list .default-page-banner{
  margin-bottom: 2rem;
}

@media only screen and (min-width: 40em){
  .resources-not-featured-item .cell.lap-1-9{
    width: 72px;
  }

  .resources-not-featured-item .cell{
    padding-left: 1.5rem;
  }

  .resources-not-featured .btn{
    margin-right: 1rem;
  }

  .resource__title-secondary{
    margin-bottom: 1rem;
  }

  .resources-not-featured-item{
    background-color: #f9f9f9;
    position: relative;
    display: table;
    width: 100%;
    padding: 0;
  }

  .resources-not-featured-item .cell{
    display: table-cell;
    vertical-align: middle;
  }

  .not-featured-resources__image {
      position: absolute;
      left: 1rem;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 40px;
      height: 40px;
      background-color: #004165;
  }

  .resource__date_subtitle-not-featured{
    font-size: 0.8rem;
  }
}

.page-template-template-resource_list .section--newsletter{
  margin-top: 2rem;
}

/* ==========================================================================
   Search results
   ========================================================================== */

.article--result{
  box-shadow: 0 4px 23px 0 rgba(0,0,0,0.24);
  margin-bottom: 1.5rem;
  padding: 2rem;
}

.article--result .article__heading{
  color: #004165;
  font-size: 1.2rem;
  text-decoration: none;
  margin: 0;
  font-family: "skolar-sans-latin";
}

.article--result .article__heading a{
  text-decoration: none;
}

.article__icon{
  float: left;
  width: 42px;
  height: 40px;
  font-size: 2rem;
  color: #515151;
}

.article__date{
  margin: 0;
  color: #009AA6;
  font-size: 1.2rem;
  font-family: "skolar-sans-latin";
}

.search__url{
  font-size: 0.8rem;
}

@media only screen and (min-width: 40em){
  .section--search .lap-1-2{
    width: 49%;
  }
}


/* ==========================================================================
   Video lightbox
   ========================================================================== */

.lightbox{
  display: none;
}

.lightbox_backdrop{
  display: none;
}

.lightbox_backdrop{
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

.lightbox{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999999;
    width: 60rem;
    max-width: 100%;
    height: 34rem;
}

@media only sceen and (max-width: 640px){
  .lightbox{
    height: auto;
    margin: 0;
    top: 3rem;
  }
}

.lightbox .video {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.lightbox_exit{
  position: absolute;
  top: 0;
  right: -2rem;
  cursor: pointer;
}

.lightbox_exit i{
  color: #fff;
  font-size: 1.3rem;
}


a.press_release_link:link{
  text-decoration: none;
}

.single-event .default-page-banner,
.page-template-template-event .default-page-banner{
  margin-bottom: 2rem;
}

.event_panel_wrapper{
  text-align: center;
}

.section--gallery{
  text-align: center;
}



/* ==========================================================================
   Image gallery
   ========================================================================== */

.isotope_grid{
  list-style: none;
  padding: 0;
  margin-top: 0;
}

.isotope_item {
  float: left;
  width: 100%;
  height: 400px;
  margin:0;
  cursor: pointer;
  padding: 5px;
}

.isotope_item:after {
    content: '';
    display: block;
    clear: both;
}

.isotope_item--large {
  width: 100%;
}

.isotope_image{
  height: 100%;
  background-size: cover;
}

@media only screen and (min-width: 40em){
  .isotope_item {
    width: 49.8%;
  }

  .isotope_item--large {
    width: 100%;
    height: 800px;
  }
}

@media only screen and (min-width: 60em){
  .isotope_item {
    width: 24.8%;
  }

  .isotope_item--large {
    width: 49.5%;
    height: 800px;
  }

  ul.isotope_grid {
    max-width: 110rem;
    display: block;
    margin: 0 auto;
}
}


/* ==========================================================================
   Site footer
   ========================================================================== */
/**
 * The global footer.
 *
 * This element usually hosts navigation and additional information about the
 * website that shows up on every page.
 */

.site-footer {
  color: #aaa;
  text-align: center;
  font-weight: 300;
}

.site-footer .social-text-outer i{
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-footer .social-text-outer i:hover{
  color: #004165;
}

.site-footer .nav--main{
  padding-top: 7rem;
}

.site-footer p{
  color: #565A5C;
  font-family: "skolar-sans-latin";
  line-height: 1.5;
  font-size: 0.8rem;
}

.site-footer .social-text-outer > .social-text{
    font-size: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.site-footer .social-text-outer{
  position: relative;
  text-align: right;
  padding-top: 1rem;
}

.site-footer .nav--main .nav__item a{
  font-weight: normal;
}

.footer_copyright{
  text-align: right;
}

.cell-footer-contact{
  text-align: left;
}



.site-footer .nav--main .nav__item .nav--sub, .site-footer .nav--main .nav__item .nav--sub .nav__item{
  width: 100%;
}

.site-header .nav--sub .nav__item:hover a{
  background-color: #004165;
  color: #fff;
}

.site-footer .parent-menu-item:hover .nav--sub{
  position: relative;
}

.cell-footer-contact i{
  color: #009AA6;
  margin-right: 0.5rem;
  float: left;
}

.site-footer .cell-footer-contact p{
  line-height: 1.2;
}

.site-footer .footer_copyright p{
  color: #004165;
  font-size: 0.8rem;
  line-height: 2.4;
}

.site-footer .nav--main{
  display: none;
}

.section--newsletter .grid{
  text-align: center;
}

.site-footer .section--newsletter p{
  margin: 1rem 0;
  color: #fff;
  font-family: "utopia-std",serif;
  line-height: 2;
}

.site-footer .section--newsletter .newsletter-title{
  font-family: "skolar-sans-latin";
  font-size: 1.2rem;
}

.site-footer .section--newsletter .btn--primary{
    font-size: 1.3rem;
    padding: 0.5rem 2rem;
    margin: 0;
}

.site-footer .nav--main .nav__item a:link{
  text-align: left;
}

.site-footer .nav--sub{
  display: block;
  visibility: visible;
  opacity: 1;
  position: relative;
  left: 64%;
}

.footer-logo {
    margin-top: 1.5rem;
}

.site-footer .nav--sub:hover{
  left: 64%;
}

.site-footer .nav__item:nth-child(3) .nav--sub {
    left: 80%;
}

.site-footer .nav__item:last-child .nav--sub {
    left: 80%;
}

.site-footer h5{
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 40em) {





  .section--newsletter .grid{
    text-align: left;
  }

  .site-footer .section--newsletter p{
    margin: 0;
    color: #fff;
    font-size: 1rem;
  }

  .site-footer .section--newsletter .newsletter-title{
    font-family: "skolar-sans-latin";
    margin-top: -13px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 76em){
  .site-footer .nav--main{
    display: block;
  }

  .site-footer .section--newsletter .btn--primary{
    font-size: 1.3rem;
    padding: 0.1rem 5rem 0.2rem 5.2rem;
  }
}
@media only screen and (min-width: 55em){

  .site-footer .nav__item:nth-child(3) .nav--sub {
      left: 50%;
  }

  .site-footer .nav__item:last-child .nav--sub {
      left: 50%;
  }

  .site-footer .nav--sub{
    left: 55%;
  }

}

@media only screen and (min-width: 60em) {

  .site-footer .nav__item:nth-child(3) .nav--sub {
      left: 49%;
  }

  .site-footer .nav__item:last-child .nav--sub {
      left: 49%;
  }

  .site-footer .nav--sub{
    left: 49%;
  }

  .cell-footer-contact{
    text-align: right;
  }

  .cell-footer-contact i{
    color: #009AA6;
    margin-right: 0.5rem;
    float: left;
    padding-left: 6rem;
    font-size: 1rem;
  }

  .site-footer .social-text-outer{
    position: relative;
    text-align: right;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

}

@media only screen and (min-width: 80em){
  .cell-footer-contact i{
    padding-left: 7rem;
  }
}

.site-footer .nav--main .nav__item a:link:hover,
.site-footer .nav--main .nav__item a:visited:hover{
  color: #004165;
}

.site-footer .nav--main .nav--sub .nav__item a:link:hover,
.site-footer .nav--main .nav--sub .nav__item a:visited:hover,
.nav--footer li a:hover{
  color: #6ab2cd;
}

.cell-footer-contact a:link,
.cell-footer-contact a:visited{
  text-decoration: none;
}

/* ==========================================================================
   $ Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after { content: ""; }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead { display: table-header-group; }
    tr,
    img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p,
    h2,
    h3 { orphans: 3; widows: 3; }
    h2,
    h3 { page-break-after: avoid; }
    .site-header,
    .site-footer,
    .content__aside { display: none; }
}

/* ==========================================================================
   $ Global styles
   ========================================================================== */

.dark_blue {
  background-color: #004165;
}

.grey {
  background-color: #ECECEC;
}

/* ==========================================================================
   $ Contact Us styles
   ========================================================================== */


.acf-map {
  width: 100%;
  height: 250px;
  border: #ccc solid 1px;
  margin: 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.section.section--google-map{
  padding-top: 0;
}

.contact_details{
  text-align: center;
}

.contact_details i{
  color: #009AA6;
  font-size: 1.5rem;
}

.contact_details p{
   font-family: "skolar-sans-latin";
   font-size: 1.2rem;
}

p.address_details{
  font-size: 0.9rem;
}

.address_footer{
  font-size: 0.8rem;
  margin-top: 0;
}

/* ==========================================================================
   Start - Staff and Director
   ========================================================================== */

  p.staff_name {
    color: #004165;
    margin-bottom: 0;
    text-align: center;
    font-size: 0.9rem;
  }

  p.director_title {
    margin-top: 0;
    color: #515151;
    text-align: center;
  }

  .staff_info {
    text-align: center;
  }

  .cell_headshot_image_container{
    display: block;
  }

  .cell_headshot_image_container.director{
    cursor: pointer;
  }

  .cell_headshot{
    width: 100%;
    vertical-align: top;
    margin-bottom: 1rem;
  }

  .cell_headshot.is-active{
    width: 100%;
  }

  .cell_headshot.is-active .cell_headshot_image_container{
    width: 100%;
  }

  .director_content_wrapper{
    display: block;
    box-shadow: 0 2px 26px 0 rgba(0,0,0,0.20);
    width: 100%;
    position: static;
    top: 0;
    right: 0;
  }

  .director_content_wrapper p{
    color: #004165;
    margin-top: 12px;
  }

  .director_content_wrapper{
    font-size: 0.9rem;
  }

  .director_content_wrapper .staff_name{
    font-weight: 700;
    font-size: 1.2rem;
    font-family: "skolar-sans-latin",serif;
    text-align: left;
  }

  .staff_name{
    font-weight: 700;
    font-family: "skolar-sans-latin",serif;
  }

  .cell_headshot img{
    display: block;
    margin: 0 auto;
  }

  .director_content_close{
    position: absolute;
    right: 0.7rem;
    top: 21.5rem;
    color: #009AA6;
    font-family: "skolar-sans-latin",serif;
    cursor: pointer;
    font-weight: 700;
  }

  .cell_headshot.is-active .cell_headshot_image_container .staff_info{
    opacity: 0;
    height: 0;
    margin: 0.5rem;
  }

.staff_bg_img{
  height: 300px;
  background-position: center center;
  background-size: cover;
  display: block;
  margin: 0 auto;
}



.cell_headshot_image_container{
  display: block;
  margin: 0 auto;
  text-align: center;
}

.cell_headshot_image_container.director{
  margin: 0;
}

.cell_headshot{
  margin-bottom: 2rem;
}

@media only screen and (min-width: 40em) {

  .director_content_close{
    top: 0.5rem;
  }

  .cell_headshot.is-active .cell_headshot_image_container .staff_info{
    opacity: 0;
    height: auto;
  }

  .cell_headshot_image_container{

  }
  .cell_headshot.is-active .cell_headshot_image_container{
    width: 30%;
  }

  .director_content_wrapper{
    width: 65%;
    display: inline-block;
    position: absolute;
    margin: 0 0 2rem 1rem;
  }

  .cell_headshot.is-active{
    width: 100%;
  }

  .cell_headshot.is-active .cell_headshot_image_container{
    width: 30%;
  }

  .cell_headshot{
    width: 50%;
    vertical-align: top;
    margin-bottom: 2.5rem;
  }

  .cell_headshot img{
    display: inline-block;
    margin: 0 auto;
  }

}

.director_content_wrapper{
}

.director_content_wrapper--inner{
  position: relative;
  padding: 1rem 2rem;
  max-height: 265px;
  overflow: auto;
}

/*.cell_headshot.is-active .staff_bg_img{
  width: 300px;
  height: 265px;
}*/

p.staff_info.director_location{
  margin-bottom: 0;
}

@media only screen and (min-width: 60em) {

  .cell_headshot{
    width: 50%;
    vertical-align: top;
    margin-bottom: 1rem;
  }

  .staff_bg_img{
    width: 254px;
    height: 254px;
    background-position: center center;
    background-size: cover;
    display: block;
    margin: 0 auto;
  }

  .director_content_wrapper{
    width: 59%;
  }

  .cell_headshot{
    width: 25%;
    vertical-align: top;
    margin-bottom: 1rem;
  }

  .cell_headshot.is-active{
    width: 75%;
  }

  .cell_headshot.is-active .staff_bg_img{
    width: 300px;
    height: 265px;
  }

  .cell_headshot.is-active .cell_headshot_image_container{
    width: 30%;
  }

  .cell_headshot{
    width: 25%;
    vertical-align: top;
    margin-bottom: 1rem;
  }
}

.director__bio{
  display: inline-block;
  margin-top: 1rem;
}

/*.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
/* ==========================================================================
   End - Staff and Director
   ========================================================================== */

/* ==========================================================================
   Gravity Forms Columns
   ========================================================================== */


.section--text-block .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), textarea {
    padding: 1rem;
    font-family: "skolar-sans-latin";
}

.gform_wrapper textarea.medium{
    font-family: "skolar-sans-latin";
}

.section--text-block .gform_wrapper .top_label .gfield_label {
    display: none;
}

.section--text-block .gform_wrapper ul li.gfield {
    margin: 0;
    padding-top: 0;
}

.btn.btn--gform-submit {
  width: 100%;
  border: none;
  height: 2.5rem;
  border-radius: 4px;
}

.section--text-block .gform_wrapper .gform_footer {
  padding-top: 0;
}

/*.cell_contact_info {
  border-right: 1px solid #004165;
}*/

.contact_details h2 {
  border-bottom: 1px solid #004165;
  max-width: 40%;
  margin: 0 auto 1rem auto;
  color: #004165;
}


@media only screen and (min-width: 40em) {

  .section--contact-with-form .lap-3-5,
  .section--contact-with-form .medium-7{
    padding-left: 3.5rem;
    border-left: 1px solid #78CAD0;
  }

}

g.highcharts-legend-item{
  display: none;
}

.highcharts-tooltip{
  padding: 12rem;
  text-transform: uppercase;
  border: none;
}

.highcharts-tooltip-box{
  border: none;
  stroke-width: 0;
}

/* ==========================================================================
   Map Graphic
   ========================================================================== */

.map-graphic-rel {
  position: relative;
  padding-bottom: 58%;
}

.map-graphic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.map-graphic-text{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 1.5rem;
  color: #FFF;
  font-size: 1.3rem;
  background: rgba(0, 65, 101,.7);
}

@media only screen and (min-width: 40em){
  .map-graphic-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 1.5rem;
    color: #FFF;
    font-size: 1.65rem;
    background: rgba(0, 65, 101,.7);
  }
}

.section--countries-regions p{
  max-width: 40rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

/* ==========================================================================
   Map Graphic
   ========================================================================== */

.mailchimp-pop-up{
  display: none;
  position: fixed;
  top: 2rem;
  padding: 1.5rem;
  left: 0;
  right: 0;
  max-width: 40rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 71px 0 rgba(0,0,0,0.58);
  z-index: 999999;
}

.mailchimp-pop-up .fa.fa-times{
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #000;
  cursor: pointer;
}

.mailchimp-pop-up .gform_wrapper ul.gform_fields li.gfield{
  padding-right: 0;
}

.section--text-logo p:first-child{
  margin-top: 0;
}

.section--text-button{
  padding: 1rem 0;
}

.section--callouts .section__heading{
  margin-top: 0;
}

.callout__content{
  margin-bottom: 1rem;
  margin-top: 0;
}

.section--text-button ul.button-list li{
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.section--text-button ul.button-list li:last-child{
  margin-bottom: 0;
}

.section--text-button ul.button-list li,
.section--text-button ul.button-list li .btn{
  display: block;
}

@media only screen and (min-width: 40em){
  .section--text-button ul.button-list li{
    margin-top: 0;
    margin-bottom: 0;
  }
  .section--text-button ul.button-list li,
  .section--text-button ul.button-list li .btn{
    display: inline-block;
  }
}


@media only screen and (min-width: 60em){
  /* .section--text-with-image-video{
    display: table;
    width: 100%;
  }

  .section--text-with-image-video > .grid > .cell{
    display: table-cell;
    vertical-align: middle;
  } */

  .section--text-with-image-video .grid{
    display: flex;
    align-items: center;
  }
}

.banner_btn{
  margin-bottom: 0;
}

/*section paddings*/

.regular-padding{
  padding: 3rem 0;
}

.medium-padding{
  padding: 2rem 0;
}

.small-padding{
  padding: 1rem 0;
}

.large-padding{
  padding: 3rem 0;
}

.no-padding{
  padding: 0;
}

.no_padding_top,
.no-padding-top{
  padding-top: 0;
}

.no_padding_bottom,
.no-padding-bottom{
  padding-bottom: 0;
}

@media only screen and (min-width: 60em){
  .large-padding{
    padding: 5rem 0;
  }

  .no_padding_top,
  .no-padding-top{
    padding-top: 0;
  }

  .no_padding_bottom,
  .no-padding-bottom{
    padding-bottom: 0;
  }
}

.featured-map-layout .button-list,
.featured-map-layout .button-list__item{
  margin: 0;
}

/*new search*/

.btn--search-desk{
  background-color: transparent;
  border: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.btn--search-desk svg path{
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn--search-desk:hover svg path{
  fill: #004165;
}

.header_info.search-open .btn--search-desk svg path{
  fill: #004165;
}

.btn--search-desk:hover,
.btn--search-desk:active,
.btn--search-desk:focus{
  background-color: transparent;
}

.btn--search-desk img{
  max-width: 1.5rem;
}

.header_form{
  display: none;
}


@media only screen and (min-width: 76em){

  .header_form {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  .header_form input{
    max-width: 0;
    width: 0;
    padding: 0.5rem 0;
    position: absolute;
    right: 1rem;
    top: 0.95rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .social-text-outer,
  .nav--lang{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header_form p{
    margin: 0;
  }

  .header_form input{
    max-width: 14rem;
    width: 14rem;
    padding: 0.5rem;
    margin: 0;
  }

  .header_info.search-open .social-text-outer{
    right: 21rem;
  }

  .header_info.search-open .nav--lang{
    right: 16.5rem;
  }

}

/*mobile search*/

.nav--main .nav__item.nav__item--search .btn--search{
  display: none;
}

.nav--main .nav__item.nav__item--search input{
  width: 100%;
  border: 1px solid #004165;
}

.nav--main .nav__item.nav__item--search .form__label{
  width: 100%;
}



@media only screen and (min-width: 76em){
  .nav--main .nav__item.nav__item--search{
    display: none;
  }
}


@media only screen and (min-width: 80em){
  .site-header .nav--main{
    right: -0.5rem;
  }
}

@media only screen and (max-width: 50em){
  .site-header .nav--main > .nav__item > a:link,
  .site-header .nav--main > .nav__item > a:visited{
    font-weight: 400;
    font-size: 1.5rem;
  }

  .site-header .nav--main > .nav__item > .nav--sub > .nav__item > a:link,
  .site-header .nav--main > .nav__item > .nav--sub > .nav__item > a:visited{
    font-size: 1.2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .nav_arrow_down{
    font-size: 1.5rem;
  }
}

h2.section__related_title{
  text-transform: uppercase;
}


.callout_img_wrapper{
  display: table;
  width: 100%;
}

.callout_img_wrapper--inner{
  display: table-cell;
  vertical-align: middle;
}

.footer--nav-french .nav--main .nav__item a:link,
.footer--nav-french .nav--main .nav__item a:visited{
  letter-spacing: 0px;
}

.section--resource-list-by-type h2{
  margin-top: 0;
}


/*newsletter*/

@media only screen and (min-width: 40em){
  body #mc_embed_signup .mc-field-group.lap-1-2{
    width: 50%;
  }
}

body #mc_embed_signup form{
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

body #mc_embed_signup{
  font-family: "skolar-sans-latin";
}

body #mc_embed_signup .button{
  background-color: #009AA6;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.4rem 2rem 0.5rem 2.2rem;
  border: 1px solid transparent;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #009AA6;
  border-radius: 4px;
  color: #FFFFFF;
  letter-spacing: 1.99px;
  font-family: "skolar-sans-latin";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 0;
}

body #mc_embed_signup .button:hover{
  background-color: #004165
}

.section--newsletter-form .newsletter--subtitle{
  margin-bottom: 0;
}

.section--newsletter-form .newsletter--title{
  margin-top: 0;
}

.section--newsletter-form #mc_embed_signup .asterisk{
  position: absolute;
  top: 0;
}

.section--newsletter-form #mc_embed_signup .indicates-required .asterisk{
  position: relative;
}

@media only screen and (min-width: 60em){
  .section.section--newsletter-form{
    padding: 4rem 0;
  }
}

#country_map{
  cursor: pointer;
}

/*a.callout_link_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/

/*background: #004165;
border-radius: 4px;
font-family: SyntaxLTStd-Roman;
font-size: 18px;
color: #FFFFFF;
letter-spacing: 1.99px;*/

/*.amcharts-map-area{
  fill: #009AA6;
}

.amcharts-balloon-bg{
  fill: #009AA6;
  color: #fff;
}

.amcharts-balloon-div{
  color: #fff;
}

.amcharts-zoom-control{

}

.amcharts-small-map{
  display: none;
}

.amcharts-cursor-selection{

}*/

/*.gform_wrapper.two-column_wrapper {
	max-width: 100%;
}

.gform_wrapper.two-column_wrapper ul.gform_fields,
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
	display: none;
}

.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
	display: block;
}

.gform_wrapper.two-column_wrapper ul.one-half {
	margin-left: 6% !important;
	width: 47%;
}
.gform_wrapper.two-column_wrapper ul.one-half.first {
	margin-left: 0 !important;
}

#input_3_2,
#input_3_3,
#input_3_4 {
	width: 100%;
}

.gform_wrapper .gsection {
	border-bottom: none !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {
	padding: 0 !important;
}

@media only screen and (max-width: 1075px) {

	.gform_wrapper.two-column_wrapper ul.one-half {
		width: 100%;
	}

	.gform_wrapper.two-column_wrapper ul.one-half {
		margin-left: 0 !important;
	}

	.gform_wrapper .gsection {
		display: none !important;
	}

	#gform_wrapper_3 li {
		margin-bottom: 10px;
	}

}*/

.force_justify{
  display: none!important;
}


.site-header .nav--main{
  right: 0;
  left: 0;
  text-align: center;
}

.site-header .wrapper{
  max-width: none;
}

.button-group-flex{
  display: flex;
  justify-content: center;
}

.button-group-flex .btn--primary{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.nav--main .nav__item.nav__item--home a:hover{
  background-color: transparent;
}


li.nav__item.nav__item--home {
    transform: translateY(-1.5rem);
}

ol.nav.nav--main {
    transform: translateY(-1rem);
}

@media only screen and (max-width: 76em){
  li.nav__item.nav__item--home {
      transform: translateY(0);
  }

  ol.nav.nav--main {
    transform: translateY(0);
  }
}

li.nav__item.nav__item--home a{
  margin-top: 0!important;
}

.nav--main li.nav__item.separator a{
  padding: .75rem 0;
  pointer-events: none;
}


.nav--main li.nav__item.mobile-only{
  display: none;
}

@media only screen and (max-width: 76em){
  .nav--main li.nav__item.mobile-only{
    display: inline-block;
  }
}

.fancybox_grid{
  list-style: none;
  /* display: flex;
  flex-wrap: wrap; */
  padding-left: 0;
  margin: 0 1rem 0 2rem;
}

.fancybox_item{
  width: calc(24.5% - 2rem);
  margin: 1rem;
}


.fancybox-button--arrow_right svg,
.fancybox-button--arrow_left svg {
    transform: scale(2) translateZ(-1px);
}


.fancybox-navigation .fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button--arrow_left {
    padding: 7px 6px;
}


.fancybox-navigation .fancybox-button div {
    padding: 13px;
}


@media only screen and (max-width: 60em){
  .fancybox_item{
    width: calc(50% - 2rem);
    margin: 1rem;
    text-align: center;
  }

  .fancybox_grid{
    margin: 0 1rem;
  }
}


@media only screen and (max-width: 40em){
  .fancybox_item{
    width: 100%;
    margin: 0 0 1rem 0;
  }
}


.constrain-images .impact.impact_text_media{
    padding: 13rem 0;
}


.cell_headshot.is-active .staff_info.director_title{
  text-align: left;
}


button.btn.btn--search-main {
    position: absolute;
    /* left: 0; */
    right: 0.5rem;
    bottom: 1.1rem;
    background-color: transparent;
    border: none;
}

.standard-search input[type="text"]{
  padding-right: 3rem;
}
@media only screen and (min-width: 40em){
	.author_details{
		padding-bottom: 2rem;
	}
	.author_details .grid{
		display: flex;
		align-items: center;
	}
}


/* new fixes july 2020 */

.press-release-featured-image{
  margin-bottom: 3rem;
}

.press-release-header{
  padding-top: 3rem;
}

.press-release-header h2{
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.single_press_date{
  margin-bottom: 0;
  color: #767676;
}

.press-release-header-flex{
  display: flex;
  padding-bottom: 2rem;
  padding-top: 1rem;
}

.press-release-header-flex.justify-space-between{
  justify-content: space-between;
}

.press_social_media{
  padding-left: 2rem;
}

.press_social_media a:link .fa {
    font-size: 1.5rem;
}

.single_press_date span{
  font-weight: 600;
}

.press-release-header hr{
  margin-bottom: 0;
  margin-top: 1.25rem;
  border-color: #ccc;
}

.press-release-spacer{
  padding-bottom: 2rem;
}

.press-release-page-text p,
.press-release-page-text p li,
.press-release-page-text a{
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1.15rem;  
}

.press-release-page-text h4,
.press-release-page-text h4 strong{
    color: #004165;
    font-family: "skolar-sans-latin",serif;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
}

.press-release-page-text hr{
  border-color: #ccc;
}

.press-release-page-text .section--text-with-image-video{
  padding-bottom: 0;
}

.press-release-page-text .section--text-with-image-video h3{
  color: #004165;
  font-family: "skolar-sans-latin",serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.press_next {
    margin: 0 0 2rem 0;
}

.single-press_release .site-footer{
  margin-top: 2rem;
}

.section--quote h2{
  margin-top: 0;
}

.section--quote h2{
  font-family: "utopia-std",serif;
  color: #292929;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: none;
  letter-spacing: 0.5px;
}

.section--quote p.quote{
    color: #009AA6;
    font-family: "skolar-sans-latin",serif;
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-style: italic;
}

.section--quote p.attribution{
  color: #767676;
  font-family: "skolar-sans-latin",serif;
}

.section--quote p.attribution span{
  font-weight: 600;
}

@media only screen and (max-width: 76em){
    .nav--main li.nav__item.separator {
        display: none;
    }
    
    .nav--main{
      top: 4rem;
      padding-top: 2rem;
      margin-top: -4rem;
    }
}
@media only screen and (max-width: 40em){
  .press-release-header h2 {
      font-size: 2em;
      margin-top: 0;
      margin-bottom: 0;
      font-weight: 400;
  }
}


.map-embed-footer iframe {
    width: 100%;
    height: 20rem;
}

.related-press-release-sidebar > h2{
  margin-top: 0;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.related-press-release-sidebar{
  background-color: #F1F1F1;
  padding: 1.5rem;
  margin-top: 2rem;
}

.sidebar_press_next{
  padding-bottom: 1rem;
}

.sidebar-related-article{
  padding-bottom: 2rem;
}

.sidebar-related-article:last-child{
  padding-bottom: 0;
}

.related-press-release-sidebar-text p{
  margin: 0.5rem 0;
}

.sidebar-related-article h4{
  color: #009AA6;
  margin: 0 0 0.5rem 0;
}

.sidebar-related-article img + h4{
  margin: 1rem 0 0.5rem 0;
}

.sidebar-related-article a{
  color: #009AA6;
  font-weight: 600;
}

.sidebar-related-article a:hover{
  text-decoration: none;
}

.press_release_subtitle{
    font-size: 1.2rem;
    font-family: "skolar-sans-latin",serif;
    color: #004165;
    margin-bottom: 0;
}

a.author-bio-popup-link{
  color: #009AA6;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}

a.author-bio-popup-link:hover{
  text-decoration: none;
}

a.author_website_link{
  color: #009AA6;
  font-weight: 600;
  text-transform: uppercase;  
}

a.author_website_link:hover{
  text-decoration: none;
}

.author_lightbox .author_image{
  border-radius: 0px;
}

.author_lightbox {
    display: none;
    position: fixed;
    top: 10vh;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 50rem;
    background-color: rgba(255,255,255,0.9);
    z-index: 999999;
    padding: 2rem;
    border: 4px solid #009AA6;
    max-height: 80vh;
    overflow: auto;
}

.author_lightbox .author_details{
  padding: 0;
}

.author_lightbox .author_image{
  max-width: 100%;
}

.author_lightbox p{
  margin-bottom: 0;
  line-height: 1.2;
}

.author_lightbox_close{
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.author_lightbox h2 + a{
  margin-top: -0.5rem;
  display: block;
}

.author_lightbox .author_details + .author_details{
  margin-top: 2rem;
}

a.portal-back-button{
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    font-family: "skolar-sans-latin",serif;
    display: flex;
    margin-top: -2rem;
    margin-bottom: 2rem;
    width: fit-content;
    transition: all 0.3s ease;
}

a.portal-back-button:hover{
  opacity: 0.7;
}

.portal-back-button i{
  transform: rotate(180deg) translateY(-2px);
  margin-right: 0.5rem;
  color: #fff;
}

.author-flex-grid{
  display: flex;
  flex-wrap: wrap;
}

.author-flex-grid .author_image{
  width: 100px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
}

.author-flex-grid .author_details{
  width: 50%;
}

.author-grey-name{
  color: #767676;
  font-size: 1.2rem;
  font-family: "skolar-sans-latin",serif;
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.author-grey-name span{
  font-weight: 600;
  display: block;
}

@media only screen and (max-width: 1024px){
  .author-flex-grid .author_details{
    width: 100%;
  }
}

@media only screen and (max-width: 639px){
  .related-press-release-sidebar{
    margin-bottom: 2rem;
  }
  
  .author_lightbox{
    top: 0;
    bottom: 0;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    padding-top: 5rem;
  }
  
  .author_lightbox_close {
    position: absolute;
    top: 4rem;
  }
  
  body.locked{
    overflow: hidden;
  }
  
  .author-flex-grid .author_image{
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }  
}

@media only screen and (max-width: 490px){
  .press-release-header-flex{
    flex-wrap: wrap;
  }
  
  .press_social_media {
      max-width: 100%;
      text-align: left;
      width: 100%;
      padding-left: 0;
      padding-top: 1rem;
  }  
}

.featured-image-video-press .play_btn{
    height: 118px;
    top: 0;
    bottom: 0;
    margin: auto; 
}

.press-release-header .featured-image-video-press .play_btn{
    border: 2px solid rgba(255,255,255,0.8);
    width: 118px;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.4);
    cursor: pointer;
}

.press-release-header .featured-image-video-press .play_btn:hover i{
    opacity: 0.7;
}

.press-release-header .featured-image-video-press .play_btn i{
    margin-left: 15px;
}

@media only screen and (max-width: 640px){
  .press-release-header .featured-image-video-press{
    margin-bottom: 2rem;
  }
}

.section--quote + .additional-press-content > :first-child{
  margin-top: 0;
}

.section--quote + .additional-press-content{
  margin-top: -1.5rem;
}

.additional-press-content{
  padding-bottom: 1rem;
}

.press_next_no_sidebar{
  padding-bottom: 2rem;
  padding-top: 1rem;
}

.slider-home + div > .section--text-button{
  padding-top: 4rem;
}



/* ==========================================================================
   $ callouts
   ========================================================================== */

.section--callouts.bg_dark_blue {
  background-color: #004165;
}

.section--callouts.bg_grey {
  background-color: #ECECEC;
}

.bg_grey .islet,
.bg_dark_blue .islet,
.bg_image .islet,
.bg_white .islet{
  background-color: #fff;
  box-shadow: 0 2px 26px 0 rgba(0,0,0,0.50);
  text-align: center;
  padding: 2rem 1rem;
}

.bg_dark_blue .section__heading,
.bg_image .section__heading{
  color: #fff;
}

.section--contact-details.dark_blue h2, 
.section--contact-details.dark_blue h3, 
.section--contact-details.dark_blue p{
  color: #fff;
}


/* ==========================================================================
   New Blocks (Foundation)
  ========================================================================== */

.section--slider-slick{
  position: relative;
}

.grid:not(.grid-x) .cell[class*="lap"],
.grid:not(.grid-x) .cell[class*="hand"],
.grid:not(.grid-x) .cell[class*="desk"]{
     min-height: unset; 
     min-width: unset;
}

.islet h3{
  margin-top: 1rem;
}

.islet{
  padding: 0 2rem;
  text-align: left;
}


.slider{
  margin: 0;
}

.full-width-images .bg_white .islet img{
  max-width: 100%;
}

.section--events .grid-x .grid-x{
  margin: 0;
}

.grid-container{
    max-width: 70rem;
}

.featured-map-layout .btn--primary{
  margin-bottom: 2rem;
}

.featured-resource-content .button-list{
  margin-left: 0;
}

#mc_embed_signup .mc-field-group.medium-6{
  width: 50%;
}

#mc_embed_signup_scroll.grid-x{
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

@media only screen and (max-width: 640px){
  #mc_embed_signup .mc-field-group.medium-6{
    width: 100%;
  }
  
  .section--text-banner img{
    margin-bottom: 2rem;
  }
  
  .resources-not-featured-item *{
    text-align: center!important;
  }
  
  .grid-x .cell_resources {
    padding-left: 0;
  }
}




/* New Slider */

.section--slider-slick{
  overflow: hidden;
  position: relative;
  padding: 8rem 4rem;
  display: flex;
  justify-content: flex-end;
}

.slider-home.section--slider-slick{
  padding: 14rem 4rem 8rem 4rem;
}


.slider__slide-slick{
  position: relative;
}

#slick-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

#slick-2 *{
  height: 100%!important;
}

#slick-1 {
    position: relative;
    max-width: 41rem;
    z-index: 10;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slide__wrapper-slick {
    background-color: rgba(255,255,255,0.9);
    padding: 2rem 3rem 2rem 2rem;
    box-shadow: 0 0 71px 0 rgba(0,0,0,0.58);
    border-radius: 4px;
}

.slide__wrapper-slick h2{
  margin-top: -20px;
}

.slide__wrapper-slick .button-list__item{
  margin: 0;
}

.slide__wrapper-slick .button-list{
  margin: 0;
}

#slick-1 .slick-dots{
    position: absolute;
    right: 1rem;
    bottom: 0;
    top: 0;
    margin: auto;
    height: max-content;
    list-style: none;
}

#slick-1 .slick-dots li button{
  display: none;
}

#slick-1 .slick-dots li{
    height: 15px;
    width: 15px;
    border: 1px solid #004165;
    border-radius: 2px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

#slick-1 .slick-dots li.slick-active{
    background-color: #009AA6;
    border: 1px solid #009AA6;
}

@media only screen and (max-width: 1024px){
 #slick-1 {
   width: 100%;
 }
}

@media only screen and (max-width: 640px){
 
 #slick-1 .slick-dots{
   display: none!important;
 }
 
 .section--slider-slick{
   padding: 2rem;
 }
 
 .slider-home.section--slider-slick{
    padding: 8rem 2rem 4rem 2rem;
  }
 
 .section--text-with-image-video .grid-x .cell{
    padding-right: 0.625rem;
    padding-left: 0.625rem;
 }
}


@media only screen and (min-width: 60em){
  .section--text-with-image-video .grid-container .play_btn{
    top: 8rem;
  }
}


.section--cta-blocks .cell{
  padding: 0;
}

.cta-block img{
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1024px){
  .cell_headshot_image_container{
    overflow: hidden;
  }
}


.grid-container.smaller_wrapper {
  max-width: 50rem;
}


.press_release_single ul.button-list,
.press-release-page-text ul.button-list{
  margin-left: 0;
  margin-bottom: 2rem;
}

.cell_pull_left .text_media_content_inner p,
.cell_pull_left .text_media_content_inner li{
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 1.25rem 0;
}

/* New Header */

.dropdown a:hover,
.drilldown a:hover{
  color: #004165;
  opacity: 0.75;
}

.dropdown.menu > li.is-active > a{
  color: #004165;
  opacity: 0.75;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after{
  right: 5px;
  left: auto;
}

.drilldown .is-drilldown-submenu{
    -webkit-transition: -webkit-transform 0.3s linear!important;
    transition: -webkit-transform 0.3s linear!important;
    transition: transform 0.3s linear!important;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear!important;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after{
  right: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #004165;
}

.menu .is-active > a{
  color: #004165;
}

.site-header .menu.dropdown ul{
  position: absolute;
  display: none;
}

.site-header .menu ul.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

.site-header .grid-container{
  max-width: none;
}

.nav__item--search{
  display: none;
}

.site-header{
  height: auto;
}

.top-header{
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
}

.header-form-search{
  position: relative;
}

button.btn.search-button{
  position: absolute;
  right: 10px;
  top: 5px;
}

.social-nav .social-text {
    font-size: 1.4rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.bottom-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 2rem;
    margin-top: -3rem;
}

.btn--menu {
    display: none;
}
.dropdown.menu li a{
  font-family: "skolar-sans-latin";
  padding: 0.5rem 1rem 0.7rem 1rem;
}

.default-page-banner{
  margin-top: 0;
}

.drilldown .is-drilldown-submenu-parent > a::after{
  border-color: transparent transparent transparent #004165;
} 

.dropdown.menu > li.is-dropdown-submenu-parent > a::after{
  border-color: #004165 transparent transparent;
}

.drilldown .js-drilldown-back > a::before{
  border-color: transparent #004165 transparent transparent;
}

.dropdown.menu a:hover, 
.drilldown.menu a:hover{
    text-decoration: none;
}

@media only screen and (max-width: 1350px) {
  .dropdown.menu li a {
    padding: 0.5rem 0.5rem 0.7rem 0.5rem;
  }
  
  a.site-logo {
    width: 175px;
  }
}

@media only screen and (max-width: 1160px) {
  .dropdown.menu li a{
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .btn--menu {
    display: block;
  }
  
  .site-header nav{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    height: 100vh;
    min-width: 25rem;
    max-width: 100%;
    overflow: scroll;
    padding: 4rem 2rem 2rem 2rem;
    transform: translateX(100%);
  }
  
  .site-header nav.transition{
    transition: all 0.3s ease;
  }
  
  .site-header nav.is-open{
    transform: translateX(0%);
  }
  
  .drilldown a{
    padding: 0.7rem 1rem;
  }
  
  .drilldown *:focus{
    outline: none!important;
  }
  
  .is-drilldown-submenu-parent {
    position: static;
  }
  
  .site-header nav .separator{
    display: none;
  }
  
  ul.menu.drilldown {
    display: block;
  }
  
  .social_header_wrapper,
  .header-form-search{
    display: none;
  }
  
  .lang_header_wrapper{
    margin-right: 3rem;
  }
  
  .bottom-header{
    padding-bottom: 1rem;
    margin-top: -2rem;
  }
  
  a.site-logo {
    width: 150px;
  }
}


@media only screen and (max-width: 640px) {
  a.site-logo {
    width: 50px;
  }
  
  .default-page-banner{
    margin-top: 88px;
  }
}

.menu .is-active > a{
  background-color: transparent;
}

/* Footer */


.site-footer .menu.vertical {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.site-footer .menu.vertical > li{
  vertical-align: top;
  width: 33.333%;
}

.site-footer .menu.vertical li a{
  font-family: "skolar-sans-latin";
  font-weight: 400;
  white-space: break-spaces;
  font-size: 0.875rem;
}

.site-footer .menu.vertical > li > a:link, 
.site-footer .menu.vertical > li > a:visited {
    color: #009AA6;
}

.site-footer .menu.vertical{
  padding-top: 2rem;
}

.site-footer .social-nav{
  text-align: right;
  padding-top: 1rem;
}

@media only screen and (max-width: 640px){
  .section--newsletter *{
    text-align: center;
  }
  
  .site-footer .menu.vertical > li{
    vertical-align: top;
    width: 50%;
  }
  
  .site-footer .menu.vertical{
   padding-top: 1rem;
   padding-bottom: 1rem;
  }
  
  .site-footer .menu.vertical li li{
    width: 100%;
  }
}


.green-block a,
.green-block a:hover{
  color: #fff;
}

.site-footer .menu .menu li{
  width: 100%;
}

/* accessibility testing */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.search-button:hover{
  background-color: transparent;
}

.mobile-only-link{
  display: none;
}

.section--search button.btn.btn--search-main {
    top: 3.7rem;
}

.slide__wrapper-slick h6{
  margin-bottom: 1.5rem;
}

.section--text-banner.dark_blue{
  text-align: center;
}

.section--text-banner.dark_blue p.banner_btn{
  text-align: center;
}

.section--text-banner .cell p.banner_btn{
  text-align: left;
}


@media only screen and (max-width: 1024px){
  .mobile-only-link{
    display: block;
  }
  
  .site-header label.form__label{
    display: block;
  }
}

@media only screen and (max-width: 640px){
  
  
  .slider-home .slide__wrapper{
    margin-top: 29rem;
  }
  
  .slider-home .slider{
    height: 55rem;
  }
  
  .frontpage .site-header{
    padding-bottom: 3rem;
  }
  
  .slider-home.section--slider-slick{
    margin-top:0!important;
  }

}

.event_main_content{
  padding-top: 1rem;
}

.section--text-with-image-video .grid-container .grid-container{
  padding: 0;
}

.text_media_content_inner .button-list,
.section--text-block .button-list{
  margin-left: 0;
}

.text_media_content_inner .button-list li,
.section--text-block .button-list li{
  margin-right: 1rem;
}

@media only screen and (max-width: 640px){
  .text_media_content_inner .button-list li,
  .section--text-block .button-list li{
    margin-right: 0;
    display: block;
  }
  
  .text_media_content_inner .button-list li .btn,
  .section--text-block .button-list li .btn{
    width: 100%;
  }
}

.callout__heading.gamma:last-child{
  margin-bottom: 1rem;
}

.video-banner-thumbnail{
  position: relative;
   max-width: 40rem;
   margin: 0 auto;
   cursor: pointer;
}

.section--video-banner .carousel-block__image {
    height: 20rem;
    max-width: 40rem;
    margin: 0 auto;
    margin: 2rem auto 2rem auto;
}

.video-banner-caption{
  max-width: 40rem;
  margin: 0 auto;
}

.video-banner-caption p{
  font-size: 16px;
}

.section--gravity-form .gform_wrapper{
  max-width: 40rem;
  margin: 0 auto;
  padding-top: 2rem;
}

.video--crop {
    min-height: 100vh;
    overflow: hidden;
}

.video--crop video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.video--content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 0;
    -webkit-transform: translateZ(1px);
    -ms-transform: translateZ(1px);
    transform: translateZ(1px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.video--content .btn{
  align-self: center;
}

.video--content *{
  color: #fff;
}

.section.section--video-banner{
  position: relative;
  padding: 0;
  margin-bottom: 4rem;
  overflow: hidden;
}

.video-banner-overlay{
      position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-transform: translateZ(1px);
    -ms-transform: translateZ(1px);
    transform: translateZ(1px);
}

@media only screen and (max-width: 640px){
  .video--content{
    position: relative;
    padding: 3rem 0;
  }
  
  .video--content *{
    color: #292929;
  }
  
  .video-banner-overlay{
    display: none;
  }
  
  .video--crop video{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: none;
    z-index: -1;
  }
  
  .video--crop{
    min-height: auto;
  }
  
}

.video-banner-caption + .video-banner-play{
  margin-top: 0;
}

.video-banner-play{
  margin-top: 1rem;
}

.video-banner-play i{
  font-size: 80px;
  color: #009AA6;
}

/*new page banner*/


.graphic-page-banner{
  background-color: #BFC631;
  position: relative;
  overflow: hidden;
}

.graphic-page-banner .grid-x{
  padding: 1.5rem 0;
}

.graphic-page-banner .grid-container{
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}

.graphic-page-banner--inner{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.graphic-page-banner h2 {
  color: #004165;
  margin: 0;
  font-size: 2.75rem;
}

.graphic-page-banner .grid-container svg.lines-left{
  position: absolute;
  left: -50rem;
}

.graphic-page-banner .grid-container svg.lines-right{
  position: absolute;
  right: -48rem;
}

.graphic-page-banner a.portal-back-button{
  margin-top: 0.5rem;
  margin-bottom: 0;
}

/*.graphic-page-banner .lines-left{*/
/*  position: absolute;*/
/*  left: -10%;*/
/*  top: 0;*/
/*}*/

/*.graphic-page-banner .lines-right{*/
/*  position: absolute;*/
/*  right: -10%;*/
/*  top: 0;*/
/*}*/

@media only screen and (max-width: 640px){
  .graphic-page-banner {
      margin-top: 88px;
  }
}