/*
Theme Name: BCH Microsite DME
Theme URI: http://childrenshospital.org
Author: Martin Fritch
Author URI: http://mickelmetekohy.com
Description: A custom Boston Children Hospital Wordpress theme
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bch-dme-microsite
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

components is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
.show-mobile-only { display: none; }
.hide-mobile-only { display: block; }
@media screen and (max-width: 62em) {
  .show-mobile-only { display: block; }
  .hide-mobile-only { display: none; }
}
.hidden { 
	visibility: hidden;
	margin: 0;
	height: 0;
}
.search-area.hidden .search-area__searchBtn.search-submit {
	visibility: visible;
}
img {
  max-width: 100%;
  height: auto;
}
.main-nav .nav-menu li a {
  width: 100%;
}
.header-sec .mid-header .container {
  margin: 0 auto -7px;
}
.header-sec .mid-header .container .logo {
  z-index: 100;
}
/**
**  Main Nav
**/
.main-nav .nav-menu li {
    line-height: 40px;
}
.home-content {
    box-sizing: border-box;
    padding: 30px 20px;
    margin-bottom: 7px;
    width: 100%;
}
.large-6 {
  width: 50%;
}

.primary-page-content .entry-header h1 {font-size: 38px;}
@media screen and (max-width: 47.5em) {
  .colmask.threecol .col1 {
      display: block;
  }
}
/**
**  SIDEBAR
**/
.colmask.threecol .col2,
.colmask.threecol .col3 {
  background: #f5f5f5;
  margin: 15px 0;
}
.content-container .widget_text {
  border: none;
}
#secondary ul {
  list-style: none;
}
/**
**  Homepage Featured Slider
**/
#featuredSlider {
    height: 500px;
    position: relative;
}
#featuredSlider .homepageSlider {
    height: 500px;
}
#featuredSlider .bg-image {
    height: 500px;
    background-position: 72% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}
#featuredSlider .slick-dots {
    position: absolute;
    bottom: 75px;
    left: 50%;
    margin-left: -25px;
}
#featuredSlider .slick-dots li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
}
#featuredSlider .text-container {
    overflow: hidden;
    max-height: 390px;
    width: 75%;
    padding: 30px 20px;
    background: rgba(254, 254, 254, 0.8);
    position: absolute;
    left: 12%;
    bottom: 120px;
    transition: all 0.3s; }
    @media screen and (min-width: 47.5em) {
      #featuredSlider .text-container {
        font-size: 14px;
        padding: 40px 40px;
        width: 610px;
        left: 50%;
        margin-left: -415px;
        bottom: 70px;
        transition: all 0.3s; } 
    }
    @media screen and (min-width: 64em) {
      #featuredSlider .text-container {
        padding: 40px 40px;
        width: 610px;
        left: 50%;
        margin-left: -575px;
        bottom: 70px;
        transition: all 0.3s; } 
    }
    #featuredSlider .text-container a:last-child {
      font-family: Open Sans, sans-serif;
      color: #1e73be;
      border: 1px solid #1e73be;
      text-transform: uppercase;
      padding: 5px 10px;
      margin-top: 20px;
      display: inline-block;
      transition: all 0.3s; }
    #featuredSlider .text-container a:last-child:hover {
      background: #1e73be;
      border: 1px solid #1e73be;
      color: #fefefe;
      transition: all 0.3s; }
#featuredSlider .slick-dots button {
    display: block;
    text-indent: -9999px;
    height: 10px;
    width: 10px;
    background: rgba(254, 254, 254, 0.8);
    transition: all 0.3s;
    border: none;
}
#featuredSlider .slick-dots li.slick-active button {
    background: #1e73be;
}
.small-up-2 > .column, .small-up-2 > .columns {
    width: 50%;
    float: left;
}
.small-up-2 > .column:nth-of-type(n), .small-up-2 > .columns:nth-of-type(n) {
    clear: none;
}
@media screen and (min-width: 47.5em) {
  #featuredSlider .slick-dots {
      width: 200px;
      left: 50%;
      right: 0;
      bottom: 84px;
      margin-left: 370px;
  }
  #featuredSlider .slick-dots button {
      width: 15px;
      height: 15px;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
      width: 25%;
      float: left;
  }
}
/*
** Magazine
*/
.featured-grid {
    transform: translate3d(0,0,0);
}
.featured-grid .first {
    float: left;
    width: 49.72171%;
}
.featured-grid .second {
    float: left;
    width: 50.278293135%;
    margin: -1px -1px -1px 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imageholder {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat:no-repeat;
}
.featured-grid .item {
    position: relative;
}
.featured-grid .medium-item {
    float: left;
    width: 100%;
    padding: 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.featured-grid .small-item {
    float: left;
    width: 50%;
    padding: 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.featured-grid .image-link {
    display: block;
    position: relative;
    overflow: hidden;
    background: #ccc;
    min-height: 386px;
    width: 100%;
}
.featured-grid .image-link .imageholder {
  min-height: 386px;
}
.featured-grid .medium-item .imageholder,
.featured-grid .medium-item .image-link,
.featured-grid .small-item .imageholder,
.featured-grid .small-item .image-link {
    min-height: 192px;
}
.main-featured img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
}
.featured-grid .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    pointer-events: none;
}
.unset {
  position: unset !important;
}
#recentPosts,
#recentPosts::after {
  clear: both;
}
#recentPosts li {
    list-style: none;
    float: left;
}
.featured-grid .item-heading {
    display: inline-block;
    padding-bottom: 14px;
    font-size: 21px;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
    margin: 0;
}
.featured-grid .small-item .item-heading  {
    padding: 9px 0;
    font-size: 14px;
    line-height: 1.6;
}
.featured-grid h3 {
  clear: none;
  color: #fefefe;
}
.featured-grid .date {
    color: #fefefe;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
}
.featured-grid .shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  padding: 16px 21px;
}
.featured-grid .small-item .shadow {
    padding: 10px 14px;
}
article {
  clear: both;
  position: relative;
  max-width: 800px;
}
.home .category {
  color: #fefefe;
  /* background-color: #41b6e6; ANSWERS */
  background-color: #007DBA;
  padding: 0 5px;
}
.home .magazine-thumbnail a img {
  margin-top: -2px;
}
.magazine-separator {clear:both; /* border-bottom: 1px solid #4a4a4a; padding: 12px 0; margin-right: 10px;*/}
.caption .category {
  display: inline-block;
  padding-right: 5px;
}
.magazine-thumbnail {
  width: 200px;
  float: left;
  margin: 26px 20px 0 0;
}
.min-height {
  min-height: 185px;
}
.magazine-lead-in {
  width: calc(100% - 220px);
  float: left;
}
#columns {
  padding: 20px;
}
#columns:after {
  clear: both;
}
.home #primary .magazine-lead-in,
#columns .magazine-lead-in {
  margin-top: 26px;
  padding-right: 10px;
}
.archive .page-header h1 {
  text-align: center;
}
.nav-links::after { clear: both; }
.nav-links .nav-previous { float: left; width: 110px;}
.nav-links .nav-next { float: left; margin-left: 10px; width: 100px;}
.nav-links .nav-previous a {
  margin-left: -10px;
}
.nav-links .nav-previous a {
}
.nav-links .nav-previous a::before {
    font-family: fontawesome;
    content: "\F060";
    color: rgb(0, 115, 150);
    position: absolute;
    left: 0;
}
#columns .nav-links .nav-previous a {
  margin-left: 20px;
}
#columns .nav-links .nav-previous a::before {
  left: 30px;
}
.nav-links .nav-next a::after {
    font-family: fontawesome;
    content: "\F061";
    color: rgb(0, 115, 150);
    position: absolute;
    padding-left: 5px;
}
@media screen and (max-width: 47.5em) {
  .featured-grid .first {
      float: none;
      width: 99.5%;
  }
  .featured-grid .second {
      float: none;
      width: 99.5%;
  }
  .magazine-thumbnail {
    margin: 26px auto 0;
    min-height: auto;
    float: none;
  }
  .magazine-lead-in {
    width: 100%;
    float: none;
  }
  .featured-grid .caption {
    font-size: 0.9rem;
  }
  .featured-grid .small-item .shadow {
    padding: 5px;
    min-height: 95px;
  }
  .featured-grid .date,
  .featured-grid .small-item .item-heading {
    font-size: 10px;
  }
  .main-nav {
    padding-top: 0;
  }
}
/*
**  Homepage Media-Text
*/
#mediaText .use-flex .media-text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}
#mediaText .use-flex .flex-first {
  order: 1;
  margin-right: 30px;
}
#mediaText .use-flex .flex-second {
  order: 2;
}
#mediaText .media-text-container {
  width: 100%;
}
#mediaText .media-container,
#mediaText .text-container {
  width: 535px;
  max-width: 100%;
  /* min-height: 535px; */
  overflow: hidden;
  background: #f5f5f5;
}
#mediaText .text-container {
  padding: 40px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
#mediaText .media-container .media-holder {
  background: #f5f5f5;
  padding-top: 15px;
}
.ee-components-view,
.ee-components-view-center {
  padding: 0 !important;
}

.brightcove-video { position: relative; display: block; max-width: 600px;}
.brightcove-video div { padding-top: 56.25% }
.brightcove-video iframe { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%; border:0px #ffffff none;}

@media screen and (max-width: 62em) {
  #mediaText .use-flex .media-text-container {
    display: block;
  }
  #mediaText .use-flex .flex-first,
  #mediaText .text-container,
  #mediaText .media-container {
    /* height: 90vw; */
    margin: 0 auto 10px;
  } 
}
/*
**  Homepage News Carousel
*/
#newsCarousel.visible {
  opacity: 1;
  transition: all 0.3s; }

#newsCarousel {
  /* opacity: 0; */
  padding: 2rem 0;
  overflow: hidden;
  clear: both;
  transition: all 0.3s; }
  #newsCarousel .section-header {
    margin: 0 0 40px 0; }
    #newsCarousel .section-header h2 {
      font-family: Open Sans,sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      transition: all 0.3s; }
      @media screen and (min-width: 47.5em) {
        #newsCarousel .section-header h2 {
          font-size: 34px; } }
  #newsCarousel .slick-slider {
    min-height: 450px; }
  #newsCarousel .slick-slider:hover .prev.slick-arrow,
  #newsCarousel .slick-slider:hover .next.slick-arrow {
    transition: all 0.3s; }
    @media screen and (min-width: 47.5em) {
      #newsCarousel .slick-slider:hover .prev.slick-arrow,
      #newsCarousel .slick-slider:hover .next.slick-arrow {
        opacity: 1 !important; } }
  #newsCarousel .prev.slick-arrow,
  #newsCarousel .next.slick-arrow {
    position: absolute;
    padding: 4px 10px;
    background: #fefefe;
    border-radius: 40px;
    color: #aaaaaa;
    font-size: 18px;
    z-index: 1;
    transition: all 0.3s; }
    #newsCarousel .prev.slick-arrow .fa,
    #newsCarousel .next.slick-arrow .fa {
      color: #858585; }
    @media screen and (min-width: 47.5em) {
      #newsCarousel .prev.slick-arrow,
      #newsCarousel .next.slick-arrow {
        opacity: 0 !important;
        padding: 10px 28px;
        font-size: 48px; } }
  #newsCarousel .prev.slick-arrow {
    left: -10px;
    top: 50%; }
    @media screen and (min-width: 47.5em) {
      #newsCarousel .prev.slick-arrow {
        left: -115px; } }
  #newsCarousel .next.slick-arrow {
    right: -10px;
    top: 50%; }
    @media screen and (min-width: 47.5em) {
      #newsCarousel .next.slick-arrow {
        right: -125px; } }

.newsBox-container {
  font-size: 14px;
  color: #454545;
  transition: all 0.3s; }
  @media screen and (min-width: 47.5em) {
    .newsBox-container.two:first-child {
      margin-left: 13%; }
    .newsBox-container.two:last-child {
      margin-right: 13%; }
    .newsBox-container.one {
      float: none;
      margin: 0 auto; }
  }
  .newsBox-container .inner {
    position: relative;
    background: #fefefe;
    width: 100%;
    max-width: 360px;
    min-height: 490px;
    margin: 0 auto;
    box-shadow: 0px 3px 4px #ccc; }
    @media screen and (min-width: 47.5em) {
      .newsBox-container .inner {
        min-height: 515px; } }
  .newsBox-container .news-content-wrapper {
    clear: both;
    padding: 25px 25px 0 25px; }
  .newsBox-container .news-meta {
    /* min-height: 50px; */ }
    .newsBox-container .news-meta .category {
      line-height: 1em;
      text-transform: uppercase;
      font-family: Open Sans,sans-serif;
      font-size: 11px;
      color: #454545; }
      .newsBox-container .news-meta .category a {
        text-transform: uppercase;
        font-family: Open Sans,sans-serif;
        font-size: 11px;
        color: #454545; }
    .newsBox-container .news-meta .date {
      color: #7e7e7e; }
  .newsBox-container .news-title {
    display: block;
    font-family: Open Sans,sans-serif;
    color: #454545;
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 15px; }
    @media screen and (min-width: 47.5em) {
      .newsBox-container .news-title {
        font-size: 24px; } }
  .newsBox-container .news-content-wrapper {
    font-family: Open Sans,sans-serif;
    font-size: 13px; }
  .newsBox-container a.learn-more {
    width: 100%;
    display: block;
    padding: .500rem 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007396;
    color: #fefefe;
    text-align: center;
    text-transform: uppercase;
    font-family: Open Sans,sans-serif;
    font-size: 12px; }
  .newsBox-container a.learn-more:hover {
    background: #fefefe;
    color: #007396;
    transition: all 0.3s; }
/*
**  Homepage BCRP Carousel
*/
#bcrpCarousel.visible {
  opacity: 1;
  transition: all 0.3s; }

#bcrpCarousel {
  /* opacity: 0; */
  background: #f5f5f5;
  padding: 6rem 0;
  overflow: hidden;
  clear: both;
  transition: all 0.3s; }
  #bcrpCarousel .section-header {
    margin: 0 0 60px 0; }
    #bcrpCarousel .section-header h2 {
      font-family: Open Sans,sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      color: #007396;
      transition: all 0.3s; }
      @media screen and (min-width: 47.5em) {
        #bcrpCarousel .section-header h2 {
          font-size: 34px; } }
  #bcrpCarousel .slick-slider {
    min-height: 450px; }
  #bcrpCarousel .slick-slider:hover .prev.slick-arrow,
  #bcrpCarousel .slick-slider:hover .next.slick-arrow {
    transition: all 0.3s; }
    @media screen and (min-width: 47.5em) {
      #bcrpCarousel .slick-slider:hover .prev.slick-arrow,
      #bcrpCarousel .slick-slider:hover .next.slick-arrow {
        opacity: 1 !important; } }
  #bcrpCarousel .prev.slick-arrow,
  #bcrpCarousel .next.slick-arrow {
    position: absolute;
    padding: 4px 10px;
    background: #fefefe;
    border-radius: 40px;
    color: #aaaaaa;
    font-size: 18px;
    z-index: 1;
    transition: all 0.3s; }
    #bcrpCarousel .prev.slick-arrow .fa,
    #bcrpCarousel .next.slick-arrow .fa {
      color: #858585; }
    @media screen and (min-width: 47.5em) {
      #bcrpCarousel .prev.slick-arrow,
      #bcrpCarousel .next.slick-arrow {
        opacity: 0 !important;
        padding: 10px 28px;
        font-size: 48px; } }
  #bcrpCarousel .prev.slick-arrow {
    left: -10px;
    top: 50%; }
    @media screen and (min-width: 47.5em) {
      #bcrpCarousel .prev.slick-arrow {
        left: -115px; } }
  #bcrpCarousel .next.slick-arrow {
    right: -10px;
    top: 50%; }
    @media screen and (min-width: 47.5em) {
      #bcrpCarousel .next.slick-arrow {
        right: -125px; } }

.bcrpBox-container {
  font-size: 14px;
  color: #454545;
  transition: all 0.3s; }
  @media screen and (min-width: 47.5em) {
    .bcrpBox-container.two:first-child {
      margin-left: 13%; }
    .bcrpBox-container.two:last-child {
      margin-right: 13%; }
    .bcrpBox-container.one {
      float: none;
      margin: 0 auto; }
  }
  .bcrpBox-container .inner {
    position: relative;
    background: #fefefe;
    width: 100%;
    max-width: 360px;
    min-height: 490px;
    margin: 0 auto;
    box-shadow: 0px 3px 4px #ccc; }
    @media screen and (min-width: 47.5em) {
      .bcrpBox-container .inner {
        min-height: 515px; } }
  .bcrpBox-container .news-content-wrapper {
    clear: both;
    padding: 25px 25px 0 25px; }
  .bcrpBox-container .news-meta {
    /* min-height: 50px; */ }
    .bcrpBox-container .news-meta .category {
      line-height: 1em;
      text-transform: uppercase;
      font-family: Open Sans,sans-serif;
      font-size: 11px;
      color: #454545; }
      .bcrpBox-container .news-meta .category a {
        text-transform: uppercase;
        font-family: Open Sans,sans-serif;
        font-size: 11px;
        color: #454545; }
    .bcrpBox-container .news-meta .date {
      color: #7e7e7e; }
  .bcrpBox-container .news-title {
    display: block;
    font-family: Open Sans,sans-serif;
    color: #454545;
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 15px; }
    @media screen and (min-width: 47.5em) {
      .bcrpBox-container .news-title {
        font-size: 24px; } }
  .bcrpBox-container .news-content-wrapper {
    font-family: Open Sans,sans-serif;
    font-size: 13px; }
  .bcrpBox-container a.learn-more {
    width: 100%;
    display: block;
    padding: .500rem 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007396;
    color: #fefefe;
    text-align: center;
    text-transform: uppercase;
    font-family: Open Sans,sans-serif;
    font-size: 12px; }
  .bcrpBox-container a.learn-more:hover {
    background: #fefefe;
    color: #007396;
    transition: all 0.3s; }

  .news-image img {
    max-height: 200px;
  }
  .news p {
    font-size: 0.9rem;
  }
/*
**  Homepage Partners
*/
#partners .container {
  padding: 4.5rem 0 4rem 0; 
}
#partners .section-header {
  margin: 0 0 60px 0; 
}
#partners .section-header h2 {
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s; }
#partners [data-partner] {
  margin-top: 40px; 
}
#partners .column {
  float: left;
}
@media screen and (min-width: 47.5em) {
    #partners .container {
      padding: 1rem 0 4rem 0; 
    } 
    #partners .section-header h2 {
     font-size: 34px; 
    }
    #partners [data-partner] {
      margin-top: 10px; 
    } 
}
/**
**  Special Classes
**/
.wp-block-image {
  position: relative;
}
.wp-block-image .aligncenter,
.wp-block-image .alignright,
.wp-block-image .alignleft {
  position: relative;
  display:  flex;
  flex-direction: column;
}
.wp-block-image .aligncenter>figcaption, 
.wp-block-image .alignleft>figcaption, 
.wp-block-image .alignright>figcaption, 
.wp-block-image.is-resized>figcaption {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 100%;
  font-size: 0.8rem;
  line-height: 1.3rem;
}
.entry-content .bch-main-image figure img {
  width: 100%;
}
.full-width {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
}

.row {
  /* max-width: 1140px; */
  margin-left: auto;
  margin-right: auto;
}
.row::after {
    clear: both;
}
.row::before, .row::after {
    content: ' ';
    display: table;
}
.show-for-small-only { display: none !important; }
@media screen and (max-width: 600px) {
    .show-for-small-only { display: block; }
}
/**
**  STATISTICS SIDEBAR LAYOUT
**/
.content-container .tertiary .widget_text .mkrm-title {
  color: #003087;
  font-size: 1.875rem;
  font-weight: 600;
}
.content-container .tertiary .widget_text {
  border: none;
}
.stat-label {
  width: 80%;
  float: left;
}
.stat-value {
  width: 20%;
  float: left;
  text-align: right;
}

#tertiary .widget {
	display: flex;
	flex-direction: column;
}
/**
**  Team shortcode layout
**/
.sc-tm-item.one-col {
  background: #f5f5f5;
  overflow: visible;
  display: flex;
  flex-direction: row;
}
.sc-tm-item .sc-tm-image-container .sc-tm-image{
  height: 100%;
}
.two-col {
  width: 50%;
  float: left;
}
.three-col {
  width: 33.3%;
  float: left;
}
.sc-tm-item.two-col,
.sc-tm-item.three-col  {
  background: none;
  margin: 4px 0;
}
.sc-tm-item.two-col .sc-tm-image-container,
.sc-tm-item.three-col .sc-tm-image-container  {
  position: relative;
  width: 95%;
  max-width: 95%;
  border: 1px solid #ccc;
  border-bottom: none;
}
.sc-tm-item.two-col .sc-tm-content-container{
  width: 95%;
  height: 190px;
  padding: 20px 30px 30px;
  overflow: hidden;
  background: none;
  border: 1px solid #ccc;
  border-top: none;
}
.sc-tm-item.three-col .sc-tm-content-container {
  width: 95%;
  height: 160px;
  padding: 20px 30px 30px;
  overflow: hidden;
  background: none;
  border: 1px solid #ccc;
  border-top: none;
}
.sc-tm-item.two-col .sc-tm-image-container .sc-tm-image,
.sc-tm-item.three-col .sc-tm-image-container .sc-tm-image {
  width: 100%;
  height: 185px;
  max-width: 100%;
  position: relative;
  background: none;
  margin: 0 0 0 30px;
  overflow: hidden;
}
.sc-tm-item.two-col .sc-tm-image-container .sc-tm-image img,
.sc-tm-item.three-col .sc-tm-image-container .sc-tm-image img {
  margin: 20px auto 0;
  width: 130px;
  height: auto;
  max-width: 130px;
}
.sc-tm-item.three-col .sc-tm-content-container .sc-tm-metadata {
  font-size: 11px;
}
.sc-tm-item.three-col .sc-tm-content-container h3 {
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 5px;
}
.sc-tm-item .sc-tm-content-container .sc-tm-metadata {
  margin: 0 0 10px;
}
.sc-tm-item .sc-tm-content-container .sc-tm-email {
  margin-top: 10px;
}
@media screen and (max-width: 47.5em) {
  .two-col {
    width: 100%;
  }
  .three-col {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .sc-tm-item.three-col .sc-tm-image-container .sc-tm-image {
    margin: 0 0 0 10px;
    max-width: 90%;
    width: 90%;
    height: 170px;
  }
  .sc-tm-item.three-col .sc-tm-image-container .sc-tm-image img {
    margin: 10px auto 0;
    max-width: 130px;
  }
  .sc-tm-item.three-col .sc-tm-content-container {
    padding: 10px 10px 10px;
  }
}
/**
**  Links and Buttons
**/
p.special {
	clear: both;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.4;
	color: #00468b;
}

a.button,
a.button:active,
a.button:visited {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #003087;
    color: #fefefe;
	padding-bottom: 25px;
}
a.button:focus,
a.button:hover {
    background-color: #fefefe;
    color: #003087;
    border: 1px solid #003087;
}
.button.large {
  padding: 1.5em 2em;
}
a.backbutton::before {
  position: relative;
  display: inline-block;
  transition: all ease-in 0.3s;
  content: '\f060';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  background: none;
  right: 3px;
}
a.arrow-link {
    color: #15BEF0;
    display: inline-block;
}
a.arrow-link:hover {
    color: #00468b;
}
.readmore-btn a::after,
a.arrow-link::after {
  position: relative;
  display: inline-block;
  transition: all ease-in 0.3s;
  content: '\f061';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  background: none;
  left: 10px;
}
.visually-hidden
{
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.readmore-btn a:hover::after,
a.arrow-link:hover::after {
  content: '\f061';
  font-family: FontAwesome;
  background: none;
  margin: 0px 0px 0px 10px;
}
.social-links__fb-icon:hover {
    color: #395a93;
    border: 1px #395a93 solid;
    background-color: #fff;
}
.social-links__twitt-icon:hover {
    color: #4eaee9;
    border: 1px #4eaee9 solid;
    background-color: #fff;
}
.social-links__inst-icon:hover {
    color: #d30a1c;
    border: 1px #d30a1c solid;
    background: none;
    background-color: #fff;
}
.social-links__youtube-icon:hover {
    color: #d30a1c;
    border: 1px #d30a1c solid;
    background-color: #fff;
}
.social-links__gplus-icon:hover {
    color: #e04c46;
    border: 1px #e04c46 solid;
    background-color: #fff;
}
.social-links__linkedin-icon:hover {
    color: #0079b0;
    border: 1px #0079b0 solid;
    background-color: #fff;
}
.social-links__snapchat-icon {
    background-color: #f7e92f;
    border: 1px #000 solid;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
.social-links__snapchat-icon:hover {
    color: #f7e92f;
    border: 1px #000 solid;
    background-color: #fff;
}
.social-links__pinterest-icon {
	color: #ffffff;
    background-color: #E60023;
    border: 1px #E60023 solid;
}
.social-links__pinterest-icon:hover {
    color: #E60023;
    background-color: #fff;
}
/**
**  Figure Captions
**/
.entry-content .wp-caption.tight,
.entry-content .wp-caption.tight .wp-caption-text {
  margin: 0;
}
.entry-content .wp-caption-text {
    text-align: center;
    font-size: 0.9rem;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  float: left;
}
.gallery-columns-1 {
  position: relative;
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  float: none;
  margin: 0 auto;
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 24% !important;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

@media screen and (max-width: 920px) {
    .program-listing { max-width: 580px; }
    .gallery-columns-4 .gallery-item { max-width: 48%; }
}
@media screen and (max-width: 480px) {
    .gallery-item img { max-width: 90%; }
    .gallery-columns-3 .gallery-item { max-width: 100%; margin: 0 auto;}
    .gallery-columns-4 .gallery-item { max-width: 100%; margin: 0 auto;}
}
.vision-sec {
  position: relative;
  background-position: center center;
  background-attachment: fixed;
  min-height: 300px;
}
.vision-sec__container {
  position:relative;
}
.vision-sec__container h2 {
  color: #ffffff;
}
/*
**  Colored overlays
*/
.ovly-blue:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(0, 48, 135, 0.5);
}
.ovly-blue .vision-sec__callBtn {
  color: #003087;
}
.ovly-blue .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #003087;
}

.ovly-sky:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(65, 182, 230, 0.5);
}
.ovly-sky .vision-sec__callBtn {
  color: #41b6e6;
}
.ovly-sky .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #41b6e6;
}

.ovly-indigo:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(0, 115, 150, 0.5);
}
.ovly-indigo .vision-sec__callBtn {
  color: #007396;
}
.ovly-indigo .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #007396;
}

.ovly-bay:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(110, 124, 160, 0.5);
}
.ovly-bay .vision-sec__callBtn {
  color: #6e7ca0;
}
.ovly-bay .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #6e7ca0;
}

.ovly-pink:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(198, 87, 154, 0.5);
}
.ovly-pink .vision-sec__callBtn {
  color: #c6579a;
}
.ovly-pink .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #c6579a;
}

.ovly-purple:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(128, 34, 95, 0.5);
}
.ovly-purple .vision-sec__callBtn {
  color: #80225f;
}
.ovly-purple .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #80225f;
}

.ovly-green:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(115, 150, 0, 0.5);
}
.ovly-green .vision-sec__callBtn {
  color: #739600;
}
.ovly-green .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #739600;
}

.ovly-yellow:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(242, 169, 0, 0.5);
}
.ovly-yellow .vision-sec__callBtn {
  color: #f2a900;
}
.ovly-yellow .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #f2a900;
}

.ovly-gray:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(197, 185, 172, 0.5);
}
.ovly-gray .vision-sec__callBtn {
  color: #c5b9ac;
}
.ovly-gray .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #c5b9ac;
}

.ovly-orange:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(245, 89, 46, 0.5);
}
.ovly-orange .vision-sec__callBtn {
  color: #F5592E;
}
.ovly-orange .vision-sec__callBtn:hover {
  color: #fff;
  background-color: #F5592E;
}
.background-orange {
  background-color: #F5592E;
  color: #fff;
}

.background-gray {
  background-color: #f5f5f5;
}
.background-white {
  background-color: #fff;
}
.background-clear {
  background-color: transparent;
}
/*
**  Block Quote
*/
blockquote {
    border: none;
    font-family: Open Sans, Arial, sans-serif;
    letter-spacing: 0.6px;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
}
blockquote::before {
    content: "\201C";
    font-size: 40px;
    font-size: 4rem;
    font-family: serif;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.3em;
}
blockquote::after {
    content: "\201D";
    font-size: 40px;
    font-size: 4rem;
    font-family: serif;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.6em;
}
/*
**  Callout
*/
div.callout {
  width: 50%;
  float: right;
  background-color: #f5f5f5;
  color: #00468c;
  position: relative;
  margin-left: 10px;
  padding: 10px;
  font: 14px/24px Arial,Helvetica,sans-serif;
}
div.callout a {
  color: #14bef0;
}
div.callout:after {
  clear:both;
}

@media only screen and (max-width: 600px) {
  .mobile-stack div.callout {
    width: 100%;
  }
}
 /* -------------------
 ** Events and News Pages
 ** -------------------*/
.cpt_events,
section.news {
  clear: both;
  margin-top: 20px !important;
  padding-top: 20px;
 }
 section.news .edit-link,
 article.post .edit-link,
 article.cpt_events .edit-link {
  float: right;
 }
 section.news .entry-header {
  margin-bottom: 20px;
 }
 .screen-reader-text {
  display: none;
 }
.image-group {
  position:relative;
  width: 100%;
}
.image-group::after {
  clear:both;
}
.left-image {
  float:left;
  width: 200px;
  margin-right: 20px;
}
.cpt_events .left-image img {
  max-width: 100px;
}
.right-text {
  float: left;
  width: calc( 100% - 220px);
}
.cpt_events h2 {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.cpt_events h2:first-of-type {
  margin-top: 0;
}
.cpt_events h3 {
  margin: 15px 0 0;
}
.cpt_events .entry-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.cpt_event .entry-content {
  margin-top: 15px;
}
.post h2,
.news h2 {
  margin: 0;
}
.post h2 {
  margin-top: 15px;
}
.post .entry-meta,
.news .date {
  border: none;
  font-size: 0.9rem;
  margin-bottom: 15px;
  width: 100%;
}
.post-tags {
  font-size: 0.8rem;
}
.news .date {
  text-align: right;
}
#columns .image-group {
  border-bottom: 1px solid #eee;
}
#columns .left-image {
  width: 200px;
  margin-right: 20px;
}
#columns .right-text {
  width: calc(100% - 220px);
  padding-right: 10px;
}
#columns section.news .entry-header,
#columns section.news .entry-header h3 {
  margin: 0;
}
#columns h3 {
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .left-image {
    float: none;
    width: 100%;
  }
  .left-image img {
    display: block;
    margin: 0 auto;
  }
  .right-text {
    float: none;
    width: 100%;
  }
  .right-text h2 {
    text-align: center;
  }
  #columns .left-image {
    width: 200px;
    margin: 0 auto;
  }
  #columns .right-text {
    width: 100% ;
  }
}
@media only screen and (max-width: 1000px) {
  .pagination {
    height: auto;
    border: none;
  }
}
 /* -------------------
 ** Events and News Pages
 ** -------------------*/
 .sc-accordion h4.sc-accordion-title,
.sc-accordion p.sc-accordion-title {
    font-size: 24px;
    color: #666;
    padding: 15px 21px 15px 0;
    background-color: #fff;
    border-radius: 0;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    border-top: 2px solid #eee;
    margin: -2px 0 0;
    outline: none;
}
.sc-accordion h4.sc-accordion-title.ui-state-default::after,
.sc-accordion p.sc-accordion-title.ui-state-default::after {
    font-family: fontawesome;
    content: "\F067";
    color: #00468b;
    position: absolute;
    padding: 8px 20px;
    right: -20px;
    top: 8px;
}
.social-links li > a {
  color: #fff;
}
.top-header,
.bottom-header {
    background: hsla(0,0%,61%,.1);
    position: relative !important;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
}
.bottom-header {
  margin-top: -60px;
}
.bottom-header .banner {
    margin: 0 auto;
    /* width: 1620px; */
    width: 100vw;
    height: 312px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.bottom-header .banner img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 150%;
}
.bottom-header .bannerCopy {
  z-index: 100;
  position: absolute;
  top: 110px;
  left: 0px;
  width: 100%;
}


.bottom-header .bannerCopy .title,
.bottom-header .bannerCopy .tagline {
  font-family: Open Sans, Arial, sans-serif;
  color: #ffffff;
}
.bottom-header .bannerCopy h1 {
  margin: 0;
}
.bottom-header .bannerCopy .title {
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}
.bottom-header .bannerCopy .tagline {
  font-size: 30px;
  font-weight: 300;
  padding-left: 7px;
}
.top-header a {
  vertical-align: middle;
}
.top-header a span {
  display: inline;
}
.secondary-nav {
  width: 50%;
  float: right;
}
.sec-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: auto;
    right: 0;
    z-index: 1;
    margin: 40px 0 0;
}
.sec-nav li {
    margin: 0 10px;
    padding: 0;
    font-size: .75rem;
    font-weight: 600;
}
.sec-nav li a {
    padding-left: 20px;
    color: #007DBA; /* ANSWERS */
}
.tertiary {
  float: right;
}
.tertiary a {
    color: #15bef0;
    font-size: 12px;
    display: inline-block;
    height: 30px;
    line-height: 35px;
    z-index: 10;
}
@media only screen and (max-width: 1620px) {
  .bottom-header .banner {
    max-width: 100%;
  }
}
/*
** TABLET SETTINGS
*/
@media only screen and (max-width: 62em) {
  .tertiary { float: none; margin-left: 67px;}
  .sec-nav { left: -28px; position: relative; }
  .bottom-header {
    margin-top: -70px;
  }
  .bottom-header .banner {
    height: 276px;
    overflow: hidden;
  }
  .bottom-header .banner img {
    margin-top: 80px;
    min-height: 220px;
  }
  .featured-grid .first,
  .featured-grid .second {
    width: 100%;
    margin: 0;
  }
  #columns {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .mid-header .banner img {
    max-width: 240%;
  }
  .bottom-header .banner {
    height: 185px;
    margin-top: 70px;
  }
  .bottom-header .banner img {
    max-width: 300%;
    margin: -30px 0 0;
  }
  .bottom-header .bannerCopy {
    top: 55px;
    left: 0;
  }
.bottom-header .bannerCopy .title {
  font-size: 50px;
  line-height: 50px;
}
.bottom-header .bannerCopy .tagline {
  font-size: 15px;
  padding-left: 3px;
}
  #columns {
    margin: 0 auto;
    max-width: 340px;
    padding: 0 20px;
  }
}
.search-area.hidden .search-area__searchBtn:hover {
    color: #007396;
    background-color: #fff;
}
/*
** Blog Formats 
*/
.bch-main-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px;
}
.primary-page-content {
    padding: 0 30px;
}
.cta{
  font-size:20px;
  padding:20px;
  border:1px solid #007396;
}

.nrelate_default {
  clear: both;
  width: 100%;
  border-top: 1px #666 solid;
}
.nrelate_default.nr_text .nr_rc_title,.nr_title {
  font:normal 16px/26px Arial,Helvetica,sans-serif!important;
  color:#666;
  margin-top:2px;
  margin-bottom:5px;
}

.nrelate_default .nr_post_title {
  font:bold 14px/26px Arial,Helvetica,sans-serif!important;
}

.nr_inner li { 
  width: 50%; 
  position: relative; 
  float: left; 
  padding: 0 0 15px !important; 
  background: none !important; 
  height: 130px;
  list-style: none;
}

.nr_inner ul li::before {content: ""; display: none;}
.nr_inner li:nth-child(odd) { padding-right: 7px !important; }
.nr_inner li:nth-child(even) { padding-left: 7px !important; }
.nr_inner li img { width: 25%; height: auto; float: left; border:none; margin-right: 10px;}
.nr_inner li h3 { font-size: 14px; line-height: 16px; clear: none;}
.nr_inner li p  { font-size: 12px; line-height: 14px; color: #666;}

@media screen and (max-width: 600px) {
  .nr_inner li { width: 100%; }
}
#category-add-toggle { display:none; }

.page-template-page-template-vector .wrapper {
  position: relative;
}

.vector-nav-wrap {
  height: 217px;
  background-color: #739600;
  color: #fff;
  padding-bottom: 6x;
  width: 100vw;
  margin-top: -25px;
  padding-top: 25px;
}
.thriving-nav-wrap {
    height: 217px;
    background-color: #2f94b0;;
    color: #fff;
    width: 100vw;
    margin-top: -25px;
    padding-top: 25px;
}
.notes-nav-wrap {
  height: 217px;
  background-color: #8c4799;
  color: #fff;
  padding-bottom: 6x;
  width: 100vw;
  margin-top: -25px;
  padding-top: 25px;
}
.notes-nav-wrap .inner,
.thriving-nav-wrap .inner,
.vector-nav-wrap .inner {
  position: relative;
  margin: 0 auto;
  width: 1068px;
  max-width: 100%;
}
.counter-width,
.counter-width h2 {
  text-align:center; 
  max-width:385px;
}

.cff-wrapper-ctn {
  overflow: scroll !important;
  height: 650px !important;
}
.cff-text {
  font-size: 0.9;
  line-height: 1.0;
}
.second-column {
  padding: 0 10px 0 20px;
}
@media (max-width: 640px) {
  .cff-wrapper .cff-visual-header.cff-has-cover.cff-has-name .cff-header-text {
    padding-top: 60px !important;
    margin-left: 10px !important;
  }
  .cff-visual-header .cff-header-inner-wrap .cff-bio {
    font-size: 0.9rem !important;
  }
  .second-column {
    padding: 0px;
  }
}
/**
**	FOOTER
**/
.main-footer__grid-6 ul {
    list-style: none; 
}
/**
**	FOOTER TWO BADGES - 2024
**/
.main-footer__grid-6.left-side {
	width: 55%;
}
.main-footer__grid-6.right-side {
	width: 45%;
}
.main-footer__grid-6 ul {
    list-style: none; 
}
.main-footer__left .footer-badges {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	height: 360px;
}
@media (max-width: 640px) {
	.main-footer__grid-6.left-side,
	.main-footer__grid-6.right-side {
		width: 100%;
	}
	.main-footer__left .footer-badges {
		height: auto;
	}
}