/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
.text-blue {
  color: #003a5d !important; }

.text-indigo {
  color: #6610f2 !important; }

.text-purple {
  color: #6f42c1 !important; }

.text-pink {
  color: #ff7276 !important; }

.text-red {
  color: #dc3545 !important; }

.text-orange {
  color: #fd7e14 !important; }

.text-yellow {
  color: #fee638 !important; }

.text-green {
  color: #28a745 !important; }

.text-teal {
  color: #20c997 !important; }

.text-cyan {
  color: #17a2b8 !important; }

.text-white {
  color: #fff !important; }

.text-gray {
  color: #f2f2f2 !important; }

.text-gray-dark {
  color: #343a40 !important; }

.text-black {
  color: #000 !important; }

.bg-blue {
  background: #003a5d !important; }

.bg-indigo {
  background: #6610f2 !important; }

.bg-purple {
  background: #6f42c1 !important; }

.bg-pink {
  background: #ff7276 !important; }

.bg-red {
  background: #dc3545 !important; }

.bg-orange {
  background: #fd7e14 !important; }

.bg-yellow {
  background: #fee638 !important; }

.bg-green {
  background: #28a745 !important; }

.bg-teal {
  background: #20c997 !important; }

.bg-cyan {
  background: #17a2b8 !important; }

.bg-white {
  background: #fff !important; }

.bg-gray {
  background: #f2f2f2 !important; }

.bg-gray-dark {
  background: #343a40 !important; }

.bg-black {
  background: #000 !important; }

.text-hover-blue:hover {
  color: #003a5d !important;
  text-decoration: none !important; }

.text-hover-indigo:hover {
  color: #6610f2 !important;
  text-decoration: none !important; }

.text-hover-purple:hover {
  color: #6f42c1 !important;
  text-decoration: none !important; }

.text-hover-pink:hover {
  color: #ff7276 !important;
  text-decoration: none !important; }

.text-hover-red:hover {
  color: #dc3545 !important;
  text-decoration: none !important; }

.text-hover-orange:hover {
  color: #fd7e14 !important;
  text-decoration: none !important; }

.text-hover-yellow:hover {
  color: #fee638 !important;
  text-decoration: none !important; }

.text-hover-green:hover {
  color: #28a745 !important;
  text-decoration: none !important; }

.text-hover-teal:hover {
  color: #20c997 !important;
  text-decoration: none !important; }

.text-hover-cyan:hover {
  color: #17a2b8 !important;
  text-decoration: none !important; }

.text-hover-white:hover {
  color: #fff !important;
  text-decoration: none !important; }

.text-hover-gray:hover {
  color: #f2f2f2 !important;
  text-decoration: none !important; }

.text-hover-gray-dark:hover {
  color: #343a40 !important;
  text-decoration: none !important; }

.text-hover-black:hover {
  color: #000 !important;
  text-decoration: none !important; }

.styleguide .color-options, .nav-drop > ul, .nav-drop__slide ul, .focus-area ul, .gform_fields, #footer .social-networks, .footer-link {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

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

.comment-form input[type='text'],
.search-form input[type='text'],
.post-password-form input[type='text'], .comment-form
input[type='tel'],
.search-form
input[type='tel'],
.post-password-form
input[type='tel'], .comment-form
input[type='email'],
.search-form
input[type='email'],
.post-password-form
input[type='email'], .comment-form
input[type='search'],
.search-form
input[type='search'],
.post-password-form
input[type='search'], .comment-form
input[type='password'],
.search-form
input[type='password'],
.post-password-form
input[type='password'], .comment-form
input[type='url'],
.search-form
input[type='url'],
.post-password-form
input[type='url'], .comment-form
input[type='date'],
.search-form
input[type='date'],
.post-password-form
input[type='date'], .comment-form
textarea,
.search-form
textarea,
.post-password-form
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em; }
  .comment-form input[type='text']:focus,
  .search-form input[type='text']:focus,
  .post-password-form input[type='text']:focus, .comment-form
  input[type='tel']:focus,
  .search-form
  input[type='tel']:focus,
  .post-password-form
  input[type='tel']:focus, .comment-form
  input[type='email']:focus,
  .search-form
  input[type='email']:focus,
  .post-password-form
  input[type='email']:focus, .comment-form
  input[type='search']:focus,
  .search-form
  input[type='search']:focus,
  .post-password-form
  input[type='search']:focus, .comment-form
  input[type='password']:focus,
  .search-form
  input[type='password']:focus,
  .post-password-form
  input[type='password']:focus, .comment-form
  input[type='url']:focus,
  .search-form
  input[type='url']:focus,
  .post-password-form
  input[type='url']:focus, .comment-form
  input[type='date']:focus,
  .search-form
  input[type='date']:focus,
  .post-password-form
  input[type='date']:focus, .comment-form
  textarea:focus,
  .search-form
  textarea:focus,
  .post-password-form
  textarea:focus {
    border-color: #333; }
  .comment-form input[type='text']::-webkit-input-placeholder,
  .search-form input[type='text']::-webkit-input-placeholder,
  .post-password-form input[type='text']::-webkit-input-placeholder, .comment-form
  input[type='tel']::-webkit-input-placeholder,
  .search-form
  input[type='tel']::-webkit-input-placeholder,
  .post-password-form
  input[type='tel']::-webkit-input-placeholder, .comment-form
  input[type='email']::-webkit-input-placeholder,
  .search-form
  input[type='email']::-webkit-input-placeholder,
  .post-password-form
  input[type='email']::-webkit-input-placeholder, .comment-form
  input[type='search']::-webkit-input-placeholder,
  .search-form
  input[type='search']::-webkit-input-placeholder,
  .post-password-form
  input[type='search']::-webkit-input-placeholder, .comment-form
  input[type='password']::-webkit-input-placeholder,
  .search-form
  input[type='password']::-webkit-input-placeholder,
  .post-password-form
  input[type='password']::-webkit-input-placeholder, .comment-form
  input[type='url']::-webkit-input-placeholder,
  .search-form
  input[type='url']::-webkit-input-placeholder,
  .post-password-form
  input[type='url']::-webkit-input-placeholder, .comment-form
  input[type='date']::-webkit-input-placeholder,
  .search-form
  input[type='date']::-webkit-input-placeholder,
  .post-password-form
  input[type='date']::-webkit-input-placeholder, .comment-form
  textarea::-webkit-input-placeholder,
  .search-form
  textarea::-webkit-input-placeholder,
  .post-password-form
  textarea::-webkit-input-placeholder {
    color: #ccc; }
  .comment-form input[type='text']::-moz-placeholder,
  .search-form input[type='text']::-moz-placeholder,
  .post-password-form input[type='text']::-moz-placeholder, .comment-form
  input[type='tel']::-moz-placeholder,
  .search-form
  input[type='tel']::-moz-placeholder,
  .post-password-form
  input[type='tel']::-moz-placeholder, .comment-form
  input[type='email']::-moz-placeholder,
  .search-form
  input[type='email']::-moz-placeholder,
  .post-password-form
  input[type='email']::-moz-placeholder, .comment-form
  input[type='search']::-moz-placeholder,
  .search-form
  input[type='search']::-moz-placeholder,
  .post-password-form
  input[type='search']::-moz-placeholder, .comment-form
  input[type='password']::-moz-placeholder,
  .search-form
  input[type='password']::-moz-placeholder,
  .post-password-form
  input[type='password']::-moz-placeholder, .comment-form
  input[type='url']::-moz-placeholder,
  .search-form
  input[type='url']::-moz-placeholder,
  .post-password-form
  input[type='url']::-moz-placeholder, .comment-form
  input[type='date']::-moz-placeholder,
  .search-form
  input[type='date']::-moz-placeholder,
  .post-password-form
  input[type='date']::-moz-placeholder, .comment-form
  textarea::-moz-placeholder,
  .search-form
  textarea::-moz-placeholder,
  .post-password-form
  textarea::-moz-placeholder {
    opacity: 1;
    color: #ccc; }
  .comment-form input[type='text']:-moz-placeholder,
  .search-form input[type='text']:-moz-placeholder,
  .post-password-form input[type='text']:-moz-placeholder, .comment-form
  input[type='tel']:-moz-placeholder,
  .search-form
  input[type='tel']:-moz-placeholder,
  .post-password-form
  input[type='tel']:-moz-placeholder, .comment-form
  input[type='email']:-moz-placeholder,
  .search-form
  input[type='email']:-moz-placeholder,
  .post-password-form
  input[type='email']:-moz-placeholder, .comment-form
  input[type='search']:-moz-placeholder,
  .search-form
  input[type='search']:-moz-placeholder,
  .post-password-form
  input[type='search']:-moz-placeholder, .comment-form
  input[type='password']:-moz-placeholder,
  .search-form
  input[type='password']:-moz-placeholder,
  .post-password-form
  input[type='password']:-moz-placeholder, .comment-form
  input[type='url']:-moz-placeholder,
  .search-form
  input[type='url']:-moz-placeholder,
  .post-password-form
  input[type='url']:-moz-placeholder, .comment-form
  input[type='date']:-moz-placeholder,
  .search-form
  input[type='date']:-moz-placeholder,
  .post-password-form
  input[type='date']:-moz-placeholder, .comment-form
  textarea:-moz-placeholder,
  .search-form
  textarea:-moz-placeholder,
  .post-password-form
  textarea:-moz-placeholder {
    color: #ccc; }
  .comment-form input[type='text']:-ms-input-placeholder,
  .search-form input[type='text']:-ms-input-placeholder,
  .post-password-form input[type='text']:-ms-input-placeholder, .comment-form
  input[type='tel']:-ms-input-placeholder,
  .search-form
  input[type='tel']:-ms-input-placeholder,
  .post-password-form
  input[type='tel']:-ms-input-placeholder, .comment-form
  input[type='email']:-ms-input-placeholder,
  .search-form
  input[type='email']:-ms-input-placeholder,
  .post-password-form
  input[type='email']:-ms-input-placeholder, .comment-form
  input[type='search']:-ms-input-placeholder,
  .search-form
  input[type='search']:-ms-input-placeholder,
  .post-password-form
  input[type='search']:-ms-input-placeholder, .comment-form
  input[type='password']:-ms-input-placeholder,
  .search-form
  input[type='password']:-ms-input-placeholder,
  .post-password-form
  input[type='password']:-ms-input-placeholder, .comment-form
  input[type='url']:-ms-input-placeholder,
  .search-form
  input[type='url']:-ms-input-placeholder,
  .post-password-form
  input[type='url']:-ms-input-placeholder, .comment-form
  input[type='date']:-ms-input-placeholder,
  .search-form
  input[type='date']:-ms-input-placeholder,
  .post-password-form
  input[type='date']:-ms-input-placeholder, .comment-form
  textarea:-ms-input-placeholder,
  .search-form
  textarea:-ms-input-placeholder,
  .post-password-form
  textarea:-ms-input-placeholder {
    color: #ccc; }
  .comment-form input[type='text'].placeholder,
  .search-form input[type='text'].placeholder,
  .post-password-form input[type='text'].placeholder, .comment-form
  input[type='tel'].placeholder,
  .search-form
  input[type='tel'].placeholder,
  .post-password-form
  input[type='tel'].placeholder, .comment-form
  input[type='email'].placeholder,
  .search-form
  input[type='email'].placeholder,
  .post-password-form
  input[type='email'].placeholder, .comment-form
  input[type='search'].placeholder,
  .search-form
  input[type='search'].placeholder,
  .post-password-form
  input[type='search'].placeholder, .comment-form
  input[type='password'].placeholder,
  .search-form
  input[type='password'].placeholder,
  .post-password-form
  input[type='password'].placeholder, .comment-form
  input[type='url'].placeholder,
  .search-form
  input[type='url'].placeholder,
  .post-password-form
  input[type='url'].placeholder, .comment-form
  input[type='date'].placeholder,
  .search-form
  input[type='date'].placeholder,
  .post-password-form
  input[type='date'].placeholder, .comment-form
  textarea.placeholder,
  .search-form
  textarea.placeholder,
  .post-password-form
  textarea.placeholder {
    color: #ccc; }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  width: 300px; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  width: 300px; }

.search-form input {
  float: left;
  height: 2em; }
  .search-form input[type='search'] {
    margin: 0 4px 0 0;
    width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #000;
  color: #fff;
  height: 2.25em;
  border: none;
  padding: 0 .5em;
  font-style: italic;
  font-size: 16px; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    background: #000;
    color: #fff;
    padding: .4em;
    text-decoration: none;
    font-style: italic; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 50%;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-style: italic; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: .4em;
  margin-bottom: 1.2em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

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

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

h1, .h1 {
  line-height: 1.3; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 3.5rem; } }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 4.25rem; } }

h2, .h2 {
  line-height: 1.2; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 3rem; } }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 3.5rem; } }

h3, .h3 {
  line-height: 1.28; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 2.25rem; } }

h4, .h4 {
  font-family: "WorkSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 1.38rem; } }

h5, .h5 {
  font-weight: 700;
  padding-bottom: 7px;
  margin-bottom: 29px;
  position: relative; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 1.13rem; } }
  h5:after, .h5:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #000;
    width: 100%; }

@media (min-width: 768px) {
  h6, .h6 {
    font-size: 1.13rem; } }

a {
  transition: color 0.3s linear, background 0.3s linear, visibility 0.3s linear, opacity 0.3s linear; }
  a:hover {
    text-decoration: none; }

.btn {
  font: 700 18px/1.2 "WorkSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: 2px solid #000;
  text-align: center;
  display: inline-block;
  padding: 14px 12px;
  letter-spacing: 0.2px;
  color: #000;
  border-radius: 0;
  outline: none;
  transition: background 0.3s linear, color 0.3s linear;
  width: 100%; }
  @media (min-width: 768px) {
    .btn {
      min-width: 533px;
      max-width: 533px;
      padding: 22px 12px;
      width: auto; } }
  .btn:hover {
    background: #000;
    color: #fff; }

.link {
  display: block;
  padding-top: 10px;
  position: relative;
  font-family: "SpectralSC", "Times New Roman", "Georgia", serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  width: 270px; }
  @media (min-width: 768px) {
    .link {
      width: 367px; } }
  .link:after {
    content: '';
    background: #000;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .link:before {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #000;
    border-top: 6px solid transparent;
    position: absolute;
    top: -5px;
    right: -1px; }
  .link:hover {
    color: #ff7276; }

.more {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 700; }
  .more:hover {
    color: #ff7276; }
  .more .text {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .more .icon-arrow {
    font-size: 46px;
    line-height: 11px;
    display: inline-block;
    vertical-align: middle; }

.bg-text {
  font-style: italic;
  background: #000;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 18px 12px;
  font-size: 16px; }
  @media (min-width: 768px) {
    .bg-text {
      min-width: 485px; } }

.lead {
  line-height: 1.42; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

.styleguide {
  padding-top: 78px;
  padding-bottom: 50px; }
  .styleguide .logo {
    margin-bottom: 104px; }
  .styleguide .style-title {
    font: 30px/1.67 "WorkSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 101px;
    display: block; }
  .styleguide .color-options {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 84px;
    padding-bottom: 78px;
    border-bottom: 1px solid #4d4d4d; }
    .styleguide .color-options li {
      padding: 0 15px; }
      .styleguide .color-options li div {
        width: 168px;
        height: 159px;
        margin-bottom: 11px; }
  .styleguide .label {
    font-family: "WorkSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #666; }
  .styleguide .bg-white {
    border: 1px solid #000; }
  .styleguide .typography .hold {
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 45px;
    margin-bottom: 49px; }
    @media (min-width: 768px) {
      .styleguide .typography .hold {
        display: flex;
        flex-wrap: wrap; } }
  .styleguide .typography .label {
    margin-bottom: 25px;
    display: block; }
    @media (min-width: 768px) {
      .styleguide .typography .label {
        margin-right: 40px;
        margin-bottom: 0;
        width: 150px; } }
    @media (min-width: 992px) {
      .styleguide .typography .label {
        width: 300px;
        margin-right: 108px; } }
  .styleguide .typography .holder {
    flex: 1; }
  .styleguide .typography h4 + h4 {
    margin-top: 33px; }
  .styleguide .typography h5:after {
    width: 270px; }
  .styleguide .typography .gform_wrapper {
    margin-top: 57px;
    max-width: 576px; }
  .styleguide .typography .btn {
    min-width: 0;
    width: 100%; }
    @media (min-width: 992px) {
      .styleguide .typography .btn {
        min-width: 400px;
        width: auto; } }
    @media (min-width: 1200px) {
      .styleguide .typography .btn {
        min-width: 533px; } }

@media (min-width: 1200px) {
  .project-block .container {
    padding: 0 85px; } }

.project-block .h5:after {
  width: 100%; }

.project-block__img-holder {
  margin-bottom: 54px; }
  @media (min-width: 992px) {
    .project-block__img-holder {
      margin-left: -40px; } }
  .project-block__img-holder a:hover {
    opacity: 0.6; }

@media (min-width: 768px) {
  .project-block__desc {
    padding-left: 54px;
    font-size: 24px;
    line-height: 1.25; } }

.project-block__desc p {
  margin-bottom: 33px; }

.project-block h3 {
  margin-bottom: 39px; }
  .project-block h3 a {
    color: #000; }
    .project-block h3 a:hover {
      color: #ff7276; }

.project-block__project {
  margin-top: 11px; }
  @media (min-width: 768px) {
    .project-block__project {
      font-size: 20px; } }

.project-block .title {
  font: 700 15px/1.2 "WorkSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: block;
  margin-bottom: 14px; }

.project-block [class^='col-'] {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .project-block [class^='col-'] {
      margin-bottom: 140px; } }

.hero-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 480px; }
  @media (min-width: 768px) {
    .hero-section {
      min-height: 571px; } }
  .hero-section .container {
    position: relative;
    z-index: 0; }
  .hero-section .icon-holder {
    position: absolute;
    bottom: -100px;
    left: 10px;
    z-index: -1; }
    @media (min-width: 768px) {
      .hero-section .icon-holder {
        bottom: -160px;
        left: -37px; } }
    @media (min-width: 768px) {
      .hero-section .icon-holder img {
        width: 385px; } }
  .hero-section .logo {
    padding-top: 50px;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .hero-section .logo {
        padding-top: 84px; } }
  .hero-section__heading-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 35px; }
  .hero-section .sub {
    font: 700 15px/1.2 "WorkSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    display: block;
    margin-bottom: 14px; }
  .hero-section h1 {
    line-height: 1.15; }
    @media (min-width: 768px) {
      .hero-section h1 {
        min-height: 134px; } }

.content-section {
  padding-top: 40px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .content-section {
      padding-top: 79px;
      padding-bottom: 60px; } }
  .content-section .btn {
    min-width: 0;
    width: 100%;
    font-size: 15px;
    line-height: 1.67;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .content-section .btn {
        min-width: 400px;
        max-width: 400px;
        width: auto; } }
    @media (min-width: 992px) {
      .content-section .btn {
        min-width: 0;
        width: 100%; } }
  .content-section__page-lead {
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .content-section__page-lead {
        padding-right: 36px;
        margin-bottom: 121px; } }
    .content-section__page-lead p {
      margin-bottom: 34px; }
    .content-section__page-lead .more {
      margin-top: 20px; }

@media (min-width: 992px) {
  .post-area {
    padding-right: 36px; } }

.post-area .h5 {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .post-area .h5 {
      margin-bottom: 54px; } }

.post-area .img-holder {
  margin-bottom: 28px; }
  .post-area .img-holder a:hover {
    opacity: 0.6; }

.post-area h3 {
  line-height: 1.19;
  margin-bottom: 19px; }
  .post-area h3 a {
    color: #000; }
    .post-area h3 a:hover {
      color: #ff7276; }

.post-area [class^='col-'] {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .post-area [class^='col-'] {
      margin-bottom: 65px; } }

.video-area {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .video-area {
      margin-bottom: 118px; } }
  @media (min-width: 992px) {
    .video-area {
      padding-right: 36px; } }
  .video-area .h5 {
    margin-bottom: 57px; }
  .video-area [class^='col-'] {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .video-area [class^='col-'] {
        margin-bottom: 78px; } }
    .video-area [class^='col-'] .play-button .icon-play {
      font-size: 23px; }

.video-holder {
  position: relative;
  padding-top: 56.2%; }
  .video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }
  .video-holder .bg-stretch {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .video-holder .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    .video-holder .play-button .icon-play {
      color: #fff;
      font-size: 23px;
      line-height: 1; }
      @media (min-width: 768px) {
        .video-holder .play-button .icon-play {
          font-size: 50px; } }
  .video-holder.video-active .bg-stretch,
  .video-holder.video-active .play-button {
    display: none; }

.news-block {
  padding: 70px 0 60px; }
  @media (min-width: 768px) {
    .news-block {
      padding: 124px 0 109px; } }
  .news-block.news-add {
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      .news-block.news-add {
        padding-bottom: 98px; } }
    @media (min-width: 768px) {
      .news-block.news-add .row {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .news-block.news-add h1 {
        margin-bottom: 106px; } }
    .news-block.news-add [class^='col-'] + [class^='col-'] {
      padding-top: 42px; }
      @media (min-width: 768px) {
        .news-block.news-add [class^='col-'] + [class^='col-'] {
          padding-top: 0; } }
      .news-block.news-add [class^='col-'] + [class^='col-']:before {
        content: '';
        height: 1px;
        background: #000;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px; }
        @media (min-width: 768px) {
          .news-block.news-add [class^='col-'] + [class^='col-']:before {
            display: none; } }
  .news-block h1 {
    letter-spacing: -1px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .news-block h1 {
        margin-bottom: 79px; } }
    .news-block h1 a {
      text-decoration: underline;
      color: #000;
      transition: .2s ease all; }
      .news-block h1 a:hover {
        color: #ff7276; }
      .news-block h1 a.active {
        color: #ff7276; }
  @media (min-width: 768px) {
    .news-block .row {
      margin-bottom: 82px; } }
  .news-block [class^='col-'] {
    line-height: 1.44;
    margin-bottom: 36px; }
    @media (min-width: 768px) {
      .news-block [class^='col-'] {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .news-block__head-area {
      min-height: 115px; } }
  .news-block__h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .news-block__h2 {
        font-size: 28px; } }
    .news-block__h2 a {
      color: #000; }
      .news-block__h2 a:hover {
        color: #ff7276; }
  .news-block time {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px; }
  .news-block__label {
    display: block;
    margin-bottom: 26px; }
  @media (min-width: 768px) {
    .news-block p {
      margin-bottom: 37px; } }
  @media (min-width: 768px) {
    .news-block .btn-wrap {
      padding-right: 22px; } }
  @media (min-width: 768px) {
    .news-block .grid-sizer + .holder + .holder {
      margin-top: 0;
      padding-top: 0; }
      .news-block .grid-sizer + .holder + .holder:before {
        display: none; } }
  .news-block .holder {
    position: relative; }
    @media (min-width: 1200px) {
      .news-block .holder {
        padding-right: 35px; } }
    .news-block .holder + .holder {
      padding-top: 42px;
      margin-top: 42px; }
      @media (min-width: 768px) {
        .news-block .holder + .holder {
          padding-top: 86px;
          margin-top: 42px; } }
      .news-block .holder + .holder:before {
        content: '';
        height: 1px;
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
        @media (min-width: 992px) {
          .news-block .holder + .holder:before {
            right: 56px; } }
    .news-block .holder .btn {
      min-width: 0;
      width: 100%;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .news-block .holder .btn {
          margin-bottom: 31px; } }
  .news-block__yellow-label {
    display: inline-block;
    vertical-align: top;
    background: #fee638;
    font: 700 14px/1.2 "WorkSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: uppercase;
    margin-bottom: 37px;
    padding: 14px 20px; }
  .news-block__img-holder {
    margin-bottom: 32px; }
    .news-block__img-holder a:hover {
      opacity: 0.6; }

.news-item {
  padding-top: 59px;
  padding-bottom: 46px; }
  .news-item .h2 {
    margin-bottom: 21px; }
  .news-item time, .news-item__label {
    font-size: 20px;
    line-height: 1.43;
    display: block; }
    @media (min-width: 768px) {
      .news-item time, .news-item__label {
        font-size: 28px; } }
  .news-item__head-wrap {
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .news-item__head-wrap {
        margin-bottom: 91px; } }
  .news-item .lead {
    margin-bottom: 45px; }
    @media (min-width: 768px) {
      .news-item .lead {
        margin-bottom: 83px; } }
    .news-item .lead a {
      color: #ff7276; }
  .news-item .video-holder {
    margin-bottom: 57px; }
  .news-item .gform_wrapper .gfield_label {
    margin-left: 0; }
  .news-item .gform_wrapper .ginput_complex label {
    font-size: 14px; }
  .news-item .gform_wrapper .ginput_container input {
    background-color: transparent; }
  .news-item .gform_button {
    width: auto; }

.item-row {
  padding-bottom: 46px; }
  @media (min-width: 768px) {
    .item-row {
      padding-bottom: 91px; } }
  .item-row .item-holder {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .item-row .item-holder {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-bottom: 79px; } }
    .item-row .item-holder__img-holder {
      margin-bottom: 30px;
      text-align: center; }
      @media (min-width: 768px) {
        .item-row .item-holder__img-holder {
          width: 273px;
          margin-right: 42px;
          margin-bottom: 0; } }
      @media (min-width: 992px) {
        .item-row .item-holder__img-holder {
          margin-right: 77px; } }
    .item-row .item-holder__desc {
      flex: 1;
      padding-top: 5px; }
    .item-row .item-holder .lead {
      margin-bottom: 15px; }

.case-studies {
  background: #87a3bb;
  padding-top: 52px;
  padding-bottom: 56px; }
  @media (min-width: 768px) {
    .case-studies {
      padding-top: 104px;
      padding-bottom: 112px; } }
  .case-studies .holder {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .case-studies .holder {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 50px; } }
  .case-studies a {
    color: #fee638; }
    .case-studies a.btn, .case-studies a.more {
      color: black; }
  .case-studies h1 {
    margin-bottom: 50px; }
  .case-studies__img-holder {
    width: 287px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .case-studies__img-holder {
        margin-right: 20px;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .case-studies__img-holder {
        margin-right: 57px; } }
  .case-studies__desc {
    flex: 1;
    font-size: 14px;
    line-height: 1.29; }
    @media (min-width: 992px) {
      .case-studies__desc {
        font-size: 16px;
        line-height: 1.63; } }
    .case-studies__desc p {
      margin-bottom: 25px; }
  .case-studies__title {
    font-size: 24px;
    display: block;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .case-studies__title {
        margin-bottom: 10px; } }
  .case-studies .btn {
    width: 100%; }
    @media (min-width: 768px) {
      .case-studies .btn {
        width: auto;
        max-width: 500px;
        min-width: 432px; } }

.lecture {
  padding-top: 65px;
  padding-bottom: 75px; }
  @media (min-width: 768px) {
    .lecture {
      margin-bottom: 42px; } }
  .lecture h1 {
    margin-bottom: 50px; }
  .lecture .video-holder {
    margin-bottom: 30px; }
  .lecture__head-area {
    margin-bottom: 54px; }
    @media (min-width: 768px) {
      .lecture__head-area {
        margin-bottom: 108px; } }
  .lecture__h2 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 9px; }
    .lecture__h2 a {
      color: #000; }
      .lecture__h2 a:hover {
        color: #ff7276; }
  .lecture time {
    font-size: 15px;
    display: block;
    font-weight: 700;
    margin-bottom: 20px; }

.two-cols {
  background: #fff; }
  .two-cols .holder {
    margin: 0 -15px; }
    @media (min-width: 768px) {
      .two-cols .holder {
        display: flex;
        flex-wrap: wrap;
        margin: 0; } }
    @media (min-width: 992px) {
      .two-cols .holder {
        margin: 0 -100px; } }
  .two-cols .column {
    padding: 50px 25px;
    position: relative;
    z-index: 0; }
    @media (min-width: 768px) {
      .two-cols .column {
        width: 50%;
        padding: 50px 25px 170px; } }
    @media (min-width: 992px) {
      .two-cols .column {
        padding: 121px 100px 248px; } }
    .two-cols .column.bg-yellow:before {
      content: '';
      background: #fee638;
      position: absolute;
      top: 0;
      left: -9999px;
      right: -9999px;
      bottom: 0;
      z-index: -1; }
      @media (min-width: 768px) {
        .two-cols .column.bg-yellow:before {
          left: 50%; } }
  .two-cols .top-holder {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .two-cols .top-holder {
        margin-bottom: 0; } }
  .two-cols h1 {
    letter-spacing: -1.5px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .two-cols h1 {
        margin-bottom: 62px; } }
  .two-cols h2 a {
    color: #000; }
    .two-cols h2 a:hover {
      color: #ff7276; }
  .two-cols .h3 {
    line-height: 1.22;
    margin-bottom: 15px; }
  .two-cols .h4 {
    font: 28px/1.22 "Spectral", "Times New Roman", "Georgia", serif;
    margin-bottom: 13px; }
  .two-cols time {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.75px;
    margin-bottom: 29px;
    display: block; }
  .two-cols .btn {
    min-width: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .two-cols .btn {
        position: absolute;
        bottom: 50px;
        left: 25px;
        width: auto;
        min-width: 275px;
        max-width: 275px; } }
    @media (min-width: 992px) {
      .two-cols .btn {
        min-width: 325px;
        max-width: 402px;
        bottom: 100px;
        left: 100px; } }
    @media (min-width: 1200px) {
      .two-cols .btn {
        min-width: 402px;
        max-width: 402px; } }

.isotope-grid {
  width: 100%; }

.grid-sizer,
.grid-item {
  width: 100%;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .grid-sizer,
    .grid-item {
      width: 50%; } }

@font-face {
  font-family: 'Spectral';
  src: url("fonts/Spectral-Regular.woff2") format("woff2"), url("fonts/Spectral-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Spectral';
  src: url("fonts/Spectral-Italic.woff2") format("woff2"), url("fonts/Spectral-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Spectral';
  src: url("fonts/Spectral-Bold.woff2") format("woff2"), url("fonts/Spectral-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'SpectralSC';
  src: url("fonts/SpectralSC-Bold.woff2") format("woff2"), url("fonts/SpectralSC-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'WorkSans';
  src: url("fonts/WorkSans-Regular.woff2") format("woff2"), url("fonts/WorkSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'WorkSans';
  src: url("fonts/WorkSans-Bold.woff2") format("woff2"), url("fonts/WorkSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-play:before {
  content: "\e904"; }

.icon-arrow:before {
  content: "\e900"; }

.icon-caret:before {
  content: "\e901"; }

.icon-close:before {
  content: "\e902"; }

.icon-instagram:before {
  content: "\e903"; }

#header {
  padding: 10px 0;
  font-family: "Spectral", "Times New Roman", "Georgia", serif;
  background: #000;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    #header {
      text-align: left;
      padding: 0; } }
  @media (min-width: 992px) {
    #header {
      text-align: center; } }
  #header .container {
    position: relative; }
  #header .announcement {
    display: block;
    font-size: 14px; }
    @media (min-width: 768px) {
      #header .announcement {
        padding: 0 230px 0 0;
        font-size: 16px; } }
    @media (min-width: 992px) {
      #header .announcement {
        padding: 0 230px 0 178px; } }
  @media (max-width: 767px) {
    #header .bg-text {
      padding: 0;
      font-size: 14px; } }
  @media (min-width: 768px) {
    #header .more {
      padding: 17px 0;
      position: absolute;
      top: 0;
      right: 15px; } }
  #header .more a {
    display: inline-block; }
  #header a {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-right: 60px;
    font-size: 12px; }
    @media (min-width: 768px) {
      #header a {
        font-size: 14px;
        padding-right: 120px; } }
    #header a:hover {
      color: #ff7276; }
    #header a:after {
      content: '';
      width: 50px;
      height: 2px;
      background: #fff;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
      @media (min-width: 768px) {
        #header a:after {
          width: 108px; } }
    #header a:before {
      content: '';
      height: 0;
      width: 0;
      border-bottom: 5px solid transparent;
      border-left: 9px solid #fff;
      border-top: 5px solid transparent;
      position: absolute;
      top: 50%;
      right: -3px;
      transform: translateY(-50%); }

#nav .nav-opener {
  position: fixed;
  top: 240px;
  right: 5px;
  font-size: 15px;
  font-family: "WorkSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  transform: rotate(90deg);
  letter-spacing: 1px;
  z-index: 9; }
  @media (min-width: 768px) {
    #nav .nav-opener {
      top: 436px;
      right: 14px; } }
  #nav .nav-opener:hover {
    color: #ff7276; }

#nav .nav-close.nav-opener {
  color: #fff;
  position: absolute;
  top: 24px;
  right: 32px; }
  #nav .nav-close.nav-opener .icon-close {
    font-size: 24px;
    line-height: 1; }
  #nav .nav-close.nav-opener:hover {
    color: #ff7276; }

.nav-drop {
  width: 100%;
  height: 100vh;
  background: #003a5d;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 99;
  padding: 100px 20px 40px 50px;
  transition: right 0.3s linear;
  overflow-y: auto; }
  @media (min-width: 768px) {
    .nav-drop {
      padding: 125px 140px 40px; } }
  @media (min-width: 992px) {
    .nav-drop {
      width: 955px;
      right: -955px; } }
  .nav-active .nav-drop {
    right: 0; }
  .nav-drop__text {
    font-family: "WorkSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    transform: rotate(90deg);
    position: absolute;
    top: 185px;
    left: 0;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .nav-drop__text {
        top: 375px; } }
  .nav-drop > ul > li {
    font-size: 24px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .nav-drop > ul > li {
        font-size: 39px; } }
    .nav-drop > ul > li.has-drop-down .opener {
      display: inline-block; }
    .nav-drop > ul > li > a {
      color: #ff7276; }
      .nav-drop > ul > li > a:hover {
        color: #fff; }
    .nav-drop > ul > li .opener {
      display: none; }
    .nav-drop > ul > li .icon-caret {
      font-size: 14px;
      line-height: 1;
      margin-left: 8px; }
      @media (min-width: 768px) {
        .nav-drop > ul > li .icon-caret {
          font-size: 22px; } }
  .nav-drop__slide ul {
    padding: 27px 0 7px 20px; }
    @media (min-width: 768px) {
      .nav-drop__slide ul {
        padding: 27px 0 7px 64px; } }
    .nav-drop__slide ul > li {
      font-size: 18px;
      margin-bottom: 16px; }
      @media (min-width: 768px) {
        .nav-drop__slide ul > li {
          font-size: 30px;
          margin-bottom: 26px; } }
      .nav-drop__slide ul > li > a {
        color: #fff; }
        .nav-drop__slide ul > li > a:hover {
          color: #ff7276; }

body {
  min-width: 320px; }
  body.nav-active {
    overflow: hidden; }

#wrapper {
  overflow: hidden;
  position: relative; }

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  outline: none; }

.content {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (min-width: 768px) {
    .content {
      padding-top: 95px;
      padding-bottom: 90px; } }
  @media (min-width: 768px) {
    .content.pages {
      padding-bottom: 82px; } }
  @media (min-width: 768px) {
    .content.pages .logo {
      margin-bottom: 137px; } }
  .content h1 {
    margin-bottom: 95px; }
    @media (min-width: 768px) {
      .content h1 {
        max-width: 962px;
        margin-bottom: 107px; } }
    .content h1 a {
      color: #000;
      text-decoration: underline; }
      .content h1 a:hover {
        font-style: italic; }
  .content .h3 {
    max-width: 906px;
    margin-left: auto;
    margin-bottom: 46px; }
    @media (min-width: 768px) {
      .content .h3 {
        padding-right: 180px; } }
  .content h5:after {
    min-width: 269px; }
  .content .head-group {
    padding-top: 17px; }
    .content .head-group h1 {
      margin-bottom: 45px; }
      @media (min-width: 768px) {
        .content .head-group h1 {
          margin-bottom: 89px; } }

.logo {
  margin-bottom: 84px; }
  @media (min-width: 768px) {
    .logo {
      margin-bottom: 312px; } }
  @media (min-width: 768px) {
    .logo img {
      width: 302px; } }

.intro-block {
  position: relative; }
  .intro-block .img-holder {
    position: absolute;
    top: -130px;
    right: 0;
    z-index: -1;
    width: 200px; }
    @media (min-width: 768px) {
      .intro-block .img-holder {
        top: -309px;
        right: 38px;
        width: 400px; } }
    .intro-block .img-holder .col {
      margin: 0 -4px -7px;
      opacity: 0;
      visibility: hidden;
      transition: transform 0.5s ease, opacity 0.7s ease, visibility 0.7s ease;
      max-width: 108px;
      width: 25%;
      float: left;
      display: block; }
    .intro-block .img-holder .top .col.left {
      transform: translate(-50%, -150%);
      transition: transform 0.5s ease, opacity 0.7s ease 0.7s, visibility 0.7s ease 0.7s; }
      .intro-block .img-holder .top .col.left.center {
        transform: translate(-25%, -150%);
        transition: transform 0.5s ease, opacity 0.7s ease 1s, visibility 0.7s ease 1s; }
    .intro-block .img-holder .top .col.right {
      transform: translate(50%, -150%);
      transition: transform 0.5s ease, opacity 0.7s ease 1.4s, visibility 0.7s ease 1.4s; }
      .intro-block .img-holder .top .col.right.center {
        transform: translate(25%, -150%);
        transition: transform 0.5s ease, opacity 0.7s ease 0.8s, visibility 0.7s ease 0.8s; }
    .intro-block .img-holder .top-second .col.left {
      transform: translate(-50%, -100%);
      transition: transform 0.5s ease, opacity 0.7s ease 0.7s, visibility 0.7s ease 0.7s; }
      .intro-block .img-holder .top-second .col.left.center {
        transform: translate(-25%, -100%);
        transition: transform 0.5s ease, opacity 0.7s ease 1.4s, visibility 0.7s ease 1.4s; }
    .intro-block .img-holder .top-second .col.right {
      transform: translate(50%, -100%);
      transition: transform 0.5s ease, opacity 0.7s ease 2s, visibility 0.7s ease 2s; }
      .intro-block .img-holder .top-second .col.right.center {
        transform: translate(25%, -100%);
        transition: transform 0.5s ease, opacity 0.7s ease 0.3s, visibility 0.7s ease 0.3s; }
    .intro-block .img-holder .center-top .col.left {
      transform: translate(-100%, -25%);
      transition: transform 0.5s ease, opacity 0.7s ease 1.8s, visibility 0.7s ease 1.8s; }
      .intro-block .img-holder .center-top .col.left.center {
        transform: translate(-25%, -25%);
        transition: transform 0.5s ease, opacity 0.7s ease 1s, visibility 0.7s ease 1s; }
    .intro-block .img-holder .center-top .col.right {
      transform: translate(100%, -25%);
      transition: transform 0.5s ease, opacity 0.7s ease 0.5s, visibility 0.7s ease 0.5s; }
      .intro-block .img-holder .center-top .col.right.center {
        transform: translate(25%, -25%);
        transition: transform 0.5s ease, opacity 0.7s ease 1.3s, visibility 0.7s ease 1.3s; }
    .intro-block .img-holder .center-bottom .col.left {
      transform: translate(-100%, 25%);
      transition: transform 0.5s ease, opacity 0.7s ease 1s, visibility 0.7s ease 1s; }
      .intro-block .img-holder .center-bottom .col.left.center {
        transform: translate(-25%, 25%);
        transition: transform 0.5s ease, opacity 0.7s ease 0.3s, visibility 0.7s ease 0.3s; }
    .intro-block .img-holder .center-bottom .col.right {
      transform: translate(100%, 25%);
      transition: transform 0.5s ease, opacity 0.7s ease 1.4s, visibility 0.7s ease 2s; }
      .intro-block .img-holder .center-bottom .col.right.center {
        transform: translate(25%, 25%);
        transition: transform 0.5s ease, opacity 0.7s ease 1.4s, visibility 0.7s ease 1.2s; }
    .intro-block .img-holder .bottom-second .col.left {
      transform: translate(-50%, 100%);
      transition: transform 0.5s ease, opacity 0.7s ease 0.7s, visibility 0.7s ease 0.7s; }
      .intro-block .img-holder .bottom-second .col.left.center {
        transform: translate(-25%, 100%);
        transition: transform 0.5s ease, opacity 0.7s ease 0.8s, visibility 0.7s ease 0.7s; }
    .intro-block .img-holder .bottom-second .col.right {
      transform: translate(50%, 100%);
      transition: transform 0.5s ease, opacity 0.7s ease 0.5s, visibility 0.7s ease 0.5s; }
      .intro-block .img-holder .bottom-second .col.right.center {
        transform: translate(25%, 100%);
        transition: transform 0.5s ease, opacity 0.5s ease 1.6s, visibility 0.7s ease 1.6s; }
    .intro-block .img-holder .bottom .col.left {
      transform: translate(-50%, 150%); }
      .intro-block .img-holder .bottom .col.left.center {
        transform: translate(-25%, 150%); }
    .intro-block .img-holder .bottom .col.right {
      transform: translate(50%, 150%); }
      .intro-block .img-holder .bottom .col.right.center {
        transform: translate(25%, 150%); }
    .intro-block .img-holder img {
      max-width: none;
      width: 100%;
      min-width: 100%; }
      .intro-block .img-holder img.rotate {
        transform: rotate(-90deg); }
  .intro-block.animate-letter .img-holder .img-parallax {
    will-change: transform;
    transition: transform 0.01s; }
    .intro-block.animate-letter .img-holder .img-parallax .row .col {
      transform: translate(0, 0);
      transition: transform 0.5s ease, opacity 0s ease 0s, visibility 0s ease 0s; }
  .intro-block.animate-fade .img-holder .img-parallax .row .col {
    opacity: 1;
    visibility: visible; }

.focus-area {
  margin-left: auto;
  margin-bottom: 165px;
  margin-top: 120px; }
  @media (min-width: 768px) {
    .focus-area {
      max-width: 290px;
      margin-bottom: 55px; } }
  @media (min-width: 992px) {
    .focus-area {
      max-width: 451px; } }
  @media (min-width: 1200px) {
    .focus-area {
      padding-right: 157px;
      margin-top: 240px;
      margin-bottom: 182px; } }
  .focus-area h5 {
    margin-bottom: 30px; }
    .focus-area h5:after {
      width: 270px; }
  .focus-area ul {
    font-family: "WorkSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .focus-area ul {
        font-size: 22px; } }
    .focus-area ul li {
      margin-bottom: 16px;
      position: relative; }
      @media (min-width: 768px) {
        .focus-area ul li {
          margin-bottom: 34px; } }
    .focus-area ul a {
      color: #000; }
      @media (min-width: 768px) {
        .focus-area ul a:hover .image-holder {
          display: block; } }
  .focus-area .image-holder {
    display: none;
    width: 153px;
    position: absolute;
    top: 50%;
    left: -195px;
    transform: translateY(-50%); }

.focus-block {
  position: relative; }
  .focus-block.in-viewport .img-holder img {
    opacity: 1; }
  .focus-block .img-holder {
    position: absolute;
    top: 150px;
    left: 0;
    z-index: -1;
    width: 280px;
    height: 279px; }
    @media (min-width: 768px) {
      .focus-block .img-holder {
        top: 123px;
        width: 670px;
        height: 667px; } }
    .focus-block .img-holder img {
      position: absolute;
      opacity: 0;
      transition: opacity 0.1s linear; }
    .focus-block .img-holder .fade-in-1 {
      top: 0;
      left: 0;
      transition-delay: 0s; }
      @media (min-width: 768px) {
        .focus-block .img-holder .fade-in-1 {
          width: 222px; } }
    .focus-block .img-holder .fade-in-2 {
      top: 0;
      right: 0;
      transition-delay: 0.2s; }
      @media (min-width: 768px) {
        .focus-block .img-holder .fade-in-2 {
          width: 222px; } }
    .focus-block .img-holder .fade-in-3 {
      left: 0;
      top: 93px;
      transition-delay: 0.4s; }
      @media (min-width: 768px) {
        .focus-block .img-holder .fade-in-3 {
          width: 222px;
          top: 222px; } }
    .focus-block .img-holder .fade-in-4 {
      right: 0;
      top: 93px;
      transition-delay: 0.6s; }
      @media (min-width: 768px) {
        .focus-block .img-holder .fade-in-4 {
          width: 222px;
          top: 222px; } }
    .focus-block .img-holder .fade-in-5 {
      left: 93px;
      bottom: 0;
      transition-delay: 0.8s; }
      @media (min-width: 768px) {
        .focus-block .img-holder .fade-in-5 {
          width: 222px;
          left: 222px; } }

.contact-block {
  max-width: 580px;
  position: relative;
  margin-bottom: 75px; }
  @media (min-width: 992px) {
    .contact-block {
      margin-bottom: 158px; } }
  .contact-block h2 {
    margin-bottom: 37px; }
  .contact-block.in-viewport .img-holder img {
    opacity: 1; }
  .contact-block .img-holder {
    position: absolute;
    top: -130px;
    left: 0;
    z-index: -1;
    width: 277px;
    height: 277px; }
    @media (min-width: 768px) {
      .contact-block .img-holder {
        top: -280px;
        width: 410px;
        height: 406px; } }
    @media (min-width: 1200px) {
      .contact-block .img-holder {
        left: 75px; } }
    .contact-block .img-holder img {
      position: absolute;
      opacity: 0;
      transition: opacity 0.1s linear; }
    .contact-block .img-holder .fade-in-1 {
      top: 0;
      left: 0;
      transition-delay: 0s; }
      @media (min-width: 768px) {
        .contact-block .img-holder .fade-in-1 {
          width: 204px; } }
    .contact-block .img-holder .fade-in-2 {
      top: 0;
      right: 0;
      transition-delay: 0.2s; }
      @media (min-width: 768px) {
        .contact-block .img-holder .fade-in-2 {
          width: 191px; } }
    .contact-block .img-holder .fade-in-3 {
      left: 0;
      bottom: 0;
      transition-delay: 0.4s; }
      @media (min-width: 768px) {
        .contact-block .img-holder .fade-in-3 {
          width: 204px; } }
    .contact-block .img-holder .fade-in-4 {
      right: 0;
      bottom: 0;
      transition-delay: 0.6s; }
      @media (min-width: 768px) {
        .contact-block .img-holder .fade-in-4 {
          width: 207px; } }

.content-block {
  position: relative; }
  @media (min-width: 768px) {
    .content-block {
      padding-bottom: 182px; } }
  .content-block .h3 {
    max-width: 1010px; }
    @media (min-width: 768px) {
      .content-block .h3 {
        padding-right: 125px; } }
  .content-block.in-viewport .img-holder img {
    opacity: 1; }
  .content-block .img-holder {
    position: absolute;
    top: 42%;
    right: -10px;
    z-index: -1;
    transform: translateY(-50%);
    width: 300px;
    height: 296px; }
    @media (min-width: 768px) {
      .content-block .img-holder {
        top: -40%;
        right: -94px;
        width: 856px;
        height: 845px; } }
    .content-block .img-holder img {
      position: absolute;
      opacity: 0;
      transition: opacity 0.1s linear; }
    .content-block .img-holder .fade-in-1 {
      top: 0;
      left: 8px;
      transition-delay: 0s; }
      @media (min-width: 768px) {
        .content-block .img-holder .fade-in-1 {
          width: 197px;
          left: 10px; } }
    .content-block .img-holder .fade-in-2 {
      top: 74px;
      left: 0;
      transition-delay: 0.2s; }
      @media (min-width: 768px) {
        .content-block .img-holder .fade-in-2 {
          width: 215px;
          top: 212px; } }
    .content-block .img-holder .fade-in-3 {
      top: 74px;
      right: 0;
      transition-delay: 0.4s; }
      @media (min-width: 768px) {
        .content-block .img-holder .fade-in-3 {
          width: 216px;
          top: 212px; } }
    .content-block .img-holder .fade-in-4 {
      left: 75px;
      top: 150px;
      transition-delay: 0.6s; }
      @media (min-width: 768px) {
        .content-block .img-holder .fade-in-4 {
          width: 215px;
          left: 215px;
          top: 430px; } }
    .content-block .img-holder .fade-in-5 {
      left: 151px;
      top: 150px;
      transition-delay: 0.8s; }
      @media (min-width: 768px) {
        .content-block .img-holder .fade-in-5 {
          width: 215px;
          top: 430px;
          left: 426px; } }
    .content-block .img-holder .fade-in-6 {
      right: 0;
      top: 150px;
      transition-delay: 1s; }
      @media (min-width: 768px) {
        .content-block .img-holder .fade-in-6 {
          width: 216px;
          top: 430px; } }
    .content-block .img-holder .fade-in-7 {
      left: 151px;
      bottom: 6px;
      transition-delay: 1.2s; }
      @media (min-width: 768px) {
        .content-block .img-holder .fade-in-7 {
          width: 215px;
          left: 430px;
          bottom: 15px; } }

.partner-section {
  padding-top: 150px;
  padding-bottom: 80px; }
  @media (min-width: 768px) {
    .partner-section {
      padding-top: 385px;
      padding-bottom: 208px; } }
  .partner-section .container {
    position: relative; }
    @media (min-width: 1200px) {
      .partner-section .container {
        max-width: 925px; } }
  .partner-section .h3 {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .partner-section .h3 {
        padding-right: 110px;
        margin-bottom: 76px; } }
  .partner-section.in-viewport .img-holder img {
    opacity: 1; }
  .partner-section .img-holder {
    position: absolute;
    top: -50px;
    left: 10px;
    z-index: -1;
    width: 205px;
    height: 205px; }
    @media (min-width: 768px) {
      .partner-section .img-holder {
        top: -150px;
        width: 407px;
        height: 407px; } }
    @media (min-width: 992px) {
      .partner-section .img-holder {
        top: -186px;
        left: -108px; } }
    .partner-section .img-holder img {
      position: absolute;
      opacity: 0;
      transition: opacity 0.1s linear; }
    .partner-section .img-holder .fade-in-1 {
      top: 0;
      left: 0;
      transition-delay: 0s; }
      @media (min-width: 768px) {
        .partner-section .img-holder .fade-in-1 {
          width: 172px; } }
    .partner-section .img-holder .fade-in-2 {
      top: 0;
      right: 0;
      transition-delay: 0.2s; }
      @media (min-width: 768px) {
        .partner-section .img-holder .fade-in-2 {
          width: 204px; } }
    .partner-section .img-holder .fade-in-3 {
      left: 0;
      bottom: 0;
      transition-delay: 0.4s; }
      @media (min-width: 768px) {
        .partner-section .img-holder .fade-in-3 {
          width: 204px; } }
    .partner-section .img-holder .fade-in-4 {
      right: 0;
      bottom: 0;
      transition-delay: 0.6s; }
      @media (min-width: 768px) {
        .partner-section .img-holder .fade-in-4 {
          width: 203px; } }

.partner-holder {
  padding-bottom: 80px; }
  @media (min-width: 768px) {
    .partner-holder {
      padding-bottom: 141px; } }
  .partner-holder h5 {
    max-width: 271px;
    margin-bottom: 38px; }

.btn-wrap {
  text-align: center; }

.modal-content {
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.2);
  padding: 50px 15px; }
  @media (min-width: 768px) {
    .modal-content {
      padding: 80px 100px 80px 71px; } }
  .modal-content h3,
  .modal-content h5 {
    position: relative; }
    .modal-content h3:after,
    .modal-content h5:after {
      width: 100%;
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      background: #000;
      width: 100%; }
  .modal-content .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px; }
    @media (min-width: 768px) {
      .modal-content .close {
        top: 35px;
        right: 29px; } }
    .modal-content .close span {
      display: block; }
      .modal-content .close span:before, .modal-content .close span:after {
        content: '';
        position: absolute;
        top: 9px;
        left: -5px;
        height: 1px;
        width: 30px;
        background: #000;
        transform: rotate(45deg); }
      .modal-content .close span:after {
        transform: rotate(-45deg); }

.gform_title {
  margin-bottom: 63px;
  font-size: 1.13rem;
  padding-bottom: 7px;
  font-weight: bold; }

.gform_button {
  border: none;
  font-family: "Spectral", "Times New Roman", "Georgia", serif;
  font-style: italic;
  background: #000;
  color: #fff;
  width: 90px;
  padding: 10px 15px;
  transition: background 0.3s linear; }
  .gform_button:hover {
    background: #343a40; }

.gfield {
  position: relative;
  margin-bottom: 38px;
  font-size: 16px; }
  .gfield_label {
    font-family: "Spectral", "Times New Roman", "Georgia", serif;
    font-style: italic;
    margin-left: 10px;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .gfield_label {
        margin-left: 21px; } }
  .gfield.form-group .gfield_label {
    transition: transform 0.2s linear;
    position: absolute;
    top: 1px;
    left: 0; }
  .gfield.input-active .gfield_label {
    transform: translateY(-22px); }

.ginput_container input {
  width: 100%;
  border: solid #000;
  border-width: 0 0 1px;
  padding: 4px 10px; }
  @media (min-width: 768px) {
    .ginput_container input {
      padding: 4px 21px; } }

.ginput_container input,
.ginput_container textarea {
  font-family: "Spectral", "Times New Roman", "Georgia", serif; }

.textarea {
  width: 100%;
  height: 225px;
  resize: none;
  padding: 10px 21px;
  border: 1px solid #000; }

.gform_message {
  font-size: 16px;
  line-height: 1.56;
  display: none; }

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

#footer {
  background: #003556;
  color: #fff;
  padding: 50px 0; }
  #footer .contacts {
    font: 15px/1.57 "WorkSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (min-width: 992px) {
      #footer .contacts {
        padding-top: 45px; } }
    @media (min-width: 1200px) {
      #footer .contacts {
        padding-left: 50px; } }
    #footer .contacts a {
      color: #fff; }
      #footer .contacts a:hover {
        color: #ff7276; }
    #footer .contacts address {
      margin-bottom: -2px; }
    #footer .contacts .hours {
      display: block;
      margin-bottom: 10px; }
    #footer .contacts .tel {
      margin-bottom: 11px; }
    #footer .contacts .mail {
      margin-bottom: 14px;
      font-weight: 700; }
  #footer .social-networks li {
    font-size: 19px;
    line-height: 1; }
  #footer .social-networks a:hover {
    color: #ff7276; }

.footer-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .footer-logo {
      margin-bottom: 45px; } }
  @media (min-width: 992px) {
    .footer-logo {
      justify-content: flex-start;
      margin-bottom: 0; } }
  .footer-logo .logo {
    width: 80px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .footer-logo .logo {
        margin-right: 25px; } }
    @media (min-width: 992px) {
      .footer-logo .logo {
        margin-right: 49px;
        width: 136px; } }
  .footer-logo .logo-text {
    display: none; }
    @media (min-width: 768px) {
      .footer-logo .logo-text {
        display: block; } }
    @media (min-width: 992px) {
      .footer-logo .logo-text {
        flex: 1; } }

.footer-link {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .footer-link {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .footer-link {
      padding-top: 42px; } }
  @media (min-width: 1200px) {
    .footer-link {
      padding-left: 9px; } }
  .footer-link li {
    margin-bottom: 16px; }
  .footer-link a {
    color: #ff7276; }
    .footer-link a:hover {
      color: #fff; }

.nav-drop ul li.current-menu-item > a {
  color: #fff; }

.footer-link li.current-menu-item a {
  color: #fff; }

.logged-in.admin-bar #nav .nav-close.nav-opener {
  top: 56px; }

.head-group .h2 a {
  color: #000;
  text-decoration: underline;
  transition: .2s ease all; }
  @media (min-width: 992px) {
    .head-group .h2 a:hover {
      color: #ff7276; } }

.archive__methods-insights .type--quick-thought .wrap, .archive__methods-insights .type--lecture .wrap, .archive__methods-insights .type--workshop .wrap {
  border-bottom: 1px solid #000; }

.archive__methods-insights .type--quick-thought:last-child .wrap, .archive__methods-insights .type--lecture:last-child .wrap, .archive__methods-insights .type--workshop:last-child .wrap {
  border-bottom: none; }

.news-block .holder {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 130px; }
  .news-block .holder:before {
    position: absolute;
    left: 0;
    right: 56px;
    bottom: 80px;
    left: 15px;
    top: initial;
    content: '';
    height: 1px;
    background: #000; }
  .news-block .holder + .holder {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 100px; }
    .news-block .holder + .holder:before {
      bottom: 80px;
      top: initial;
      left: 15px; }

@media (min-width: 768px) {
  .news-block .holder .btn {
    max-width: 75%; } }

.news-item time.text-uppercase {
  text-transform: initial !important; }

.news-item .video-holder {
  margin-top: 80px;
  margin-bottom: 80px; }

.alignleft {
  margin: 0 2.75em 4px 0; }

.nav-drop > ul > li .opener {
  position: relative;
  height: 17px;
  width: 20px;
  padding-left: 6px; }
  @media (min-width: 768px) {
    .nav-drop > ul > li .opener {
      height: 20px; } }

.nav-arrow-down {
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

@media (min-width: 768px) {
  .logo--sm-margin {
    margin-bottom: 136px; } }

.about-intro {
  position: relative;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .about-intro {
      padding: 0 58px 35px; } }
  .about-intro h1 {
    max-width: 1020px; }
  .about-intro .img-holder {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: -1; }
    @media (min-width: 768px) {
      .about-intro .img-holder {
        top: -199px;
        right: 33px; } }
    .about-intro .img-holder img {
      height: 100%; }
      @media (min-width: 768px) {
        .about-intro .img-holder img {
          width: 400px; } }

.video-block {
  position: relative;
  z-index: 1;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .video-block {
      padding: 141px 0 108px; } }
  .video-block:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 101vw;
    background: #003556;
    z-index: -1; }
  .video-block .video {
    width: 100%;
    padding-top: 58%;
    position: relative;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .video-block .video {
        margin-bottom: 95px; } }
    .video-block .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .video-block .text-block {
    max-width: 1000px;
    font-size: 20px;
    line-height: 1.38; }
    @media (min-width: 992px) {
      .video-block .text-block {
        font-size: 26px; } }
    @media (min-width: 768px) {
      .video-block .text-block {
        padding: 0 50px; } }
    @media (min-width: 992px) {
      .video-block .text-block {
        padding: 0 100px; } }
    @media (min-width: 1200px) {
      .video-block .text-block {
        padding: 0 144px; } }

.about-content {
  padding: 172px 0 0;
  position: relative; }
  .about-content .block {
    margin-bottom: 190px; }
    .about-content .block.in-viewport img {
      opacity: 1; }
    .about-content .block img {
      opacity: 0;
      transition: opacity 0.1s linear; }
  .about-content .block1 .img-holder {
    position: absolute;
    width: 300px;
    height: 300px;
    right: -42px;
    top: -179px; }
    @media (min-width: 992px) {
      .about-content .block1 .img-holder {
        width: 446px;
        height: 446px; } }
    .about-content .block1 .img-holder .fade-in-1 {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 0;
      top: 0;
      transition-delay: 0s; }
      @media (min-width: 992px) {
        .about-content .block1 .img-holder .fade-in-1 {
          width: 223px;
          height: 223px; } }
    .about-content .block1 .img-holder .fade-in-2 {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 150px;
      top: 0;
      transition-delay: 0.4s; }
      @media (min-width: 992px) {
        .about-content .block1 .img-holder .fade-in-2 {
          width: 223px;
          height: 223px;
          left: 223px; } }
    .about-content .block1 .img-holder .fade-in-3 {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 0;
      top: 150px;
      transition-delay: 0.6s; }
      @media (min-width: 992px) {
        .about-content .block1 .img-holder .fade-in-3 {
          width: 223px;
          height: 223px;
          top: 223px; } }
  .about-content .block2 .img-holder {
    position: absolute;
    width: 600px;
    height: 600px;
    left: -22px;
    top: 0; }
    @media (min-width: 992px) {
      .about-content .block2 .img-holder {
        width: 860px;
        height: 860px; } }
    .about-content .block2 .img-holder .fade-in-1 {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 300px;
      top: 0;
      transition-delay: 0s; }
      @media (min-width: 992px) {
        .about-content .block2 .img-holder .fade-in-1 {
          width: 215px;
          height: 215px;
          left: 430px; } }
    .about-content .block2 .img-holder .fade-in-2 {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 450px;
      top: 0;
      transition-delay: 0.2s; }
      @media (min-width: 992px) {
        .about-content .block2 .img-holder .fade-in-2 {
          width: 215px;
          height: 215px;
          left: 645px; } }
    .about-content .block2 .img-holder .fade-in-3 {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 0;
      top: 150px;
      transition-delay: 0.4s; }
      @media (min-width: 992px) {
        .about-content .block2 .img-holder .fade-in-3 {
          width: 215px;
          height: 215px;
          top: 215px; } }
    .about-content .block2 .img-holder .fade-in-4 {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 150px;
      top: 150px;
      transition-delay: 0.6s; }
      @media (min-width: 992px) {
        .about-content .block2 .img-holder .fade-in-4 {
          width: 215px;
          height: 215px;
          top: 215px;
          left: 215px; } }
    .about-content .block2 .img-holder .fade-in-5 {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 300px;
      top: 150px;
      transition-delay: 0.8s; }
      @media (min-width: 992px) {
        .about-content .block2 .img-holder .fade-in-5 {
          width: 215px;
          height: 215px;
          top: 215px;
          left: 430px; } }
    .about-content .block2 .img-holder .fade-in-6 {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 150px;
      top: 300px;
      transition-delay: 1s; }
      @media (min-width: 992px) {
        .about-content .block2 .img-holder .fade-in-6 {
          width: 215px;
          height: 215px;
          top: 430px;
          left: 215px; } }
    .about-content .block2 .img-holder .fade-in-7 {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 300px;
      top: 300px;
      transition-delay: 1.2s; }
      @media (min-width: 992px) {
        .about-content .block2 .img-holder .fade-in-7 {
          width: 215px;
          height: 215px;
          top: 430px;
          left: 430px; } }
    .about-content .block2 .img-holder .fade-in-8 {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 450px;
      top: 300px;
      transition-delay: 1.4s; }
      @media (min-width: 992px) {
        .about-content .block2 .img-holder .fade-in-8 {
          width: 215px;
          height: 215px;
          top: 430px;
          left: 645px; } }
    .about-content .block2 .img-holder .fade-in-9 {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 300px;
      top: 450px;
      transition-delay: 1.6s; }
      @media (min-width: 992px) {
        .about-content .block2 .img-holder .fade-in-9 {
          width: 215px;
          height: 215px;
          top: 645px;
          left: 430px; } }
  .about-content .block3 .img-holder {
    position: absolute;
    width: 300px;
    height: 450px;
    right: -152px;
    top: 66px; }
    @media (min-width: 992px) {
      .about-content .block3 .img-holder {
        width: 446px;
        height: 669px; } }
    .about-content .block3 .img-holder .fade-in-1 {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 150;
      top: 0;
      max-width: 100%;
      transition-delay: 0s; }
      @media (min-width: 992px) {
        .about-content .block3 .img-holder .fade-in-1 {
          width: 203px;
          height: 204px;
          left: 220px;
          top: 30px; } }
    .about-content .block3 .img-holder .fade-in-2 {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 0;
      top: 150px;
      max-width: 100%;
      transition-delay: 0.2s; }
      @media (min-width: 992px) {
        .about-content .block3 .img-holder .fade-in-2 {
          width: 220px;
          height: 220px;
          top: 232px; } }
    .about-content .block3 .img-holder .fade-in-3 {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 150px;
      top: 150px;
      max-width: 100%;
      transition-delay: 0.6s; }
      @media (min-width: 992px) {
        .about-content .block3 .img-holder .fade-in-3 {
          width: 213px;
          height: 214px;
          top: 233px;
          left: 220px; } }
    .about-content .block3 .img-holder .fade-in-4 {
      position: absolute;
      width: 150px;
      height: 150px;
      left: 0;
      top: 300px;
      max-width: 100%; }
      @media (min-width: 992px) {
        .about-content .block3 .img-holder .fade-in-4 {
          width: 197px;
          height: 198px;
          top: 448px;
          left: 3px; } }
  .about-content h2 {
    margin-bottom: 55px; }
  .about-content .link {
    display: inline-block;
    width: auto;
    min-width: 270px;
    letter-spacing: 0.05em;
    padding-right: 53px; }
    @media (min-width: 768px) {
      .about-content .link {
        min-width: 367px;
        width: auto; } }
    .about-content .link span {
      font-weight: 700;
      text-transform: none;
      font-style: italic;
      font-family: "Spectral", "Times New Roman", "Georgia", serif; }

.credits-wrapper {
  padding-top: 60px; }
  .credits-wrapper .title {
    font-size: 20px; }
  .credits-wrapper .vendor {
    font-family: "WorkSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 26px;
    font-weight: 700; }
    .credits-wrapper .vendor a {
      color: #000; }
      .credits-wrapper .vendor a:hover {
        color: #ff7276; }

@media (min-width: 1200px) {
  .single-wrap {
    max-width: 1070px;
    margin: 0 auto 80px; }
    .single-wrap:last-of-type {
      margin-bottom: 0; } }

.credits {
  padding: 42px 0 20px; }
  .credits li {
    margin-bottom: 22px;
    width: 100%; }
    @media (min-width: 768px) {
      .credits li {
        width: 50%;
        padding-right: 20px; } }
    @media (min-width: 992px) {
      .credits li {
        width: 368px; } }

.founding-funders {
  padding: 10px 0 20px;
  margin: 0 -20px; }
  .founding-funders li {
    padding: 0 20px;
    margin-bottom: 43px; }
  .founding-funders a {
    mix-blend-mode: darken; }

.funders {
  padding: 31px 0 18px;
  margin: 0 -20px; }
  .funders li {
    padding: 0 20px;
    margin-bottom: 33px; }
  .funders a {
    mix-blend-mode: darken; }

.about-text-intro {
  padding-top: 97px;
  padding-bottom: 92px;
  font-size: 24px;
  line-height: 1.42; }
  @media (min-width: 1200px) {
    .about-text-intro {
      padding-right: 40px; } }
  .about-text-intro .h2 {
    margin-bottom: 69px !important; }
  .about-text-intro .btn-mxw {
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .about-text-intro .btn-mxw {
        min-width: 400px;
        max-width: 400px; } }
    @media (min-width: 992px) {
      .about-text-intro .btn-mxw {
        min-width: 0;
        max-width: 220px;
        line-height: 27px; } }

.personnel-block {
  padding-bottom: 5px; }

.personnel {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.29; }
  @media (min-width: 768px) {
    .personnel {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 95px; } }
  @media (min-width: 992px) {
    .personnel {
      font-size: 16px;
      line-height: 1.63; } }
  .personnel__image {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .personnel__image {
        margin-bottom: 0;
        width: 250px; } }
    @media (min-width: 992px) {
      .personnel__image {
        width: 322px; } }
  .personnel__text {
    width: 100%; }
    @media (min-width: 768px) {
      .personnel__text {
        width: calc(100% - 250px);
        padding: 0 20px; } }
    @media (min-width: 992px) {
      .personnel__text {
        width: calc(100% - 322px);
        padding: 20px 78px 0; } }
  .personnel__name {
    font-size: 26px;
    font-family: "WorkSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.38;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .personnel__name {
        margin-bottom: 52px; } }
    .personnel__name span {
      font-size: 24px;
      font-weight: 400;
      font-family: "Spectral", "Times New Roman", "Georgia", serif; }
  .personnel p {
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .personnel p {
        margin-bottom: 34px; } }
  .personnel__email {
    font-size: 14px;
    letter-spacing: 0;
    font-family: "WorkSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.past-scholars .h6 {
  margin-bottom: 30px; }

.past-scholars ul {
  width: 50%; }
  @media (min-width: 576px) {
    .past-scholars ul {
      width: 33.33%; } }
  @media (min-width: 992px) {
    .past-scholars ul {
      width: 300px; } }

.past-scholars li {
  margin-bottom: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .past-scholars li {
      padding-right: 20px; } }

.past-scholars a {
  font-family: "WorkSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  font-weight: bold;
  color: #000; }
  .past-scholars a:hover {
    text-decoration: underline; }

.contact-section {
  padding: 50px 0;
  z-index: 1; }
  @media (min-width: 768px) {
    .contact-section {
      padding: 127px 0 102px; } }
  .contact-section.in-viewport .img-holder img {
    opacity: 1; }
  .contact-section .img-holder {
    position: absolute;
    top: 150px;
    right: -50px;
    z-index: -1;
    width: 450px;
    height: 450px; }
    @media (min-width: 992px) {
      .contact-section .img-holder {
        top: 30px;
        right: 0;
        width: 642px;
        height: 642px; } }
    .contact-section .img-holder img {
      position: absolute;
      opacity: 0;
      transition: opacity 0.1s linear; }
    .contact-section .img-holder .fade-in-1 {
      top: 0;
      left: 150px;
      transition-delay: 0s;
      width: 150px; }
      @media (min-width: 992px) {
        .contact-section .img-holder .fade-in-1 {
          width: 214px;
          left: 214px; } }
    .contact-section .img-holder .fade-in-2 {
      top: 150px;
      left: 150px;
      transition-delay: 0.2s;
      width: 150px; }
      @media (min-width: 992px) {
        .contact-section .img-holder .fade-in-2 {
          width: 214px;
          top: 214px;
          left: 214px; } }
    .contact-section .img-holder .fade-in-3 {
      left: 300px;
      top: 150px;
      transition-delay: 0.4s;
      width: 150px; }
      @media (min-width: 992px) {
        .contact-section .img-holder .fade-in-3 {
          width: 214px;
          top: 214px;
          left: 428px;
          top: 214px; } }
    .contact-section .img-holder .fade-in-4 {
      left: 0;
      top: 300px;
      transition-delay: 0.6s;
      width: 150px; }
      @media (min-width: 992px) {
        .contact-section .img-holder .fade-in-4 {
          width: 214px;
          top: 428px; } }
    .contact-section .img-holder .fade-in-5 {
      right: 0;
      bottom: 0;
      transition-delay: 0.8s;
      width: 150px; }
      @media (min-width: 992px) {
        .contact-section .img-holder .fade-in-5 {
          width: 214px;
          right: 0; } }
  .contact-section h2 {
    margin-bottom: 66px; }

#footer {
  position: relative;
  z-index: 3; }
