@charset "UTF-8";
/*@import "compass";*/
/* ========================================================================= */
/* !RESETS AND DEFAULTS */
/* ========================================================================= */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, var, hr, acronym, dl, dt, dd, ol, ul, li, pre, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  outline: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

em, strong, b, i, a, span, sub, sup, small {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

a:focus {
  outline: 0;
}

:focus, :active {
  outline: none;
  outline: 0;
}

::-moz-focus-inner {
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border-top: 1px solid #000;
  color: #000;
}

input, select {
  vertical-align: middle;
}

sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0px;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0px;
}

input, button, textarea, select, label, img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

button, a span {
  cursor: pointer;
}

button {
  border: 0;
  text-align: center;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  table-layout: fixed;
}

a[href^=tel] {
  color: inherit;
}

#no_ie6 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  border-bottom: 2px solid #000;
}

/* != FONT SMOOTHING */
body, input, button, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* != .clearfix - CLEAR ELEMENTS */
.clear {
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
}

/* Hides from IE-mac \*/
.clearfix {
  display: block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/* != .wordwrap - CONTINUE LONG URLS/WORDS ON NEXT LINE */
.wordwrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

/* ========================================================================= */
/* !FONTS (@fontface generated with FontSpring Syntax formatting */
/* ========================================================================= */
/* != JACK SOCIAL ICON FONT DECLARATION ===== */
/*
    @font-face { font-family: "jack-social";
        src:url("../fonts/JackSocial/jack-social.eot");
        src:url("../fonts/JackSocial/jack-social.eot?#iefix") format("embedded-opentype"), url("../fonts/JackSocial/jack-social.ttf") format("truetype"), url("../fonts/JackSocial/jack-social.woff") format("woff"), url("../fonts/JackSocial/jack-social.svg#jack-social") format("svg");
        font-weight: normal; font-style: normal;
    }

    [data-icon]:before { font-family: "jack-social"; content: attr(data-icon); font-style: normal; font-weight: normal; font-variant: normal; text-transform: none !important; speak: none; display: inline-block; text-decoration: none; width: 1em; line-height: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
    [class^="social-"]:before,
    [class*=" social-"]:before { font-family: "jack-social"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none !important; speak: none; display: inline-block; text-decoration: none; width: 1em; line-height: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
    .social-email:before { content: "a"; }
    .social-email-round:before { content: "A"; }
    .social-facebook:before { content: "f"; }
    .social-facebook-round:before { content: "F"; }
    .social-flickr:before { content: "c"; }
    .social-flickr-round:before { content: "C"; }
    .social-googleplus:before { content: "g"; }
    .social-googleplus-round:before { content: "G"; }
    .social-instagram:before { content: "i"; }
    .social-instagram-round:before { content: "I"; }
    .social-linkedin:before { content: "l"; }
    .social-linkedin-round:before { content: "L"; }
    .social-pinterest:before { content: "p"; }
    .social-pinterest-round:before { content: "P"; }
    .social-rss:before { content: "r"; }
    .social-rss-round:before { content: "R"; }
    .social-sharethis:before { content: "s"; }
    .social-sharethis-round:before { content: "S"; }
    .social-twitter:before { content: "t"; }
    .social-twitter-round:before { content: "T"; }
    .social-vimeo:before { content: "v"; }
    .social-vimeo-round:before { content: "V"; }
    .social-yelp:before { content: "x"; }
    .social-yelp-round:before { content: "X"; }
    .social-youtube:before { content: "y"; }
    .social-youtube-round:before { content: "Y"; }
    .social-youtube2:before { content: "u"; }
    .social-youtube2-round:before { content: "U"; }
*/
/* ========================================================================= */
/* !SASS VARIABLES & MIXINS */
/* ========================================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* ========================================================================= */
/* !STYLES */
/* ========================================================================= */
html, body {
  font-family: "Raleway", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

/* != SELECTION STYLES (Leaving these blank will show no indication of text selection) ===== */
/*
    ::selection         { background: #aaa; color: #fff; }
    ::-moz-selection    { background: #aaa; color: #fff; }
    ::-webkit-selection { background: #aaa; color: #fff; }
*/
/* != DEFAULT WORDPRESS STYLES = USE AS NEEDED = .wp-caption = .wp-caption-dd = .wpGallery = .shutter = .shutterset ==== */
.aligncenter {
  display: block;
  margin: 25px auto;
}

.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}

.alignright {
  float: right;
  margin: 0 0 25px 25px;
}

.alignnone {
  display: inline-block;
}

/* != LAYOUT STYLES ===== */
h2 {
  font-size: 40px;
  color: #007EA3;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h3 {
  font-size: 28px;
  color: #007EA3;
}

h4 {
  font-size: 22px;
  color: #007EA3;
}

h5 {
  font-size: 20px;
  color: #FF7B25;
}

h6 {
  font-size: 16px;
  color: #3F9C35;
}

a {
  color: #007EA3;
}
a:hover {
  color: #FF7B25;
}

img {
  max-width: 100%;
  height: auto;
}

.wrap, #home-signup > div {
  width: 1180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}

.btn {
  font: 700 14px/36px Raleway;
  color: #fff;
  background-color: #007EA3;
  display: inline-block;
  text-align: center;
  min-width: 150px;
  padding: 0 30px;
  height: 36px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border: none;
}
.btn:hover {
  background-color: #FF7B25;
  color: #fff;
}

/* != PLACEHOLDER ATTRIBUTE STYLES = input or textarea - placeholder="whatever" ===== */
/*
    ::-webkit-input-placeholder { color: #aaa; }
    ::-moz-placeholder          { color: #aaa; }
*/
input[type=submit], button {
  display: inline-block;
  cursor: pointer;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#header .logo {
  background: transparent url(../images/logo-white.png) no-repeat center center;
  background-size: auto 80px;
  display: block;
  float: left;
  width: 227px;
  height: 80px;
  margin-top: 13px;
}

form.search {
  float: left;
}
form.search input {
  width: 240px;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  height: 40px;
  font: 600 13px/40px Raleway;
  color: #fff;
  padding: 0 20px;
  border: none;
  text-transform: uppercase;
}

.util {
  height: 40px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 160px 160px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 160px 160px rgba(0, 0, 0, 0.5);
}
.util .links {
  float: right;
}
.util a {
  line-height: 40px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.util a:hover {
  color: #007EA3;
}
.util a:hover svg {
  fill: #007EA3;
}
.util svg {
  display: inline-block;
  vertical-align: top;
  fill: #fff;
  margin: 0 10px;
}
.util .ig {
  vertical-align: -4px;
  width: 17px;
  height: 17px;
}
.util .tw {
  vertical-align: -4px;
  width: 20px;
  height: 17px;
}
.util .fb {
  vertical-align: -4px;
  width: 9px;
  height: 19px;
}
.util .li {
  vertical-align: -4px;
  width: 18px;
  height: 18px;
}
.util .btn {
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  vertical-align: top;
}
.util .btn.participate {
  background: #fff;
  color: #007EA3;
  border: 2px solid #007EA3;
  line-height: 36px;
}
.util .btn.participate:hover {
  background: #FF7B25;
  color: #fff;
}
body.home .util .btn.participate {
  border: none;
  line-height: 40px;
}
.util ul {
  display: inline-block;
}
.util ul li {
  display: inline-block;
  margin-right: 20px;
}

#header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header-main .logo {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  #header-main {
    display: block;
  }
  #header-main #main-nav {
    display: block;
  }
}

#main-nav {
  padding-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}
#main-nav > li {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  text-align: center;
}
#main-nav > li a {
  color: #fff;
  display: block;
}
#main-nav > li > a {
  padding: 7px 10px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
}
#main-nav > li:hover a {
  background: #007EA3;
}
#main-nav > li:hover ul {
  display: block;
}
#main-nav > li > ul {
  position: absolute;
  top: 28px;
  right: 0;
  background: #007EA3;
  display: none;
}
#main-nav > li > ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: auto;
  font-size: 13px;
}
#main-nav > li > ul li:last-child {
  border-bottom: none;
}
#main-nav > li > ul li a {
  display: block;
  padding: 6px 10px;
  min-width: 250px;
  text-align: right;
}
#main-nav > li > ul ul {
  position: static;
  top: 0;
}
#main-nav > li > ul ul li {
  font-size: 11px;
}

@-webkit-keyframes sticky {
  0% {
    top: -80px;
  }
  100% {
    top: 0px;
  }
}

@keyframes sticky {
  0% {
    top: -80px;
  }
  100% {
    top: 0px;
  }
}
@media screen and (min-width: 769px) {
  #header.int {
    background: #fff;
    height: 120px;
  }
  #header.int .util {
    background: #fff;
    -webkit-box-shadow: inset 0 -6px 6px -6px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 -6px 6px -6px rgba(0, 0, 0, 0.2);
  }
  #header.int .util a:not(.btn) {
    color: #ACACAC;
  }
  #header.int .util svg {
    fill: #ACACAC;
  }
  #header.int form.search input {
    background-color: rgba(0, 0, 0, 0.03);
    color: #333;
  }
  #header.int .logo {
    width: 150px;
    height: 50px;
    background-image: url(../images/logo.png);
    background-size: auto 50px;
    margin-top: 16px;
  }
  #header.int #main-nav {
    padding-top: 25px;
  }
  #header.int #main-nav > li a {
    color: #999999;
  }
  #header.int #main-nav > li a:hover {
    color: #fff;
  }
  #header.int #main-nav > li:hover a {
    color: #fff;
  }
}
#header.sticky .logo {
  width: 145px;
  height: 50px;
  background-image: url(../images/logo.png);
  background-size: auto 50px;
  margin-top: 16px;
  background-position: center center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header.sticky #main-nav {
  padding-top: 25px;
}
#header.sticky #main-nav > li > a {
  color: #999999;
}
#header.sticky #main-nav > li:hover > a, #header.sticky #main-nav > li > a:hover {
  color: #fff;
}

#header.sticky {
  position: fixed;
  top: 0px;
  height: 80px;
  background: #fff;
  border-top: 3px solid #007EA3;
  z-index: 10;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -webkit-animation-name: sticky;
          animation-name: sticky;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
#header.sticky .util {
  display: none;
}

#banners .slick-dots {
  position: absolute;
  bottom: 0;
}

.home-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
}
.home-banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(30%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.6)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
}
.home-banner h2 {
  font: 400 60px/1.13 Raleway;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  letter-spacing: 0;
}
.home-banner .wrap, .home-banner #home-signup > div {
  padding-top: 133px;
  height: 100%;
}
.home-banner .wrap:before, .home-banner #home-signup > div:before {
  height: calc(100%);
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.gform_validation_container {
  display: none !important;
}

#home-signup {
  background: #37424A;
  color: #fff;
  padding: 12px 0;
  text-align: right;
  font-size: 0;
  height: 60px;
}
#home-signup .gform_title {
  font: 800 16px/36px Raleway;
  letter-spacing: 0.187em;
  text-transform: uppercase;
  color: #fff;
}
#home-signup .gform_heading {
  float: left;
}
#home-signup .gform_body, #home-signup .gform_footer {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
#home-signup .gfield {
  display: inline-block;
  width: 180px;
  margin: 0 5px;
}
#home-signup .gfield input {
  display: block;
  width: 180px;
  border: none;
  background: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}
#home-signup label {
  display: none;
}
#home-signup .btn {
  vertical-align: top;
}
#home-signup .gform_confirmation_message {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}

.overview {
  padding: 52px 20px 60px;
  width: 920px;
  text-align: center;
}
.overview img {
  margin: 0 auto 10px;
}
.overview h3 {
  font-size: 24px;
  margin-bottom: 0.66em;
}
.overview p {
  font-size: 18px;
  margin-bottom: 1.3em;
}
.overview.int {
  width: 740px;
}

.org-logos {
  padding-top: 60px;
  text-align: center;
}
.org-logos img {
  vertical-align: top;
}
.org-logos img + img {
  margin-left: 100px;
}
@media screen and (max-width: 960px) {
  .org-logos img {
    width: 250px;
  }
  .org-logos img + img {
    margin-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .org-logos img {
    display: block;
    margin: 0 auto;
  }
  .org-logos img + img {
    margin: 20px auto 0;
  }
}

#home-news {
  border-top: 1px solid #D8D8D8;
}
#home-news h2 {
  text-align: center;
  padding: 50px 0;
}
#home-news .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#home-news .item {
  width: 25%;
  border-right: 1px solid #D8D8D8;
  display: inline-block;
}
#home-news .item:nth-child(4n) {
  border-right: none;
}
#home-news .img {
  border-bottom: 2px solid #007EA3;
  position: relative;
  overflow: hidden;
}
#home-news .img img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
#home-news .text {
  padding: 6.6666666667% 8% 7.4666666667%;
}
#home-news h6 {
  font-size: 12px;
  font-weight: 700;
  color: #007EA3;
  text-transform: uppercase;
}
#home-news h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
#home-news .item:hover {
  background-color: #007EA3;
  /*.img:after {
      content:'';
      position: absolute;
      top:0;
      left:0;
      z-index: 5;
      @include size(100%);
      background:rgba(#37424A,0.95) url(../images/read-more.png) no-repeat center center;
      background-size:125px auto;
  }*/
}
#home-news .item:hover h6, #home-news .item:hover h3 {
  color: #fff;
}
#home-news .item:hover .img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

#home-info {
  background-color: #F3F3EB;
  position: relative;
  padding: 52px 0 60px;
  overflow: hidden;
}
#home-info .mark {
  width: 1107px;
  height: 637px;
  opacity: 0.7;
  fill: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  z-index: 0;
  pointer-events: none;
}
#home-info h2 {
  text-align: center;
  padding: 0 0 52px;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}
#home-info .info-slider {
  z-index: 1;
}
#home-info a {
  display: block;
  margin: 0 15px;
}
#home-info a img {
  display: block;
  width: 100%;
}
#home-info a h3 {
  padding: 20px 30px;
  font-size: 22px;
  color: #007EA3;
  font-weight: 400;
  background: #fff;
  min-height: 100px;
  line-height: 1.27;
}
#home-info a:hover h3 {
  background: #007EA3;
  color: #fff;
}
#home-info .slick-arrow {
  fill: #007EA3;
  width: 35px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  cursor: pointer;
}
#home-info .slick-arrow:hover {
  fill: #FF7B25;
}
#home-info .slick-arrow.prev {
  left: -65px;
}
#home-info .slick-arrow.next {
  right: -65px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#home-vids {
  padding: 52px 20px 60px;
}
#home-vids h2 {
  text-align: center;
  margin-bottom: 52px;
  line-height: 1.1;
}
#home-vids article {
  background-color: #007EA3;
  color: #fff;
  position: relative;
}
#home-vids .thb {
  float: right;
  position: relative;
  width: 50%;
}
#home-vids .thb img {
  display: block;
  width: 100%;
}
#home-vids .thb svg {
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -45px;
  cursor: pointer;
}
#home-vids .thb svg:hover {
  opacity: 1;
}
#home-vids .text {
  padding: 40px 60px 96px 50px;
  width: 50%;
  min-height: calc(100% - 66px);
  position: relative;
  top: 0;
  background: #007EA3;
}
#home-vids .text h3, #home-vids .text h6, #home-vids .text p, #home-vids .text a {
  color: #fff;
}
#home-vids .text h6 {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 7px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
#home-vids .text h6 a {
  font-weight: 400;
}
#home-vids .text h3 {
  font-size: 22px;
  line-height: 1.27;
  margin-bottom: 0.9em;
}
#home-vids .text p {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 22px;
}
#home-vids .text a.more {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
#home-vids .nextup {
  height: 66px;
  width: 50%;
  background-color: #F2F2EB;
  padding: 0 0 0 50px;
  position: absolute;
  bottom: 0;
}
#home-vids .nextup p {
  line-height: 66px;
  vertical-align: middle;
  color: #333;
  font-size: 16px;
}
#home-vids .nextup p span {
  color: #007EA3;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-right: 8px;
}
#home-vids .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50px;
  width: auto;
  padding: 0;
}
#home-vids .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
#home-vids .slick-dots li button {
  font-size: 0;
  background-color: #DDDDDD;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
#home-vids .slick-dots li.slick-active button {
  background-color: #007EA3;
}
#home-vids.media .thb {
  float: left;
}
#home-vids.media .text {
  float: right;
}
#home-vids.media .nextup {
  right: 0;
}
#home-vids.media .slick-dots {
  left: calc(50% + 50px);
}

#home-vids-new {
  margin-bottom: 70px;
}
#home-vids-new h2 {
  text-align: center;
  padding: 55px 0;
}
#home-vids-new article {
  background: #007EA3;
  color: #fff;
  padding: 20px;
  direction: rtl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home-vids-new .text {
  width: 50%;
  padding: 20px 40px 80px 20px;
  position: relative;
  direction: ltr;
}
#home-vids-new .text h6 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1666666667em;
}
#home-vids-new .text h3 {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  padding: 15px 0 17px;
}
#home-vids-new .text .more {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}
#home-vids-new .text .btn {
  background: #F3F3EB;
  color: #007EA3;
  position: absolute;
  bottom: 20px;
  right: 40px;
}
#home-vids-new .text .btn:hover {
  color: #fff;
  background: #FF7B25;
}
#home-vids-new .thb {
  width: 50%;
  margin: 0;
}
#home-vids-new .slick-dots {
  position: absolute;
  top: 20px;
  right: calc(50% + 40px);
  padding: 19px 0 0 0;
  width: auto;
}
#home-vids-new .slick-dots li {
  background-color: #fff;
  opacity: 0.5;
}
#home-vids-new .slick-dots li.slick-active {
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #home-vids-new article {
    display: block;
  }
  #home-vids-new .text, #home-vids-new .thb {
    width: 100%;
  }
  #home-vids-new .thb {
    padding-top: 20px;
  }
  #home-vids-new .text {
    padding: 20px 0 20px;
  }
  #home-vids-new .text .more, #home-vids-new .text .btn {
    display: block;
    text-align: center;
    margin-top: 20px;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
  }
  #home-vids-new .slick-dots {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
  }
}

#donate {
  padding: 70px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#donate:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
#donate .wrap, #donate #home-signup > div {
  width: 960px;
  z-index: 1;
  position: relative;
}
#donate h2 {
  color: #fff;
  float: left;
  line-height: 1.1;
  padding: 14px 0;
}
#donate .text {
  padding: 14px 0 14px 42px;
  margin-left: 250px;
  border-left: 1px solid rgba(216, 216, 216, 0.8);
  font-size: 22px;
  line-height: 1.27;
  color: #fff;
}
#donate .btn {
  margin-top: 14px;
  background-color: #fff;
  color: #007EA3;
}
#donate .btn:hover {
  background-color: #FF7B25;
  color: #fff;
}

#featured {
  background-color: #EBF2F1;
  position: relative;
  padding: 60px 0 60px;
  overflow: hidden;
  font-size: 0;
}
#featured .mark {
  width: 1107px;
  height: 637px;
  opacity: 0.7;
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-192px) translateY(-50%);
      -ms-transform: translateX(-192px) translateY(-50%);
          transform: translateX(-192px) translateY(-50%);
  display: block;
  z-index: 0;
  pointer-events: none;
}
#featured .text {
  width: 50%;
  vertical-align: middle;
  display: inline-block;
  padding: 30px 55px;
}
#featured .text h6 {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 7px;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
#featured .text h3 {
  font-size: 22px;
  line-height: 1.27;
  margin-bottom: 0.9em;
}
#featured .text h3 a {
  color: #007EA3;
}
#featured .text h3 a:hover {
  color: #FF7B25;
}
#featured .text p {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 22px;
}
#featured .text a.more {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #007EA3;
}
#featured .wrap, #featured #home-signup > div {
  background-color: #fff;
  padding-left: 0;
  width: 1140px;
  position: relative;
  z-index: 1;
}
#featured .img {
  width: 50%;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0 31.5789473684%;
  height: 0;
  -webkit-box-shadow: inset -6px 0 6px -6px rgba(0, 0, 0, 0.6);
          box-shadow: inset -6px 0 6px -6px rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-position: center center;
}

#footer-nav {
  padding: 10px 0 40px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 -6px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 -6px 6px rgba(0, 0, 0, 0.15);
}
#footer-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer-nav > ul > li {
  font-size: 16px;
  margin: 20px 12px 0;
}
#footer-nav > ul > li > a {
  text-transform: uppercase;
}
#footer-nav > ul > li ul {
  font-size: 13px;
}
#footer-nav > ul > li ul li {
  margin-top: 6px;
}
#footer-nav > ul > li ul a {
  color: #757575;
}
#footer-nav > ul > li.empty {
  margin-top: 0;
  font-size: 0;
  display: none;
}

#footer {
  padding: 45px 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
}
#footer .links {
  padding-top: 12px;
}
#footer .links a:not(.btn) {
  color: #9B9B9B;
}
#footer .links a:not(.btn):hover {
  color: #FF7B25;
}
#footer .links a:not(.btn):hover svg {
  fill: #FF7B25;
}
#footer .links svg {
  fill: #9B9B9B;
}
#footer .contact-info {
  float: left;
}
#footer .contact-info div {
  float: left;
  margin-left: 40px;
  font-size: 14px;
  margin-top: -3px;
}
#footer .contact-info div a {
  font-size: 12px;
  line-height: 14px;
  margin-top: 12px;
  display: block;
}
#footer .contact-info div a:hover {
  color: #FF7B25;
}
#footer .logo {
  float: left;
}
#footer .logo img {
  width: 223px;
  display: block;
}

.slick-dots {
  text-align: center;
  padding: 20px 0;
  display: block;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ddd;
  border-radius: 6px;
  margin: 0 5px;
}
.slick-dots li:hover {
  background: #ccc;
}
.slick-dots li.slick-active {
  background-color: #007EA3;
}
.slick-dots li button {
  display: none;
}

.headspace {
  height: 120px;
}

#page-title {
  padding: 42px 0;
  background: #007EA3;
  position: relative;
  overflow: hidden;
}
#page-title .mark {
  width: 1207px;
  height: 695px;
  fill: #fff;
  opacity: 0.13;
  position: absolute;
  top: -375px;
  left: calc(50% - 190px);
  display: block;
}
#page-title h2 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}

.impact {
  background-size: cover;
  background-position: center center;
  padding: 120px 0;
  position: relative;
}
.impact:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(111, 111, 111, 0.4);
  content: "";
}
.impact h3 {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 1.5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.content-main ul > li {
  position: relative;
  padding-left: 38px;
  font-size: 14px;
  margin-bottom: 10px;
}
.content-main ul > li:before {
  content: "•";
  position: absolute;
  left: 12px;
  color: #007EA3;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
.content-main ol {
  counter-reset: li;
}
.content-main ol > li {
  position: relative;
  padding-left: 38px;
  font-size: 14px;
  margin-bottom: 10px;
}
.content-main ol > li:before {
  content: counter(li) ". ";
  counter-increment: li;
  position: absolute;
  left: 0;
  color: #007EA3;
}
.content-main p {
  line-height: 1.625;
  margin-bottom: 0.75em;
}
.content-main p + h3, .content-main p + h4, .content-main p + h5, .content-main p + h6 {
  margin-top: 30px;
}
.content-main blockquote {
  margin: 23px 0;
  padding: 10px 0 10px 34px;
  border-left: 4px solid #FF7B25;
  color: #FF7B25;
  font-style: italic;
  font-size: 18px;
  line-height: 1.44;
}
.content-main blockquote p {
  font-style: italic;
  font-size: 18px;
  line-height: 1.44;
  margin: 0;
}
.content-main .btn {
  margin-top: 23px;
}
.content-main h4 {
  margin-bottom: 17px;
}
.content-main .more {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  margin: 20px 0 40px;
  display: block;
}
.content-main figure {
  margin: 20px 0;
  max-width: 100%;
}
.content-main figure image {
  display: block;
}
.content-main figure figcaption {
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
}
.content-main form ul li {
  margin: 0 0 16px;
  padding: 0;
  max-width: 500px;
}
.content-main form ul li:before {
  display: none;
  max-width: 500px;
}
.content-main form ul li input, .content-main form ul li textarea {
  width: 100%;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  display: block;
  padding: 0 12px;
}
.content-main form ul li textarea {
  line-height: 1.5;
  padding: 7px 12px 8px;
  height: 200px;
}
.content-main form ul li.gform_validation_container {
  display: none !important;
}
.content-main form ul li label {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.166em;
  font-weight: 700;
  text-transform: uppercase;
}
.content-main form ul li .validation_message {
  color: #007EA3;
  font-size: 12px;
}
.content-main .validation_error {
  color: #007EA3;
  margin-bottom: 16px;
}

.text-module {
  padding-top: 52px;
  padding-bottom: 52px;
}

.content-left {
  float: left;
  width: 61.4035087719%;
}

.sidebar {
  float: right;
  width: 32.2807017544%;
}
.sidebar .module {
  border: 1px solid #007EA3;
  text-align: center;
  margin-bottom: 20px;
  padding: 42px 25px;
}
.sidebar .module p {
  font-size: 26px;
  line-height: 1.1;
  color: #757575;
  font-weight: 400;
  margin-bottom: 3px;
}
.sidebar .module h4 {
  font-size: 40px;
  color: #007EA3;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 400;
}

.team-grid {
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding-bottom: 20px;
}
.team-grid .member {
  display: inline-block;
  vertical-align: top;
}
.team-grid.leadership .member {
  width: calc(33.333% - 18px);
  margin: 0 18px 40px 0;
}
.team-grid.leadership .member:nth-child(3n) {
  margin-right: 0;
}
.team-grid.staff .member {
  width: calc(25% - 20px);
  margin: 0 20px 40px 0;
}
.team-grid.staff .member:nth-child(4n) {
  margin-right: 0;
}
.team-grid.staff .member h4 {
  font-size: 22px;
}
.team-grid h6 {
  padding: 17px 0 2px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.167em;
}
.team-grid h4 {
  font-size: 24px;
  color: #007EA3;
  line-height: 1.42em;
}

h3.team-head {
  padding-top: 42px;
  padding-bottom: 58px;
  text-align: center;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
}

.gray {
  background-color: #F7F7F7;
}

#alpha {
  padding: 20px 0;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #D8D8D8;
  font-size: 0;
  text-align: center;
  z-index: 9;
}
#alpha span {
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #757575;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
}
#alpha span:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#alpha span.active {
  color: #fff;
  background-color: #007EA3;
}
#alpha span.empty {
  background-color: transparent;
  color: #999999;
  cursor: default;
}

#addictionary {
  width: 930px;
  padding: 20px;
}
#addictionary h3 {
  float: left;
  font-size: 40px;
  font-weight: 400;
  color: #999999;
  margin-top: 16px;
}
#addictionary .term {
  padding: 24px 0 38px;
  margin-left: 90px;
  border-bottom: 1px solid #d8d8d8;
}
#addictionary h5 {
  color: #007EA3;
}

.content-main.bio h6 {
  font-size: 12px;
  font-weight: 700;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.166em;
}
.content-main.bio h3 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  line-height: 1.1;
}

.bio-contact {
  margin: 22px 0;
  padding: 12px 0 12px;
  border-color: #D8D8D8;
  border-width: 1px 0;
  border-style: solid;
}
.bio-contact a {
  display: inline-block;
  background-position: center left;
  color: #757575;
  font-size: 15px;
  line-height: 18px;
  background-repeat: no-repeat;
}
.bio-contact .email {
  padding-left: 36px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2215%22%20viewBox%3D%220%200%2024%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eemail%3C%2Ftitle%3E%3Cpath%20d%3D%22M16.35%207.495L24.003.789V14.2L16.35%207.495zM1.082%200h21.837L12.001%209.568%201.082%200zM0%2014.201V.79l7.652%206.706L0%2014.201zm12.001-2.894l3.357-2.942%207.568%206.632H1.075l7.568-6.632%203.358%202.942z%22%20fill%3D%22%23E87124%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  float: right;
}
.bio-contact .phone {
  padding-left: 28px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Ephone%3C%2Ftitle%3E%3Cpath%20d%3D%22M7.635%2010.51c1.785%201.803%203.853%203.527%204.67%202.702%201.17-1.182%201.891-2.211%204.47-.118%202.58%202.095.599%203.49-.535%204.636-1.308%201.32-6.183.07-11.003-4.798C.42%208.064-.82%203.139.487%201.818c1.134-1.145%202.516-3.146%204.589-.54C7.149%203.882%206.13%204.611%204.96%205.793c-.817.825.89%202.914%202.675%204.717%22%20fill%3D%22%23E87124%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

.bio-intro {
  margin: 24px 0;
  font-size: 20px;
  color: #007EA3;
  padding: 0 0 22px;
  border-bottom: 1px solid #D8D8D8;
}

.sidebar.bio h5 {
  font-size: 24px;
  margin: 43px 0 20px;
  text-align: center;
}
.sidebar.bio .team-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar.bio .team-grid .member {
  width: 47.2826086957%;
  margin-bottom: 16px;
}
.sidebar.bio .team-grid h4 {
  font-size: 18px;
}

.resources-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto;
}
.resources-grid .item {
  width: 32.2807017544%;
  padding-bottom: 34px;
  position: relative;
  margin-bottom: 48px;
}
.resources-grid img {
  margin-bottom: 18px;
  display: block;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.resources-grid h6 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #757575;
}
.resources-grid h3 {
  font-size: 20px;
}
.resources-grid h3 a {
  color: #757575;
}
.resources-grid h3 a:hover {
  color: #FF7B25;
}
.resources-grid .read {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.166em;
  font-weight: 700;
  text-transform: uppercase;
}

#pagination {
  font-size: 0;
  margin-bottom: 80px;
  text-align: center;
}
#pagination > a, #pagination > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
  color: #757575;
  border-radius: 100%;
  margin: 0 4px;
}
#pagination > a:hover, #pagination > span:hover {
  background-color: #FF7B25;
  color: #fff;
}
#pagination > a.current, #pagination > span.current {
  background: #007EA3;
  color: #fff;
}
#pagination svg {
  width: 8px;
  height: 15px;
  display: inline-block;
  fill: #007EA3;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  vertical-align: -3px;
}
#pagination .prev:hover, #pagination .next:hover {
  background: transparent;
}
#pagination .prev:hover svg, #pagination .next:hover svg {
  fill: #FF7B25;
}
#pagination .next > svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.first-paragraph {
  font-size: 20px;
  color: #757575;
  margin-top: 14px;
  font-weight: 400;
}

hr {
  border-color: #D8D8D8;
  margin: 42px 0;
}

.accordion {
  margin: 30px 0;
}
.accordion dt {
  padding: 12px 50px 12px 20px;
  font-weight: 600;
  color: #007EA3;
  border-bottom: 1px solid #D8D8D8;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EImported%20Layers%20Copy%204%3C%2Ftitle%3E%3Cpath%20d%3D%22M7.098%204.902V0H4.902v4.902H0v2.196h4.902V12h2.196V7.098H12V4.902z%22%20fill%3D%22%2344A695%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.accordion dt:hover {
  color: #FF7B25;
}
.accordion dt:first-child {
  border-top: 1px solid #D8D8D8;
}
.accordion dt.x {
  border-color: #007EA3;
  background-color: #007EA3;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%223%22%20viewBox%3D%220%200%2012%203%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EImported%20Layers%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%200v2.195h12V0z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.accordion dd {
  display: none;
  padding: 23px 20px 30px;
  border-bottom: 1px solid #D8D8D8;
}

.sidebar.related h5 {
  font-size: 24px;
  margin-bottom: 20px;
}
.sidebar.related h5 a {
  color: #FF7B25;
}
.sidebar.related .item {
  margin-bottom: 28px;
}
.sidebar.related h6 {
  font-size: 12px;
  color: #757575;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}
.sidebar.related h6 a {
  font-weight: 400;
  color: #757575;
}
.sidebar.related h3 {
  font-size: 20px;
  color: #757575;
  font-weight: 400;
}
.sidebar.related .read {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.166em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 12px;
  display: block;
}

#page-title + #filters {
  margin-top: 20px;
}
#filters .media-search {
  float: right;
}
#filters * {
  vertical-align: top;
  line-height: 36px;
  font-size: 14px;
}
#filters label {
  font-size: 13px;
  font-weight: 700;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-right: 10px;
  display: inline-block;
}
#filters input {
  border: 1px solid #D8D8D8;
  height: 36px;
  padding: 0 12px;
  width: 200px;
  color: #333;
  text-transform: none;
  display: inline-block;
}

.select-menu {
  position: relative;
  width: 200px;
  height: 36px;
  border: 1px solid #D8D8D8;
  background: #ffffff;
  overflow: hidden;
  display: inline-block;
}
.select-menu:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2235%22%20height%3D%2264%22%20viewBox%3D%220%200%2035%2064%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EAngle%20Large%20Left%3C%2Ftitle%3E%3Cpath%20d%3D%22M33.487%2059.605c.995%201.006.995%202.635%200%203.642-.995%201.003-2.61%201.005-3.605%200L.747%2033.822c-.996-1.006-.996-2.637%200-3.643L29.882.755c.996-1.007%202.609-1.007%203.605%200%20.995%201.005.995%202.635.001%203.64L6.917%2032l26.57%2027.605z%22%20fill%3D%22%2344A695%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-size: 6px auto;
  width: 6px;
  height: 11px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.select-menu select {
  padding: 8px 12px;
  color: #333;
  background: transparent;
  width: 100%;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 0.01px;
  -o-text-overflow: "";
     text-overflow: "";
  position: relative;
  z-index: 1;
}
.select-menu select option {
  display: block;
}
.select-menu select::-ms-expand {
  display: none;
}
.select-menu select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #707070;
}

h6.media-details {
  font-size: 12px;
  font-weight: 700;
  color: #757575;
}
h6.media-details a {
  font-weight: 400;
  color: #757575;
}

.breakout {
  padding: 34px 40px;
  margin: 20px 0 40px;
}
.breakout p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.breakout p + p {
  margin-top: 0.66em;
}
.breakout *, .breakout *:before, .breakout *:after {
  color: #fff !important;
}

.cats {
  margin-top: -10px;
  margin-bottom: 40px;
}
.cats a {
  font-size: 18px;
  display: block;
  padding: 11px 0 10px;
}
.cats a + a {
  border-top: 1px solid #D8D8D8;
}

.media-vid {
  margin: 20px 0;
  position: relative;
  display: block;
}
.media-vid img {
  display: block;
  width: 100%;
}
.media-vid svg {
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -45px;
  cursor: pointer;
}
.media-vid svg:hover {
  opacity: 1;
}

.load-more {
  text-align: center;
  padding-bottom: 30px;
}
.load-more a {
  font-size: 20px;
}

.recovery-grid-bg {
  background-color: #F7F7F7;
}

#recovery-grid {
  padding: 58px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recovery-grid .item {
  width: calc(25% - 30px);
  background: #0092bd;
  min-height: 187px;
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.1;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  padding: 20px;
}
#recovery-grid .item.empty {
  min-height: 0;
  background: transparent;
}
#recovery-grid .item span {
  display: block;
  width: 100%;
}
#recovery-grid .item small {
  display: block;
  color: #7ed7f1;
  text-transform: none;
  font-size: 22px;
}
#recovery-grid .item:hover {
  background-color: #007EA3;
  -webkit-box-shadow: 12px 12px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 12px 12px 0 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #recovery-grid .item {
    width: calc(33.333% - 30px);
  }
}
@media screen and (max-width: 800px) {
  #recovery-grid .item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 540px) {
  #recovery-grid .item {
    width: calc(100% - 30px);
  }
}

/* ========================================================================= */
/* !MEDIA QUERIES */
/* ========================================================================= */
@media screen and (max-width: 1080px) {
  #header .logo {
    background-size: auto 60px;
    width: 209px;
    height: 60px;
  }

  #main-nav {
    padding-top: 29px;
  }
  #main-nav > li {
    font-size: 14px;
  }
  #main-nav > li > a {
    padding: 6px 10px;
  }

  #home-signup .gform_title {
    font-size: 14px;
    letter-spacing: 0;
  }
  #home-signup .gfield {
    width: 130px;
  }
  #home-signup .gfield input {
    width: 100%;
    font-size: 12px;
  }
  #home-signup .btn {
    min-width: 0;
    padding: 0 20px;
    font-size: 12px;
  }

  #footer .contact-info, #footer .links {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  #footer .contact-info {
    width: 460px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .util {
    height: 34px;
  }
  .util form input {
    width: 180px;
    padding: 0 16px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  .util a {
    line-height: 34px;
  }
  .util .links ul li {
    margin-right: 12px;
  }
  .util .links ul li a {
    font-size: 12px;
  }
  .util svg {
    margin: 0 6px;
  }
  .util .btn {
    line-height: 34px;
    height: 34px;
  }

  #header .logo {
    width: 160px;
    height: 46px;
    background-size: 160px auto;
  }

  #main-nav {
    padding-top: 22px;
  }
  #main-nav > li {
    font-size: 12px;
  }
  #main-nav > li > a {
    padding: 0 7px;
  }

  .home-banner h2 {
    font-size: 40px;
  }

  #home-news .item {
    width: 33%;
  }

  #home-vids .thb {
    width: 33%;
  }
  #home-vids .text {
    width: 67%;
  }
  #home-vids .nextup {
    width: 100%;
  }
  #home-vids .slick-dots {
    left: 50px !important;
  }

  .sidebar .module p {
    font-size: 22px;
  }
  .sidebar .module h4 {
    font-size: 32px;
  }

  #alpha {
    padding: 10px 0;
  }
  #alpha span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
  }

  #filters label {
    font-size: 12px;
    width: 80px;
  }
  #filters .select-menu, #filters .media-search input {
    width: 180px;
  }
}
.show-768 {
  display: none;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .hide-768 {
    display: none;
  }

  .show-768 {
    display: block;
  }

  #header {
    background-color: #44A695;
    z-index: 10;
    position: fixed;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }
  #header .wrap, #header #home-signup > div {
    padding: 0;
  }
  #header .logo {
    width: 100%;
    height: 97px;
    background-size: 182px auto;
    background-color: #fff;
    margin: 0;
    background-position: 20px center;
    background-image: url(../images/logo.png);
    float: none;
    -webkit-box-shadow: inset 0px 3px #007EA3;
            box-shadow: inset 0px 3px #007EA3;
  }
  #header .search, #header .util, #header #main-nav {
    display: none;
  }

  .util {
    -webkit-box-shadow: none;
            box-shadow: none;
    height: auto;
    background-color: #368477;
    padding: 21px 20px 30px;
  }
  .util a {
    line-height: 1;
  }
  .util .links {
    float: none;
    text-align: center;
  }
  .util .links ul {
    display: block;
    margin-bottom: 11px;
  }
  .util .links ul li a {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
  }
  .util .links svg {
    fill: #fff;
  }
  .util .links .btn {
    display: block;
    width: 280px;
    max-width: 100%;
    background: #fff;
    color: #007EA3;
    margin: 17px auto 0;
  }

  form.search {
    padding: 20px 20px 0;
    float: none;
  }
  form.search input {
    width: 100%;
    color: #fff;
  }

  #main-nav {
    padding-top: 10px;
    float: none;
  }
  #main-nav > li {
    display: block;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
  }
  #main-nav > li > a {
    padding: 11px 20px 10px;
    display: inline-block;
    height: auto;
  }
  #main-nav > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #main-nav > li:hover ul {
    display: none;
  }
  #main-nav > li.menu-item-has-children {
    position: relative;
  }
  #main-nav > li.menu-item-has-children:after {
    width: 15px;
    height: 10px;
    position: absolute;
    content: "";
    display: block;
    right: 20px;
    top: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3ETriangle%3C%2Ftitle%3E%3Cpath%20d%3D%22M7.5%2010L0%200h15z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  }
  #main-nav > li.menu-item-has-children.open:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #main-nav > li.open ul {
    position: relative;
    top: -8px;
    left: 0;
    display: block;
  }
  #main-nav > li.open ul li {
    border: none;
  }
  #main-nav > li.open ul li a {
    text-align: left;
    display: inline-block;
    padding: 5px 20px;
  }

  .m-toggle {
    width: 22px;
    height: 22px;
    position: fixed;
    top: 34px;
    right: 20px;
    z-index: 15;
  }
  .m-toggle svg {
    position: absolute;
    fill: #007EA3;
    display: block;
  }
  .m-toggle svg.open {
    width: 22px;
    height: 15px;
    top: calc(50% - 7px);
    left: calc(50% - 11px);
  }
  .m-toggle svg.close {
    width: 19px;
    height: 19px;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    display: none;
  }

  #home-signup {
    height: auto;
  }
  #home-signup .gform_heading {
    display: block;
    float: none;
    text-align: center;
  }
  #home-signup .gform_body {
    float: none;
    width: 75%;
    font-size: 0;
    margin: 0;
  }
  #home-signup .gfield {
    width: 33.3%;
    margin: 0;
    padding: 0 5px;
  }
  #home-signup .gform_footer {
    width: 25%;
    margin: 0;
    padding: 0 5px;
  }
  #home-signup .gform_footer .btn {
    width: 100%;
  }

  .overview {
    padding: 30px 20px;
  }
  .overview h3 {
    font-size: 18px;
  }
  .overview p {
    font-size: 14px;
  }

  #home-news h2, #home-info h2, #home-vids h2 {
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #home-news h2 {
    padding: 25px 20px;
  }
  #home-news .item {
    width: 50%;
  }

  #home-info {
    padding: 25px 0;
  }
  #home-info h2 {
    padding: 0 20px 25px;
  }
  #home-info a h3 {
    padding: 20px;
  }

  #home-vids {
    padding: 25px 20px;
  }
  #home-vids h2 {
    margin-bottom: 25px;
  }
  #home-vids .text {
    padding: 30px 20px 86px;
  }

  #footer.util .links .btn {
    background-color: #007EA3;
    color: #fff;
  }

  #page-title {
    padding: 30px 0;
  }
  #page-title h2 {
    font-size: 36px;
  }

  .headspace {
    height: 97px;
  }

  .impact {
    padding: 60px 0;
  }
  .impact h3 {
    font-size: 30px;
  }

  .content-main p {
    font-size: 14px;
  }
  .content-main blockquote {
    border-left-width: 2px;
    font-size: 14px;
    padding: 5px 10px 0 20px;
  }

  .content-left, .sidebar {
    float: none;
    width: 100%;
  }

  .sidebar {
    margin-top: 40px;
  }
  .sidebar .module {
    max-width: 400px;
    margin: 0 auto 20px;
  }

  .team-grid.leadership .member {
    width: calc(50% - 18px);
  }
  .team-grid.leadership .member:nth-child(3n) {
    margin-right: 18px;
  }
  .team-grid.leadership .member:nth-child(2n) {
    margin-right: 0;
  }
  .team-grid.staff .member {
    width: calc(33.333% - 20px);
  }
  .team-grid.staff .member:nth-child(4n) {
    margin-right: 20px;
  }
  .team-grid.staff .member:nth-child(3n) {
    margin-right: 0;
  }
  .team-grid h6 {
    font-size: 11px;
  }
  .team-grid h4 {
    font-size: 18px !important;
  }

  #alpha span {
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 16px;
  }

  #addictionary h3 {
    font-size: 32px;
  }
  #addictionary .term {
    margin-left: 50px;
  }

  .content-main.bio .bio {
    margin: 0 auto 20px;
  }
  .content-main.bio h6 {
    text-align: center;
  }
  .content-main.bio h3 {
    font-size: 30px;
    text-align: center;
  }

  .resources-grid .item {
    width: 48%;
  }
  .resources-grid h3 {
    font-size: 17px;
  }

  #filters {
    text-align: center;
  }
  #filters .media-search {
    float: none;
    margin-bottom: 16px;
  }
  #filters .media-search .btn {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .home-banner h2 {
    font-size: 24px;
    vertical-align: bottom;
    padding-bottom: 60px;
  }

  #home-vids .thb {
    width: 100%;
    float: none !important;
    position: relative;
  }
  #home-vids .thb svg {
    top: 32vw;
    left: calc(50vw - 22px);
  }
  #home-vids .text {
    width: 100%;
    padding: 30px 20px;
    float: none !important;
  }
  #home-vids .nextup {
    position: relative;
    bottom: auto;
    padding: 14px 20px 14px 80px !important;
    height: auto;
  }
  #home-vids .nextup p {
    line-height: 1.3;
    text-indent: -60px;
  }
  #home-vids .slick-dots {
    position: relative;
    bottom: auto;
    left: auto !important;
    background-color: #F2F2EB;
    padding-bottom: 14px;
  }

  #donate {
    padding: 42px 0;
  }
  #donate h2 {
    float: none;
    text-align: center;
    font-size: 40px;
    padding: 0 0 18px;
  }
  #donate .text {
    margin: 0;
    border-left: none;
    text-align: center;
    padding: 0;
  }
  #donate .text .btn {
    margin-top: 50px;
  }

  #featured {
    padding: 30px 20px;
  }
  #featured .wrap, #featured #home-signup > div {
    padding: 0;
  }
  #featured .img, #featured .text {
    width: 100%;
    display: block;
  }
  #featured .img {
    padding-bottom: 59vw;
  }
  #featured .text {
    padding: 30px 20px;
  }

  .team-grid.staff .member {
    width: calc(50% - 20px);
  }
  .team-grid.staff .member:nth-child(3n) {
    margin-right: 20px;
  }
  .team-grid.staff .member:nth-child(2n) {
    margin-right: 0;
  }

  h3.team-head {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 32px;
  }
}
@media screen and (max-width: 560px) {
  #footer .contact-info {
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
  }
  #footer .contact-info div {
    float: none;
    margin: 0;
  }
  #footer .logo {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  #footer .logo img {
    margin: 0 auto;
  }

  .content-main.bio h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  #home-signup .gform_body {
    width: 100%;
    text-align: left;
  }
  #home-signup .gfield {
    width: 50%;
    margin-bottom: 10px;
  }
  #home-signup .gform_footer {
    width: 50%;
    margin-top: -46px;
  }

  #home-news .item .text {
    padding: 25px 20px;
  }

  .team-grid .member {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }

  h3.team-head {
    font-size: 26px;
  }

  .bio-contact {
    text-align: center;
  }
  .bio-contact .email {
    float: none;
    margin-right: 30px;
  }

  .resources-grid .item {
    width: 100%;
  }

  #footer-nav > ul > li {
    max-width: 100%;
    width: 100%;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

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

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#project-tabs {
  background-color: rgba(235, 242, 241, 0.3);
}
#project-tabs a {
  display: block;
  padding: 12px 26px;
  font-size: 16px;
  line-height: 20px;
  color: #007EA3;
}
#project-tabs a.active {
  background-color: #EBF2F1;
  color: #37424A;
}
#project-tabs a:hover {
  color: #37424A;
}

.project-main h2 {
  font-size: 35px;
  font-weight: 300;
  color: #007EA3;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2857142857em;
  margin-bottom: 25px;
}
.project-main h3 {
  color: #007EA3;
  margin: 25px 0 17px;
  font-weight: 500;
  font-size: 22px;
}

.project-downloads {
  background-color: #EBF2F1;
  padding: 22px 30px;
  margin-top: 40px;
}
.project-downloads a {
  color: #007EA3;
  font-size: 16px;
  font-weight: 400;
}
.project-downloads a:hover {
  color: #37424A;
}
.project-downloads span {
  font-size: 12px;
  font-weight: 700;
  color: #37424A;
}

table {
  width: 100%;
  margin: 10px 0 20px;
  background: rgba(235, 242, 241, 0.3);
  font-size: 0.9em;
}
table td {
  padding: 12px;
}
table tr:first-child {
  background: rgba(220, 232, 230, 0.3);
}