@charset "UTF-8";
/*
Theme Name: Marcy Blum Custom Wordpress Theme
Theme URI: http://marcyblum.com
Author: TPD Design House
Author URI: http://tpddesignhouse.com
Description: Custom Wordpress theme designed by TPD Design House
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tpd
*/
/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.0.1 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
.sr-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #FFF;
  color: #000; }

* html #outdated {
  position: absolute; }

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 100px 0 10px; }

#outdated p {
  text-align: center;
  font-size: 14px;
  line-height: 12px;
  color: #000; }

#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 240px;
  color: #000;
  text-decoration: none;
  border: 2px solid #000;
  cursor: pointer; }

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #000; }

#outdated .last {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 15px;
  height: 15px; }

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  font-size: 36px; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, .mfp-title, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

img {
  max-width: 100%;
  display: block; }

.sr-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #FFF;
  opacity: 0.9;
  filter: alpha(opacity=90); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid transparent; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid transparent; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0);
    background: transparent; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

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

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*! responsive-nav.js 1.0.39 by @viljamis */
.sr-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.nav-toggle {
  text-align: right;
  padding-right: 5px; }
  .nav-toggle:before {
    content: "≡";
    display: block;
    font-size: 48px;
    line-height: .5; }

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none; }

.nav-collapse li {
  width: 100%;
  display: block; }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

@media screen and (min-width: 768px) {
  .js .nav-collapse {
    position: relative; }
  .js .nav-collapse.closed {
    max-height: none; }
  .nav-toggle {
    display: none; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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);
  transform: translate3d(0, 0, 0); }

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

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

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

.sr-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

#footer-logo {
  display: block;
  margin: 0 auto .5em;
  width: 125px;
  height: auto; }
  @media only screen and (min-width : 768px) {
    #footer-logo {
      margin-bottom: 0; } }
.h1-style {
  font-size: 60px;
  font-size: 3.25vw; }
  @media (max-width: 1230.7692307692px) {
    .h1-style {
      font-size: 40px; } }
  @media (min-width: 1476.9230769231px) {
    .h1-style {
      font-size: 48px; } }
  .h1-style.center {
    text-align: center; }
  .h1-style.margin-bottom {
    margin-bottom: .25em; }

/*---------------------------

HEADER

---------------------------*/
.site-header {
  width: 100%;
  background: #FFF;
  z-index: 1000;
  position: fixed;
  top: 0; }

.nav-container {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  padding: 10px 0px 6px 0px;
  width: 94vw;
  background: #FFF;
  position: relative;
  z-index: 1000; }

.header-logo {
  display: inline-block;
  flex: 1;
  margin-right: 25px;
  max-width: 280px; }

@media only screen and (min-width : 768px) {
  .header-logo {
    max-width: 325px; } }

.nav-toggle {
  float: right;
  color: #000; }
  .nav-toggle:before {
    margin-bottom: 0; }

#header-menu {
  padding-top: 5px; }
  #header-menu li {
    padding: 7px 5px 7px 0;
    font-family: "korolev-compressed", sans-serif;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 0.05em;
    font-size: 18px;
    opacity: 0;
    transition: opacity ease-in-out 0.3s; }
    html.wf-active #header-menu li {
      opacity: 1; }
    #header-menu li:not(:last-of-type) {
      border-bottom: 1px solid #f1f2f4; }

#content {
  padding-top: 60px; }

@media only screen and (min-width : 768px) {
  #content {
    padding-top: 110px; }
  .nav-container {
    padding: 0;
    display: block; }
  .header-logo {
    display: block;
    margin: 1.5rem auto .15rem; }
  #header-menu {
    padding: 20px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center; }
    #header-menu li {
      width: auto;
      padding: 0 30px;
      text-align: center;
      font-size: 18px; }
      #header-menu li:not(:last-of-type) {
        border-bottom: none; }
      #header-menu li.current-menu-item {
        position: relative; }
        #header-menu li.current-menu-item:before {
          content: "\00B7";
          display: block;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(24px);
                  transform: translateX(-50%) translateY(24px);
          font-size: 36px; } }

@media only screen and (min-width : 1440px) {
  #content {
    padding-top: 118px; }
  .header-logo span {
    font-size: 40px; } }

/*---------------------------

FOOTER

---------------------------*/
.site-footer {
  background: #000;
  padding: calc(65px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    .site-footer {
      padding: calc(65px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .site-footer {
      padding: 65px 0px; } }
.site-footer__content {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center; }
  .site-footer__content a {
    color: white; }
  .site-footer__content > div {
    margin: 10px 0; }

.site-footer__logo {
  width: 100%;
  text-align: center; }
  .site-footer__logo svg {
    fill: #FFF;
    width: 80px; }
  .site-footer__logo address {
    padding-top: 15px;
    color: #FFF;
    line-height: 1.25;
    white-space: nowrap; }

.site-footer__phone {
  width: 100%;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 8px; }

.site-footer__email {
  width: 100%;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
  text-align: center; }

.site-footer__social-media {
  width: 100%;
  order: 3; }
  .site-footer__social-media ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center; }
    .site-footer__social-media ul li {
      margin: 0 5px;
      font-size: 18px; }
      .site-footer__social-media ul li span {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(50%);
                clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
        /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

#outdated {
  padding-top: 100px; }
  #outdated svg {
    width: 200px;
    height: 200px; }

@media only screen and (min-width : 768px) {
  .site-footer__contact {
    flex: 0 0 40%; }
  .site-footer__logo {
    flex: 0 0 20%;
    order: 2; }
    .site-footer__logo svg {
      width: 115px;
      height: auto; }
  .site-footer__social-media {
    flex: 0 0 40%;
    order: 3; }
    .site-footer__social-media ul li {
      margin: 0 7px;
      font-size: 21px; } }

.sr-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

/*---------------------------

SECTIONS

---------------------------*/
.sr-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

/* -------------------

GLOBAL 

----------------------*/
/* TYPOGRAPHY */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19.2px; }

body {
  font-family: "freight-big-pro", sans-serif; }

a {
  text-decoration: none;
  color: #000; }
  a:focus {
    outline: none; }

h1, h2, h3, h4, .mfp-title, h5, p, span {
  opacity: 0;
  transition: opacity ease-in-out 0.3s; }
  html.wf-active h1, html.wf-active h2, html.wf-active h3, html.wf-active h4, html.wf-active .mfp-title, html.wf-active h5, html.wf-active p, html.wf-active span {
    opacity: 1; }

h3 {
  font-weight: bold;
  font-size: 32px; }

h4, .mfp-title {
  font-weight: bold;
  font-size: 20px; }

p {
  line-height: 1.65;
  margin-bottom: 15px; }

figure {
  position: relative; }

.image-caption {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  bottom: 0;
  right: 0;
  padding: 4px 6px;
  font-size: 14px;
  letter-spacing: 0.065em; }
  .image-caption.smaller {
    font-size: .75em; }
  .image-caption.left {
    right: auto;
    left: 0; }

.mobile-bar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center; }
  .mobile-bar button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: "korolev-compressed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 18px; }
    @media only screen and (min-width : 768px) {
      .mobile-bar button {
        display: none; } }
#site-navigation {
  width: 100%;
  height: 0;
  overflow: hidden; }
  @media only screen and (min-width : 768px) {
    #site-navigation {
      height: auto;
      overflow: visible;
      flex: 1; } }
body.nav-active #site-navigation {
  height: auto; }

/*--------------------------------

PAGES

--------------------------------*/
.home-cover {
  width: 100%;
  height: 100vh;
  position: relative; }

.home-cover__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 40%;
  z-index: 100;
  width: 90%;
  text-align: center; }
  .home-cover__logo a {
    opacity: 0.8; }
    .home-cover__logo a span {
      display: block;
      color: #FFF;
      font-size: 30px;
      opacity: 0.8; }
      @media only screen and (min-width : 640px) {
        .home-cover__logo a span {
          font-size: 35px; } }
      @media only screen and (min-width : 768px) {
        .home-cover__logo a span {
          font-size: 40px; } }
  .home-cover__logo svg {
    width: 150px;
    fill: #FFF; }
    @media only screen and (min-width : 640px) {
      .home-cover__logo svg {
        width: 200px; } }
  .home-cover__logo ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    .home-cover__logo ul li {
      width: auto;
      padding: 10px 8px 10px 8px; }
    .home-cover__logo ul img {
      max-height: 24px; }

.home-cover__quote {
  display: inline-block;
  color: #FFF;
  font-family: "korolev-compressed", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  padding: 10px 15px;
  margin: 30px 0 10px 0;
  font-weight: bold;
  letter-spacing: 0.025em;
  border-bottom: 2px solid #FFF; }

.home-cover__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .home-cover__slider .slick-slider, .home-cover__slider .slick-list, .home-cover__slider .slick-track, .home-cover__slider .slick-slide {
    height: 100%; }
  .home-cover__slider .slick-slide {
    background-size: cover;
    background-position: center center;
    background-position: bottom center;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: multiply; }
    .home-cover__slider .slick-slide .image-caption {
      bottom: 58px;
      left: auto; }

#home-cover__arrow {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg); }

.home-slider {
  width: 100%;
  height: calc(100vh - 68px);
  max-height: 480px;
  position: relative; }

.home-slider__quote {
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 100;
  color: #FFF;
  font-size: 30px;
  text-align: center;
  width: 75%;
  max-width: 540px;
  line-height: 0.9; }
  html.wf-active .home-slider__quote {
    opacity: 0.7; }
  .home-slider__quote span {
    display: block;
    padding-top: 10px;
    font-size: 20px;
    font-style: italic; }

.home-slider__slider {
  height: 100%; }
  .home-slider__slider .slick-slider, .home-slider__slider .slick-list, .home-slider__slider .slick-track, .home-slider__slider .slick-slide {
    height: 100%; }
  .home-slider__slider .slick-slide {
    background-size: cover;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.35);
    background-blend-mode: multiply; }
  .home-slider__slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center; }
    .home-slider__slider .slick-dots button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      outline: 1px solid rgba(255, 255, 255, 0.6);
      background: transparent;
      color: transparent;
      height: 4px;
      width: 15px;
      margin: 0 5px;
      cursor: pointer; }
      .home-slider__slider .slick-dots button:focus {
        outline: 1px solid rgba(255, 255, 255, 0.6); }
    .home-slider__slider .slick-dots li.slick-active button {
      background: rgba(255, 255, 255, 0.6); }

.home-testimonials {
  padding: calc(60px * 1/2) calc(0px * 1/2);
  background: linear-gradient(to left bottom, #FFF 50%, #f1f2f4 50%); }
  @media only screen and (min-width : 768px) {
    .home-testimonials {
      padding: calc(60px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .home-testimonials {
      padding: 60px 0px; } }
.home-testimonials__slider {
  text-align: center;
  width: 80%;
  padding: 30px 15px 20px 15px;
  max-width: 750px;
  margin: 0 auto;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  position: relative; }
  .home-testimonials__slider:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-30%);
            transform: translateX(-50%) translateY(-30%);
    width: 60px;
    height: 41px;
    background: url(../img/quotemarks.png) no-repeat;
    background-size: contain;
    background-position: center center; }
  .home-testimonials__slider .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle; }
  .home-testimonials__slider .slick-arrow {
    position: absolute;
    z-index: 500;
    top: 50%;
    cursor: pointer; }
    .home-testimonials__slider .slick-arrow.slick-prev {
      left: 0;
      -webkit-transform: translateX(-200%) translateY(-50%);
              transform: translateX(-200%) translateY(-50%); }
    .home-testimonials__slider .slick-arrow.slick-next {
      right: 0;
      -webkit-transform: translateX(200%) translateY(-50%);
              transform: translateX(200%) translateY(-50%); }
    .home-testimonials__slider .slick-arrow i {
      font-size: 30px;
      color: #000; }

.home-testimonials__text {
  margin: 10px 0 20px 0;
  line-height: 1.35; }

.home-testimonials__citation {
  display: block;
  text-transform: uppercase;
  font-family: "korolev-compressed", sans-serif;
  font-weight: 700; }

.home-instagram {
  position: relative;
  background: #eaebee; }

.home-instagram__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #000;
  outline: 4px solid rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 15px 40px; }
  .home-instagram__text p {
    display: block;
    margin-top: 10px;
    font-family: "korolev-compressed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .home-instagram__text span {
    padding-left: 5px; }

.home-instagram__container {
  width: 100%;
  margin: 0 auto; }

.sbi_item {
  width: 100% !important; }
  .sbi_item:not(:first-of-type) {
    display: none !important; }
  @media only screen and (min-width : 480px) {
    .sbi_item {
      width: 50% !important;
      float: left; }
      .sbi_item:not(:last-of-type) {
        display: block !important; } }
#sbi_load {
  display: none; }

.about-hero {
  background-size: cover;
  background-position: center center;
  height: 300px;
  position: relative; }
  @media only screen and (min-width : 768px) {
    .about-hero {
      height: 480px; } }
  @media only screen and (min-width : 1024px) {
    .about-hero {
      height: 550px; } }
  @media only screen and (min-width : 1280px) {
    .about-hero {
      height: 640px; } }
.about-hero__quote {
  width: 80%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  opacity: 0.8;
  font-size: 24px;
  line-height: 0.85; }

.about-callout {
  margin-bottom: 125px; }
  @media only screen and (min-width : 1024px) {
    .about-callout {
      margin-bottom: 145px; } }
  .about-callout blockquote {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
    position: relative;
    font-size: 28px;
    line-height: 1.35; }
    .about-callout blockquote:before, .about-callout blockquote:after {
      content: "";
      display: block;
      position: absolute;
      width: 60%;
      max-width: 360px;
      height: 1px;
      background: #000;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .about-callout blockquote:before {
      top: 0; }
    .about-callout blockquote:after {
      bottom: 0; }
    .about-callout blockquote span {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(50%);
              transform: translateX(-50%) translateY(50%);
      font-family: "korolev-compressed", sans-serif;
      font-size: 0.6em;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 0.05em;
      padding: 0 15px;
      background-color: white;
      z-index: 100; }

.about-marcy {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  padding: 2em 0; }
  @media only screen and (min-width : 768px) {
    .about-marcy {
      padding-top: 3em;
      padding-bottom: 25px; } }
.about-marcy__bio__img figure {
  margin: 0 auto; }

.about-marcy__bio__text {
  padding: 20px 0 40px 0; }
  .about-marcy__bio__text h3 {
    margin-bottom: .5em;
    font-weight: normal; }

.about-employees {
  padding-top: 40px;
  position: relative;
  background: #f1f2f4; }
  .about-employees:after {
    content: "The Team";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    font-size: 30px;
    font-weight: normal;
    padding: 15px 40px;
    background: #FFF;
    border: 1px solid #000;
    outline: 5px solid #FFF; }

.about-employee__row {
  padding: calc(75px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    .about-employee__row {
      padding: calc(75px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .about-employee__row {
      padding: 75px 0px; } }
  .about-employee__row:nth-of-type(even) {
    background: #FFF; }

.about-employee__wrapper {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto; }

.about-employee__img img {
  margin: 0 auto;
  width: 100%; }

.about-employee__text {
  padding: 20px 0 0 0; }
  .about-employee__text h3 {
    margin-bottom: .5em;
    margin-top: .5em;
    font-weight: normal; }
  .about-employee__text p:last-of-type {
    margin-bottom: 0; }

.about-team__wrapper {
  text-align: center; }
  .about-team__wrapper h3 {
    margin-bottom: 0.25em;
    font-weight: normal; }

.gallery-sharing-icon {
  margin: 0 3px; }

button.mfp-close {
  color: transparent !important;
  background: url(../img/close.jpg) no-repeat;
  background-size: contain;
  background-position: top right;
  right: 0 !important;
  padding-bottom: 10px;
  height: 30px; }

.mfp-bottom-bar {
  margin-top: -24px; }

.mfp-counter {
  font-weight: bold;
  font-size: 20px;
  color: #000 !important; }
  .mfp-counter span {
    font-style: italic;
    font-size: 0.75em; }

.mfp-title {
  color: #000;
  font-weight: normal; }

button.mfp-arrow {
  background: rgba(0, 0, 0, 0.35); }

.services-hero {
  background-size: cover;
  background-position: center center;
  height: 300px;
  position: relative; }

.services-callout {
  padding: calc(60px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    .services-callout {
      padding: calc(60px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .services-callout {
      padding: 60px 0px; } }
  .services-callout blockquote {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 48px 0;
    position: relative;
    font-size: 28px;
    line-height: 1.35; }
    .services-callout blockquote:before, .services-callout blockquote:after {
      content: "";
      display: block;
      position: absolute;
      width: 60%;
      max-width: 360px;
      height: 1px;
      background: #000;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .services-callout blockquote:before {
      top: 0; }
    .services-callout blockquote:after {
      bottom: 0;
      display: none; }
    .services-callout blockquote span {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      font-family: "korolev-compressed", sans-serif;
      font-size: 0.6em;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 0.05em;
      padding: 0 15px;
      background: #FFF;
      z-index: 100; }

.services-callout__interior {
  content: '';
  display: block;
  padding-top: 42.22%;
  position: relative; }
  .services-callout__interior iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain; }

.services-list {
  padding: calc(100px * 1/2) calc(0px * 1/2);
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto; }
  @media only screen and (min-width : 768px) {
    .services-list {
      padding: calc(100px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .services-list {
      padding: 100px 0px; } }
.services-list__list {
  padding: calc(50px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    .services-list__list {
      padding: calc(50px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .services-list__list {
      padding: 50px 0px; } }
  .services-list__list h3 {
    margin-bottom: .5em;
    text-align: left;
    display: block; }

.services-list__image {
  background-size: cover;
  background-position: center center;
  position: relative; }
  .services-list__image:after {
    content: "";
    display: block;
    padding-top: 70%; }

.services-special {
  background: linear-gradient(to left bottom, #FFF 50%, #f1f2f4 50%);
  padding: calc(70px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    .services-special {
      padding: calc(70px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .services-special {
      padding: 70px 0px; } }
.services-special__wrapper {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
  padding: calc(50px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    .services-special__wrapper {
      padding: calc(50px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .services-special__wrapper {
      padding: 50px 0px; } }
  .services-special__wrapper:before, .services-special__wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 60%;
    max-width: 360px;
    height: 1px;
    background: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .services-special__wrapper:before {
    top: 0; }
  .services-special__wrapper:after {
    bottom: 0; }

.services-special__logo {
  width: 180px;
  margin-bottom: 20px; }

.services-special__copy {
  width: 80%;
  font-size: 1.2em; }
  .services-special__copy h4, .services-special__copy .mfp-title {
    margin-bottom: 15px; }

.services-speaking {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  padding: calc(60px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    .services-speaking {
      padding: calc(60px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .services-speaking {
      padding: 60px 0px; } }
.services-speaking__box {
  background: #000;
  color: #FFF;
  position: relative; }
  .services-speaking__box:before, .services-speaking__box:after {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    max-width: 150px;
    padding-bottom: 10%; }
  .services-speaking__box:before {
    top: 0;
    right: 0;
    background: linear-gradient(to left bottom, #FFF 50%, rgba(255, 255, 255, 0) 51%); }
  .services-speaking__box:after {
    bottom: 0;
    left: 0;
    background: linear-gradient(to left bottom, rgba(255, 255, 255, 0) 50%, #FFF 51%); }

.services-speaking__list {
  padding: calc(80px * 1/2) calc(60px * 1/2); }
  @media only screen and (min-width : 768px) {
    .services-speaking__list {
      padding: calc(80px * 2/3) calc(60px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .services-speaking__list {
      padding: 80px 60px; } }
  .services-speaking__list h3 {
    margin-bottom: 20px;
    line-height: 0.8;
    font-size: 32px; }
    .services-speaking__list h3:nth-of-type(2) {
      margin-top: 30px; }
  .services-speaking__list h4, .services-speaking__list .mfp-title {
    display: block;
    font-size: 18px; }
    .services-speaking__list h4 a, .services-speaking__list .mfp-title a {
      color: #FFF; }
  .services-speaking__list ul li {
    margin-bottom: 6px; }
    .services-speaking__list ul li span {
      line-height: 1.5; }

.speaking-date, .speaking-location {
  font-family: "korolev-compressed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 14px; }

.press-hero {
  background-size: cover;
  background-position: center center;
  height: 300px;
  position: relative; }

.press-featured {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  padding: calc(60px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    .press-featured {
      padding: calc(60px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .press-featured {
      padding: 60px 0px; } }
  .press-featured h3 {
    text-align: center; }

.press-featured__grid {
  display: flex;
  flex-flow: row wrap;
  padding-top: 20px; }
  .press-featured__grid li {
    padding: 30px 10px;
    width: 50%;
    border-right: 1px solid #f1f2f4;
    border-bottom: 1px solid #f1f2f4;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center; }
    .press-featured__grid li:nth-of-type(even) {
      border-right: none; }
    .press-featured__grid li img {
      display: block;
      margin: 0 auto; }
    .press-featured__grid li span {
      display: block;
      text-align: center;
      padding-top: 15px; }
    .press-featured__grid li.last-row {
      border-bottom: none; }

.press-content {
  padding: calc(60px * 1/2) calc(0px * 1/2);
  background: #f1f2f4; }
  @media only screen and (min-width : 768px) {
    .press-content {
      padding: calc(60px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .press-content {
      padding: 60px 0px; } }
  .press-content h3 {
    text-align: center; }

.press-content__wrapper {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto; }

.press-content__list {
  margin: 30px; }
  .press-content__list li {
    content: "";
    display: table;
    table-layout: fixed;
    background: #FFF;
    border: 1px solid rgba(172, 172, 172, 0.5);
    width: 100%;
    margin-bottom: 10px; }
    .press-content__list li a {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      color: #000; }
    .press-content__list li img {
      float: left;
      width: 65px;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
    .press-content__list li span {
      font-size: 14px;
      line-height: 1.35;
      padding: 5px 15px;
      color: #535353;
      font-style: italic; }
  @media only screen and (min-width : 640px) {
    .press-content__list {
      display: flex;
      flex-flow: row wrap; }
      .press-content__list li {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px; } }
.contact {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  padding: calc(90px * 1/2) calc(0px * 1/2);
  display: flex;
  flex-flow: column nowrap; }
  @media only screen and (min-width : 768px) {
    .contact {
      padding: calc(90px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .contact {
      padding: 90px 0px; } }
.contact__image {
  margin-top: 30px;
  order: 2;
  text-align: center; }
  .contact__image figure {
    display: inline-block;
    position: relative; }
    .contact__image figure:before, .contact__image figure:after {
      content: "";
      display: block;
      position: absolute;
      width: 20%;
      max-width: 150px;
      padding-bottom: 10%; }
    .contact__image figure:before {
      top: 0;
      right: 0;
      background: linear-gradient(to left bottom, #FFF 50%, rgba(255, 255, 255, 0) 51%); }
    .contact__image figure:after {
      bottom: 0;
      left: 0;
      background: linear-gradient(to left bottom, rgba(255, 255, 255, 0) 50%, #FFF 51%); }
    .contact__image figure .image-caption {
      left: auto;
      right: 0; }

.contact__form {
  order: 1; }
  .contact__form h3 {
    margin-bottom: 10px; }
  .contact__form p {
    font-size: 1.2em; }

#gform_wrapper_1 label {
  display: none; }

#gform_wrapper_1 li.gfield {
  margin-bottom: 15px; }

#gform_wrapper_1 input, #gform_wrapper_1 textarea {
  font-family: "korolev-compressed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  width: 95%;
  padding: 10px;
  background: #f1f2f4;
  color: #000;
  letter-spacing: 0.05em; }
  #gform_wrapper_1 input:focus, #gform_wrapper_1 textarea:focus {
    outline: none; }
  #gform_wrapper_1 input[type="submit"], #gform_wrapper_1 textarea[type="submit"] {
    font-family: "korolev-compressed", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    background: #000;
    color: #FFF;
    display: inline-block;
    width: auto;
    margin-right: 2.5%; }

#gform_wrapper_1 input::-webkit-input-placeholder, #gform_wrapper_1 textarea::-webkit-input-placeholder {
  color: #acacac;
  letter-spacing: 0.05em;
  font-family: "korolev-compressed", sans-serif; }

#gform_wrapper_1 input::-moz-placeholder, #gform_wrapper_1 textarea::-moz-placeholder {
  color: #acacac;
  letter-spacing: 0.05em;
  font-family: "korolev-compressed", sans-serif; }

#gform_wrapper_1 input::placeholder, #gform_wrapper_1 textarea::placeholder {
  color: #acacac;
  letter-spacing: 0.05em;
  font-family: "korolev-compressed", sans-serif; }

#gform_wrapper_1 .gform_footer {
  margin: 0;
  padding: 0; }

.not-found {
  padding: calc(120px * 1/2) calc(0px * 1/2);
  min-height: 60vh; }
  @media only screen and (min-width : 768px) {
    .not-found {
      padding: calc(120px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .not-found {
      padding: 120px 0px; } }
.not-found__container {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  text-align: center; }
  .not-found__container h3, .not-found__container h4, .not-found__container .mfp-title {
    padding-bottom: 0.7em; }

#not-found__menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center; }
  #not-found__menu li {
    margin: 10px 15px; }
    #not-found__menu li a {
      text-decoration: underline; }

.sr-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

@media only screen and (min-width : 768px) {
  /*--------------------------------

	PAGES

	--------------------------------*/
  .cover {
    top: 58px; }
  .cover-quote {
    font-size: 36px; }
  .home-cover__logo ul li {
    padding: 10px 15px 10px 15px; }
  .home-cover__logo ul img {
    max-height: 32px; }
  .home-slider {
    max-height: 640px; }
  .home-slider__slider .slick-dots {
    bottom: 50px; }
  .home-slider__quote {
    font-size: 54px; }
    .home-slider__quote span {
      padding-top: 20px;
      font-size: 32px; }
  .home-cover__quote {
    font-size: 24px; }
  .home-testimonials__slider {
    padding: 45px 30px 20px 30px; }
    .home-testimonials__slider:before {
      width: 80px;
      height: 55px; }
  .home-testimonials__text {
    margin: 20px 0 30px 0;
    font-size: 18px; }
  .sbi_item {
    width: 25% !important; }
  .about-hero__quote {
    font-size: 54px; }
  .about-callout blockquote {
    font-size: 24px; }
  .about-marcy__bio {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px; }
  .about-marcy__bio__img {
    width: 40%; }
    .about-marcy__bio__img img {
      margin: 0; }
  .about-marcy__bio__text {
    width: 60%;
    padding: 0 0 0 50px; }
  .about-employee:after {
    font-size: 40px;
    padding: 20px 40px; }
  .about-employee__wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
  .about-employee__img {
    order: 2;
    width: 40%; }
    .about-employee__img img {
      margin: 0; }
  .about-employee__text {
    text-align: right;
    order: 1;
    width: 60%;
    padding: 0 50px 0 0; }
  .gallery-list {
    display: flex;
    flex-flow: row wrap; }
  .gallery-list__item {
    width: calc(50% - 5px);
    margin-right: 10px; }
    .gallery-list__item:nth-of-type(even) {
      margin-right: 0; }
  .services-hero {
    height: 480px; }
  .services-callout blockquote {
    padding: 40px 0;
    font-size: 24px; }
  .services-list__image {
    flex: 0 0 55%; }
    .services-list__image:after {
      padding-top: 100%; }
  .services-speaking__box {
    display: flex;
    flex-flow: row nowrap; }
    .services-speaking__box > div:nth-of-type(1) {
      width: 65%;
      min-height: 650px; }
    .services-speaking__box > div:nth-of-type(2) {
      width: 35%; }
  .services-speaking__list h3 {
    font-size: 36px; }
    .services-speaking__list h3:nth-of-type(2) {
      margin-top: 30px; }
  .services-speaking__list h4, .services-speaking__list .mfp-title {
    display: inline-block;
    position: relative;
    padding-right: 5px;
    margin-right: 5px; }
    .services-speaking__list h4:after, .services-speaking__list .mfp-title:after {
      content: "•";
      display: block;
      position: absolute;
      right: -4px;
      top: 5px;
      font-size: 9px; }
  .services-speaking__list ul {
    overflow: auto; }
  .services-speaking__img {
    background-size: cover;
    background-position: 65% 50%; }
    .services-speaking__img span.image-caption {
      left: auto;
      right: 0; }
  .press-hero {
    height: 480px; }
  .press-featured__grid li {
    padding: 40px 10px 30px 10px;
    width: calc(100%/3); }
    .press-featured__grid li:nth-of-type(even) {
      border-right: 1px solid #f1f2f4; }
    .press-featured__grid li:nth-of-type(3n) {
      border-right: none; }
  .contact {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    .contact > div {
      width: 47.5%; }
  .contact__image {
    margin: 0;
    order: 1; }
    .contact__image figure {
      margin-top: 15px; }
  .contact__form {
    order: 1; } }

.sr-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

@media only screen and (min-width : 1024px) {
  h3 {
    font-size: 36px; }
  h4, .mfp-title {
    font-size: 24px; }
  /*--------------------------------

	PAGES

	--------------------------------*/
  .home-slider__quote {
    font-size: 68px;
    max-width: 600px; }
    .home-slider__quote span {
      padding-top: 20px;
      font-size: 38px; }
  .home-testimonials__slider {
    padding: 60px 80px 20px 80px; }
    .home-testimonials__slider:before {
      width: 100px;
      height: 68px; }
  .about-hero__quote {
    font-size: 68px; }
  .about-callout blockquote {
    font-size: 36px; }
  .gallery-list__meta li {
    font-size: 20px;
    padding: 0 10px; }
    .gallery-list__meta li:nth-of-type(2):before {
      font-size: 48px; }
  .mfp-container {
    padding: 0 40px; }
  .mfp-counter {
    font-size: 30px; }
  button.mfp-arrow {
    background: transparent;
    width: 20px;
    height: 350px;
    margin-top: -175px; }
    button.mfp-arrow:active {
      margin-top: -175px; }
    button.mfp-arrow.mfp-arrow-left {
      -webkit-transform: translateX(-35px);
              transform: translateX(-35px);
      border-right: 1px solid #000; }
      button.mfp-arrow.mfp-arrow-left:before {
        margin-left: 0; }
      button.mfp-arrow.mfp-arrow-left:after {
        margin-left: 0;
        margin-top: 165px;
        border-right: 10px solid #000;
        border-top-width: 10px;
        border-bottom-width: 10px; }
    button.mfp-arrow.mfp-arrow-right {
      -webkit-transform: translateX(35px);
              transform: translateX(35px);
      border-left: 1px solid #000; }
      button.mfp-arrow.mfp-arrow-right:before {
        margin-left: 0; }
      button.mfp-arrow.mfp-arrow-right:after {
        margin-left: 5px;
        margin-top: 165px;
        border-left: 10px solid #000;
        border-top-width: 10px;
        border-bottom-width: 10px; }
  .services-hero {
    height: 550px; }
  .services-callout blockquote {
    font-size: 36px; }
  .services-list {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-bottom: 80px; }
  .services-list__list {
    background: #FFF;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    padding: 50px 0px 50px 80px; }
  .services-special__wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between; }
    .services-special__wrapper:before, .services-special__wrapper:after {
      width: 100%;
      max-width: 100%; }
  .services-special__logo {
    width: 300px;
    margin: 0; }
    .services-special__logo img {
      width: 180px;
      margin: 0 auto; }
  .services-special__copy {
    width: calc(100% - 300px);
    text-align: left;
    padding-right: 60px; }
  .services-speaking {
    padding-bottom: 120px; }
  .services-speaking__list {
    padding: 60px 40px 100px 50px; }
    .services-speaking__list h3 {
      font-size: 48px;
      margin-bottom: .65em; }
    .services-speaking__list h4, .services-speaking__list .mfp-title {
      font-size: 24px;
      padding-right: 10px;
      margin-right: 10px; }
      .services-speaking__list h4:after, .services-speaking__list .mfp-title:after {
        top: 8px;
        font-size: 11px; }
  .speaking-date, .speaking-location {
    font-size: 16px; }
  .press-hero {
    height: 550px; }
  .press-featured__grid li {
    width: 25%; }
    .press-featured__grid li:nth-of-type(3n) {
      border-right: 1px solid #f1f2f4; }
    .press-featured__grid li:nth-of-type(4n) {
      border-right: none; }
  .press-content__list li {
    width: calc(100%/3 - 20px);
    margin: 0 10px 20px 10px; } }

.sr-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

@media only screen and (min-width : 1280px) {
  /*--------------------------------

	PAGES

	--------------------------------*/
  .home-slider {
    max-height: 800px; }
  .services-hero {
    height: 640px; } }

#services-intro {
  padding: 20px 0px 40px; }
  @media only screen and (min-width : 768px) {
    #services-intro {
      padding: 20px 0px 80px; } }
  @media only screen and (min-width : 1024px) {
    #services-intro {
      padding: 50px 0 150px; } }
#services-intro__container {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  max-width: 855px;
  line-height: 1.35; }
  @media only screen and (min-width : 768px) {
    #services-intro__container {
      text-align: center; } }
  #services-intro__container {
    font-size: 28px; }
    @media screen and (min-width: 320px) {
      #services-intro__container {
        font-size: calc(28px + 8 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      #services-intro__container {
        font-size: 36px; } }
#services-intro__h1 {
  width: 80%;
  margin: 0 auto 18px;
  text-align: center;
  position: relative;
  font-size: 21.6px;
  line-height: 1.35; }
  @media only screen and (min-width : 768px) {
    #services-intro__h1 {
      margin: 0 auto 28px; } }
  #services-intro__h1:after {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    height: 1px;
    background: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1; }
    @media only screen and (min-width : 768px) {
      #services-intro__h1:after {
        max-width: 360px;
        width: 60%; } }
  #services-intro__h1 span {
    display: inline-block;
    background-color: white;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    font-family: "korolev-compressed", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 0 15px;
    background: #FFF;
    z-index: 100; }

/* 
* 	SERVICES LISTINGS
*/
#services-listings {
  background-color: #F1F2F4;
  padding-bottom: 1em;
  overflow-x: clip; }
  @media only screen and (min-width : 1024px) {
    #services-listings {
      margin-bottom: 90px;
      padding: 80px 0; } }
#services-listings-container {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto; }
  @media only screen and (min-width : 1024px) {
    #services-listings-container {
      width: 96%;
      max-width: 1660px;
      display: flex; } }
#services-listings-img {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em); }
  @media only screen and (min-width : 1024px) {
    #services-listings-img {
      margin-bottom: 0;
      flex: 1;
      position: relative; } }
  #services-listings-img img {
    height: auto;
    display: block; }
    @media only screen and (min-width : 1024px) {
      #services-listings-img img {
        position: absolute;
        right: 0;
        top: 0;
        height: 650px;
        width: auto;
        max-width: none;
        -webkit-transform: translateY(-110px);
                transform: translateY(-110px); } }
@media only screen and (min-width : 640px) {
  #services-listings-text {
    display: grid;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    grid-template: "head head" "left right";
    grid-template-rows: minmax(0, auto) minmax(0, 1fr); } }

@media only screen and (min-width : 1024px) {
  #services-listings-text {
    flex-basis: 740px;
    margin-left: 60px;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px; } }

@media only screen and (min-width : 1440px) {
  #services-listings-text {
    flex-basis: 800px;
    margin-left: 100px; } }

#services-listings-text ul li {
  margin-bottom: .5em;
  line-height: 1.2; }
  #services-listings-text ul li span {
    display: block;
    font-style: italic;
    padding-top: .15em;
    font-size: .9em; }

#services-listings-text .left {
  grid-area: left; }

#services-listings-text .right {
  grid-area: right; }

#services-listings-h2 {
  line-height: 1.35;
  margin-bottom: .5em;
  max-width: 600px;
  grid-area: head; }
  #services-listings-h2 {
    font-size: 22px; }
    @media screen and (min-width: 320px) {
      #services-listings-h2 {
        font-size: calc(22px + 10 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      #services-listings-h2 {
        font-size: 32px; } }
  @media only screen and (min-width : 1024px) {
    #services-listings-h2 {
      margin-bottom: 1.25em; } }
/*
*	TESTIMONIALS
*/
#services-testimonials {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  max-width: 1280px;
  padding: 25px 0; }
  @media only screen and (min-width : 768px) {
    #services-testimonials {
      display: flex;
      flex-flow: row nowrap;
      flex-direction: row-reverse;
      position: relative;
      padding: 50px 0; } }
  @media only screen and (min-width : 1024px) {
    #services-testimonials {
      padding: 50px 0 100px; } }
  #services-testimonials h2 {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

@media only screen and (min-width : 768px) {
  #services-testimonials__white-block {
    width: 45%;
    display: inline-block;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    left: 0; } }

@media only screen and (min-width : 768px) {
  #services-testimonials__white-block .inside {
    padding: 50px 80px 50px 0px;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    background-color: #FFF; } }

#services-testimonials__image-side {
  margin-bottom: 22px; }
  @media only screen and (min-width : 768px) {
    #services-testimonials__image-side {
      margin-bottom: 0;
      width: 55%; } }
.services-testimonials__image {
  display: block;
  position: relative;
  overflow: hidden; }
  .services-testimonials__image:after {
    content: '';
    display: block;
    padding-top: 100%; }
  .services-testimonials__image img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.services-testimonials__text h3 {
  margin-bottom: .5em; }

.services-testimonials__text span {
  font-family: "korolev-compressed", sans-serif;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 0.05em;
  font-size: 18px;
  opacity: 0;
  transition: opacity ease-in-out 0.3s; }
  html.wf-active .services-testimonials__text span {
    opacity: 1; }
  @media only screen and (min-width : 1024px) {
    .services-testimonials__text span {
      font-size: 20px; } }
#services-testimonials__nav ul {
  display: flex;
  justify-content: center;
  padding: 18px 0 0; }
  #services-testimonials__nav ul li {
    display: inline-block;
    margin-right: 6px; }
    #services-testimonials__nav ul li:last-child {
      margin-right: 0; }
    #services-testimonials__nav ul li.slick-active button {
      background-color: white; }

#services-testimonials__nav button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  outline-width: 0;
  color: rgba(0, 0, 0, 0);
  height: 12px;
  width: 12px;
  background-color: #ACACAC;
  border-radius: 50%;
  border: 1px #ACACAC solid;
  cursor: pointer; }

#services-locations {
  padding: 25px 0 0; }
  @media only screen and (min-width : 768px) {
    #services-locations {
      padding: 40px 0 0; } }
  #services-locations h2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 21.6px;
    line-height: 1.35; }
    #services-locations h2:after {
      content: "";
      display: block;
      position: absolute;
      width: 80%;
      height: 1px;
      background: #000;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1; }
      @media only screen and (min-width : 768px) {
        #services-locations h2:after {
          max-width: 360px;
          width: 60%; } }
    #services-locations h2 span {
      display: inline-block;
      background-color: white;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      font-family: "korolev-compressed", sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 0.05em;
      padding: 0 15px;
      background: #FFF;
      z-index: 100; }

.services-locations__ul {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 30px; }
  @media only screen and (min-width : 768px) {
    .services-locations__ul {
      display: flex;
      justify-content: center;
      flex-flow: row wrap;
      margin-bottom: 65px;
      max-width: 1080px; } }
  .services-locations__ul li {
    margin-bottom: 18px;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width : 1024px) {
      .services-locations__ul li {
        display: inline-flex;
        width: auto;
        padding: 0 0 0 18px;
        text-align: center; }
        .services-locations__ul li:before {
          content: '•';
          display: inline-flex;
          align-items: center;
          font-size: 12px;
          padding-right: 18px; }
        .services-locations__ul li:first-child:before {
          display: none; } }
#gallery-tax {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 22px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width : 1024px) {
    #gallery-tax {
      justify-content: center;
      overflow-x: visible;
      white-space: normal; } }
li.gallery-tax__li {
  padding: 0 8px; }
  @media only screen and (min-width : 1024px) {
    li.gallery-tax__li {
      padding: 0 12px; } }
  .post-type-archive-gallery li.gallery-tax__li:first-child {
    padding-left: 5vw; }
    @media only screen and (min-width : 1024px) {
      .post-type-archive-gallery li.gallery-tax__li:first-child {
        padding-left: 8px; } }
  li.gallery-tax__li.current {
    order: -1;
    padding-left: 5vw; }
    @media only screen and (min-width : 1024px) {
      li.gallery-tax__li.current {
        flex: 0 0 auto;
        order: unset;
        padding-left: 8px; } }
.gallery-tax__a {
  font-family: "korolev-compressed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.15em; }
  .gallery-tax__a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 8px 0 0; }
  .current .gallery-tax__a:after, .gallery-tax__a:hover:after, .gallery-tax__a:focus:after {
    background-color: #acacac; }

#gallery-list {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  max-width: 1280px;
  margin-bottom: 32px; }
  @media only screen and (min-width : 768px) {
    #gallery-list {
      display: flex;
      justify-content: space-between; } }
.gallery-list__item {
  margin-bottom: 10px; }
  @media only screen and (min-width : 768px) {
    .gallery-list__item {
      margin-bottom: 16px;
      flex: 0 0 calc(50% - 8px); } }
.gallery-list__link {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .gallery-list__link:after {
    content: '';
    display: block;
    padding-top: 60%;
    z-index: -4; }
  .gallery-list__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: -1; }
    @media only screen and (min-width : 768px) {
      .gallery-list__link:before {
        opacity: 0;
        background: rgba(0, 0, 0, 0.65);
        transition: opacity 250ms linear; } }
  .gallery-list__link img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -2; }
  @media only screen and (min-width : 768px) {
    .gallery-list__link:hover:before, .gallery-list__link:focus:before {
      opacity: 1;
      transition: opacity 250ms linear; }
    .gallery-list__link:hover .gallery-list__title, .gallery-list__link:focus .gallery-list__title {
      opacity: 1;
      transition: opacity 200ms linear 50ms, -webkit-transform 250ms ease-out;
      transition: transform 250ms ease-out, opacity 200ms linear 50ms;
      transition: transform 250ms ease-out, opacity 200ms linear 50ms, -webkit-transform 250ms ease-out;
      -webkit-transform: translateY(0px) translateX(0);
              transform: translateY(0px) translateX(0); } }
.gallery-list__title {
  color: #FFF;
  text-align: center;
  width: 100%;
  padding: 0 20px; }
  @media only screen and (min-width : 768px) {
    .gallery-list__title {
      opacity: 0;
      will-change: transform, opacity;
      transition: all 250ms linear;
      -webkit-transform: translateY(5px) translateX(0);
              transform: translateY(5px) translateX(0); } }
  @media only screen and (min-width : 1024px) {
    .gallery-list__title {
      padding: 0 20%; } }
  .gallery-list__title h3 {
    line-height: 1.1; }

.gallery-list__meta {
  text-transform: uppercase;
  font-family: "korolev-compressed", sans-serif;
  font-weight: bold;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding-top: 15px; }
  .gallery-list__meta li {
    padding: 0 7px; }
    .gallery-list__meta li:nth-of-type(2) {
      position: relative; }
      .gallery-list__meta li:nth-of-type(2):before {
        content: "\00B7";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-100%);
                transform: translateX(-50%) translateY(-100%);
        font-size: 36px;
        line-height: 1px; }

#gallery-header {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  overflow: hidden; }
  @media only screen and (min-width : 768px) {
    #gallery-header {
      min-height: 480px; } }
  @media only screen and (min-width : 1024px) {
    #gallery-header {
      min-height: 550px; } }
  @media only screen and (min-width : 1280px) {
    #gallery-header {
      min-height: 640px; } }
  #gallery-header img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -2; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      #gallery-header img {
        height: auto; } }
#gallery-header__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1; }

#gallery-title {
  color: #FFF;
  font-size: 38px;
  text-align: center;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4); }
  @media only screen and (min-width : 768px) {
    #gallery-title {
      font-size: 48px; } }
  @media only screen and (min-width : 1024px) {
    #gallery-title {
      font-size: 64px; } }
#gallery-location {
  color: #FFF;
  text-align: center;
  display: block;
  margin-top: 12px;
  font-family: "korolev-compressed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em; }
  @media only screen and (min-width : 768px) {
    #gallery-location {
      margin-top: 18px; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #gallery-header__text {
    height: 300px;
    display: flex;
    flex-flow: row wrap;
    align-items: center; } }
  @media only screen and (-ms-high-contrast: active) and (min-width : 768px), only screen and (-ms-high-contrast: none) and (min-width : 768px) {
    #gallery-header__text {
      height: 480px; } }
  @media only screen and (-ms-high-contrast: active) and (min-width : 1024px), only screen and (-ms-high-contrast: none) and (min-width : 1024px) {
    #gallery-header__text {
      height: 550px; } }
  @media only screen and (-ms-high-contrast: active) and (min-width : 1280px), only screen and (-ms-high-contrast: none) and (min-width : 1280px) {
    #gallery-header__text {
      height: 640px; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #gallery-header__text h1 {
      display: block;
      width: 100%;
      margin: 0; }
    #gallery-header__text span {
      width: 100%;
      margin: 0;
      display: none; } }

#gallery-info {
  text-align: center;
  padding: 2.5em 0 1em; }

#gallery-info__interior {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  max-width: 690px; }

#gallery-photographer {
  font-family: "korolev-compressed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 32px auto 8px;
  text-align: center;
  display: table; }
  @media only screen and (min-width : 1024px) {
    #gallery-photographer {
      margin: 32px auto 14px; } }
#gallery-single-nav__title, #gallery-archive-nav__title {
  margin: 0 0 8px;
  font-size: .85em;
  display: block;
  text-align: center;
  font-style: italic; }
  @media only screen and (min-width : 1024px) {
    #gallery-single-nav__title, #gallery-archive-nav__title {
      margin-top: 0; } }
  #gallery-single-nav__title.margin-top, #gallery-archive-nav__title.margin-top {
    margin-top: 1.5em; }
    @media only screen and (min-width : 1024px) {
      #gallery-single-nav__title.margin-top, #gallery-archive-nav__title.margin-top {
        margin-top: 2em; } }
#gallery-single-nav {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto .45em;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width : 1024px) {
    #gallery-single-nav {
      justify-content: center;
      overflow-x: visible;
      white-space: normal; } }
.gallery-single-nav__li {
  padding: 0 8px;
  display: inline-block; }
  .gallery-single-nav__li:first-child {
    padding-left: 5vw; }
    @media only screen and (min-width : 1024px) {
      .gallery-single-nav__li:first-child {
        padding: 0 12px; } }
  @media only screen and (min-width : 1024px) {
    .gallery-single-nav__li {
      padding: 0 12px; } }
.gallery-single-nav__a {
  font-family: "korolev-compressed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.15em;
  display: block;
  overflow-y: visible;
  padding-bottom: 8px;
  border-bottom: 1px transparent solid; }
  .gallery-single-nav__a:hover {
    border-bottom: 1px #acacac solid; }

#gallery-photos {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 32px; }
  #gallery-photos ul {
    margin: 0;
    padding: 0; }
    #gallery-photos ul li {
      width: 100%;
      padding-bottom: 18px; }
      @media only screen and (min-width : 768px) {
        #gallery-photos ul li {
          padding: 0 9px 18px;
          width: calc(50% - 18px); } }
      #gallery-photos ul li img {
        display: block;
        width: 100%;
        height: auto; }

html {
  scroll-behavior: smooth; }

.gallery-single-container {
  position: relative; }

.gallery-single-article {
  position: relative; }

.gallery-sections__section {
  margin-bottom: 2em;
  position: relative; }
  @media only screen and (min-width : 1024px) {
    .gallery-sections__section {
      padding-top: 105px; }
      .gallery-sections__section#gallery-section-outter-1 {
        padding-top: 40px; } }
.gallery-sections__bookmark {
  position: absolute;
  top: -80px; }
  @media only screen and (min-width : 768px) {
    .gallery-sections__bookmark {
      top: -50px; }
      .gallery-sections__bookmark.anchor-1 {
        top: -120px; } }
.gallery-sections__h2 {
  text-align: center;
  margin-bottom: .65em; }
  .gallery-sections__h2 {
    font-size: 32px; }
    @media screen and (min-width: 320px) {
      .gallery-sections__h2 {
        font-size: calc(32px + 18 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .gallery-sections__h2 {
        font-size: 50px; } }
  @media only screen and (min-width : 1024px) {
    .gallery-sections__h2 {
      margin-bottom: .85em; } }
#gallery-back {
  padding: calc(100px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    #gallery-back {
      padding: calc(100px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    #gallery-back {
      padding: 100px 0px; } }
  #gallery-back a {
    font-family: "korolev-compressed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    display: table;
    padding: 12px 20px;
    border: 1px #000 solid;
    margin: 0 auto; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 85vh !important;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

#gallery-photos ul {
  opacity: 0;
  transition: opacity 250ms linear 250ms; }
  #gallery-photos ul.loaded {
    opacity: 1; }

#gallery-top-button-sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding-bottom: 18px;
  left: auto;
  text-align: right;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: flex-end;
  pointer-events: none; }

#gallery-top-button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  padding: 4px 12px;
  margin-right: 18px;
  background-color: rgba(255, 255, 255, 0.25);
  pointer-events: auto;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 150ms all linear;
  font-style: italic; }
  #gallery-top-button:focus {
    outline-width: 0; }
  #gallery-top-button.visible {
    opacity: 1;
    visibility: visible; }

.home header h1 {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

#home-intro {
  position: relative; }
  @media only screen and (min-width : 1024px) {
    #home-intro {
      display: flex;
      justify-content: flex-start;
      flex-direction: row-reverse;
      margin-bottom: 100px; } }
#home-intro__carousel {
  position: relative;
  padding: calc(120px * 1/2) calc(0px * 1/2);
  display: flex;
  align-items: center; }
  @media only screen and (min-width : 768px) {
    #home-intro__carousel {
      padding: calc(120px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    #home-intro__carousel {
      padding: 120px 0px; } }
  #home-intro__carousel:before {
    content: '';
    display: block;
    width: 50vw;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  @media only screen and (min-width : 1024px) {
    #home-intro__carousel {
      display: inline-flex; }
      #home-intro__carousel:before {
        width: 30vw; } }
#home-intro__carousel__ul {
  width: 80vw;
  margin-left: 7.5vw;
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms linear, visiblity 250ms linear; }
  #home-intro__carousel__ul.slick-initialized {
    visibility: visible;
    opacity: 1; }
  @media only screen and (min-width : 1024px) {
    #home-intro__carousel__ul {
      width: 45vw;
      margin-left: 0; } }
  #home-intro__carousel__ul li {
    width: 80vw; }
    @media only screen and (min-width : 1024px) {
      #home-intro__carousel__ul li {
        width: 45vw; } }
.home-intro__carousel__div {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block; }
  .home-intro__carousel__div:before {
    display: block;
    content: '';
    padding-top: 66%;
    width: 100%; }
    @media only screen and (min-width : 1024px) {
      .home-intro__carousel__div:before {
        padding-top: 66%; } }
  .home-intro__carousel__div img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }

#home-intro__carousel__controls {
  margin: 0 auto; }
  @media only screen and (min-width : 1024px) {
    #home-intro__carousel__controls {
      width: 5vw; } }
#home-intro__carousel__controls__count, #home-intro__carousel__controls__total {
  margin: 0 auto 6px; }
  #home-intro__carousel__controls__count span, #home-intro__carousel__controls__total span {
    color: white;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-family: "korolev-compressed", sans-serif;
    cursor: pointer; }
    #home-intro__carousel__controls__count span::-moz-selection, #home-intro__carousel__controls__total span::-moz-selection {
      background-color: #000; }
    #home-intro__carousel__controls__count span::selection, #home-intro__carousel__controls__total span::selection {
      background-color: #000; }
    #home-intro__carousel__controls__count span:before, #home-intro__carousel__controls__total span:before {
      content: '0';
      display: inline-block;
      margin-right: 1px; }

#home-intro__carousel__controls__total {
  margin: 6px auto 0; }

#home-intro__carousel__controls__progress {
  height: 50px;
  width: 1px;
  background: #696969;
  position: relative;
  margin: 0 auto; }
  #home-intro__carousel__controls__progress span {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 2px;
    background: white;
    transition: height ease-in-out 0.3s;
    width: 1px; }

#home-intro__copy {
  width: 90vw;
  margin: 0 auto;
  padding: 45px 0; }
  @media only screen and (min-width : 1024px) {
    #home-intro__copy {
      display: inline-flex;
      align-items: center;
      max-width: 650px;
      width: 40vw;
      flex-flow: row wrap;
      justify-content: flex-end; }
      #home-intro__copy:before {
        content: '';
        display: block;
        background-color: #F1F2F4;
        position: absolute;
        top: 0;
        left: 0;
        height: 110%;
        width: 70vw;
        z-index: -2; } }
#home-intro__copy__summary {
  max-width: 500px;
  margin-top: 50px; }
  @media only screen and (min-width : 1024px) {
    #home-intro__copy__summary {
      max-width: 400px;
      margin-left: 100px; } }
  #home-intro__copy__summary:before {
    content: '';
    display: block;
    height: 1px;
    width: 100px;
    background-color: #ACACAC;
    margin-bottom: 30px; }

#home-intro__copy__h1 {
  font-size: 50px;
  font-size: 7vw; }
  @media (max-width: 857.1428571429px) {
    #home-intro__copy__h1 {
      font-size: 60px; } }
  @media (min-width: 1714.2857142857px) {
    #home-intro__copy__h1 {
      font-size: 120px; } }
  @media only screen and (min-width : 1024px) {
    #home-intro__copy__h1 span {
      display: block;
      white-space: nowrap; } }
  @media only screen and (min-width : 1024px) {
    #home-intro__copy__h1 {
      font-size: 50px;
      font-size: 4vw; } }
  @media only screen and (min-width : 1024px) and (max-width: 1500px) {
    #home-intro__copy__h1 {
      font-size: 60px; } }
  @media only screen and (min-width : 1024px) and (min-width: 2250px) {
    #home-intro__copy__h1 {
      font-size: 90px; } }
  @media only screen and (min-width : 1024px) {
      #home-intro__copy__h1 span:first-child {
        text-align: center; }
      #home-intro__copy__h1 span:last-child {
        padding-left: 90px; } }
#home-intro__press {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  width: 92vw;
  margin: 0 auto;
  align-items: center;
  margin-bottom: 32px; }
  @media only screen and (min-width : 1024px) {
    #home-intro__press {
      width: 70vw;
      position: absolute;
      left: 0;
      bottom: -65px;
      margin: 0;
      justify-content: space-around; } }
  @media only screen and (min-width : 1280px) {
    #home-intro__press {
      bottom: -36px; } }
  #home-intro__press img {
    width: auto;
    height: 38px;
    margin: 0 18px 28px; }
    @media only screen and (min-width : 1024px) {
      #home-intro__press img {
        margin: 0 10px 28px;
        height: 30px; } }
    @media only screen and (min-width : 1440px) {
      #home-intro__press img {
        height: 2vw; } }
/* 
* CENTER AREA FOR PRESS AND GALLERY INTRO 
*/
#home-center {
  padding: calc(100px * 1/2) calc(0 * 1/2); }
  @media only screen and (min-width : 768px) {
    #home-center {
      padding: calc(100px * 2/3) calc(0 * 2/3); } }
  @media only screen and (min-width : 1024px) {
    #home-center {
      padding: 100px 0; } }
  @media only screen and (min-width : 1024px) {
    #home-center {
      padding: 100px 0 50px; } }
@media only screen and (min-width : 1024px) {
  .home-center__row {
    display: flex;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: hidden; }
    .home-center__row.one {
      flex-flow: row-reverse; }
    .home-center__row.two {
      -webkit-transform: translateY(-25px);
              transform: translateY(-25px); }
      .home-center__row.two > div {
        -webkit-transform: translateX(25px);
                transform: translateX(25px); } }

@media only screen and (min-width : 1440px) {
  .home-center__row.two {
    align-items: center;
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px); }
    .home-center__row.two > div {
      -webkit-transform: translateX(75px);
              transform: translateX(75px); } }

.home-center__img {
  position: relative;
  width: 90vw;
  margin: 0 auto 32px;
  display: block; }
  @media only screen and (min-width : 1024px) {
    .home-center__img {
      margin: 0; } }
  .home-center__img:after {
    content: '';
    display: block;
    padding-top: 66%; }
  .home-center__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.home-center__copy {
  width: 90vw;
  margin: 0 auto 45px; }
  @media only screen and (min-width : 1024px) {
    .home-center__copy {
      display: inline-flex;
      justify-content: flex-start;
      flex: 0 0 50%;
      margin: 0;
      padding-top: 32px; }
      .one .home-center__copy {
        justify-content: flex-end; } }
  .home-center__copy h2 {
    font-size: 50px;
    font-size: 2.5vw;
    line-height: 1.25;
    max-width: 450px;
    margin: 0 0 8px; }
    @media (max-width: 1280px) {
      .home-center__copy h2 {
        font-size: 32px; } }
    @media (min-width: 1920px) {
      .home-center__copy h2 {
        font-size: 48px; } }
.home-center__copy__interior {
  box-sizing: content-box; }
  @media only screen and (min-width : 1024px) {
    .home-center__copy__interior {
      width: 450px;
      padding: 0 5vw 0 90px; }
      .one .home-center__copy__interior {
        padding: 0 90px 1.5em 5vw; }
      .two .home-center__copy__interior {
        padding-top: 110px; } }
.home-center__emphasis {
  font-family: "korolev-compressed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: .5em;
  display: inline-block; }
  .home-center__emphasis:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: #acacac;
    margin: 8px 0 18px; }
    @media only screen and (min-width : 1024px) {
      .home-center__emphasis:after {
        margin: 8px 0 32px; } }
#home-ig {
  margin-bottom: 32px; }
  @media only screen and (min-width : 1024px) {
    #home-ig {
      margin-bottom: 120px; } }
/* 
* INSTAGRAM
*/
#home-ig__h1 {
  text-align: center;
  font-size: 50px;
  font-size: 2.5vw;
  margin-bottom: 28px; }
  @media (max-width: 1280px) {
    #home-ig__h1 {
      font-size: 32px; } }
  @media (min-width: 1920px) {
    #home-ig__h1 {
      font-size: 48px; } }
#home-ig__link {
  display: table;
  margin: 18px auto;
  font-family: "korolev-compressed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  #home-ig__link:after {
    display: block;
    content: '';
    background-color: #acacac;
    height: 1px;
    margin: 8px auto;
    width: 50px; }

#home-ig__icon {
  margin: 0 auto 14px;
  display: block;
  height: auto; }
  @media only screen and (min-width : 1024px) {
    #home-ig__icon {
      width: 28px; } }
#sb_instagram {
  max-width: 1640px;
  margin: 0 auto;
  padding-bottom: 1% !important; }
  #sb_instagram #sbi_images {
    float: none;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    #sb_instagram #sbi_images .sbi_item {
      float: none; }

/* 
* TESTIMONIALS - SAMANTHA ASKED FOR THIS TO BE REMOVED 1/26/2020
*/
/*
#home-testimonials{
	display: flex;
	width: 100%;
	justify-content: flex-end;
	align-items:center;
	flex-flow: row-reverse;
	position: relative;

	html & .slick-track{
		display: flex;
		align-items: center;
	}
	&:after{
		content: '';
		display: block;
		background-color: $black;
		z-index: -2;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
#home-testimonials__ul{
	width: calc(80% - 8px);
	max-width: 750px;
	margin-left: 8px;
}
.home-testimonials__li{
	position: relative;
	color: white;
	padding: 30px 0;
	@media only screen and (min-width : 768px) {
		padding: 12vh 0;
	}
	@media only screen and (min-width : 1024px) {
		padding: 16vh 0;
	}
}
.home-testimonials__intro{
	font-family:$korolev;
	text-transform:uppercase;
	letter-spacing: 0.05em;
	&:after{
		display: block;
		content: '';
		background-color: $medgrey;
		height: 1px;
		width: 50px;
		margin: 8px 0 32px;
	}
}
.home-testimonials__text{
	@media only screen and (min-width : 1024px) {
		font-size: 24px;
	}
}
.home-testimonials__citation2020{
	font-style: italic;
	margin-top: 22px;
	font-size: 23px;
}
#home-testimonials__carousel__controls{
	width: 10%;
}

#home-testimonials__carousel__controls__count, #home-testimonials__carousel__controls__total{
	margin: 0 auto 6px;
	span{
		color: white;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 22px;
		font-family:$korolev;
		cursor: pointer;
		&::selection{
			background-color: $black;
		}
		&:before{
			content:'0';
			display: inline-block;
			margin-right: 1px;
		}
	}
}
#home-testimonials__carousel__controls__total{
	margin: 6px auto 0;
}

#home-testimonials__carousel__controls__progress{
	height:50px;	
	width:1px;
	background:#696969;
	position:relative;
	margin: 0 auto;
	span{
		display:inline-block;
		position:absolute;
		top:0;
		height:2px;
		background:white;
		transition:height ease-in-out 0.3s;
		width: 1px;
	}
}


// IMAGE BACKGROUND CAROUSEL
#home-testimonials__ul-images{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	&:after{
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(242deg, rgba(0,0,0,0.00) 0%, #000000 100%);
	}
	li{
		
		figure{
			display: block;
			position: relative;

			&:after{
				content:'';
				display: block;
				padding-top: 150%;
				@media only screen and (min-width : 768px) {
					padding-top: 66%;
				}
			}
			img{
				width: 100%;
				height: 100%;
				object-fit: cover;
				position: absolute;
				@include center(y);
				
			}
		}
		
	}
}*/
/*
*	TESTIMONIALS
*/
#home-testimonials {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  max-width: 1280px;
  padding: calc(50px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    #home-testimonials {
      padding: calc(50px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    #home-testimonials {
      padding: 50px 0px; } }
  @media only screen and (min-width : 768px) {
    #home-testimonials {
      display: flex;
      flex-flow: row nowrap;
      flex-direction: row-reverse;
      position: relative; } }
  @media only screen and (min-width : 1024px) {
    #home-testimonials {
      padding: 50px 0px 150px; } }
  #home-testimonials h2 {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

@media only screen and (min-width : 768px) {
  #home-testimonials__white-block {
    width: 45%;
    display: inline-block;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    left: 0; } }

@media only screen and (min-width : 768px) {
  #home-testimonials__white-block .inside {
    padding: 50px 80px 50px 0px;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    background-color: #FFF; } }

#home-testimonials__image-side {
  margin-bottom: 22px; }
  @media only screen and (min-width : 768px) {
    #home-testimonials__image-side {
      margin-bottom: 0;
      width: 55%; } }
.home-testimonials__image {
  display: block;
  position: relative;
  overflow: hidden; }
  .home-testimonials__image:after {
    content: '';
    display: block;
    padding-top: 100%; }
  .home-testimonials__image img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.home-testimonials__text h3 {
  margin-bottom: .5em; }

.home-testimonials__text span {
  font-family: "korolev-compressed", sans-serif;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 0.05em;
  font-size: 18px;
  opacity: 0;
  transition: opacity ease-in-out 0.3s; }
  html.wf-active .home-testimonials__text span {
    opacity: 1; }
  @media only screen and (min-width : 1024px) {
    .home-testimonials__text span {
      font-size: 20px; } }
#home-testimonials__nav ul {
  display: flex;
  justify-content: center;
  padding: 18px 0 0; }
  #home-testimonials__nav ul li {
    display: inline-block;
    margin-right: 6px; }
    #home-testimonials__nav ul li:last-child {
      margin-right: 0; }
    #home-testimonials__nav ul li.slick-active button {
      background-color: white; }

#home-testimonials__nav button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  outline-width: 0;
  color: rgba(0, 0, 0, 0);
  height: 12px;
  width: 12px;
  background-color: #ACACAC;
  border-radius: 50%;
  border: 1px #ACACAC solid;
  cursor: pointer; }

#video-h1 {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

#video__ul-media {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  padding: calc(50px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    #video__ul-media {
      padding: calc(50px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    #video__ul-media {
      padding: 50px 0px; } }
  @media only screen and (min-width : 768px) {
    #video__ul-media {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 50px; } }
  @media only screen and (min-width : 768px) and (-ms-high-contrast: active), only screen and (min-width : 768px) and (-ms-high-contrast: none) {
    #video__ul-media {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start; } }
  #video__ul-media h2 {
    font-size: 24px;
    margin: 14px 0 8px;
    text-align: center; }
    @media only screen and (min-width : 768px) {
      #video__ul-media h2 {
        font-size: 32px;
        margin: 18px 0; } }
  #video__ul-media span {
    font-family: "korolev-compressed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    display: table;
    margin: 0 auto; }

@media only screen and (min-width : 768px) and (-ms-high-contrast: active), only screen and (min-width : 768px) and (-ms-high-contrast: none) {
  #video__ul-media li {
    width: calc(50% - 25px);
    margin-bottom: 50px; }
    #video__ul-media li:nth-child(odd) {
      margin-right: 50px; } }

.video__video-div {
  position: relative;
  padding-top: 56.25%; }
  .video__video-div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
*
*	CONTACT
*
*/
.contact__form h1 {
  margin-bottom: .25em; }
  .contact__form h1 {
    font-size: 32px; }
    @media screen and (min-width: 320px) {
      .contact__form h1 {
        font-size: calc(32px + 13 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .contact__form h1 {
        font-size: 45px; } }
#contact-offices {
  background-color: #F1F2F4;
  padding: 45px 0; }
  @media only screen and (min-width : 1024px) {
    #contact-offices {
      padding: 140px 0; } }
#contact-offices-ul {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  list-style-type: none;
  margin: 0 auto;
  padding: 0; }
  @media only screen and (min-width : 768px) {
    #contact-offices-ul {
      display: flex;
      justify-content: center; } }
  #contact-offices-ul li {
    margin-bottom: 1.5em; }
    @media only screen and (min-width : 768px) {
      #contact-offices-ul li {
        flex: 0 0 40%;
        margin: 0 32px; } }
#contact-offices-h2 {
  text-align: center;
  margin-bottom: .5em; }
  #contact-offices-h2 {
    font-size: 32px; }
    @media screen and (min-width: 320px) {
      #contact-offices-h2 {
        font-size: calc(32px + 13 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      #contact-offices-h2 {
        font-size: 45px; } }
.contact-offices-h3 {
  width: 80%;
  margin: 0 auto 18px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width : 768px) {
    .contact-offices-h3 {
      margin: 0 auto 28px; } }
  .contact-offices-h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .contact-offices-h3 span {
    display: table;
    flex: 0 0 auto;
    margin: 0 auto;
    background-color: white;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    font-family: "korolev-compressed", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 0 15px;
    background-color: #F1F2F4;
    z-index: 100;
    font-size: 22px; }

.contact-offices-address {
  display: table;
  margin: 0 auto; }
  .contact-offices-address {
    font-size: 22px; }
    @media screen and (min-width: 320px) {
      .contact-offices-address {
        font-size: calc(22px + 4 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .contact-offices-address {
        font-size: 26px; } }
.page-headline {
  padding: 2em 0 0;
  display: block;
  text-align: center; }
  @media only screen and (min-width : 1024px) {
    .page-headline {
      padding: 3em 0 0; } }
.about-team__gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center; }
  .about-team__gallery li {
    width: 50%; }
  .about-team__gallery a {
    display: block;
    position: relative;
    padding-top: 70%; }
  .about-team__gallery img {
    width: 102%;
    height: 101%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }

.about-team__summary {
  width: 90vw;
  max-width: 1064px;
  margin: 0 auto;
  background-color: white;
  max-width: 720px;
  text-align: center;
  padding: 1rem 1.5rem;
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px); }

@media only screen and (min-width : 1024px) {
  .about-team__gallery {
    margin-top: 40px; }
    .about-team__gallery li {
      width: 25%; } }

@media only screen and (min-width : 1280px) {
  .about-team__summary {
    -webkit-transform: translateY(-42px);
            transform: translateY(-42px);
    padding: 1rem 2.5rem; } }
/*# sourceMappingURL=style.css.map */