a {
  text-decoration: underline;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color,border,background-color,opacity;
          transition-property: color,border,background-color,opacity;
  color: #53bcca;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
  outline: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

.screen-reader-text {
  display: none;
}

abbr {
  text-decoration: none;
  border: none;
}

::-moz-selection {
  background: #ffc52f;
  color: #ffffff;
}

::selection {
  background: #ffc52f;
  color: #ffffff;
}

* {
  margin: 0px;
  padding: 0px;
}

@media print {
  a,
  h1,
  h2,
  h3,
  h4,
  h5,
  p {
    color: #000 !important;
  }
}

header,
section,
article,
hgroup,
aside,
footer {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
  font-size: 62.5%;
}

body {
  background: #fff;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 1.4rem;
  font-family: "Whitney A", "Whitney B";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print {
  body {
    font-size: 10px;
  }
}

.wrap {
  width: 86%;
  max-width: 1036px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media print {
  .wrap {
    max-width: 100%;
    width: 100%;
  }
}

html, body {
  height: 100%;
}

.page-wrap {
  min-height: 100%;
  margin-bottom: -250px;
  box-sizing: border-box;
  position: relative;
  left: 0;
  z-index: 150;
  padding-top: 100px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: margin,padding;
          transition-property: margin,padding;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .page-wrap {
    padding-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .page-wrap {
    margin-bottom: 0;
    min-height: 0;
    padding-top: 160px;
  }
}

@media print {
  .page-wrap {
    padding: 0;
    min-height: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .home .page-wrap {
    padding-top: 260px;
  }
}

@media screen and (min-width: 768px) {
  .home.short .page-wrap {
    padding-top: 180px;
  }
}

.search-open .page-wrap,
.page-template-page-search .page-wrap,
.search-results .page-wrap {
  margin-top: 90px;
}

.page-wrap:after {
  content: "";
  display: block;
}

@media screen and (max-width: 767px) {
  .page-wrap:after {
    display: none;
  }
}

@media print {
  .page-wrap:after {
    display: none;
  }
}

.site-footer, .page-wrap:after {
  height: 250px;
}

@media screen and (max-width: 767px) {
  .site-footer, .page-wrap:after {
    height: auto;
  }
}

.site-content {
  position: relative;
  padding: 0;
}

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

.add-gutter {
  padding-left: 22px;
  padding-right: 22px;
}

.post-pagination {
  visibility: hidden;
}

.caps {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.09090909090909em;
  font-weight: 700;
  line-height: 1.36363636363636em;
  display: inline-block;
}

.with-black-bar {
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: 0.00416666666667em;
  margin: 1.0975em auto 0.975em;
}

.with-black-bar:after {
  margin: 25px auto 0;
  content: "";
  width: 134px;
  height: 8px;
  background: #000000;
  display: block;
}

.with-black-bar.left:after {
  margin-left: 0;
}

.with-black-bar.white {
  color: #ffffff;
}

.with-black-bar.teal {
  color: #53bcca;
  margin-bottom: 1.25em;
}

.with-black-bar.caps {
  color: #ffffff;
  font-size: 11.5px;
  letter-spacing: 0.10869565217391em;
}

.with-black-bar.caps:after {
  width: 85px;
  margin-top: 35px;
}

.with-black-bar.long:after {
  width: 200px;
}

.with-black-bar.center {
  text-align: center;
}

.with-top-bar:before {
  margin: 0 0 14px;
  content: "";
  width: 85px;
  height: 8px;
  background: #53bcca;
  display: block;
}

@media screen and (max-width: 767px) {
  .with-top-bar:before {
    height: 5px;
    width: 60px;
  }
}

.without-thumbnail .with-top-bar:before {
  background: #ffffff;
}

.wysiwyg {
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 500;
}

.wysiwyg h1 {
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: 0.00416666666667em;
  margin: 1.0975em auto 0.975em;
}

.wysiwyg h1:after {
  margin: 25px 0 0;
  content: "";
  width: 134px;
  height: 8px;
  background: #000000;
  display: block;
}

.wysiwyg h3 {
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: 0.00555555555556em;
  margin: 0.5em 0;
}

.wysiwyg h4 {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.00454545454545em;
  margin: 0.9em 0;
}

.wysiwyg h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.01666666666667em;
}

.wysiwyg h6 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08333333333333em;
  line-height: 1.25em;
  margin: 1.75em 0 0;
}

.wysiwyg .large {
  font-size: 21px;
  line-height: 1.33333333333333em;
  font-weight: 900;
  letter-spacing: 0.00454545454545em;
  margin: 0.9em 0;
}

.wysiwyg p {
  margin: 1.4em 0;
}

.wysiwyg h5 + p {
  margin-top: 0;
}

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

.wysiwyg .alignnone {
  display: block;
  margin: 2.25em 0;
}

.wysiwyg .alignleft {
  float: left;
  margin: 7px 40px 30px 0;
}

@media screen and (max-width: 767px) {
  .wysiwyg .alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.wysiwyg .alignright {
  float: right;
  margin: 7px 0 0.9em 60px;
}

@media screen and (max-width: 767px) {
  .wysiwyg .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.wysiwyg .alignleft img,
.wysiwyg .alignright img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.wysiwyg .aligncenter {
  display: block;
  margin: 45px auto 27px;
}

.wysiwyg .wp-caption {
  max-width: 100%;
  background: #e8e7e7;
  position: relative;
}

.wysiwyg .wp-caption.alignnone {
  width: calc(100% + $gutter);
  max-width: 3000px;
}

.wysiwyg .wp-caption figcaption {
  padding: 22px 38px;
  box-sizing: border-box;
  font-size: 14px;
  color: #9e9e9e;
  font-weight: 600;
  line-height: 1.28571428571429em;
  letter-spacing: 0.01785714285714em;
  padding-left: 60px;
  position: relative;
}

.wysiwyg .wp-caption figcaption:before {
  content: "";
  position: absolute;
  left: 38px;
  top: 18px;
  bottom: 18px;
  width: 8px;
  background: #ffffff;
}

.wysiwyg .wp-caption.black {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.wysiwyg .wp-caption.black figcaption {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .wysiwyg .wp-caption.black {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .wysiwyg .wp-caption {
    width: 100% !important;
  }
}

.wysiwyg u {
  font-weight: 600;
}

.wysiwyg p.caps {
  margin: 0.2em;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.08333333333333em;
}

.wysiwyg .wp-caption-text {
  font-size: 0.86666666666667em;
  padding: 4px 20px 4px 40px;
  font-style: normal;
  line-height: 1.086666666666667em;
  margin: 0;
  box-sizing: border-box;
  min-height: 18px;
}

.wysiwyg hr {
  border: none;
  outline: none;
  margin: 15px 0;
  width: 134px;
  height: 8px;
  background: #000000;
  display: block;
}

.wysiwyg ul,
.wysiwyg ol {
  margin: 1.4em 0 1.4em 25px;
}

.wysiwyg ul li,
.wysiwyg ol li {
  line-height: 1.53333333333333em;
  margin-bottom: 0.85em;
}

.wysiwyg ul li strong,
.wysiwyg ol li strong {
  font-weight: 600;
}

.wysiwyg ul, .wysiwyg ol {
  padding-left: 10px;
}

.wysiwyg strong {
  font-weight: 900;
}

.wysiwyg strong a {
  font-weight: 600;
}

.wysiwyg ul li .unbold,
.wysiwyg ol li .unbold,
.wysiwyg .unbold {
  font-weight: 400;
}

.wysiwyg ul li .unbold strong,
.wysiwyg ol li .unbold strong,
.wysiwyg .unbold strong {
  font-weight: 600;
}

.wysiwyg blockquote {
  position: relative;
  padding: 70px 10% 70px 10%;
  background: #000000;
  margin: 1.4em 0 2.25em;
  font-size: 25px;
  line-height: 1.48em;
  font-weight: 700;
}

.wysiwyg blockquote:before {
  position: absolute;
  content: "";
  display: block;
  z-index: 0;
  left: -4000px;
  right: -4000px;
  top: 0;
  bottom: 0;
  background: #000000;
}

.wysiwyg blockquote p,
.wysiwyg blockquote h1,
.wysiwyg blockquote h2,
.wysiwyg blockquote h3,
.wysiwyg blockquote h4,
.wysiwyg blockquote h5,
.wysiwyg blockquote h6 {
  position: relative;
  z-index: 10;
}

.wysiwyg blockquote h6 {
  color: #ffc52f;
}

.wysiwyg blockquote p {
  color: #ffffff;
  display: block;
  margin: 0;
  /*&:first-child {
        &:before { 
          content: "\201C";
          position: absolute;
          width: 20px;
          text-align: right;
          top: -2px;
          left: -24px;
        }
      }*/
}

.wysiwyg blockquote p:last-child em {
  font-size: 18px;
  text-align: right;
  display: block;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .wysiwyg blockquote {
    font-size: 19px;
    line-height: 1.57894736842105em;
  }
  .wysiwyg blockquote p:last-child em {
    font-size: 14px;
  }
}

.page-template-page-contact hr {
  text-align: left;
  /* IE 11 */
}

.site-header {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  height: 100px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1020;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: left,top;
          transition-property: left,top;
}

.site-header a {
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .site-header {
    height: 160px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .home .site-header {
    height: 260px;
    -webkit-transition-property: left, top, height;
            transition-property: left, top, height;
  }
  .short .site-header {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .site-header {
    position: absolute;
  }
  .home .site-header {
    height: 160px;
  }
  .site-header:before {
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 145px;
  }
}

.search-open .site-header,
.page-template-page-search .site-header,
.search-results .site-header {
  top: 90px;
}

.site-header__logo {
  height: 67px;
  width: 90px;
  position: relative;
  display: block;
  float: left;
  margin: 17px 10px 0 41px;
  overflow: visible;
  z-index: 20;
}

.site-header__logo img {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  display: block;
}

.site-header__logo img.with-tagline {
  display: none;
}

.home .site-header__logo img.with-tagline {
  display: block;
}

.home .site-header__logo img.without-tagline {
  display: none;
}

@media screen and (max-width: 960px) {
  .site-header__logo {
    float: none;
    margin: 40px auto 25px;
  }
}

@media screen and (min-width: 768px) {
  .home .site-header__logo {
    width: 400px;
    height: 115px;
    margin: 62px auto 0;
    float: none;
    -webkit-transition: 0.3s;
            transition: 0.3s;
  }
  .home .site-header__logo img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
    -webkit-transition: 0.3s;
            transition: 0.3s;
  }
  .home .site-header__logo img.with-tagline {
    display: block;
  }
  .home .site-header__logo img.without-tagline {
    display: block;
    position: absolute;
    z-index: 10;
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-66%);
        -ms-transform: translateX(-66%);
            transform: translateX(-66%);
  }
  .home.short .site-header__logo {
    height: 70px;
    margin-top: 28px;
  }
  .home.short .site-header__logo img.with-tagline {
    opacity: 0;
  }
  .home.short .site-header__logo img.without-tagline {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .site-header__logo {
    width: 100%;
    height: 82px;
    margin: 18px 0 0;
  }
  .site-header__logo img {
    margin: 0 auto;
    left: 0;
    width: 288px;
    height: auto;
    position: relative;
  }
  .site-header__logo img.with-tagline {
    display: block;
  }
  .site-header__logo img.without-tagline {
    display: none;
  }
}

.site-header__navigation {
  width: 100%;
  max-width: 600px;
  display: block;
  text-align: left;
  float: left;
  vertical-align: middle;
  text-transform: uppercase;
}

@media screen and (min-width: 961px) {
  .site-header__navigation {
    width: calc(100% - 489px);
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .home .site-header__navigation {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
    margin: 14px auto 0;
  }
}

@media screen and (max-width: 960px) {
  .site-header__navigation {
    max-width: 100%;
    text-align: center;
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .site-header__navigation {
    text-align: left;
  }
}

.site-header__navigation a {
  color: #000000;
}

.site-header__navigation > ul {
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 961px) {
  .site-header__navigation > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .home .site-header__navigation > ul {
    display: block;
  }
  .home .site-header__navigation > ul a {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (max-width: 767px) {
  .site-header__navigation > ul {
    padding-top: 20px;
  }
}

.site-header__navigation > ul > li {
  position: static;
  display: inline-block;
  height: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 961px) {
  .site-header__navigation > ul > li {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
  }
  .home .site-header__navigation > ul > li:last-child a {
    border-right: none;
  }
}

@media screen and (max-width: 960px) {
  .site-header__navigation > ul > li {
    height: auto;
  }
  .site-header__navigation > ul > li:last-child a {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .site-header__navigation > ul > li {
    padding: 1px 0 12px;
  }
}

.site-header__navigation > ul > li > a {
  display: block;
  padding: 3px 30px 2px;
  border-right: 1px solid #e9e9e9;
  font-size: 11px;
  letter-spacing: 0.20454545454545em;
  font-weight: 600;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 100;
}

@media screen and (min-width: 961px) {
  .site-header__navigation > ul > li > a {
    padding: 3px 0 2px;
  }
  .home .site-header__navigation > ul > li > a {
    padding: 3px 30px 2px;
  }
}

@media screen and (max-width: 960px) {
  .site-header__navigation > ul > li > a {
    top: 0;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (max-width: 767px) {
  .site-header__navigation > ul > li > a {
    margin-bottom: 7px;
  }
}

.site-header__navigation > ul > li:hover > a, .site-header__navigation > ul > li.active > a {
  color: #000000;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .site-header__navigation > ul > li {
    position: relative;
    display: block;
    text-align: center;
  }
  .site-header__navigation > ul > li > a {
    border: none;
    letter-spacing: 0.1875em;
    font-size: 12px;
    font-weight: 700;
  }
  .site-header__navigation > ul > li > a:hover {
    font-weight: 700;
  }
  .site-header__navigation > ul > li:hover a,
  .site-header__navigation > ul > li:hover a:hover {
    font-weight: 600;
  }
}

.site-header__navigation > ul > li.with-dropdown > a:before {
  content: "";
  height: 22px;
  width: 100%;
  position: absolute;
  bottom: -46px;
  background: #ffc52f;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  left: 0;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 960px) {
  .site-header__navigation > ul > li.with-dropdown > a:before {
    bottom: -38px;
  }
}

@media screen and (max-width: 767px) {
  .site-header__navigation > ul > li.with-dropdown > a:before {
    display: none;
  }
}

.site-header__navigation > ul > li.with-dropdown:hover > a:before, .site-header__navigation > ul > li.with-dropdown.hover > a:before {
  opacity: 1;
}

.site-header__navigation > ul > li.with-dropdown:hover > a:after, .site-header__navigation > ul > li.with-dropdown.hover > a:after {
  display: block;
}

.site-header__navigation > ul > li.with-dropdown:hover .site-header__navigation-submenu, .site-header__navigation > ul > li.with-dropdown.hover .site-header__navigation-submenu {
  opacity: 1;
  top: 100%;
  -webkit-transition-duration: 0.3s, 0s;
          transition-duration: 0.3s, 0s;
}

@media screen and (min-width: 769px) {
  .home .site-header__navigation > ul {
    padding: 0;
  }
  .home .site-header__navigation > ul > li {
    height: 69px;
  }
  .home .site-header__navigation > ul > li .site-header__navigation-submenu {
    text-align: left;
  }
  .home .site-header__navigation > ul > li .site-header__navigation-submenu li {
    height: auto;
  }
  .home .site-header__navigation > ul > li .site-header__navigation-submenu a {
    height: auto;
    line-height: 1.2em;
  }
  .home .site-header__navigation > ul > li > a {
    top: 0;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .home .site-header__navigation > ul > li > a:before {
    bottom: -40px;
  }
}

.site-header__navigation-submenu--wrap {
  width: 90%;
  max-width: 777px;
  margin: 0 auto;
  padding: 60px 0;
  overflow: hidden;
  text-transform: none;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .site-header__navigation-submenu--wrap {
    padding: 0;
    text-align: center;
    margin: 0;
    width: 100%;
  }
}

.site-header__navigation-submenu {
  background: #f7f7f7;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: -5000px;
  z-index: 50;
  opacity: 0;
  -webkit-transition-property: opacity,top;
          transition-property: opacity,top;
  -webkit-transition-duration: 0.3s, 0s;
          transition-duration: 0.3s, 0s;
}

@media screen and (min-width: 768px) {
  .site-header__navigation-submenu:before {
    content: "";
    position: absolute;
    top: -40px;
    height: 40px;
    left: 0;
    right: 0;
    background: transparent;
  }
}

@media screen and (max-width: 767px) {
  .site-header__navigation-submenu {
    position: relative;
    opacity: 1;
    top: 0;
    background: transparent none;
  }
}

.site-header__navigation-column {
  width: 25%;
  float: left;
  box-sizing: border-box;
  font-style: italic;
  padding-left: 45px;
  font-size: 14px;
  letter-spacing: 0.01428571428571em;
}

.site-header__navigation-column:last-child ul > li a {
  font-weight: 600;
}

.site-header__navigation-column:nth-child(2) ul {
  padding-left: .5em;
}

.site-header__navigation-column h5 {
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 10px;
}

.site-header__navigation-column h5 a:hover {
  color: #ffc52f;
}

@media screen and (max-width: 767px) {
  .site-header__navigation-column {
    float: none;
    width: 100%;
    padding: 0;
  }
  .site-header__navigation-column h5 {
    display: none;
  }
}

.site-header__navigation-column ul {
  height: auto;
  margin: 0;
  line-height: 1em;
}

.site-header__navigation-column ul > li {
  height: auto;
  display: block;
  margin: 9px 0;
  bottom: 0;
}

.site-header__navigation-column ul > li.mobile-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .site-header__navigation-column ul > li.mobile-only {
    display: block;
  }
}

.site-header__navigation-column ul > li:first-child {
  margin-top: 0;
}

.site-header__navigation-column ul > li a {
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  top: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  border: none;
  padding: 0;
  letter-spacing: 0.01428571428571em;
}

.site-header__navigation-column ul > li a:hover {
  color: #ffc52f;
}

@media screen and (max-width: 767px) {
  .site-header__navigation-column ul > li a {
    font-weight: 600;
    color: #7d7d7d;
  }
  .site-header__navigation-column ul > li a:hover {
    color: #000000;
    font-weight: 600;
  }
}

.site-header__navigation-description {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 30px;
  border-right: 1px solid #999999;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.33333333333333em;
}

.site-header__navigation-description h1,
.site-header__navigation-description h2,
.site-header__navigation-description h3,
.site-header__navigation-description h4,
.site-header__navigation-description h5 {
  font-weight: 900;
  color: #53bcca;
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .site-header__navigation-description {
    display: none;
  }
}

.site-header__tertiary {
  height: 100px;
  list-style: none;
  position: absolute;
  right: 0;
  top: -6px;
  width: calc(100% - 800px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 250px;
  margin-top: 9px;
}

.site-header__tertiary li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site-header__tertiary svg {
  height: 18px;
  width: auto;
  display: block;
  fill: #53bcca;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.site-header__tertiary a {
  display: block;
}

.site-header__tertiary a:hover svg {
  fill: #000000;
}

.home .site-header__tertiary {
  float: none;
  position: absolute;
  top: 32px;
  right: 20px;
  height: auto;
}

@media screen and (max-width: 960px) {
  .site-header__tertiary {
    position: absolute;
    float: none;
    top: 30px;
    height: 30px;
    right: 0;
    width: 164px;
  }
}

@media screen and (max-width: 767px) {
  .site-header__tertiary {
    display: block;
    float: none;
    position: relative;
    height: auto;
    margin: 0;
    width: 100%;
    max-width: 100%;
    top: 0;
    display: block;
  }
  .site-header__tertiary li:not(.site-header__search) {
    display: none;
  }
  .site-header__tertiary li.site-header__search {
    display: block;
    text-align: left;
    padding: 3px 30px 2px;
  }
  .home .site-header__tertiary {
    position: relative;
    right: auto;
    left: 0;
    top: auto;
  }
}

@media screen and (max-width: 767px) {
  .site-header__navigation-wrap {
    left: 0;
    -webkit-transition: 1s top;
            transition: 1s top;
    width: 250px;
    background: #f0f0f0;
    position: absolute;
    top: -900px;
    width: 100%;
    text-align: center;
    right: 0;
    z-index: 0;
  }
  .menu-open .site-header__navigation-wrap {
    top: 100%;
  }
}

.site-header__navigation-toggle {
  position: absolute;
  left: 0;
  width: 100%;
  height: 45px;
  background: #d79d01;
  display: block;
  z-index: 100;
  bottom: 0;
  text-indent: -2000px;
  cursor: pointer;
  text-align: left;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  display: none;
}

.site-header__navigation-toggle span, .site-header__navigation-toggle:before, .site-header__navigation-toggle:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 32px;
  background: #ffffff;
  display: block;
  border-radius: 2px;
  left: 50%;
  margin-left: -16px;
  top: 10px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  opacity: 1;
}

.site-header__navigation-toggle span {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.site-header__navigation-toggle:before {
  top: 19px;
}

.site-header__navigation-toggle:after {
  top: 28px;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}

@media screen and (max-width: 767px) {
  .site-header__navigation-toggle {
    display: block;
  }
  .menu-open .site-header__navigation-toggle:before {
    opacity: 0;
  }
  .menu-open .site-header__navigation-toggle:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 32px;
  }
  .menu-open .site-header__navigation-toggle span {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 10px;
  }
}

.site-header__search-toggler span {
  display: none;
}

.site-header__search-toggler svg {
  margin-top: 9px;
}

@media screen and (max-width: 767px) {
  .site-header__search-toggler {
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .site-header__search-toggler svg {
    display: none;
  }
  .site-header__search-toggler span {
    color: #000000;
    text-transform: uppercase;
    font-family: "Whitney A", "Whitney B";
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.1875em;
    display: block;
  }
}

.site-footer {
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1.2em;
  z-index: 1000;
  position: relative;
  -webkit-transition: 0.3s left;
          transition: 0.3s left;
  left: 0;
}

.site-footer p {
  margin: 6px auto;
}

.site-footer span {
  display: inline-block;
  padding: 0 5px;
}

.site-footer a {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.site-footer a:hover {
  color: #53bcca;
}

.site-footer a[href^=tel] {
  font-weight: 400;
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .site-footer {
    font-size: 13.32px;
  }
}

@media screen and (max-width: 767px) {
  .site-footer {
    overflow: hidden;
  }
  .open .site-footer {
    left: 250px;
  }
  .site-footer span {
    display: block;
    margin: 15px 0;
  }
  .site-footer span.address {
    margin: 4px 0;
  }
  .site-footer p {
    margin: 24px 0;
  }
}

.site-footer__tertiary {
  list-style: none;
  width: 100%;
  margin: 12px auto;
}

@media screen and (max-width: 767px) {
  .site-footer__tertiary {
    margin: 30px 0;
  }
}

.site-footer__tertiary li {
  display: inline-block;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .site-footer__tertiary li {
    padding: 0 6px;
  }
}

.site-footer__tertiary a {
  color: #53bcca;
  text-transform: uppercase;
  display: block;
  font-size: 11px;
  letter-spacing: 0.09090909090909em;
  font-weight: 600;
  height: 20px;
}

.site-footer__tertiary a svg {
  width: 20px;
  height: auto;
  display: inline-block;
  fill: #53bcca;
  vertical-align: bottom;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.site-footer__tertiary a:hover {
  color: #000000;
}

.site-footer__tertiary a:hover svg {
  fill: #000000;
}

.site-footer__copyright {
  font-style: italic;
  position: absolute;
  bottom: 16px;
  font-size: 12px;
  color: #8a8a8a;
  letter-spacing: 0.04166666666667em;
  font-weight: 600;
  left: 53px;
}

@media screen and (max-width: 767px) {
  .site-footer__copyright {
    position: relative;
    left: auto;
    text-align: center;
    bottom: auto;
  }
}

.site-footer__logo {
  display: inline-block;
  margin: 70px auto 20px;
}

@media screen and (max-width: 767px) {
  .site-footer__logo {
    margin: 58px auto 20px;
  }
}

.js-mobile-slideshow__pagination {
  display: none;
}

@media screen and (max-width: 767px) {
  .js-mobile-slideshow {
    position: relative;
  }
  .js-mobile-slideshow__wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .js-mobile-slideshow__slide {
    position: absolute;
    width: 100%;
    margin: 0;
    left: 100%;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: opacity;
            transition-property: opacity;
    opacity: 0;
    z-index: 0;
    display: block;
  }
  .js-mobile-slideshow__slide.active {
    z-index: 10;
    opacity: 1;
    position: relative;
    left: 0;
  }
  .js-mobile-slideshow__pagination {
    margin: 20px 0;
    display: block;
    text-align: center;
  }
  .js-mobile-slideshow__pagination-dot {
    text-indent: -2000px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    text-align: left;
    text-indent: -2000px;
    background: #000000;
    border: none;
    outline: none;
    margin: 0 7px;
    vertical-align: middle;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: background;
            transition-property: background;
    padding: 0;
    cursor: pointer;
    background-color: #cecece;
  }
  .js-mobile-slideshow__pagination-dot:hover, .js-mobile-slideshow__pagination-dot.active {
    background-color: #bdde17;
  }
  .js-mobile-slideshow__pagination-dot.active, .js-mobile-slideshow__pagination-dot:hover {
    background-color: #626262;
  }
}

.button, div.wpcf7 input[type="submit"],
div.wpcf7 button[type="submit"],
a span.button {
  outline: none;
  display: inline-block;
  background: #53bcca;
  color: #ffffff;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: 0.09090909090909em;
  padding: 9px 20px;
  font-weight: 700;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  text-decoration: none;
}

.button:hover, div.wpcf7 input[type="submit"]:hover,
div.wpcf7 button[type="submit"]:hover,
a span.button:hover {
  background-color: #ffc52f;
}

.button.orange, div.wpcf7 input.orange[type="submit"],
div.wpcf7 button.orange[type="submit"],
a span.button.orange {
  background-color: #ffc52f;
}

.button.orange:hover, div.wpcf7 input.orange[type="submit"]:hover,
div.wpcf7 button.orange[type="submit"]:hover,
a span.button.orange:hover {
  background-color: #53bcca;
}

.button.black, div.wpcf7 input.black[type="submit"],
div.wpcf7 button.black[type="submit"],
a span.button.black {
  background: #000000;
}

.button.black:hover, div.wpcf7 input.black[type="submit"]:hover,
div.wpcf7 button.black[type="submit"]:hover,
a span.button.black:hover {
  background-color: #ffffff;
  color: #000000;
}

.button.white, div.wpcf7 input.white[type="submit"],
div.wpcf7 button.white[type="submit"],
a span.button.white {
  background: #ffffff;
  color: #000000;
}

.button.white:hover, div.wpcf7 input.white[type="submit"]:hover,
div.wpcf7 button.white[type="submit"]:hover,
a span.button.white:hover {
  background: #ffc52f;
  color: #ffffff;
}

.button.lg, div.wpcf7 input.lg[type="submit"],
div.wpcf7 button.lg[type="submit"],
a span.button.lg {
  padding: 14px 23px;
}

.page-template-default .article__content .button, .page-template-default .article__content div.wpcf7 input[type="submit"], div.wpcf7 .page-template-default .article__content input[type="submit"], .page-template-default .article__content
div.wpcf7 button[type="submit"],
div.wpcf7 .page-template-default .article__content button[type="submit"] {
  margin: 0 10px;
}

.page-template-default .article__content .button:hover, .page-template-default .article__content div.wpcf7 input[type="submit"]:hover, div.wpcf7 .page-template-default .article__content input[type="submit"]:hover, .page-template-default .article__content
div.wpcf7 button[type="submit"]:hover,
div.wpcf7 .page-template-default .article__content button[type="submit"]:hover {
  background: #53bcca;
  color: #ffffff;
}

span.button {
  padding: 0;
  margin: 30px 0 0;
}

span.button a {
  padding: 8px 20px;
  color: #ffffff;
  display: block;
  text-decoration: none;
}

.split-callouts__callout--wrap span.button {
  background-color: #ffffff;
}

.split-callouts__callout--wrap span.button a {
  color: #000000;
}

.split-callouts__callout--wrap span.button:hover {
  background-color: #ffc52f;
}

.split-callouts__callout--wrap span.button:hover a {
  color: #ffffff;
}

button {
  outline: none;
  background: transparent none;
  border: none;
  cursor: pointer;
}

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  border: 1px solid #ffffff;
  background: #ffffff;
  border-radius: 4px;
  color: #000000;
  font-size: 13px;
  padding: 6px 0;
  box-sizing: border-box;
  width: 100%;
  opacity: 1;
  font-family: "Whitney A", "Whitney B";
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
  color: #8e8e8e;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

label {
  color: #000000;
  font-size: 13px;
  padding: 6px 0;
  text-transform: uppercase;
  letter-spacing: 0.05769230769231em;
}

textarea {
  border: 1px solid #bdde17;
  resize: none;
  height: 73px;
  padding: 6px;
}

div.wpcf7 {
  margin: 8% 0;
  width: 100%;
  padding: 0 0 35px;
  overflow: hidden;
}

div.wpcf7 p {
  margin: 0;
  overflow: hidden;
}

div.wpcf7 input,
div.wpcf7 textarea {
  margin: 0 0 25px 0;
  font-family: "Whitney A", "Whitney B";
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.0833333em;
  color: #000000;
  font-weight: 600;
  box-sizing: border-box;
  padding: 13px 22px 10px;
  border: none;
  outline: none;
  border-radius: 0;
  width: 100%;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

div.wpcf7 input:focus,
div.wpcf7 textarea:focus {
  z-index: 20;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

div.wpcf7 input:focus::-webkit-input-placeholder,
div.wpcf7 textarea:focus::-webkit-input-placeholder {
  color: #8e8e8e;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

div.wpcf7 input:focus::-moz-placeholder,
div.wpcf7 textarea:focus::-moz-placeholder {
  color: #8e8e8e;
  transition: 0.3s;
}

div.wpcf7 input:focus:-ms-input-placeholder,
div.wpcf7 textarea:focus:-ms-input-placeholder {
  color: #8e8e8e;
  transition: 0.3s;
}

div.wpcf7 input:focus::placeholder,
div.wpcf7 textarea:focus::placeholder {
  color: #8e8e8e;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

div.wpcf7 textarea {
  height: 90px;
  resize: none;
}

div.wpcf7 ::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
  font-style: normal;
}

div.wpcf7 :-moz-placeholder {
  color: #000000;
  text-transform: uppercase;
  font-style: normal;
}

div.wpcf7 ::-moz-placeholder {
  color: #000000;
  text-transform: uppercase;
  font-style: normal;
}

div.wpcf7 :-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
  font-style: normal;
}

div.wpcf7 input[type="submit"],
div.wpcf7 button[type="submit"] {
  background: #000000;
  display: inline-block;
  width: auto;
  float: right;
  margin-bottom: 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  div.wpcf7 input[type="submit"],
  div.wpcf7 button[type="submit"] {
    float: none;
  }
}

div.wpcf7 .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
/* 
div.wpcf7 .wpcf7-form-control-wrap.email, div.wpcf7 .wpcf7-form-control-wrap.phone {
  width: 48%;
  float: left;
} */
/* 
div.wpcf7 .wpcf7-form-control-wrap.phone {
  float: right;
} */

@media screen and (max-width: 767px) {
  div.wpcf7 .wpcf7-form-control-wrap.email, div.wpcf7 .wpcf7-form-control-wrap.phone {
    float: none;
    width: 100%;
  }
}

div.wpcf7 img.ajax-loader {
  display: block;
  margin: 10px auto !important;
}

div.wpcf7 .wpcf7-response-output {
  float: left;
  width: calc(100% - 260px);
  margin: 0;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  padding: 13px 22px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4em;
  color: #ba0000;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  div.wpcf7 .wpcf7-response-output {
    float: none;
    width: 100%;
  }
}

div.wpcf7 .req {
  text-align: left;
  display: inline-block;
  clear: both;
  width: 40%;
  float: left;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  margin-top: -30px;
}

div.wpcf7 .submit {
  width: 30%;
  float: right;
}

@media screen and (max-width: 767px) {
  div.wpcf7 .submit {
    width: 100%;
    float: none;
    text-align: center;
  }
}

div.wpcf7 .wpcf7-not-valid-tip {
  color: #ba0000;
  font-weight: 400;
  position: absolute;
  top: 0;
  z-index: 10;
  right: 0;
  margin: 0 0 20px 0;
  padding: 6px 12px 8px 0;
  font-size: 11px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  div.wpcf7 .wpcf7-not-valid-tip {
    text-align: left;
    text-indent: -2000px;
    overflow: hidden;
  }
  div.wpcf7 .wpcf7-not-valid-tip:before {
    content: "*";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    text-indent: 0;
  }
}

.search-form {
  position: relative;
}

.search-form input {
  background: transparent none;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #6e6e6e;
  padding: 6px 0;
  height: auto;
  font-size: 25px;
  font-weight: 200;
  color: #000000;
  outline: none;
}

.search-form ::-webkit-input-placeholder {
  font-size: 25px;
  color: #9e9e9e;
  font-weight: 200;
  font-style: normal;
  padding-left: 0;
}

.search-form :-moz-placeholder {
  font-size: 25px;
  color: #9e9e9e;
  font-weight: 200;
  font-style: normal;
  padding-left: 0;
}

.search-form ::-moz-placeholder {
  font-size: 25px;
  color: #9e9e9e;
  font-weight: 200;
  font-style: normal;
  padding-left: 0;
}

.search-form :-ms-input-placeholder {
  font-size: 25px;
  color: #9e9e9e;
  font-weight: 200;
  font-style: normal;
  padding-left: 0;
}

.search-form button[type="submit"],
.search-form input[type="submit"],
.search-form .gsc-search-button input {
  position: absolute;
  top: 6px;
  right: 0;
  width: 37px;
  height: 28px;
  background: transparent url(../images/svg/icon-arrows.svg) no-repeat -8px 50%;
  background-size: auto 18px;
  text-indent: -2000px;
  overflow: hidden;
  cursor: pointer;
}

.search-form button[type="submit"]:after,
.search-form input[type="submit"]:after,
.search-form .gsc-search-button input:after {
  content: "";
  text-indent: -2000px;
  width: 20px;
  height: 20px;
  border: 3px solid #6e6e6e;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.search-form button[type="submit"]:hover:after,
.search-form input[type="submit"]:hover:after,
.search-form .gsc-search-button input:hover:after {
  border-color: #ffc52f;
}

::-webkit-input-placeholder {
  color: #8e8e8e;
  font-style: italic;
}

:-moz-placeholder {
  color: #8e8e8e;
  font-style: italic;
}

::-moz-placeholder {
  color: #8e8e8e;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #8e8e8e;
  font-style: italic;
}

/*Formstack*/
.wf-active .page .fsBody, .wf-active .page .wf-active .fsBody input {
  font-family: "Whitney A", "Whitney B";
}

.page .fsBody {
  padding-top: 0;
  margin-top: 0;
}

.page .fsBody .fsForm {
  padding-top: 0;
  margin-top: 0;
}

.page .fsBody .fsLabel, .page .fsBody label {
  font-weight: 600;
  text-transform: none;
  color: #000000;
}

.page .fsBody p {
  color: #000000;
}

.page .fsBody .fsSupporting {
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #53bcca;
}

.page .fsSubmitButton {
  background-color: #000000 !important;
  border-radius: 10px !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px !important;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  padding: 9px 20px;
  font-family: "Whitney A", "Whitney B";
  -webkit-transition: .3s;
          transition: .3s;
}

.page .fsSubmitButton:hover {
  background-color: #ffc52f !important;
}

.page-template-default .intro + .article__content,
.page-template-default .two-columns + .article__content {
  opacity: 1 !important;
}

.bg-gray {
  background: #e8e7e7;
}

.bg-light-gray {
  background: #f7f7f7;
}

.bg-teal {
  background: #53bcca;
}

.bg-orange {
  background: #ffc52f;
}

.bg-green {
  background: #bdde17;
}

.bg-black {
  background: #000000;
  color: #ffffff;
}

.bg-orange a,
.bg-orange h1,
.bg-orange h2,
.bg-orange h3,
.bg-orange h4,
.bg-orange h5,
.bg-orange .large,
.bg-black a,
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black .large,
.bg-green a,
.bg-green h1,
.bg-green h2,
.bg-green h3,
.bg-green h4,
.bg-green h5,
.bg-green .large,
.bg-teal a,
.bg-teal h1,
.bg-teal h2,
.bg-teal h3,
.bg-teal h4,
.bg-teal h5,
.bg-teal .large {
  color: #ffffff;
}

.bg-orange a:hover,
.bg-black a:hover,
.bg-green a:hover,
.bg-teal a:hover {
  color: #ffffff;
}

.bg-orange ul,
.bg-orange ol,
.bg-black ul,
.bg-black ol,
.bg-green ul,
.bg-green ol,
.bg-teal ul,
.bg-teal ol {
  border-color: #ffffff;
}

.bg-black a,
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black .large {
  color: #ffc52f;
}

.bg-orange a {
  color: #000000;
}

.bg-orange a:hover {
  color: #000000;
}

.icons__svg-wrapper {
  display: none;
}

.icons-social {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 325px;
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .icons-social {
    margin: 10px 0 26px;
  }
}

.icons-social svg {
  width: 100%;
  height: auto;
  display: block;
  fill: #ffffff;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.icons-social li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
}

.icons-social li a {
  width: 30px;
  display: block;
}

.icons-social li a:hover svg {
  fill: #ffc52f;
}

.intro {
  overflow: hidden;
  position: relative;
}

.intro.intro__without-photo {
  text-align: center;
}

.intro.intro__with-photo {
  text-align: right;
  padding-right: 50%;
}

@media screen and (max-width: 767px) {
  .intro.intro__with-photo {
    padding: 0;
  }
}

.page-template-default .intro__with-photo + section,
.page-template-default .intro__without-photo + section {
  margin-top: 60px;
}

.page-template-default .intro__with-photo + .two-columns,
.page-template-default .intro__without-photo + .two-columns,
.page-template-default .intro__with-photo + .tabs,
.page-template-default .intro__without-photo + .tabs {
  margin-top: 0;
}

.intro__title {
  color: #ffffff;
}

.intro__title.teal {
  font-weight: 900;
  color: #53bcca;
}

.intro__title.teal a {
  color: #53bcca;
  text-decoration: none;
}

.intro__title.teal a:hover {
  color: #000000;
}

.lg .intro__title {
  font-size: 40px;
  line-height: 1.10em;
  letter-spacing: 0.0025em;
  margin: 0;
}

.intro__copy {
  padding: 100px 0;
  width: 86%;
  margin: 0 auto;
  max-width: 630px;
}

.page-template-page-search .intro__copy,
.search-results .intro__copy {
  padding: 60px 0;
}

.intro__with-photo .intro__copy {
  width: 100%;
  display: inline-block;
  text-align: left;
  left: 0;
  margin: 0;
  box-sizing: border-box;
  padding: 100px 7%;
}

.lg .intro__copy {
  padding: 40px 0 58px;
  font-size: 17px;
  line-height: 1.29411764705882em;
  font-weight: 600;
}

.lg .intro__copy .wysiwyg {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .lg .intro__copy {
    padding: 30px 0;
  }
}

.lg .intro__copy p {
  margin: 0.9em 0;
}

.intro__copy .button, .intro__copy div.wpcf7 input[type="submit"], div.wpcf7 .intro__copy input[type="submit"], .intro__copy
div.wpcf7 button[type="submit"],
div.wpcf7 .intro__copy button[type="submit"] {
  color: #ffffff;
}

.bg-black .intro__copy .button, .bg-black .intro__copy div.wpcf7 input[type="submit"], div.wpcf7 .bg-black .intro__copy input[type="submit"], .bg-black .intro__copy
div.wpcf7 button[type="submit"],
div.wpcf7 .bg-black .intro__copy button[type="submit"] {
  background: #ffc52f;
}

.bg-black .intro__copy .button:hover, .bg-black .intro__copy div.wpcf7 input[type="submit"]:hover, div.wpcf7 .bg-black .intro__copy input[type="submit"]:hover, .bg-black .intro__copy
div.wpcf7 button[type="submit"]:hover,
div.wpcf7 .bg-black .intro__copy button[type="submit"]:hover {
  background: #53bcca;
}

@media screen and (max-width: 767px) {
  .intro__copy {
    padding: 10px 0;
  }
  .intro__with-photo .intro__copy {
    width: 100%;
    padding: 30px 10%;
  }
}

.intro__photo {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}

.intro__photo img {
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .intro__photo {
    width: 100%;
    position: relative;
  }
  .intro__photo img {
    position: relative;
    top: 0;
    left: 0;
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(0%) translateX(0%);
        -ms-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
}

.intro__photo.video a {
  display: block;
}

.intro__photo.video a:after {
  content: "";
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: 1px solid #53bcca;
  background: url(../images/icon-triangle.png) no-repeat 54% 50%;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .intro__photo.video a:after {
    width: 68px;
    height: 68px;
    background-size: 22px auto;
  }
}

.intro__photo.video a:hover:after {
  border-color: #ffc52f;
}

.intro__photo.video img {
  opacity: 0.4;
}

.intro__subtitle {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05208333333333em;
  line-height: 1.3em;
}

@media screen and (max-width: 767px) {
  .intro__subtitle {
    margin: 1em auto;
  }
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .tabs {
    display: block;
  }
}

.tabs__tabs-wrap {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
  padding-top: 62px;
  background-color: #f7f7f7;
}

.tabs__tabs-wrap.resources-tab {
  background: #e8e7e7;
}

.no-contacts .tabs__tabs-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
}

.no-contacts .tabs__tabs-wrap .tabs-news {
  max-width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tabs__tabs-wrap {
    width: 100%;
  }
}

.tabs__contact {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
  padding-top: 71px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .tabs__contact {
    width: 100%;
  }
}

.contacts-only .tabs__contact {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}

.tabs__contact a {
  color: #ffffff;
}

.tabs__contact a[href^=tel] {
  display: block;
  font-size: 15px;
  letter-spacing: 0.01333333333333em;
  padding: 7px 4px 8px;
  cursor: text;
}

.tabs__contact a[href^=tel]:hover {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .tabs__contact {
    padding-top: 58px;
    padding-bottom: 28px;
  }
}

.tabs__contact .button:hover, .tabs__contact div.wpcf7 input[type="submit"]:hover, div.wpcf7 .tabs__contact input[type="submit"]:hover, .tabs__contact
div.wpcf7 button[type="submit"]:hover,
div.wpcf7 .tabs__contact button[type="submit"]:hover {
  color: #ffffff;
  background: #000000;
}

.tabs__tab-toggler {
  position: absolute;
  font-family: "Whitney A", "Whitney B";
  top: 0;
  left: 0;
  height: 62px;
  line-height: 62px;
  text-align: center;
  width: 50%;
  font-size: 25px;
  font-weight: 200;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  letter-spacing: 0.02em;
}

.single-tab .tabs__tab-toggler {
  width: 100%;
}

.tabs__tab-toggler:hover {
  color: #626262;
}

.active .tabs__tab-toggler {
  color: #000000;
}

.tabs-resources .tabs__tab-toggler {
  background-color: #e8e7e7;
}

.tabs-news .tabs__tab-toggler {
  background-color: #f7f7f7;
}

@media screen and (max-width: 960px) {
  .tabs__tab-toggler {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .tabs__tab-toggler {
    font-size: 18px;
    line-height: 1em;
    padding-top: 10px;
  }
}

.tabs-resources {
  background-color: #e8e7e7;
}

.tabs-news {
  background-color: #f7f7f7;
}

.tabs__contact-title {
  font-size: 24.75px;
  letter-spacing: 0.00808080808081em;
}

.tabs__contact-person {
  margin: 2.75em 0 3.25em;
}

@media screen and (max-width: 767px) {
  .tabs__contact-person {
    margin: 1.65em 0 2em;
  }
}

.tabs__contact-person--title {
  font-size: 14px;
  letter-spacing: 0.00357142857143em;
  border-left: 2px solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 1px 0 1px 9px;
  margin-left: 7px;
  line-height: 1em;
}

@media screen and (max-width: 960px) {
  .tabs__contact-person--title {
    border: none;
    padding: 0;
    display: block;
  }
}

.tabs__contact-person--name {
  font-size: 17px;
  letter-spacing: 0.00294117647059em;
  display: inline-block;
  vertical-align: middle;
}

.tabs__tabs-list {
  list-style: none;
}

.tabs__tabs-list > li {
  display: block;
  overflow: hidden;
}

.tabs__tabs-list > li:nth-of-type(2) .tabs__tab-toggler {
  left: 50%;
}

@media screen and (max-width: 767px) {
  .tabs__tabs-list > li .js-mobile-slideshow__pagination {
    display: none;
  }
  .tabs__tabs-list > li.active .js-mobile-slideshow__pagination {
    display: block;
  }
}

.tabs__tab-togglee {
  display: none;
  list-style: none;
  overflow: hidden;
  padding: 60px;
}

.active .tabs__tab-togglee {
  display: block;
}

.tabs__tab-togglee.resources {
  padding: 17px 30px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .tabs__tab-togglee.resources {
    padding: 24px 30px 60px;
  }
}

@media screen and (max-width: 767px) {
  .tabs__tab-togglee.resources {
    padding: 24px 30px 0px;
  }
}

.tabs__tab-togglee.resources li {
  box-sizing: border-box;
  padding: 36px 30px;
  width: calc(100% / 3);
  float: left;
  display: block;
}

@media screen and (max-width: 960px) {
  .tabs__tab-togglee.resources li {
    width: 50%;
    padding: 20px 30px;
  }
  .tabs__tab-togglee.resources li:nth-of-type(odd) {
    clear: left;
  }
}

.tabs__tab-togglee.resources li svg {
  fill: #ffffff;
  display: block;
  width: 87px;
  margin: 0 auto 10px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.tabs__tab-togglee.resources li a {
  font-size: 16px;
  display: block;
  line-height: 1.25em;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}

.tabs__tab-togglee.resources li a:hover {
  color: #000000;
}

.tabs__tab-togglee.resources li a:hover svg {
  fill: #53bcca;
}

.tabs__tab-togglee.resources li:nth-of-type(4) {
  clear: left;
}

@media screen and (max-width: 960px) {
  .tabs__tab-togglee.resources li:nth-of-type(4) {
    clear: none;
  }
}

@media screen and (max-width: 767px) {
  .tabs__tab-togglee.resources li {
    padding: 12px 10px;
    width: 100%;
  }
  .tabs__tab-togglee.resources li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 960px) {
  .tabs__tab-togglee.news {
    padding: 60px 90px;
  }
}

@media screen and (max-width: 767px) {
  .tabs__tab-togglee.news {
    padding: 24px 40px 0;
  }
}

.tabs__tab-togglee.news li {
  padding: 10px;
  box-sizing: border-box;
  float: left;
  width: 25%;
}

@media screen and (max-width: 960px) {
  .tabs__tab-togglee.news li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .tabs__tab-togglee.news li {
    width: 100%;
    padding-bottom: 0;
  }
}

.tabs__tab-togglee.news li figure {
  position: relative;
  background: #53bcca;
}

.tabs__tab-togglee.news li .no-img {
  display: block;
  padding: 20px;
  background: #8e8e8e;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  opacity: 1;
}

.tabs__tab-togglee.news li svg {
  fill: #ffffff;
}

.tabs__tab-togglee.news li svg,
.tabs__tab-togglee.news li img {
  width: 100%;
  display: block;
  height: auto;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  opacity: 1;
}

.tabs__tab-togglee.news li figcaption {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 18px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.tabs__tab-togglee.news li figcaption .tabs__news-excerpt {
  display: none;
}

.tabs__tab-togglee.news li:nth-of-type(1) {
  width: 50%;
}

.tabs__tab-togglee.news li:nth-of-type(1) figcaption {
  padding: 0 45px 0 55px;
}

.tabs__tab-togglee.news li:nth-of-type(1) figcaption .tabs__news-excerpt {
  display: inline;
}

.tabs__tab-togglee.news li:nth-of-type(1) figcaption .tabs__news-excerpt p {
  display: inline;
}

.tabs__tab-togglee.news li:nth-of-type(1) figcaption .tabs__news-title {
  font-size: 18px;
}

@media screen and (max-width: 960px) {
  .tabs__tab-togglee.news li:nth-of-type(1) {
    width: 100%;
  }
}

.tabs__tab-togglee.news li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.tabs__tab-togglee.news li a:hover figcaption {
  opacity: 1;
}

.tabs__tab-togglee.news li a:hover .no-img,
.tabs__tab-togglee.news li a:hover img {
  opacity: 0;
}

.tabs__tab-togglee.news li:hover figcaption {
  opacity: 1;
}

.tabs__tab-togglee.news li:hover .no-img,
.tabs__tab-togglee.news li:hover img {
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .tabs__tab-togglee.news li:nth-child(n+4) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tabs__tab-togglee.news li {
    /*a:hover img {
          opacity: 1;
        }*/
  }
  .tabs__tab-togglee.news li figcaption {
    padding: 0 30px;
    /*position: relative;
          top: 0;
          transform: none;
          left: 0;
          right: 0;
          z-index: 10;
          opacity: 1;*/
  }
  .tabs__tab-togglee.news li:nth-child(1) figcaption {
    padding: 0 30px;
    /*.tabs__news-title {
              font-size: 14px;
            }*/
  }
  .tabs__tab-togglee.news li:nth-child(1) figcaption .tabs__news-excerpt {
    display: none;
  }
  .tabs__tab-togglee.news li:nth-child(n+4) {
    display: block;
  }
}

.tabs__news-title {
  font-size: 14px;
  line-height: 1.42857142857143em;
  letter-spacing: 0.01111111111111em;
  margin: 0 0 0.5em;
}

.tabs__news-excerpt {
  font-size: 15px;
  line-height: 1.26666666666667em;
  letter-spacing: 0.00666666666667em;
}

.tabs__news-more {
  font-weight: 900;
  color: #000000;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  display: inline;
  text-transform: uppercase;
}

.map {
  height: 414px;
  position: relative;
  overflow: hidden;
}

.map #map {
  position: absolute;
  top: -60px;
  left: -60px;
  right: -60px;
  bottom: -60px;
}

.map a {
  color: #53bcca;
  font-weight: 600;
}

.map a:hover {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .map {
    height: 270px;
  }
}

.staff__listing {
  overflow: hidden;
}

.staff__listing-staff {
  width: 25%;
  float: left;
  position: relative;
  background: #53bcca;
  display: block;
}

.staff__listing-staff img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  opacity: 0.3;
}

.staff__listing-staff figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8% 10%;
  font-size: 14px;
  letter-spacing: 0.01428571428571em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2em;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  opacity: 1;
}

.staff__listing-staff figcaption h2 {
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.005em;
  font-weight: 900;
  margin: 0.39em 0;
}

@media screen and (max-width: 767px) {
  .staff__listing-staff figcaption h2 {
    font-size: 18px;
  }
}

.staff__listing-staff:hover img {
  opacity: 1;
}

.staff__listing-staff.viewing:hover img {
  opacity: 0.3;
}

.viewing .staff__listing-staff:not(.viewing) {
  background: #ffffff;
}

.viewing .staff__listing-staff:not(.viewing) img {
  opacity: 0.1;
}

.viewing .staff__listing-staff figcaption, .staff__listing-staff.viewing figcaption {
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .staff__listing-staff {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 767px) {
  .staff__listing-staff {
    width: 50%;
  }
}

.staff__department-listing {
  padding: 90px 0;
  width: 86%;
  max-width: 960px;
  margin: 0 auto;
  overflow: visible;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .staff__department-listing {
    padding: 20px 0 50px;
  }
}

.staff__department-listing--column {
  width: 34%;
  overflow: visible;
  box-sizing: border-box;
  padding: 0 4% 0 0;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
}

.staff__department-listing--column strong {
  font-size: 1.21428571428571em;
  font-weight: 700;
  color: #53bcca;
}

.staff__department-listing--column p {
  margin: 0.9em 0;
}

.staff__department-listing--column:nth-of-type(2) {
  width: 34%;
}

.staff__department-listing--column:nth-of-type(3) {
  width: 31%;
  padding-right: 0;
}

.staff__department-listing--column h1:first-child,
.staff__department-listing--column h2:first-child,
.staff__department-listing--column h3:first-child,
.staff__department-listing--column h4:first-child,
.staff__department-listing--column h5:first-child,
.staff__department-listing--column p:first-child {
  margin-top: 0;
}

.staff__department-listing--column h2,
.staff__department-listing--column h4 {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.33333333333333em;
  margin: 1.8em 0 0.8em;
}

.staff__department-listing--column h2 {
  font-weight: 400;
}

.staff__department-listing--column h4 {
  font-size: 15px;
  margin: 1.28em 0 0.9em;
}

@media screen and (max-width: 767px) {
  .staff__department-listing--column {
    width: 100%;
    display: block;
  }
  .staff__department-listing--column:nth-of-type(2), .staff__department-listing--column:nth-of-type(3) {
    width: 100%;
  }
}

.staff__bio-photo {
  width: 43%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.staff__bio-photo img {
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
}

.staff__bio-photo figcaption {
  visibility: hidden;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .staff__bio-photo {
    width: 100%;
    position: relative;
  }
  .staff__bio-photo img {
    position: relative;
    top: 0;
    left: 0;
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(0%) translateX(0%);
        -ms-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
}

@media screen and (min-width: 1301px) {
  .staff__bio-photo {
    width: 600px;
  }
  .staff__bio-photo img {
    top: 60%;
  }
}

.staff__bio-wrap {
  overflow: hidden;
  position: relative;
}

.single-team-members .staff__bio-wrap {
  border-top: 6px solid #f2f2f2;
}

.staff__bio-content {
  width: 57%;
  left: 43%;
  position: relative;
  box-sizing: border-box;
  padding: 80px 8% 90px 9%;
  min-height: 580px;
}

.staff__bio-content.no-photo {
  width: 100%;
  left: 0;
}

.staff__bio-content.no-photo .staff__bio-header,
.staff__bio-content.no-photo .wysiwyg {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.staff__bio-content .wysiwyg {
  font-weight: 300;
  line-height: 1.66666666666667em;
  max-width: 720px;
}

@media screen and (max-width: 767px) {
  .staff__bio-content {
    width: 100%;
    left: 0;
    padding: 30px 10% 150px;
    min-height: 0;
  }
}

@media screen and (min-width: 1301px) {
  .staff__bio-content {
    width: calc(100% - 600px);
    left: 600px;
  }
}

.staff__bio-name {
  color: #53bcca;
  font-size: 30px;
  font-weight: 900;
  margin: 0.4em 0;
}

.staff__bio-position {
  font-size: 13px;
  line-height: 1.2em;
  letter-spacing: 0.09615384615385em;
  text-transform: uppercase;
  font-weight: 700;
}

.staff__bio-footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 11px 12px;
}

.staff__bio-footer svg {
  width: 20px;
  fill: #ffffff;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.staff__bio-footer .caps {
  font-size: 13px;
}

.staff__bio-footer--social {
  display: inline-block;
}

.staff__bio-footer--social a {
  display: inline-block;
  vertical-align: middle;
  margin: auto 0 auto 8px;
}

.staff__bio-footer--social a:hover svg {
  fill: #000000;
}

.staff__bio-footer--phone {
  border-left: 1px solid #5eaeab;
  border-right: 1px solid #5eaeab;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 17px;
  margin: auto 17px;
}

@media screen and (max-width: 767px) {
  .staff__bio-footer--phone {
    border: none;
    display: block;
  }
}

.staff__bio-loader {
  clear: both;
}

.staff__bio-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  background: #53bcca;
  text-align: center;
  padding: 6px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.staff__bio-close svg {
  fill: #ffffff;
  height: 20px;
  display: inline-block;
}

.staff__bio-close:hover {
  background: #000000;
}

.staff__callout {
  overflow: hidden;
  position: relative;
  display: table;
}

@media screen and (max-width: 767px) {
  .staff__callout {
    display: block;
  }
}

.staff__callout-listing {
  width: 50%;
  list-style: none;
  display: table-cell;
  height: 100%;
  overflow: hidden;
}

.staff__callout-listing li {
  width: calc(100% / 3);
  float: left;
}

.staff__callout-listing li img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.2;
}

@media screen and (max-width: 767px) {
  .staff__callout-listing {
    width: 100%;
    display: block;
  }
}

.staff__callout-description {
  box-sizing: border-box;
  padding: 0 9%;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 0.01333333333333em;
  line-height: 1.4em;
}

.staff__callout-description p {
  margin: 12px 0;
}

.staff__callout-description .button, .staff__callout-description div.wpcf7 input[type="submit"], div.wpcf7 .staff__callout-description input[type="submit"], .staff__callout-description
div.wpcf7 button[type="submit"],
div.wpcf7 .staff__callout-description button[type="submit"] {
  margin-top: 8px;
}

.staff__callout-description .button:hover, .staff__callout-description div.wpcf7 input[type="submit"]:hover, div.wpcf7 .staff__callout-description input[type="submit"]:hover, .staff__callout-description
div.wpcf7 button[type="submit"]:hover,
div.wpcf7 .staff__callout-description button[type="submit"]:hover {
  background: #53bcca;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .staff__callout-description {
    width: 100%;
    display: block;
    padding: 30px 9%;
  }
}

.staff__callout-title {
  color: #ffc52f;
  font-weight: 700;
  margin: 12px 0;
  font-size: 24.75px;
  letter-spacing: 0.00808080808081em;
  line-height: 1.3em;
}

.staff__department-listing--section {
  padding-bottom: 10px;
}

.staff__department-listing--list {
  list-style: none;
}

.staff__department-listing--list li {
  margin: 1.2em 0;
}

.staff__department-listing--list li strong {
  cursor: pointer;
}

.staff__department-listing--list li strong:hover, .staff__department-listing--list li strong.active {
  color: #00827e;
}

.staff__department-listing--list P {
  margin: 0;
}

.staff__department-listing--list .button, .staff__department-listing--list div.wpcf7 input[type="submit"], div.wpcf7 .staff__department-listing--list input[type="submit"], .staff__department-listing--list
div.wpcf7 button[type="submit"],
div.wpcf7 .staff__department-listing--list button[type="submit"] {
  margin: 9px 10px 9px 0;
}

.staff__department-listing--list a:not(.button) {
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09615384615385em;
  cursor: text;
  display: inline-block;
  margin: 9px 0 9px 0;
  vertical-align: middle;
}

.staff__department-dropdown--excerpt {
  color: #777777;
  font-size: 15px;
  line-height: 1.33333333333333em;
  margin: 9px 0 9px;
}

.staff__department-dropdown {
  display: none;
}

.we {
  overflow: visible;
  padding: 100px 0;
}

.we:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
  height: 0;
}

@media screen and (max-width: 960px) {
  .we {
    padding: 48px 0;
  }
}

@media screen and (max-width: 767px) {
  .we .js-mobile-slideshow__pagination-dot {
    background-color: #a3a2a2;
  }
  .we .js-mobile-slideshow__pagination-dot:hover, .we .js-mobile-slideshow__pagination-dot.active {
    background: #000000;
  }
}

.we__wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1054px;
}

.we__intro {
  width: 23%;
  float: left;
}

.we__intro p.large {
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .we__intro {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 0 14px;
    float: none;
    text-align: center;
  }
}

.we__list {
  list-style: none;
  width: 72%;
  margin-left: 5%;
  float: left;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.53333333333333em;
  letter-spacing: 0.01333333333333em;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.we__list li {
  width: 35%;
  box-sizing: border-box;
  border-left: 1px solid #57a4a1;
  padding: 0 6% 10px 2%;
}

.we__list li:last-child {
  padding-right: 0;
  width: 30%;
}

@media screen and (max-width: 960px) {
  .we__list {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .we__list li,
  .we__list li:last-child {
    padding: 0 4%;
    width: 38%;
  }
  .we__list li:last-child {
    width: 28%;
    padding-right: 0;
  }
  .we__list li:first-child {
    border-left: none;
    padding-left: 0;
    width: 31%;
  }
}

@media screen and (max-width: 767px) {
  .we__list {
    width: 70%;
    overflow: hidden;
    display: block;
  }
  .we__list li,
  .we__list li:first-child,
  .we__list li:last-child {
    border: none;
    width: 100%;
    padding: 0;
  }
}

.we__title {
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: 0.01em;
  margin-bottom: 13px;
  margin-top: 10px;
}

.we__title:after {
  margin-top: 12px;
}

.search-form__wrap {
  background: #f7f7f7;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  left: 0;
  width: 100%;
  height: 0;
  position: relative;
  font-family: "Whitney A", "Whitney B";
  position: fixed;
  z-index: 2000;
  top: 0;
}

.search-form__wrap .search-form,
.search-form__wrap form.gsc-search-box {
  width: 90%;
  position: absolute;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 380px;
  margin-bottom: 6px;
}

.search-form__wrap .search-form input,
.search-form__wrap form.gsc-search-box input {
  border-bottom: 1px solid #000000;
  font-size: 24.61px;
  letter-spacing: 0.02032520325203em;
  color: #000000;
  font-family: "Whitney A", "Whitney B";
  background: none !important;
}

.search-form__wrap .search-form .search-field,
.search-form__wrap form.gsc-search-box .search-field {
  width: calc(100% - 71px);
}

.search-form__wrap .search-form .search-field:focus::-webkit-input-placeholder,
.search-form__wrap form.gsc-search-box .search-field:focus::-webkit-input-placeholder {
  opacity: 0;
  padding-left: 30px;
}

.search-form__wrap .search-form ::-webkit-input-placeholder,
.search-form__wrap form.gsc-search-box ::-webkit-input-placeholder {
  font-size: 24.61px;
  text-transform: uppercase;
  letter-spacing: 0.02032520325203em;
  font-weight: 300;
  color: #000000;
  font-style: italic;
  -webkit-transition: .2s;
          transition: .2s;
}

.search-form__wrap .search-form :-moz-placeholder,
.search-form__wrap form.gsc-search-box :-moz-placeholder {
  font-size: 24.61px;
  text-transform: uppercase;
  letter-spacing: 0.02032520325203em;
  font-weight: 300;
  color: #000000;
  font-style: italic;
  transition: .2s;
}

.search-form__wrap .search-form ::-moz-placeholder,
.search-form__wrap form.gsc-search-box ::-moz-placeholder {
  font-size: 24.61px;
  text-transform: uppercase;
  letter-spacing: 0.02032520325203em;
  font-weight: 300;
  color: #000000;
  font-style: italic;
  transition: .2s;
}

.search-form__wrap .search-form :-ms-input-placeholder,
.search-form__wrap form.gsc-search-box :-ms-input-placeholder {
  font-size: 24.61px;
  text-transform: uppercase;
  letter-spacing: 0.02032520325203em;
  font-weight: 300;
  color: #000000;
  font-style: italic;
  transition: .2s;
}

.search-form__wrap .search-form button[type="submit"],
.search-form__wrap form.gsc-search-box button[type="submit"] {
  border: none;
  text-indent: 0;
  height: 37px;
  width: 59px;
  box-sizing: border-box;
}

.search-form__wrap .search-form button[type="submit"] svg,
.search-form__wrap form.gsc-search-box button[type="submit"] svg {
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 8px);
  height: 14px;
  width: 14px;
  fill: #ffffff;
  display: block;
}

.search-form__wrap .search-form button[type="submit"]:after,
.search-form__wrap form.gsc-search-box button[type="submit"]:after {
  display: none;
}

.search-open .search-form__wrap,
.page-template-page-search .search-form__wrap,
.search-results .search-form__wrap {
  height: 90px;
}

@media screen and (max-width: 767px) {
  .open .search-form__wrap {
    left: 250px;
    width: calc(100% - 250px);
  }
}

.search-form__wrap .gsc-input-box {
  border-bottom: 1px solid #000000;
  border-top: none;
  border-left: none;
  border-right: none;
}

.search-form__wrap .gsc-search-button,
.search-form__wrap button[type="submit"] {
  background: #53bcca;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-transition: background .2s linear;
          transition: background .2s linear;
}

.search-form__wrap .gsc-search-button:hover,
.search-form__wrap button[type="submit"]:hover {
  background: #000000;
}

.search-form__wrap .gsc-search-button input,
.search-form__wrap button[type="submit"] input {
  margin-top: 0;
  padding: 9px 22px;
}

.search-form__wrap .gsc-input-box {
  height: auto;
  background: none;
}

.search-form__wrap form.gsc-search-box input.gsc-search-button {
  border: none;
}

.search-form__wrap form.gsc-search-box .gsc-input {
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
}

.search-form__wrap .gsc-input-box-hover, .search-form__wrap .gsc-input-box-focus {
  box-shadow: none;
}

.search-form__wrap .gsib_a {
  padding: 3px 0 4px 0;
}

.search-form__close {
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 66px;
  right: 12px;
  z-index: 10;
  opacity: 1;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  cursor: pointer;
}

.search-form__close:hover {
  opacity: 0.5;
}

.page-template-page-search .search-form__close,
.search-results .search-form__close {
  display: none;
}

.wysiwyg .search-results__list {
  margin-left: 0;
  border: none;
  padding: 0;
  list-style: none;
}

.wysiwyg .search-results__list li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 1.4em;
  border-bottom: 2px solid #ececec;
}

.wysiwyg .search-results__list li p {
  margin: 0.2em 0;
  font-weight: 500;
}

.wysiwyg .search-results__list .search-results__url {
  color: #ccc;
  margin-bottom: 5px;
}

.wysiwyg .search-results__list .search-results__excerpt em {
  font-weight: bold;
  font-style: normal;
}

.wysiwyg .search-results__list a {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 5px;
}

.search .navigation.pagination {
  text-align: center;
}

.search .navigation.pagination a,
.search .navigation.pagination span {
  display: inline-block;
  margin: 0 3px;
}

.search-results__pagination {
  text-align: center;
  list-style: none;
}

.search-results__pagination li {
  display: inline-block;
}

.search-results__pagination a {
  text-decoration: none;
  border: 1px solid #ececec;
  padding: 2px 4px;
  margin: 0 1px;
}

.search-results__pagination .current-page {
  font-weight: bold;
}

.search-results__no-results {
  text-align: center;
}

.gs-title {
  font-family: "Whitney A", "Whitney B";
  font-size: 18px;
}

.gs-title:hover, .gs-title:hover b {
  text-decoration: none !important;
}

.gsc-cursor-box.gs-bidi-start-align {
  text-align: center;
}

.page-template-page-search-php .gsc-control-cse.gsc-control-cse-en {
  padding: 0;
  border: none;
}

.page-template-page-search-php .gsc-webResult.gsc-result {
  margin: 15px 0;
}

.page-template-page-search-php .gs-bidi-start-align, .page-template-page-search-php .gs-fileFormat {
  font-family: "Whitney A", "Whitney B";
  font-size: 15px;
}

.page-template-page-search-php .gsc-result .gs-title {
  height: auto;
}

.page-template-page-search-php a.gs-title, .page-template-page-search-php a.gs-title b {
  font-size: 20px !important;
}

@-webkit-keyframes toptobottom {
  from {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
  }
  25% {
    -webkit-transform: translateX(5px) translateY(5px);
            transform: translateX(5px) translateY(5px);
  }
  50% {
    -webkit-transform: translateX(0px) translateY(10px);
            transform: translateX(0px) translateY(10px);
  }
  75% {
    -webkit-transform: translateX(-5px) translateY(5px);
            transform: translateX(-5px) translateY(5px);
  }
  to {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
  }
}

@keyframes toptobottom {
  from {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
  }
  25% {
    -webkit-transform: translateX(5px) translateY(5px);
            transform: translateX(5px) translateY(5px);
  }
  50% {
    -webkit-transform: translateX(0px) translateY(10px);
            transform: translateX(0px) translateY(10px);
  }
  75% {
    -webkit-transform: translateX(-5px) translateY(5px);
            transform: translateX(-5px) translateY(5px);
  }
  to {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
  }
}

@-webkit-keyframes bottomtotop {
  from {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
  }
  25% {
    -webkit-transform: translateX(-5px) translateY(-5px);
            transform: translateX(-5px) translateY(-5px);
  }
  50% {
    -webkit-transform: translateX(0px) translateY(-10px);
            transform: translateX(0px) translateY(-10px);
  }
  75% {
    -webkit-transform: translateX(5px) translateY(-5px);
            transform: translateX(5px) translateY(-5px);
  }
  to {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
  }
}

@keyframes bottomtotop {
  from {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
  }
  25% {
    -webkit-transform: translateX(-5px) translateY(-5px);
            transform: translateX(-5px) translateY(-5px);
  }
  50% {
    -webkit-transform: translateX(0px) translateY(-10px);
            transform: translateX(0px) translateY(-10px);
  }
  75% {
    -webkit-transform: translateX(5px) translateY(-5px);
            transform: translateX(5px) translateY(-5px);
  }
  to {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
  }
}

.count-0 .bubble-callout__figure-wrap {
  -webkit-animation: toptobottom 10s linear infinite;
          animation: toptobottom 10s linear infinite;
}

.count-1 .bubble-callout__figure-wrap {
  -webkit-animation: bottomtotop 12s linear infinite;
          animation: bottomtotop 12s linear infinite;
}

.count-2 .bubble-callout__figure-wrap {
  -webkit-animation: toptobottom 16s linear infinite;
          animation: toptobottom 16s linear infinite;
}

.count-3 .bubble-callout__figure-wrap {
  -webkit-animation: bottomtotop 8s linear infinite;
          animation: bottomtotop 8s linear infinite;
}

.count-4 .bubble-callout__figure-wrap {
  -webkit-animation: toptobottom 13s linear infinite;
          animation: toptobottom 13s linear infinite;
}

.bubble-callout__figure-wrap {
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bubble-callout {
  position: relative;
  z-index: 10;
}

.bubble-callout picture img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.bubble-callout:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.34);
  z-index: 1;
}

.bubble-callout__list {
  list-style: none;
  position: absolute;
  z-index: 10;
  width: 50%;
  height: 462px;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .bubble-callout__list {
    width: 320px;
    height: 285px;
  }
}

.bubble-callout__list svg {
  width: 50px;
  height: 50px;
}

.bubble-callout__list li {
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0.75);
      -ms-transform: translateX(-50%) scale(0.75);
          transform: translateX(-50%) scale(0.75);
  border-radius: 50%;
  overflow: visible;
  -webkit-transition: 0.75s;
          transition: 0.75s;
  opacity: 0;
}

.animate .bubble-callout__list li {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.bubble-callout__list li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.bubble-callout__list li img,
.bubble-callout__list li svg,
.bubble-callout__list li figcaption {
  -webkit-transition: 1s;
          transition: 1s;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .bubble-callout__list li:hover, .bubble-callout__list li.active {
    overflow: visible;
  }
  .bubble-callout__list li:hover img,
  .bubble-callout__list li:hover svg,
  .bubble-callout__list li:hover figcaption, .bubble-callout__list li.active img,
  .bubble-callout__list li.active svg,
  .bubble-callout__list li.active figcaption {
    opacity: 1;
  }
}

.bubble-callout__list li:first-child {
  width: 286px;
  height: 286px;
  bottom: -18%;
  right: -286px;
  z-index: 10;
  -webkit-transition-delay: 4.575s;
          transition-delay: 4.575s;
}

.bubble-callout__list li:first-child .bubble-callout__figure-wrap {
  background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 960px) {
  .bubble-callout__list li:first-child .bubble-callout__caption {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .bubble-callout__list li:first-child {
    width: 168px;
    height: 168px;
    left: 70%;
    bottom: -7%;
  }
}

.bubble-callout__list li:nth-of-type(2) {
  width: 170px;
  height: 170px;
  bottom: 104px;
  right: -8px;
  z-index: 8;
  -webkit-transition-delay: 4.45s;
          transition-delay: 4.45s;
}

.bubble-callout__list li:nth-of-type(2) .bubble-callout__figure-wrap {
  background: rgba(255, 197, 47, 0.75);
}

.bubble-callout__list li:nth-of-type(2) svg {
  fill: #ffffff;
  width: 50%;
}

.bubble-callout__list li:nth-of-type(2) .bubble-callout__caption {
  left: auto;
  right: 100%;
  width: 240px;
  padding: 0 10px 0 0;
}

@media screen and (max-width: 960px) {
  .bubble-callout__list li:nth-of-type(2) .bubble-callout__caption {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .bubble-callout__list li:nth-of-type(2) {
    width: 100px;
    height: 100px;
    left: 40%;
    bottom: 27%;
  }
}

.bubble-callout__list li:nth-of-type(3) {
  width: 130px;
  height: 130px;
  bottom: 248px;
  right: 70px;
  z-index: 9;
  -webkit-transition-delay: 4.325s;
          transition-delay: 4.325s;
}

.bubble-callout__list li:nth-of-type(3) .bubble-callout__caption {
  left: auto;
  right: 100%;
  width: 230px;
  padding: 0 10px 0 0;
}

.bubble-callout__list li:nth-of-type(3) .bubble-callout__figure-wrap {
  background: rgba(83, 188, 202, 0.65);
}

@media screen and (max-width: 960px) {
  .bubble-callout__list li:nth-of-type(3) .bubble-callout__caption {
    width: 200px;
    left: 100%;
    right: auto;
    padding: 0 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .bubble-callout__list li:nth-of-type(3) {
    width: 84px;
    height: 84px;
    left: 34%;
    bottom: 56%;
  }
}

.bubble-callout__list li:nth-of-type(4) {
  width: 72px;
  height: 72px;
  bottom: 321px;
  right: 213px;
  z-index: 9;
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

.bubble-callout__list li:nth-of-type(4) svg {
  width: 50%;
}

.bubble-callout__list li:nth-of-type(4) .bubble-callout__figure-wrap {
  background: rgba(255, 255, 255, 0.75);
}

.bubble-callout__list li:nth-of-type(4) .bubble-callout__caption {
  left: auto;
  right: 100%;
  width: 230px;
  padding: 0 10px 0 0;
}

@media screen and (max-width: 1024px) {
  .bubble-callout__list li:nth-of-type(4) .bubble-callout__caption {
    width: 200px;
    left: 100%;
    right: auto;
    padding: 0 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .bubble-callout__list li:nth-of-type(4) {
    width: 40px;
    height: 40px;
    left: 18%;
    bottom: 70%;
  }
}

.bubble-callout__list li:nth-of-type(5) {
  z-index: 4;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  bottom: 317px;
  right: 282px;
  -webkit-transition-delay: 4.1s;
          transition-delay: 4.1s;
}

@media screen and (max-width: 767px) {
  .bubble-callout__list li:nth-of-type(5) {
    width: 28px;
    height: 28px;
    left: 10%;
    bottom: 70%;
  }
}

.bubble-callout__list li:nth-of-type(6) {
  width: 42px;
  height: 42px;
  bottom: 350px;
  right: 320px;
  background: rgba(189, 222, 23, 0.6);
  z-index: 3;
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

@media screen and (max-width: 767px) {
  .bubble-callout__list li:nth-of-type(6) {
    width: 23px;
    height: 23px;
    left: 6%;
    bottom: 76%;
  }
}

.no-delay .bubble-callout__list li:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.no-delay .bubble-callout__list li:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.no-delay .bubble-callout__list li:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.no-delay .bubble-callout__list li:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.no-delay .bubble-callout__list li:nth-of-type(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.no-delay .bubble-callout__list li:nth-of-type(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.bubble-callout__caption {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.05882352941176em;
  font-weight: 600;
  letter-spacing: 0.01470588235294em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  padding: 0 0 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.bubble-callout__caption .caps {
  color: #ffc52f;
  display: block;
  margin: 3px 0;
}

.bubble-callout__caption .caps:hover {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .bubble-callout__caption {
    display: none;
  }
}

.bubble-callout__figure {
  width: 100%;
}

.bubble-callout__figure img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  display: block;
}

.bubble-callout__figure a {
  text-decoration: none;
}

.bubble-callout__title-wrap {
  position: absolute;
  top: 46.5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  width: 100%;
  height: 80px;
  z-index: 100;
  -webkit-transition: 1s;
          transition: 1s;
  opacity: 0;
}

.animate .bubble-callout__title-wrap {
  right: 0;
  opacity: 1;
}

.text-right .bubble-callout__title-wrap {
  width: 490px;
  top: 29px;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  margin-top: 0;
  -webkit-transition: 0s;
          transition: 0s;
}

@media screen and (max-width: 960px) {
  .text-right .bubble-callout__title-wrap {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .text-right .bubble-callout__title-wrap {
    top: 54%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 310px;
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .bubble-callout__title-wrap {
    top: 54%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 310px;
    left: 50%;
  }
}

.bubble-callout__title {
  text-transform: uppercase;
  font-weight: 400;
  width: 80%;
  margin: 0 auto;
  max-width: 980px;
  z-index: 10;
  color: #ffffff;
  font-size: 37px;
  line-height: 1.21621621621622em;
  letter-spacing: 0.00675675675676em;
  padding-left: 15px;
  border-left: 6px solid #ffffff;
}

.text-right .bubble-callout__title {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .bubble-callout__title {
    font-weight: 500;
    border-left-width: 2px;
    font-size: 16px;
  }
}

.responsive {
  position: relative;
  padding: 72px 0;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .responsive {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .responsive {
    padding: 100px 0 40px;
  }
}

.responsive__content {
  width: 50%;
  position: relative;
  left: 50%;
  border-left: 1px solid #adeae9;
  box-sizing: border-box;
  padding: 10px 8% 10px 5%;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  min-height: 557px;
}

.responsive__content h5, .responsive__content h5 + p {
  color: #000000;
}

.open .responsive__content {
  border-color: 1px solid #53bcca;
  opacity: 0;
  left: 75%;
}

@media screen and (max-width: 960px) {
  .responsive__content {
    width: 100%;
    left: 0;
    border: none;
    min-height: 0;
    padding: 20px 0 0;
  }
  .open .responsive__content {
    left: 0;
  }
}

.responsive__map {
  width: 50%;
  width: calc(50% + 1px);
  position: absolute;
  left: 0;
  z-index: 0;
  top: 72px;
  border-right: 1px solid #adeae9;
  box-sizing: border-box;
  margin-right: -1px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.open .responsive__map {
  width: 100%;
  border: 1px solid #53bcca;
}

.responsive__map .st0,
.responsive__map .st1,
.responsive__map .st2,
.responsive__map .st3,
.responsive__map .st4 {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.responsive__map .st0 {
  opacity: 0.8;
  fill: #FFFFFF;
}

.responsive__map .st1 {
  opacity: 0.2;
  fill: #FFFFFF;
}

.responsive__map .st2 {
  opacity: 0.6;
  fill: #FFFFFF;
}

.responsive__map .st3 {
  opacity: 0.4;
  fill: #FFFFFF;
}

.responsive__map .st4 {
  fill: #FFFFFF;
}

.responsive__map .st5 {
  fill: none;
}

.responsive__map .active,
.responsive__map .hover {
  cursor: pointer;
}

.responsive__map.sm {
  position: relative;
  border: none;
  width: 80%;
  margin: 0 auto;
  top: 0;
  opacity: 0;
}

.responsive__map.sm .js-region-swap {
  opacity: 0;
}

.responsive__map.sm .js-region-swap.active {
  opacity: 1;
}

.short .responsive__map.sm {
  opacity: 1;
}

.responsive__map.sm div {
  -webkit-transition-property: opacity,background,-webkit-transform;
          transition-property: opacity,background,transform;
  transition-timing: 0.3s, 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, linear, cubic-bezier(0.74, 0.57, 0.67, 1.953);
          transition-timing-function: linear, linear, cubic-bezier(0.74, 0.57, 0.67, 1.953);
  cursor: default;
}

.responsive__map.sm div:nth-of-type(1) {
  -webkit-transition-delay: 0.5s, 0s, 0.5s;
          transition-delay: 0.5s, 0s, 0.5s;
}

.responsive__map.sm div:nth-of-type(1).active {
  -webkit-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
}

.responsive__map.sm div:nth-of-type(2) {
  -webkit-transition-delay: 0.65s, 0s, 0.65s;
          transition-delay: 0.65s, 0s, 0.65s;
}

.responsive__map.sm div:nth-of-type(2).active {
  -webkit-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
}

.responsive__map.sm div:nth-of-type(3) {
  -webkit-transition-delay: 0.8s, 0s, 0.8s;
          transition-delay: 0.8s, 0s, 0.8s;
}

.responsive__map.sm div:nth-of-type(3).active {
  -webkit-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
}

.responsive__map.sm div:nth-of-type(4) {
  -webkit-transition-delay: 0.95s, 0s, 0.95s;
          transition-delay: 0.95s, 0s, 0.95s;
}

.responsive__map.sm div:nth-of-type(4).active {
  -webkit-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
}

.responsive__map.sm div:nth-of-type(5) {
  -webkit-transition-delay: 1.1s, 0s, 1.1s;
          transition-delay: 1.1s, 0s, 1.1s;
}

.responsive__map.sm div:nth-of-type(5).active {
  -webkit-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
}

.in-view .responsive__map.sm div {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
      -ms-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
}

.responsive__map.sm div.active .responsive__region {
  opacity: 1;
}

.responsive__map.sm div:hover .responsive__region {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .responsive__map.sm {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .responsive__map {
    width: 100%;
    position: relative;
    top: auto;
  }
}

.responsive__region {
  font-size: 14px;
  white-space: pre;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #000000;
  z-index: 10;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  opacity: 0;
}

.responsive__number {
  color: #ffc52f;
  opacity: 0;
  display: block;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  overflow: visible;
  font-weight: 900;
  font-size: 7vw;
  font-size: 90px;
  position: absolute;
  top: 50%;
  fill: #ffc52f;
  left: 50%;
  width: auto;
  line-height: 1em;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 767px) {
  .responsive__number {
    font-size: 60px;
  }
}

.responsive__map-map {
  margin: 90px auto;
  width: 80%;
  max-width: 460px;
  overflow: visible;
  position: relative;
}

.sm .responsive__map-map {
  margin: 86px auto 0;
}

@media screen and (max-width: 767px) {
  .sm .responsive__map-map {
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .responsive__map-map svg {
    width: 460px;
    height: 413px;
  }
}

.responsive__map-map img {
  width: 100%;
  height: auto;
  display: block;
}

.responsive__map-map text {
  color: #000000;
  opacity: 0;
  font-size: 17px;
  display: block;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  overflow: visible;
  font-weight: 900;
  fill: #000000;
  text-align: center;
}

.responsive__map-map div {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  z-index: 100;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  overflow: visible;
}

.sm .responsive__map-map div {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.75);
      -ms-transform: translateY(-50%) translateX(-50%) scale(0.75);
          transform: translateY(-50%) translateX(-50%) scale(0.75);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .sm .responsive__map-map div {
    opacity: 1;
  }
}

.responsive__map-map div:nth-of-type(1) {
  top: 20%;
  left: 54%;
}

.responsive__map-map div:nth-of-type(2) {
  z-index: 12;
  top: 50%;
  left: 56%;
}

.responsive__map-map div:nth-of-type(3) {
  top: 45%;
  left: 77%;
}

.responsive__map-map div:nth-of-type(4) {
  top: 71%;
  left: 34.5%;
}

.responsive__map-map div:nth-of-type(5) {
  top: 73%;
  left: 74%;
}

.responsive__map-map div:hover, .responsive__map-map div.hover, .responsive__map-map div.active {
  z-index: 11;
}

.responsive__map-map div:hover, .responsive__map-map div.hover {
  z-index: 12;
}

.responsive__map-map .hover text,
.responsive__map-map .active text {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .responsive__map-map {
    margin: 35px auto 15px;
    max-width: 406px;
  }
  .responsive__map-map figcaption {
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.responsive__content-entry {
  display: none;
}

.responsive__content-entry.active {
  display: block;
}

.responsive__content-entry p.caps {
  margin-top: 0;
  color: #000000;
  margin-bottom: 25px;
}

.responsive__content-entry p.caps:after {
  margin-top: 19px;
}

.responsive__content-entry.region {
  font-size: 15px;
  font-weight: 500;
}

.responsive__content-entry.region h5,
.responsive__content-entry.region h5 a {
  color: #ffffff;
  font-size: 1.07142857142857em;
  font-weight: 600;
  line-height: 1.2em;
}

.responsive__content-entry.region h5 a {
  text-decoration: underline;
}

.responsive__content-entry.region h5 a:hover {
  color: #ffffff;
}

@media screen and (max-width: 960px) {
  .responsive__content-entry.region {
    text-align: center;
  }
  .responsive__content-entry .with-black-bar:after {
    margin: 18px auto;
  }
}

.responsive__region-title,
h4.responsive__region-title {
  margin: 7px 0;
  line-height: 1.42em;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.03333333333333em;
}

@media screen and (max-width: 767px) {
  .responsive__region-title,
  h4.responsive__region-title {
    font-size: 23px;
  }
}

.responsive__filter-list {
  list-style: none;
  background: #e7a800;
  width: 232px;
  text-transform: uppercase;
  position: absolute;
  top: 128px;
  left: 0;
  z-index: 10;
  font-size: 16px;
  letter-spacing: 0.0625em;
  box-sizing: border-box;
  padding: 43px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  left: -232px;
}

.responsive__filter-list li {
  padding: 15px 0;
}

.responsive__filter-list a {
  text-decoration: none;
}

.responsive__filter-list a.hover,
.responsive__filter-list a.active {
  color: #000000;
}

.responsive__filter-list a.active {
  font-weight: 900;
  letter-spacing: 0.0625em;
}

.open .responsive__filter-list {
  left: 0;
}

@media screen and (max-width: 960px) {
  .responsive__filter-list {
    top: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    padding: 20px 30px 20px 260px;
  }
  .responsive__filter-list li {
    padding: 2px 10px;
    width: 33%;
    float: left;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .responsive__filter-list {
    width: 100%;
    padding: 20px;
    z-index: 5;
    font-size: 16px;
    text-align: center;
    top: -400px;
  }
  .open .responsive__filter-list {
    top: 90px;
  }
  .responsive__filter-list li {
    width: 100%;
  }
}

.responsive__filter-toggler {
  background: #ffc52f;
  position: absolute;
  left: 0;
  z-index: 11;
  top: 50px;
  color: #ffffff;
  padding: 15px 94px 15px 43px;
  font-size: 22px;
  text-align: left;
  font-weight: 700;
  font-family: "Whitney A", "Whitney B";
  line-height: 1.5em;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.responsive__filter-toggler .caps {
  color: #000000;
  font-size: 12px;
  display: block;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.responsive__filter-toggler:hover {
  background: #000000;
  color: #ffc52f;
}

.responsive__filter-toggler:hover .caps {
  color: #ffffff;
}

@media screen and (max-width: 960px) {
  .responsive__filter-toggler {
    padding: 20px 0 21px 24px;
    box-sizing: border-box;
    width: 240px;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .responsive__filter-toggler {
    padding: 20px 0 21px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    top: 0;
  }
}

.responsive__close {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 20px;
  height: 20px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
          transition-property: opacity;
  opacity: 0;
  right: -200px;
}

.responsive__close svg {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  fill: #ffffff;
}

.responsive__close:hover svg {
  fill: #000000;
}

.responsive__close.visible {
  right: 24px;
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .responsive__close {
    top: 113px;
  }
}

@media screen and (max-width: 960px) {
  .responsive__region-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .responsive__region-wrap .caps {
    text-align: center;
  }
  .responsive__region-wrap hr {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .responsive__region-wrap {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .responsive__region-wrap p.large,
  .responsive__region-wrap h4 {
    font-size: 16px;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 960px) {
  .responsive__content--tablet-column {
    margin-top: 6px;
    width: 50%;
    text-align: left;
    box-sizing: border-box;
    padding: 15px 60px 0 46px;
  }
  .responsive__content--tablet-column:first-child {
    border-right: 1px solid #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .responsive__content--tablet-column {
    display: block;
    width: 100%;
    padding: 0;
  }
  .responsive__content--tablet-column:first-child {
    border-right: none;
  }
}

.split-callouts {
  overflow: hidden;
  display: table;
}

.split-callouts__callout {
  width: 50%;
  background: transparent none no-repeat 50% 50%;
  background-size: cover;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .split-callouts__callout {
    width: 100%;
    display: block;
  }
}

.split-callouts__callout.with-photo {
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
}

.split-callouts__callout.with-photo:before {
  content: "";
  position: absolute;
  top: -1000px;
  left: 0;
  right: 0;
  bottom: -1000px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .split-callouts__callout.with-photo:before {
    top: 0;
    bottom: 0;
  }
}

.split-callouts__callout.map {
  text-align: center;
}

.split-callouts__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0.25em 0 0.25em;
  display: block;
  padding-top: 49px;
  line-height: 1.4em;
  letter-spacing: 0;
}

@media screen and (max-width: 960px) {
  .split-callouts__title {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .split-callouts__title {
    font-size: 17px;
    padding-top: 18px;
  }
}

.split-callouts__callout--wrap {
  position: relative;
  z-index: 10;
  padding: 50px 7%;
}

.map .split-callouts__callout--wrap {
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.01333333333333em;
}

@media screen and (max-width: 960px) {
  .map .split-callouts__callout--wrap {
    padding: 60px 5% 40px;
  }
}

.with-photo .split-callouts__callout--wrap {
  padding: 40px 17% 0;
  font-size: 20.56px;
  font-weight: 300;
  line-height: 1.84824902723735em;
  letter-spacing: 0.06079766536965em;
}

.with-photo .split-callouts__callout--wrap strong {
  color: #53bcca;
  font-weight: 600;
}

.with-photo .split-callouts__callout--wrap p {
  margin: 30px 0;
}

@media screen and (max-width: 960px) {
  .with-photo .split-callouts__callout--wrap {
    font-size: 15px;
    line-height: 2em;
  }
}

@media screen and (max-width: 767px) {
  .with-photo .split-callouts__callout--wrap {
    padding: 64px 10% 50px;
    font-weight: 500;
  }
  .with-photo .split-callouts__callout--wrap p {
    margin: 18px 0;
  }
}

.snippets {
  width: 100%;
  max-width: 1170px;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .snippets {
    padding: 0;
  }
}

.snippets__list {
  list-style: none;
  overflow: hidden;
}

.snippets__list li {
  width: calc(100% / 3);
  float: left;
  box-sizing: border-box;
  padding: 15px 6% 60px 6%;
}

.snippets__list li:nth-of-type(3n + 1) {
  clear: left;
}

@media screen and (max-width: 767px) {
  .snippets__list li {
    width: 100%;
    float: none;
    padding: 20px 10%;
    max-width: 300px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

.snippets__list-figure {
  text-align: center;
}

.snippets__list-figure img {
  display: block;
  height: 120px;
  width: auto;
  margin: 0 auto 13px;
}

.snippets__list-caption {
  text-align: left;
  font-size: 15px;
  line-height: 1.28571428571429em;
  line-height: 1.6em;
}

.snippets__list-caption h3 {
  font-size: 18px;
  line-height: 1.4em;
  margin: 0.5em 0;
}

.snippets__stat {
  height: 96px;
  line-height: 96px;
  font-weight: 900;
  font-size: 122.5px;
  letter-spacing: 0.00081699346405em;
  display: block;
  margin: 0 auto 13px;
}

.snippets__stat.orange {
  color: #ffc52f;
}

.snippets__stat.green {
  color: #bdde17;
}

.snippets__stat.teal {
  color: #53bcca;
}

@media screen and (max-width: 960px) {
  .snippets__stat {
    font-size: 78px;
  }
}

@media screen and (max-width: 767px) {
  .snippets__stat {
    font-size: 122.4px;
  }
}

@-webkit-keyframes circle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes inner-circle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes inner-circle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.bubbles {
  position: relative;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bubbles > .bubbles__bubble {
  width: 100px;
  height: 100px;
  margin: 20px auto 0;
  -webkit-animation: circle 25s linear infinite;
          animation: circle 25s linear infinite;
  -webkit-transform-origin: 50% 20px;
      -ms-transform-origin: 50% 20px;
          transform-origin: 50% 20px;
  background: rgba(255, 255, 255, 0.15) none;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bubbles > .bubbles__bubble.a {
  width: 90px;
  height: 90px;
  margin: 0;
  top: 0px;
  right: -50px;
  -webkit-transform-origin: 0 1px;
      -ms-transform-origin: 0 1px;
          transform-origin: 0 1px;
  visibility: visible;
}

.bubbles > .bubbles__bubble.a .bubbles__bubble {
  -webkit-transform-origin: 20% 1px;
      -ms-transform-origin: 20% 1px;
          transform-origin: 20% 1px;
  background: rgba(255, 255, 255, 0.2) none;
  width: 250px;
  height: 250px;
  visibility: visible;
  border-radius: 50%;
  top: 100%;
  right: 0;
  position: absolute;
  overflow: visible;
}

.bubbles > .bubbles__bubble.b {
  width: 90px;
  height: 90px;
  margin: 0;
  bottom: 20px;
  left: -50px;
  -webkit-transform-origin: 0 1px;
      -ms-transform-origin: 0 1px;
          transform-origin: 0 1px;
  visibility: visible;
}

.bubbles > .bubbles__bubble.b .bubbles__bubble {
  -webkit-transform-origin: 20% 1px;
      -ms-transform-origin: 20% 1px;
          transform-origin: 20% 1px;
  background: rgba(255, 255, 255, 0.25) none;
  width: 150px;
  height: 150px;
  visibility: visible;
  border-radius: 50%;
  top: 100%;
  right: 0;
  position: absolute;
}

.bubbles > .bubbles__bubble.c {
  width: 60px;
  height: 60px;
  margin: 0;
  bottom: 60px;
  left: 100px;
  -webkit-transform-origin: 0 1px;
      -ms-transform-origin: 0 1px;
          transform-origin: 0 1px;
  visibility: visible;
}

.bubbles > .bubbles__bubble.c .bubbles__bubble {
  -webkit-transform-origin: 20% 1px;
      -ms-transform-origin: 20% 1px;
          transform-origin: 20% 1px;
  background: rgba(255, 255, 255, 0.25) none;
  width: 200px;
  height: 200px;
  visibility: visible;
  border-radius: 50%;
  top: 100%;
  right: 0;
  position: absolute;
}

.bubbles > .bubbles__bubble.e {
  width: 60px;
  height: 60px;
  margin: 0;
  bottom: 60px;
  left: 100px;
  -webkit-transform-origin: 0 1px;
      -ms-transform-origin: 0 1px;
          transform-origin: 0 1px;
  visibility: visible;
}

.bubbles > .bubbles__bubble.e .bubbles__bubble {
  -webkit-transform-origin: 20% 1px;
      -ms-transform-origin: 20% 1px;
          transform-origin: 20% 1px;
  background: rgba(255, 255, 255, 0.25) none;
  width: 200px;
  height: 200px;
  visibility: visible;
  border-radius: 50%;
  top: 100%;
  right: 0;
  position: absolute;
}

.bubbles > .bubbles__bubble.f {
  width: 20px;
  height: 20px;
  margin: 0;
  bottom: 160px;
  left: 160px;
  -webkit-transform-origin: 0 1px;
      -ms-transform-origin: 0 1px;
          transform-origin: 0 1px;
  visibility: visible;
}

.bubbles > .bubbles__bubble.f .bubbles__bubble {
  -webkit-transform-origin: 20% 1px;
      -ms-transform-origin: 20% 1px;
          transform-origin: 20% 1px;
  background: rgba(255, 255, 255, 0.25) none;
  width: 160px;
  height: 160px;
  visibility: visible;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  margin-left: 0px;
  position: absolute;
}

.bubbles > .bubbles__bubble.g {
  width: 90px;
  height: 90px;
  margin: 0;
  top: 0px;
  right: -50px;
  -webkit-transform-origin: 0 1px;
      -ms-transform-origin: 0 1px;
          transform-origin: 0 1px;
  visibility: visible;
}

.bubbles > .bubbles__bubble.g .bubbles__bubble {
  -webkit-transform-origin: 20% 1px;
      -ms-transform-origin: 20% 1px;
          transform-origin: 20% 1px;
  background: rgba(255, 255, 255, 0.2) none;
  width: 250px;
  height: 250px;
  visibility: visible;
  border-radius: 50%;
  top: 100%;
  right: 0;
  position: absolute;
}

.bubbles__bubble > .bubbles__bubble {
  -webkit-animation: inner-circle 25s linear infinite;
          animation: inner-circle 25s linear infinite;
}

.focus {
  text-align: center;
}

.focus__title {
  text-transform: uppercase;
  color: #000000;
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: 0.03333333333333em;
  font-weight: 600;
  margin: 49px auto -4px;
}

.bg-orange .focus__title,
.bg-green .focus__title,
.bg-teal .focus__title {
  color: #000000;
}

.focus__title:before {
  content: "";
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  background: none no-repeat 50% 50%;
  background-size: 100% auto;
  margin: auto 11px auto 0;
}

.focus__title.icon-key-matters:before {
  background-image: url(../images/svg/icon-key-issues.svg);
}

.focus__title.icon-community-needs:before {
  background-image: url(../images/svg/icon-community-needs.svg);
}

.focus__title.icon-policy-work:before {
  background-image: url(../images/svg/icon-policy-work.svg);
}

.focus__item-wrap .focus__title {
  margin-bottom: 36px;
}

.focus__item {
  overflow: hidden;
  width: 100%;
}

.focus__item-wrap .focus__item {
  padding: 15px 0 30px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .focus__item-wrap .focus__item {
    width: 100%;
  }
}

.focus__description {
  width: 71%;
  max-width: 682px;
  margin: 0 auto 45px;
  text-align: left;
}

.focus__description ul,
.focus__description ol {
  margin-left: 2px;
}

.focus__item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .focus__item-wrap {
    display: block;
  }
}

.focus__callout {
  text-align: center;
  padding: 120px 0;
  width: 90%;
  margin: 0 auto;
}

.focus__callout svg {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 0 8px;
}

.focus__callout .caps {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
}

.focus__callout .caps:hover {
  color: #53bcca;
}

@media screen and (max-width: 767px) {
  .focus__callout {
    padding: 50px 0 0;
    position: relative;
  }
  .focus__callout .js-mobile-slideshow {
    overflow: hidden;
    padding-bottom: 90px;
  }
  .focus__callout .js-mobile-slideshow__pagination {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
  }
  .focus__callout .caps {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
  }
}

.focus__callout-title {
  font-weight: 300;
  font-size: 28px;
  line-height: 1.16666666666667em;
}

@media screen and (max-width: 767px) {
  .focus__callout-title {
    font-size: 24px;
    max-width: 290px;
    margin: 0 auto;
  }
}

.focus__callout-list {
  list-style: none;
  width: 90%;
  margin: 40px auto 30px;
  max-width: 1020px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.focus__callout-list li {
  width: 30%;
  box-sizing: border-box;
  text-align: left;
  padding: 0 5%;
  font-size: 16px;
  line-height: 1.33333333333333em;
  letter-spacing: 0.00666666666667em;
}

.focus__callout-list li:nth-of-type(2) {
  width: 40%;
  border-left: 2px solid #8e8e8e;
  border-right: 2px solid #8e8e8e;
}

.focus__callout-list li:nth-of-type(1) {
  padding-left: 0;
}

.focus__callout-list li:nth-of-type(3) {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .focus__callout-list li {
    width: 60%;
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
  .focus__callout-list li:nth-of-type(1), .focus__callout-list li:nth-of-type(2), .focus__callout-list li:nth-of-type(3) {
    width: 100%;
    padding: 0;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .focus__callout-list {
    margin: 30px auto;
    display: block;
  }
}

.focus__callout-list--title {
  color: #ffc52f;
  letter-spacing: 0.00666666666667em;
  font-weight: 900;
  margin: 0.5em 0 0.43em;
  line-height: 1em;
  font-size: 30px;
}

.timeline {
  overflow: visible;
  position: relative;
  padding: 24px 56px;
  z-index: 10;
}

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

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #f1f1f1;
  z-index: 0;
  -webkit-transition: 1s;
          transition: 1s;
}

.timeline * {
  position: relative;
  z-index: 10;
}

.timeline.in-view:before {
  width: 50%;
}

.timeline__title {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
}

.timeline__title strong {
  font-weight: 700;
  font-size: 0.85714285714286em;
  letter-spacing: 0.08333333333333em;
}

.timeline__year {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20.3px;
  letter-spacing: 0.049261083743842em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.timeline__goal {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 70px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.timeline__goal:hover .timeline__goal-hover {
  background: black;
  width: 200px;
  height: 200px;
  opacity: 1;
  visibility: visible;
}

.timeline__goal-title {
  width: 110px;
  height: 110px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  display: block;
  border-radius: 50%;
  font-size: 12px;
  letter-spacing: 0.083333333em;
  background: rgba(0, 0, 0, 0.27);
  text-align: center;
  line-height: 110px;
}

.timeline__goal-hover {
  position: absolute;
  visibility: hidden;
  width: 200px;
  height: 200px;
  display: block;
  border-radius: 50%;
  background: transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
  box-sizing: border-box;
  padding: 0 30px;
  text-align: center;
  color: #ffc52f;
  opacity: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.timeline__goal-hover p {
  font-size: 16px;
  line-height: 1.13333333333333em;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-style: italic;
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.timeline__goal-hover p strong {
  color: #ffffff;
  display: block;
  font-style: normal;
  letter-spacing: 0.05882352941176em;
  font-weight: 700;
  font-size: 1.13333333333333em;
  padding: 5px 0 0;
}

.key-matters {
  list-style: none;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.key-matters:before {
  content: "";
  height: 30px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(251, 195, 45, 0.58);
}

.key-matters > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}

@media screen and (max-width: 767px) {
  .key-matters {
    display: block;
  }
}

.key-matters__item {
  display: block;
  position: relative;
  background: #ffc52f;
}

.key-matters__item svg {
  fill: #ffffff;
  position: absolute;
  z-index: 5;
  height: 66px;
  width: 66px;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.3s;
          transition: 0.3s;
  opacity: 1;
}

.key-matters__item img {
  display: block;
  position: relative;
  width: 100%;
  width: calc(100% + 2px);
  height: auto;
  z-index: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.key-matters__item:before {
  content: "";
  position: absolute;
  z-index: 4;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s;
          transition: 0.3s;
  opacity: 1;
}

.key-matters__item:hover img {
  opacity: 0.2;
}

.key-matters__item:hover .key-matters__caption {
  opacity: 1;
}

.key-matters__item:hover svg, .key-matters__item:hover:before {
  opacity: 0;
}

.key-matters__caption {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15%;
  right: 15%;
  text-align: left;
  color: #000000;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  opacity: 0;
  padding-top: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.key-matters__caption h2 {
  font-weight: 900;
  font-size: 23px;
  line-height: 1.2em;
  letter-spacing: 0.00869565217391em;
  margin: 0 0 0.7em;
}

.key-matters__caption span.button {
  background-color: #000000;
}

@media screen and (max-width: 960px) {
  .key-matters__caption {
    font-size: 13px;
  }
  .key-matters__caption h2 {
    font-size: 18px;
  }
  .key-matters__caption span.button {
    margin-top: 10px;
    text-indent: -4000px;
    width: 70px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .key-matters__caption span.button:after {
    line-height: 30px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: 0;
    text-align: center;
  }
}

.core-values {
  list-style: none;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.core-values > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  background: #53bcca;
}

.core-values > li:nth-child(even) {
  background: #3cb3c2;
}

@media screen and (max-width: 767px) {
  .core-values {
    display: block;
  }
}

.core-values__item {
  display: block;
  position: relative;
  padding: 40px 0 55px;
}

.core-values__item svg {
  fill: #ffffff;
  position: absolute;
  z-index: 5;
  height: 66px;
  width: 66px;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.3s;
          transition: 0.3s;
  opacity: 1;
}

.core-values__item img {
  display: block;
  position: relative;
  width: 100%;
  width: calc(100% + 2px);
  height: auto;
  z-index: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.core-values__icon {
  height: 112px;
  width: 112px;
  margin: 0 auto 15px;
}

.core-values__icon img {
  width: 100%;
}

.core-values__caption {
  z-index: 10;
  padding: 0 15%;
  text-align: left;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53333333333333em;
  padding-top: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  letter-spacing: .0133333em;
}

.core-values__caption h2 {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}

.core-values__caption h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -48px;
  width: 96px;
  height: 8px;
  background: #000000;
}

.core-values__caption span.button {
  background-color: #000000;
}

@media screen and (max-width: 960px) {
  .core-values__caption span.button {
    margin-top: 10px;
    text-indent: -4000px;
    width: 70px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .core-values__caption span.button:after {
    line-height: 30px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: 0;
    text-align: center;
  }
}

.posts__featured {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .posts__featured {
    display: none;
  }
  .single-post .posts__featured {
    display: block;
  }
}

.posts__featured-content {
  width: calc(100% - 600px);
  box-sizing: border-box;
  padding: 34px 6%;
  left: 600px;
  position: relative;
  height: 1px;
  /* Firefox fix */
  display: table;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.40625em;
  letter-spacing: 0.0125em;
  font-weight: 500;
  min-height: 585px;
}

.posts__featured-content p {
  margin: 1em 0;
}

.posts__featured-content .button, .posts__featured-content div.wpcf7 input[type="submit"], div.wpcf7 .posts__featured-content input[type="submit"], .posts__featured-content
div.wpcf7 button[type="submit"],
div.wpcf7 .posts__featured-content button[type="submit"] {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .posts__featured-content {
    width: 50%;
    left: 50%;
  }
}

@media screen and (max-width: 960px) {
  .posts__featured-content {
    min-height: 510px;
  }
}

@media screen and (max-width: 767px) {
  .posts__featured-content {
    width: 100%;
    left: 0;
    min-height: 0;
  }
}

.without-thumbnail .posts__featured-content {
  text-align: center;
  width: 100%;
  left: 0;
  padding: 60px 6%;
  min-height: auto;
}

.without-thumbnail .posts__featured-content .posts__post-meta.with-black-bar.left:after {
  margin-left: auto;
  margin-right: auto;
}

.single-post .posts__featured-content {
  min-height: 490px;
}

@media screen and (max-width: 767px) {
  .single-post .posts__featured-content {
    width: 100%;
    min-height: auto;
    padding: 30px 20px;
  }
}

.posts__featured-content-wrap {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.posts__featured-image {
  width: 600px;
  background: transparent none no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.posts__featured-image img {
  display: none;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .posts__featured-image {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .posts__featured-image {
    width: 100%;
    position: relative;
  }
  .posts__featured-image img {
    display: block;
  }
}

.posts__post-title {
  font-size: 29.46px;
  letter-spacing: 0.00678886625933em;
  line-height: 1.22199592668024em;
  font-weight: 900;
  margin: 0.6em 0 0.4em;
  color: #000000;
}

.posts__listing-post .posts__post-title {
  font-size: 18px;
}

@media screen and (max-width: 960px) {
  .posts__listing-post .posts__post-title {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .posts__listing-post .posts__post-title {
    font-size: 13px;
  }
}

.posts__post-title a {
  text-decoration: none;
}

.posts__post-title a:hover {
  color: #000000;
}

.posts__filter {
  z-index: 100;
  background: #000000;
  position: relative;
  height: 98px;
  overflow: hidden;
  display:flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .posts__filter {
    height: 83px;
  }
}

/* .posts__filter:before {
  width: 12%;
  content: "sort by";
  color: #ffffff;
  font-style: italic;
  font-size: 19px;
  font-weight: 900;
  line-height: 98px;
  letter-spacing: 0.01315789473684em;
  display: block;
  vertical-align: middle;
  text-align: center;
  float: left;
  width: 134px;
} */
.sort-by{
  width: 134px;
  height: 100%;
}
.sort-by h3{
  color: #fff;
  font-style: italic;
  font-size: 19px;
  font-weight: 900;
  line-height: 98px;
  letter-spacing: 0.01315789473684em;
  display: block;
  text-align: center;
  float: left;
  width: 134px;
}
 
@media screen and (max-width: 767px) {
  .posts__filter:before {
    min-width: 93px;
    width: 93px;
    line-height: 83px;
    box-sizing: border-box;
  }
}

.posts__filter-title {
  font-size: 25px;
  font-weight: 200;
  height: 98px;
  line-height: 98px;
}

@media screen and (max-width: 767px) {
  .posts__filter-title {
    font-size: 19.88px;
    height: 83px;
    line-height: 83px;
  }
}

.posts__filter-list {
  list-style: none;
  background: #212121;
  width: calc(100% - 134px);
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .posts__filter-list {
    width: calc(100% - 93px);
  }
}

.posts__filter-list > li {
  text-align: center;
  box-sizing: border-box;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  color: #9e9e9e;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

@media screen and (max-width: 960px) {
  .posts__filter-list > li {
    padding: 0 6%;
  }
}

@media screen and (max-width: 767px) {
  .posts__filter-list > li {
    padding: 0 4%;
  }
}

.posts__filter-list > li:hover, .posts__filter-list > li.active {
  background: #e4e9e9;
  color: #000000;
}

.posts__filter-list > li:last-child {
  padding: 28px 5% 0;
  float: right;
  width: 346px;
  cursor: default;
}

.posts__filter-list > li:last-child .posts__filter-title {
  display: none;
}

.posts__filter-list > li:last-child:hover {
  background: transparent;
  color: #9e9e9e;
}

@media screen and (max-width: 960px) {
  .posts__filter-list > li:last-child {
    width: 336px;
  }
}

@media screen and (max-width: 767px) {
  .posts__filter-list > li:last-child {
    width: auto;
    padding-top: 0;
    float: left;
  }
  .posts__filter-list > li:last-child form {
    display: none;
  }
  .posts__filter-list > li:last-child .posts__filter-title {
    display: block;
  }
  .posts__filter-list > li:last-child:hover form {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #000000;
    top: 100%;
    padding: 10px 30px 30px;
  }
  .posts__filter-list > li:last-child:hover form button[type="submit"] {
    right: 30px;
    top: 16px;
  }
  .posts__filter-list > li:last-child:hover form ::-webkit-input-placeholder {
    color: #000000;
  }
  .posts__filter-list > li:last-child:hover form :-moz-placeholder {
    color: #000000;
  }
  .posts__filter-list > li:last-child:hover form ::-moz-placeholder {
    color: #000000;
  }
  .posts__filter-list > li:last-child:hover form :-ms-input-placeholder {
    color: #000000;
  }
}

.posts__filter-list--dropdown {
  position: relative;
  bottom: 0;
  left: 0;
  display: none;
  right: 0;
  background: #e4e9e9;
  padding: 52px 87px;
  list-style: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.09615384615385em;
  font-weight: 600;
  opacity: 1;
  text-align: center;
  z-index: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.posts__filter-list--dropdown li {
  display: inline-block;
  padding: 12px 34px;
}

.posts__filter-list--dropdown a {
  color: #000000;
  border-bottom: 2px solid #e4e9e9;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

.posts__filter-list--dropdown a:hover {
  border-color: #000000;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .posts__filter-list--dropdown {
    padding: 52px 25px 25px;
  }
  .posts__filter-list--dropdown li {
    padding: 12px;
  }
}

.posts__post-meta--headshot {
  width: 86px;
  display: block;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  margin: 26px 0 16px;
}

.without-thumbnail .posts__post-meta--headshot {
  margin: 26px auto 16px;
}

@media screen and (max-width: 767px) {
  .posts__post-meta--headshot {
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 767px) {
  .posts__post-meta--author {
    display: block;
  }
}

.posts__listing-content .posts__post-meta {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .posts__listing-content .posts__post-meta {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 767px) {
  .posts__listing-content .posts__post-meta {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .posts__listing-content .posts__post-meta .sep {
    display: none;
  }
}

.with-thumbnail .posts__post-meta {
  color: #d2d0d0;
}

.single-post .posts__post-meta {
  color: #ffffff;
}

.posts__listing {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.posts__listing-thumbnail {
  position: absolute;
  width: 50%;
  top: 0;
  overflow: hidden;
  bottom: 0;
}

.posts__listing-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  opacity: 1;
}

.posts__listing-thumbnail svg {
  height: 50px;
  width: 50px;
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: -29px;
  margin-top: -25px;
  fill: #ffffff;
  -webkit-transition: 0.3s fill;
          transition: 0.3s fill;
}

.posts__listing-content {
  width: 50%;
  color: #4a4a4a;
  font-weight: 500;
  position: absolute;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 38px;
  font-size: 15px;
  letter-spacing: 0.00666666666667em;
  line-height: 1.26666666666667em;
}

.without-thumbnail .posts__listing-content {
  width: 100%;
  color: #ffffff;
  padding: 38px 70px;
}

@media screen and (min-width: 961px) {
  .posts__listing-content {
    padding-top: 0;
    padding-bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .without-thumbnail .posts__listing-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1100px) {
  .posts__listing-content p {
    display: none;
  }
  .without-thumbnail .posts__listing-content p {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .posts__listing-content {
    padding: 0 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .without-thumbnail .posts__listing-content {
    padding: 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .posts__listing-content {
    padding: 20px;
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .without-thumbnail .posts__listing-content {
    padding: 30px 45px;
  }
  .posts__listing-content p {
    display: none;
  }
}

.posts__more {
  text-align: center;
  clear: both;
  background: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.posts__more a {
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000000;
  font-size: 28px;
  line-height: 1em;
  padding: 33px 0px;
  background: #f7f7f7;
  text-decoration: none;
}

.posts__more a:hover {
  background: #cacaca;
  color: #ffffff;
}

.posts__more a:nth-of-type(2) {
  background-color: #efefef;
}

.posts__more a:nth-of-type(2):hover {
  background: #cacaca;
}

.posts__listing-post {
  width: 50%;
  float: left;
  height: 0;
  padding-bottom: 25%;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

@media screen and (max-width: 960px) {
  .posts__listing-post {
    width: 100%;
    float: none;
    padding-bottom: 50%;
  }
}

.posts__listing-post:nth-of-type(3n + 3) {
  background: #ffc52f;
}

.posts__listing-post:nth-of-type(3n + 2) {
  background: #53bcca;
}

.posts__listing-post:nth-of-type(3n + 1) {
  background: #bdde17;
}

.posts__listing-post.with-thumbnail {
  background-color: #ffffff;
}

.posts__listing-post.row-odd .posts__listing-thumbnail {
  left: 0;
}

.posts__listing-post.row-odd .posts__listing-thumbnail svg {
  left: auto;
  right: -29px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.posts__listing-post.row-odd .posts__listing-content {
  left: 50%;
}

.posts__listing-post.row-odd.without-thumbnail .posts__listing-content {
  left: 0;
}

.posts__listing-post.row-even .posts__listing-thumbnail {
  right: 0;
}

.posts__listing-post.row-even .posts__listing-content {
  right: 50%;
}

.posts__listing-post.row-even.without-thumbnail .posts__listing-content {
  right: 0;
}

.posts__listing-post a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.posts__listing-post:hover {
  background-color: #000000;
  color: #ffffff;
}

.posts__listing-post:hover .posts__listing-content,
.posts__listing-post:hover .posts__post-title {
  color: #ffffff;
}

.posts__listing-post:hover img {
  opacity: 0.8;
}

.posts__listing-post:hover svg {
  fill: #000000;
}

@media screen and (max-width: 960px) {
  .posts__listing-post.row-odd:nth-of-type(odd) .posts__listing-thumbnail, .posts__listing-post.row-even:nth-of-type(odd) .posts__listing-thumbnail {
    left: 0;
  }
  .posts__listing-post.row-odd:nth-of-type(odd) .posts__listing-thumbnail svg, .posts__listing-post.row-even:nth-of-type(odd) .posts__listing-thumbnail svg {
    left: auto;
    right: -29px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .posts__listing-post.row-odd:nth-of-type(odd) .posts__listing-content, .posts__listing-post.row-even:nth-of-type(odd) .posts__listing-content {
    left: 50%;
  }
  .posts__listing-post.row-odd:nth-of-type(odd).without-thumbnail .posts__listing-content, .posts__listing-post.row-even:nth-of-type(odd).without-thumbnail .posts__listing-content {
    left: 0;
  }
  .posts__listing-post.row-odd:nth-of-type(even) .posts__listing-thumbnail, .posts__listing-post.row-even:nth-of-type(even) .posts__listing-thumbnail {
    right: 0;
    left: auto;
  }
  .posts__listing-post.row-odd:nth-of-type(even) .posts__listing-thumbnail svg, .posts__listing-post.row-even:nth-of-type(even) .posts__listing-thumbnail svg {
    right: auto;
    left: -29px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .posts__listing-post.row-odd:nth-of-type(even) .posts__listing-content, .posts__listing-post.row-even:nth-of-type(even) .posts__listing-content {
    right: 50%;
    left: auto;
  }
  .posts__listing-post.row-odd:nth-of-type(even).without-thumbnail .posts__listing-content, .posts__listing-post.row-even:nth-of-type(even).without-thumbnail .posts__listing-content {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .posts__listing-post.without-thumbnail {
    height: auto;
    padding: 0;
  }
  .posts__listing-post.without-thumbnail .posts__listing-content,
  .posts__listing-post.without-thumbnail a {
    position: relative;
  }
}

.posts__post-entry {
  width: 86%;
  margin: 0 auto;
  overflow: visible;
  max-width: 640px;
  padding: 80px 0 0;
  position: relative;
}

@media screen and (max-width: 960px) {
  .posts__post-entry {
    padding: 20px 0 0;
  }
}

.posts__post-entry.no-top-pad {
  padding-top: 0;
}

.posts__archive-header {
  text-align: center;
  padding: 32px 0;
}

.posts__post-footer {
  padding: 25px 30px;
  margin-bottom: 70px;
}

.posts__post-footer a {
  text-transform: uppercase;
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08333333333333em;
}

.posts__post-footer a:hover {
  color: #ffc52f;
}

.posts__post-footer svg {
  display: inline-block;
  vertical-align: top;
  height: 21px;
  margin: 4px 6px 12px 0;
  fill: #53bcca;
  width: 21px;
}

.posts__filter--dropdown-wrap {
  position: relative;
  background: #e4e9e9;
  clear: both;
  width: 100%;
  display: none;
  overflow: hidden;
}

.posts__filter-close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.posts__filter-close svg {
  fill: #000000;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.posts__filter-close:hover svg {
  fill: #8e8e8e;
}

.posts__sharing-wrap {
  position: absolute;
  top: 0;
  width: 86%;
  left: 50%;
  max-width: 640px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
  .posts__sharing-wrap {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.posts__post-wrap {
  position: relative;
}

.posts__sharing {
  background: #bdde17;
  width: 120px;
  position: absolute;
  top: 0;
  left: -182px;
  left: -25%;
  padding: 20px 0 0;
  text-align: center;
}

/* .posts__sharing:before {
  display: inline-block;
  content: "Share";
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.07692307692308em;
  line-height: 1.5em;
  font-weight: 700;
  position: relative;
  z-index: 10;
} */

.posts__sharing .share h6{
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.07692307692308em;
  line-height: 1.5em;
  z-index: 10;
  position: relative;
  text-align: center;
}

.posts__sharing .addthis_sharing_toolbox {
  width: 34px;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  max-height: 0;
  padding-top: 20px;
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.posts__sharing .addthis_sharing_toolbox .at-icon-wrapper {
  background: transparent !important;
}

.posts__sharing .addthis_sharing_toolbox .at-icon-wrapper svg {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.posts__sharing .addthis_sharing_toolbox .at-icon-wrapper:hover svg {
  fill: #000000;
}

.posts__sharing:hover .addthis_sharing_toolbox {
  padding-bottom: 14px;
  max-height: 240px;
}

@media screen and (max-width: 960px) {
  .posts__sharing {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    display: flex;
  }
  .posts__sharing:before {
    padding: 0 7px;
  }
  .post-sharing .share{
    display: block;
  }
  .posts__sharing:after {
    content: "";
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    background: #bdde17;
    bottom: 0;
  }
  .posts__sharing .share{
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-self: center;
  }
  .posts__sharing .addthis_sharing_toolbox {
    max-height: 100%;
    width: auto;
    vertical-align: middle;
    /* display: inline-block !important; */
    padding: 14px 7px;
    display: flex;
    justify-content: flex-start;
    margin-left: 0;
  }
}

.statistics {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .statistics.border {
    border-top: 4px solid #ffffff;
  }
}

.statistics__stat {
  width: 33.3333%;
  float: left;
  height: 0;
  padding-bottom: 33.3333333%;
  position: relative;
  text-align: center;
  background: #bdde17;
  color: #ffffff;
}

.statistics__stat:nth-of-type(4n + 4) {
  background: #53bcca;
}

.statistics__stat:nth-of-type(4n + 3) {
  background: #bdde17;
}

.statistics__stat:nth-of-type(4n + 2) {
  background: #ffc52f;
}

.statistics__stat:nth-of-type(4n + 1) {
  background: #bdde17;
}

.statistics__stat.double {
  width: calc(100% / 3 * 2);
}

@media screen and (max-width: 767px) {
  .statistics__stat {
    height: 320px;
    box-sizing: border-box;
    float: none;
    width: 100%;
    position: absolute;
  }
  .statistics__stat.double {
    height: 320px;
    padding: 0;
    box-sizing: border-box;
    float: none;
    width: 100%;
    background: #ffffff;
    display: none;
  }
}

.statistics__stat.with-hover:hover .statistics__stat-hover {
  opacity: 1;
}

.statistics__stat.with-hover:hover .statistics__stat-wrap {
  opacity: 0;
}

.statistics__stat-figure {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.statistics__stat-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.statistics__stat-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  opacity: 1;
}

.statistics__stat-number {
  font-weight: 700;
  display: block;
  margin: 24px 0;
}

.statistics__stat-number:after {
  margin-top: 10px;
}

.statistics__stat-number.lg {
  font-size: 174px;
  font-size: 14.5vw;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .statistics__stat-number.lg {
    font-size: 138px;
  }
}

.statistics__stat-number.med {
  font-size: 100px;
  font-size: 8.325vw;
  line-height: 1.3em;
}

@media screen and (max-width: 767px) {
  .statistics__stat-number.med {
    font-size: 88px;
  }
}

.statistics__stat-number.sm {
  font-size: 90px;
  line-height: 0.5em;
  font-size: 6.325vw;
}

@media screen and (max-width: 960px) {
  .statistics__stat-number.sm {
    line-height: 0.1em;
  }
}

@media screen and (max-width: 767px) {
  .statistics__stat-number.sm {
    font-size: 78px;
  }
}

.statistics__stat-number .percent {
  font-size: 0.575em;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10%;
}

.statistics__stat-description {
  text-transform: uppercase;
  font-size: 30px;
  font-size: 2.5vw;
  font-size: 30px;
  line-height: 1.16666666666667em;
  letter-spacing: 0.03333333333333em;
  margin: 24px auto;
  display: block;
  width: 80%;
  max-width: 290px;
}

.statistics__stat-description.with-black-bar {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .statistics__stat-description {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .statistics__stat-description {
    font-size: 23.88px;
    letter-spacing: 0.04187604690117em;
  }
}

.statistics__stat-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  opacity: 0;
}

.statistics__stat-hover--text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 16% 0 18%;
  font-size: 17px;
  line-height: 1.76470588235294em;
  font-weight: 600;
  letter-spacing: 0.00588235294118em;
  text-align: left;
}

@media screen and (max-width: 960px) {
  .statistics__stat-hover--text {
    font-size: 13px;
  }
}

.statistics__stat-hover--text:before {
  content: "";
  width: 86px;
  height: 6px;
  display: block;
  background: #000000;
  margin-bottom: 13px;
}

.testimonials {
  overflow: hidden;
  background: #000000;
  position: relative;
}

.testimonials__testimonial-quote {
  width: 50%;
  box-sizing: border-box;
  padding: 64px 6%;
  left: 50%;
  position: relative;
  min-height: 500px;
  height: 100%;
  display: table;
}

@media screen and (max-width: 767px) {
  .testimonials__testimonial-quote {
    width: 100%;
    left: 0;
    min-height: 0;
  }
}

.testimonials__testimonial-quote blockquote {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.testimonials__testimonial-quote q {
  color: #ffffff;
  display: block;
  font-size: 25px;
  line-height: 1.48em;
  font-weight: 700;
  position: relative;
  margin: 0;
}

.testimonials__testimonial-quote q:before {
  content: "\201C";
  position: absolute;
  width: 20px;
  text-align: right;
  top: -2px;
  left: -24px;
}

.testimonials__testimonial-quote q:after {
  content: "\201D";
}

@media screen and (max-width: 960px) {
  .testimonials__testimonial-quote q {
    font-size: 19px;
    line-height: 1.57894736842105em;
  }
}

.testimonials__testimonial-quote cite {
  margin: 24px 0 0;
  display: inline-block;
  color: #ffc52f;
  font-size: 15px;
  letter-spacing: 0.00714285714286em;
}

.testimonials__testimonial-quote cite strong {
  font-style: normal;
  letter-spacing: 0.03571428571429em;
}

@media screen and (max-width: 960px) {
  .testimonials__testimonial-quote cite {
    font-size: 14px;
  }
}

.testimonials__testimonial-image {
  width: 50%;
  background: transparent none no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.testimonials__testimonial-image img {
  display: none;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .testimonials__testimonial-image {
    width: 100%;
    position: relative;
  }
  .testimonials__testimonial-image img {
    display: block;
  }
}

@media screen and (min-width: 1301px) {
  .testimonials__testimonial-image {
    background-position: 50% 30%;
  }
}

.article__content {
  padding: 90px 40px;
  text-align: left;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .article__content {
    padding: 30px 0;
  }
}

.article__content.search {
  text-align: left;
}

.article__content *[style*="text-align: center;"] + .button-row {
  text-align: center;
}

.page-template-default .article__content {
  padding-top: 0;
  padding-bottom: 60px;
}

.article__content + .article__content {
  padding-top: 0;
}

.article__header {
  position: relative;
}

.article__header img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.article__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.34);
  z-index: 1;
}

.article__header-subtitle {
  color: #ffffff;
  font-weight: 700;
  font-style: italic;
  font-size: 21.73px;
  font-size: 1.8vw;
  line-height: 1.2em;
  letter-spacing: 0.00920386562356em;
  margin: 0.5em 0;
}

@media screen and (max-width: 960px) {
  .article__header-subtitle {
    font-size: 21.73px;
  }
}

.article__header-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  box-sizing: border-box;
  padding: 0 24px;
  color: #ffffff;
}

.article__header-wrap .button, .article__header-wrap div.wpcf7 input[type="submit"], div.wpcf7 .article__header-wrap input[type="submit"], .article__header-wrap
div.wpcf7 button[type="submit"],
div.wpcf7 .article__header-wrap button[type="submit"] {
  margin-top: 20px;
}

.article__header-wrap.left {
  text-align: left;
  left: 12%;
  font-size: 15.47px;
  line-height: 1.3em;
}

.article__header-wrap.left p {
  margin: 1.02em 0;
}

.article__header-wrap.left a {
  color: #53bcca;
  font-weight: 700;
  text-decoration: none;
}

.article__header-wrap.left a:hover {
  color: #ffc52f;
}

.article__header-wrap.left a .caps {
  color: #ffffff;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.article__header-wrap.left a .caps:hover {
  color: #ffc52f;
}

@media screen and (max-width: 767px) {
  .article__header-wrap.left {
    left: 0;
  }
  .article__header-wrap.left .mobile-break {
    display: inline-block;
  }
}

.article__header-title {
  text-transform: uppercase;
  font-weight: 200;
  color: #ffffff;
  font-size: 39px;
  font-size: 3.25vw;
  line-height: 1em;
  letter-spacing: 0.02702702702703em;
}

@media screen and (max-width: 960px) {
  .article__header-title {
    font-size: 37px;
  }
}

.article__header-title.sm {
  font-size: 20px;
  font-size: 1.7vw;
  max-width: 600px;
  margin: 0.75em auto;
  line-height: 1.55em;
}

@media screen and (max-width: 960px) {
  .article__header-title.sm {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .article__header-title.sm {
    line-height: 1.35em;
  }
}

.two-columns {
  padding: 75px 0;
}

.two-columns.thirds {
  padding: 75px 0px 56px;
}

@media screen and (max-width: 960px) {
  .two-columns.thirds {
    padding: 40px 20px 30px;
    text-align: center;
  }
  .two-columns.thirds hr {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .two-columns {
    padding: 20px 0;
  }
  .two-columns.thirds {
    padding: 40px 0px;
  }
}

.page-template-default .two-columns + section {
  margin-top: 60px;
}

.page-template-default .two-columns + .tabs {
  margin-top: 0;
}

.two-columns__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .two-columns__wrap {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .thirds .two-columns__wrap {
    display: block;
  }
}

.two-columns__column {
  width: 50%;
  box-sizing: border-box;
  border-left: 1px solid #ffffff;
  padding: 0 8% 0 7%;
}

.bg-teal .two-columns__column {
  border-color: #57a4a1;
}

@media screen and (max-width: 767px) {
  .two-columns__column {
    width: 100%;
    border: none;
    padding: 0;
  }
}

.two-columns__column:first-child {
  padding-left: 0;
  border: none;
}

.two-columns__column:last-child {
  padding-right: 0;
}

.two-columns__column.third {
  width: 32%;
  padding-left: 2%;
  padding-right: 6%;
}

@media screen and (max-width: 960px) {
  .two-columns__column.third {
    border: none;
    width: 100%;
    padding: 0 0 10px;
  }
}

.two-columns__column.third p.large:first-child {
  margin-top: 7px;
}

.two-columns__column.two-thirds {
  width: 68%;
  padding-left: 6%;
}

@media screen and (max-width: 960px) {
  .two-columns__column.two-thirds {
    width: 100%;
    border: none;
    padding: 0;
  }
}

.two-columns__column h2 {
  margin-bottom: 1em;
}

.three-columns {
  padding: 0 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .three-columns {
    padding: 0;
  }
}

.three-columns.show {
  display: block;
}

.three-columns__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .three-columns__wrap {
    display: block;
    margin-bottom: 0;
  }
}

.three-columns__title {
  color: #53bcca;
  margin-bottom: 24px;
}

.three-columns__column {
  box-sizing: border-box;
  border-right: 1px solid #cecece;
  padding: 0 4% 0 6%;
  width: 38%;
}

@media screen and (max-width: 767px) {
  .three-columns__column {
    width: 100%;
    border: none;
    padding: 10px 0;
    margin-bottom: 40px;
  }
}

.three-columns__column:first-child {
  padding-left: 0;
  width: 31%;
}

@media screen and (max-width: 767px) {
  .three-columns__column:first-child {
    width: 100%;
  }
}

.three-columns__column:last-child {
  border-right: none;
  padding-right: 0;
  width: 31%;
}

@media screen and (max-width: 767px) {
  .three-columns__column:last-child {
    width: 100%;
  }
}

.three-columns__column p {
  margin: 0.5em 0 0.5em;
}

.three-columns__column p em {
  display: inline-block;
  line-height: 1.45em;
}

.three-columns__column p strong {
  font-weight: 600;
  color: #626262;
}

.three-columns__column .caps {
  margin-top: 28px;
  text-decoration: none;
}

.three-columns__column a.caps:hover {
  color: #000000;
}

.three-columns__column-title {
  font-size: 18px;
  line-height: 1.22222222222222em;
  font-weight: 700;
  margin: 0.5em 0;
}

.three-columns__column-type {
  color: #626262;
  font-size: 1em;
  font-weight: 600;
  margin: 0.5em 0;
}

.funding {
  position: fixed;
  top: 190px;
  z-index: 1010;
  font-weight: 400;
  color: #6a6a6a;
  font-size: 15px;
  line-height: 1.26666666666667em;
  right: -328px;
  right: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.funding.open {
  right: 0;
}

.funding p {
  margin: 0.25em 0;
}

.search-open .funding {
  top: 280px;
}

@media screen and (min-width: 768px) {
  .home .funding {
    top: 475px;
    position: absolute;
  }
  .home.search-open .funding {
    top: 565px;
  }
}

@media screen and (max-width: 960px) {
  .funding {
    top: 239px;
  }
}

@media screen and (max-width: 767px) {
  .funding {
    right: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    top: 160px;
    position: absolute;
  }
  .funding.open {
    max-height: 500px;
  }
}

.funding__content {
  background: #f6f6f6;
  width: 328px;
  box-sizing: border-box;
  padding: 25px 53px 45px;
}

.funding__content strong {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .funding__content {
    width: 100%;
  }
}

.funding__toggle {
  display: none;
  font-family: "Whitney A", "Whitney B";
  background: #f5b50b;
  color: #ffffff;
  width: 80px;
  height: 90px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: -80px;
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 0.2em;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.funding__toggle:hover {
  background-color: #000000;
}

.site-header .funding__toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .funding .funding__toggle {
    display: none;
  }
  .site-header .funding__toggle {
    display: none;
    width: 50%;
    top: 145px;
    right: 0;
    left: auto;
    height: 45px;
    line-height: 46px;
    box-sizing: border-box;
  }
  .site-header .funding__toggle .funding__toggle-direction {
    height: 26px;
    width: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.funding__wrap {
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.open .funding__wrap {
  width: 328px;
}

@media screen and (max-width: 767px) {
  .funding__wrap {
    width: 100%;
  }
  .open .funding__wrap {
    width: 100%;
  }
}

.funding__toggle-direction {
  text-indent: -2000px;
  overflow: hidden;
  text-align: left;
  border: 4px solid #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 6px auto;
  position: relative;
}

.funding__toggle-direction:after {
  content: "";
  width: 200%;
  height: 100%;
  display: block;
  background: url(../images/svg/icon-arrows.svg) no-repeat 50% 50%;
  background-size: auto 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.funding__toggle-direction:after {
  left: 0;
}

.open .funding__toggle-direction:after {
  left: -100%;
}

.funding__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25em;
  margin: 1.6em 0;
  color: #000000;
}

.funding__subtitle {
  color: #ffc52f;
  margin: 1em 0 0.8em;
  font-size: 17px;
  line-height: 1.17647058823529em;
}

.funding__more {
  text-transform: uppercase;
  color: #000000;
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
  display: inline-block;
  text-decoration: none;
}

.funding__more:hover {
  color: #53bcca;
}

.mailing-list {
  padding: 90px 0;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .mailing-list {
    padding: 36px 0;
  }
}

#success_message {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
}

.mailing-list__form {
  width: 80%;
  margin: 0 auto;
  max-width: 560px;
  text-align: center;
}

.mailing-list__form svg {
  fill: #ffffff;
  width: 48px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}

.mailing-list__form label, .mailing-list__form .label {
  text-transform: none;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.01111111111111em;
  font-weight: 700;
  position: relative;
  padding: 10px 0 35px 60px;
  min-height: 44px;
  border-bottom: 10px solid #53bcca;
  display: block;
  vertical-align: top;
  display: table-cell;
  text-align: left;
}

.mailing-list__form label span, .mailing-list__form .label span {
  display: inline-block;
  vertical-align: top;
}

.mailing-list__form input[type="text"],
.mailing-list__form input[type="email"] {
  border-radius: 0;
  vertical-align: middle;
  display: inline-block;
  padding: 12px 10px;
  box-sizing: border-box;
  width: 80%;
  border: 2px solid #ffffff;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.mailing-list__form input[type="text"]:focus,
.mailing-list__form input[type="email"]:focus {
  outline: none;
  border: 2px solid #ffc52f;
}

.mailing-list__form input[type="submit"],
.mailing-list__form button[type="submit"] {
  float: right;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: 4px;
  vertical-align: middle;
  display: inline-block;
  font-family: "Whitney A", "Whitney B";
}

@media screen and (max-width: 767px) {
  .mailing-list__form {
    text-align: center;
  }
  .mailing-list__form label {
    text-align: left;
    margin-bottom: 16px;
  }
  .mailing-list__form input[type="text"],
  .mailing-list__form input[type="email"] {
    width: 100%;
    display: bock;
    margin-bottom: 15px;
  }
  .mailing-list__form input[type="submit"],
  .mailing-list__form button[type="submit"] {
    float: none;
  }
}

.recent-posts {
  position: relative;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  /* Animation Timing - No Delay */
  /* Animation Timing - Text Delay */
}

.recent-posts.in-full-view header, .recent-posts.fixed header {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.recent-posts.in-full-view .recent-posts-slideshow, .recent-posts.fixed .recent-posts-slideshow {
  -webkit-transform: translateX(calc(-100% - 330px));
      -ms-transform: translateX(calc(-100% - 330px));
          transform: translateX(calc(-100% - 330px));
}

@media screen and (max-width: 767px) {
  .recent-posts.in-full-view header, .recent-posts.in-full-view .recent-posts-slideshow, .recent-posts.fixed header, .recent-posts.fixed .recent-posts-slideshow {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.recent-posts.in-full-view header, .recent-posts.fixed.no-delay header {
  -webkit-animation: slideOut .3s ease-out forwards;
          animation: slideOut .3s ease-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.recent-posts.in-full-view .recent-posts-slideshow, .recent-posts.fixed.no-delay .recent-posts-slideshow {
  -webkit-animation: slideOutMore .75s ease-out forwards;
          animation: slideOutMore .75s ease-out forwards;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

@media screen and (max-width: 767px) {
  .recent-posts.in-full-view header, .recent-posts.in-full-view .recent-posts-slideshow, .recent-posts.fixed.no-delay header, .recent-posts.fixed.no-delay .recent-posts-slideshow {
    -webkit-animation: none;
            animation: none;
  }
}

.recent-posts.fixed.text-right header {
  -webkit-animation: slideOut .3s ease-out forwards;
          animation: slideOut .3s ease-out forwards;
}

.recent-posts.fixed.text-right .recent-posts-slideshow {
  -webkit-animation: slideOutMore .75s ease-out forwards;
          animation: slideOutMore .75s ease-out forwards;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

@media screen and (max-width: 767px) {
  .recent-posts.fixed.text-right header, .recent-posts.fixed.text-right .recent-posts-slideshow {
    -webkit-animation: none;
            animation: none;
  }
}

@media screen and (max-width: 767px) {
  .recent-posts.fixed {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-animation: slideOut .3s ease-out forwards;
            animation: slideOut .3s ease-out forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}

.recent-posts.in-full-view {
  position: relative;
}

.recent-posts.in-full-view.fixed, .recent-posts.fixed {
  position: fixed;
}

@media screen and (max-width: 767px) {
  .recent-posts.in-full-view.fixed, .recent-posts.fixed {
    position: relative;
  }
}

.recent-posts .mobile {
  display: none;
}

.recent-posts header {
  position: relative;
  z-index: 2;
  background: #53bcca;
  width: 330px;
  box-sizing: border-box;
  padding: 25px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recent-posts header p {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: .8em;
  line-height: 1.3;
}

.recent-posts h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: .35em;
}

.recent-posts .button:hover, .recent-posts div.wpcf7 input[type="submit"]:hover, div.wpcf7 .recent-posts input[type="submit"]:hover, .recent-posts
div.wpcf7 button[type="submit"]:hover,
div.wpcf7 .recent-posts button[type="submit"]:hover {
  background: #000000;
}

@media screen and (max-width: 960px) {
  .recent-posts header {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .recent-posts {
    background: #53bcca;
    position: relative;
    display: block;
  }
  .recent-posts .desktop {
    display: none;
  }
  .recent-posts .mobile {
    display: block;
  }
  .recent-posts header {
    display: none;
    margin: 0 auto;
    width: 100%;
    max-width: 85%;
    padding: 20px 0 0 0;
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .recent-posts h2 {
    padding-left: 100px;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 0;
  }
}

.recent-posts-slideshow {
  background: #36aaba;
  position: relative;
  z-index: 1;
  padding: 30px 0 30px 45px;
  width: calc(100% - 330px);
  box-sizing: border-box;
}

.recent-posts-slideshow .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.recent-posts-slideshow .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.recent-posts-slideshow .slick-dots {
  position: absolute;
  z-index: 100;
  right: 15px;
  width: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}

.recent-posts-slideshow .slick-dots li {
  display: block;
}

.recent-posts-slideshow .slick-dots li button {
  background: #000000;
}

.recent-posts-slideshow .slick-dots li.slick-active button,
.recent-posts-slideshow .slick-dots li button:hover {
  background: #ffffff;
}

.recent-posts-slideshow .slide {
  display: none;
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
}

.recent-posts-slideshow .slide img {
  width: 100% !important;
  height: auto;
  display: block;
  border-radius: 50%;
}

.recent-posts-slideshow .slide:focus, .recent-posts-slideshow .slide a {
  outline: none;
}

.recent-posts-slideshow.slick-initialized .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.recent-posts-slideshow .image {
  width: 120px;
}

.recent-posts-slideshow .text {
  box-sizing: border-box;
  width: calc(100% - 120px);
  padding: 0 120px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recent-posts-slideshow .heading {
  margin-bottom: .75em;
}

.recent-posts-slideshow h3 {
  font-size: 21px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
}

.recent-posts-slideshow .date {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11.5px;
  letter-spacing: 0.05em;
  margin-bottom: .1em;
}

.recent-posts-slideshow p {
  line-height: 1.3;
  margin-bottom: .5em;
}

.recent-posts-slideshow .post {
  color: #ffffff;
}

.recent-posts-slideshow .post a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11.5px;
  letter-spacing: 0.05em;
}

.recent-posts-slideshow .post a:hover {
  color: #000000;
}

@media screen and (max-width: 960px) {
  .recent-posts-slideshow {
    width: calc(100% - 300px);
  }
  .recent-posts-slideshow .image {
    width: 90px;
  }
  .recent-posts-slideshow .text {
    width: calc(100% - 90px);
    padding: 2px 50px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .recent-posts-slideshow {
    background: none;
    margin: 0 auto;
    width: 100%;
    max-width: 90%;
    padding: 35px 0 45px;
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .recent-posts-slideshow .slick-dots {
    right: 0;
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: left;
  }
  .recent-posts-slideshow .slick-dots li {
    display: inline-block;
    margin-right: 3px;
  }
  .recent-posts-slideshow .text {
    padding: 0 0 0 18px;
  }
  .recent-posts-slideshow .heading {
    margin-bottom: .5em;
  }
  .recent-posts-slideshow h3 {
    display: block;
    font-size: 15px;
  }
  .recent-posts-slideshow .date {
    margin-bottom: .35em;
  }
  .recent-posts-slideshow p {
    margin-bottom: 0;
  }
}

@-webkit-keyframes slideOut {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideOutMore {
  from {
    -webkit-transform: translateX(calc(-100% - 390px));
            transform: translateX(calc(-100% - 390px));
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideOutMore {
  from {
    -webkit-transform: translateX(calc(-100% - 390px));
            transform: translateX(calc(-100% - 390px));
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -54px;
  right: -54px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  text-align: center;
  color: #ffffff;
  opacity: 1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.fancybox-close:hover {
  opacity: 0.75;
  color: #ffffff;
}

.fancybox-close svg {
  fill: #ffffff;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.fancybox-close:hover svg {
  fill: #ffc52f;
}

@media screen and (max-width: 767px) {
  .fancybox-close {
    right: 14px;
    top: -36px;
    width: 26px;
    height: 26px;
  }
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
  opacity: 1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
          transition-property: opacity;
}

.fancybox-nav:hover {
  opacity: 0.75;
}

.fancybox-prev {
  left: -50px;
}

.fancybox-next {
  right: -50px;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: visible;
}

.fancybox-prev span {
  left: 0;
  text-align: left;
}

.fancybox-prev span:before {
  content: "<";
  font-weight: 300;
  font-size: 35.38px;
  color: #ffffff;
}

.fancybox-next span {
  right: 0;
  text-align: right;
}

.fancybox-next span:before {
  content: ">";
  font-weight: 300;
  font-size: 35.38px;
  color: #ffffff;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.85);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-size: 15.17px;
  line-height: 21.17px;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -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;
}

@media screen and (max-width: 767px) {
  .slick-slide img {
    width: 320px !important;
    height: auto !important;
  }
}

.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;
}

.slick-dots {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 30px 0 0;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  cursor: pointer;
  text-indent: -2000px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  text-align: left;
  text-indent: -2000px;
  background: #000000;
  border: none;
  outline: none;
  margin: 0 7px;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background;
          transition-property: background;
  padding: 0;
  cursor: pointer;
  margin: 0 4px;
  background-color: #9b9b9b;
}

.slick-dots li button:hover, .slick-dots li button.active {
  background-color: #bdde17;
}

.slick-dots li.slick-active button {
  background: #000000;
}

.gallery .wp-caption {
  position: relative;
}

.gallery .wp-caption figcaption {
  padding: 22px 38px;
  box-sizing: border-box;
  font-size: 14px;
  color: #9e9e9e;
  font-weight: 600;
  line-height: 1.28571428571429em;
  letter-spacing: 0.01785714285714em;
  padding-left: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(232, 231, 231, 0.9);
}

.gallery .wp-caption figcaption:before {
  content: "";
  position: absolute;
  left: 38px;
  top: 18px;
  bottom: 18px;
  width: 8px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .gallery .wp-caption {
    width: 100% !important;
  }
}

.gallery .wp-caption-text {
  font-size: 0.86666666666667em;
  padding: 4px 20px 4px 40px;
  font-style: normal;
  line-height: 1.086666666666667em;
  margin: 0;
  box-sizing: border-box;
  min-height: 18px;
}

.error-404 {
  width: 90%;
  margin: 0px auto;
  padding: 60px 0;
  text-align: center;
  max-width: 680px;
}

.error_article {
  text-align: center;
  width: 100%;
  padding-top: 100px;
}


/* CSS for Fixing the Post Intro image scaling */

@media screen and (min-width: 767px) {
  article.post-article .intro__with-photo {
    display:flex;
    padding: 0;
  }

  article.post-article .intro__with-photo .intro__photo {
    max-width:630px;
  }
}

/*# sourceMappingURL=map */