/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2017 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Mon Aug 28 2017 05:13 EDT-0400
 * Plugins: viewport
 * Styles: core
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}
@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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; }

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  direction: ltr; }
  .plyr,
  .plyr *,
  .plyr *::after,
  .plyr *::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .plyr a,
  .plyr button,
  .plyr input,
  .plyr label {
    -ms-touch-action: manipulation;
        touch-action: manipulation; }
  .plyr:focus {
    outline: 0; }
  .plyr video,
  .plyr audio {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit; }
  .plyr input[type="range"] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    border: none;
    background: transparent; }
    .plyr input[type="range"]::-webkit-slider-runnable-track {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      -webkit-user-select: none;
              user-select: none; }
    .plyr input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      margin-top: -4px;
      position: relative;
      height: 16px;
      width: 16px;
      background: #fff;
      border: 2px solid transparent;
      border-radius: 100%;
      -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
      transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
      transition: background .2s ease, border .2s ease, transform .2s ease;
      transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
              box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .plyr input[type="range"]::-moz-range-track {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      -moz-user-select: none;
           user-select: none; }
    .plyr input[type="range"]::-moz-range-thumb {
      position: relative;
      height: 16px;
      width: 16px;
      background: #fff;
      border: 2px solid transparent;
      border-radius: 100%;
      -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
      transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
      transition: background .2s ease, border .2s ease, transform .2s ease;
      transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
      box-sizing: border-box; }
    .plyr input[type="range"]::-ms-track {
      height: 8px;
      background: transparent;
      border: 0;
      color: transparent; }
    .plyr input[type="range"]::-ms-fill-upper {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      -ms-user-select: none;
          user-select: none; }
    .plyr input[type="range"]::-ms-fill-lower {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      -ms-user-select: none;
          user-select: none;
      background: #d82a2a; }
    .plyr input[type="range"]::-ms-thumb {
      position: relative;
      height: 16px;
      width: 16px;
      background: #fff;
      border: 2px solid transparent;
      border-radius: 100%;
      -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
      transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
      transition: background .2s ease, border .2s ease, transform .2s ease;
      transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
      box-sizing: border-box;
      margin-top: 0; }
    .plyr input[type="range"]::-ms-tooltip {
      display: none; }
    .plyr input[type="range"]:focus {
      outline: 0; }
    .plyr input[type="range"]::-moz-focus-outer {
      border: 0; }
    .plyr input[type="range"].tab-focus:focus {
      outline-offset: 3px; }
    .plyr input[type="range"]:active::-webkit-slider-thumb {
      background: #d82a2a;
      border-color: #fff;
      -webkit-transform: scale(1.25);
              transform: scale(1.25); }
    .plyr input[type="range"]:active::-moz-range-thumb {
      background: #d82a2a;
      border-color: #fff;
      transform: scale(1.25); }
    .plyr input[type="range"]:active::-ms-thumb {
      background: #d82a2a;
      border-color: #fff;
      transform: scale(1.25); }

.plyr--video input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5); }

.plyr--audio input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5); }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important; }

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit; }

.plyr__video-embed {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0; }
  .plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .plyr__video-embed > div {
    position: relative;
    padding-bottom: 200%;
    -webkit-transform: translateY(-35.95%);
            transform: translateY(-35.95%); }

.plyr .plyr__video-embed iframe {
  pointer-events: none; }

.plyr video::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-weight: 400; }
  .plyr__captions span {
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    line-height: 150%; }
  .plyr__captions span:empty {
    display: none; }
  @media (min-width: 768px) {
    .plyr__captions {
      font-size: 1.5rem; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr--hide-controls .plyr__captions {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px); }

@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 2rem; } }

.plyr ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
  pointer-events: none; }
  .plyr__controls > * {
    pointer-events: all; }
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 5px; }
    .plyr__controls > button:first-child,
    .plyr__controls .plyr__progress:first-child,
    .plyr__controls .plyr__time:first-child {
      margin-left: 0; }
  .plyr__controls .plyr__volume {
    margin-left: 5px; }
  .plyr__controls [data-plyr="pause"] {
    margin-left: 0; }
  .plyr__controls button {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    color: inherit; }
    .plyr__controls button svg {
      width: 18px;
      height: 18px;
      display: block;
      fill: currentColor; }
    .plyr__controls button:focus {
      outline: 0; }
  .plyr__controls .icon--exit-fullscreen,
  .plyr__controls .icon--muted,
  .plyr__controls .icon--captions-on {
    display: none; }
  @media (min-width: 480px) {
    .plyr__controls > button,
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time {
      margin-left: 10px; } }

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none; }

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
    background: #d82a2a;
    color: #fff; }

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64; }
  .plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover {
    background: #d82a2a;
    color: #fff; }

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
  background: #d82a2a;
  border: 4px solid currentColor;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor; }
  .plyr__play-large:focus {
    outline: 1px dotted rgba(255, 255, 255, 0.5); }

.plyr .plyr__play-large {
  display: inline-block; }

.plyr--audio .plyr__play-large {
  display: none; }

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden; }

.plyr__controls [data-plyr="pause"],
.plyr--playing .plyr__controls [data-plyr="play"] {
  display: none; }

.plyr--playing .plyr__controls [data-plyr="pause"] {
  display: inline-block; }

.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block; }
  .plyr--fullscreen-active .icon--exit-fullscreen + svg,
  .plyr--muted .plyr__controls .icon--muted + svg,
  .plyr--captions-active .plyr__controls .icon--captions-on + svg {
    display: none; }

.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"] {
  display: none; }

.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"] {
  display: inline-block; }

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease; }
  .plyr__tooltip::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0.7);
    border-left: 4px solid transparent;
    z-index: 2; }

.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1); }

.plyr button:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%; }
  .plyr__controls button:first-child .plyr__tooltip::before {
    left: 16px; }

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }
  .plyr__controls button:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }

.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:last-child:hover .plyr__tooltip,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1); }

.plyr__progress {
  display: none;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .plyr__progress input[type="range"] {
    position: relative;
    z-index: 2; }
    .plyr__progress input[type="range"]::-webkit-slider-runnable-track {
      background: transparent; }
    .plyr__progress input[type="range"]::-moz-range-track {
      background: transparent; }
    .plyr__progress input[type="range"]::-ms-fill-upper {
      background: transparent; }
  .plyr__progress .plyr__tooltip {
    left: 0; }

.plyr .plyr__progress {
  display: inline-block; }

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 100px; }
  .plyr__progress--buffer::-webkit-progress-bar,
  .plyr__progress--played::-webkit-progress-bar,
  .plyr__volume--display::-webkit-progress-bar {
    background: transparent; }
  .plyr__progress--buffer::-webkit-progress-value,
  .plyr__progress--played::-webkit-progress-value,
  .plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px; }
  .plyr__progress--buffer::-moz-progress-bar,
  .plyr__progress--played::-moz-progress-bar,
  .plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px; }
  .plyr__progress--buffer::-ms-fill,
  .plyr__progress--played::-ms-fill,
  .plyr__volume--display::-ms-fill {
    border-radius: 100px; }

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #d82a2a;
  background: transparent;
  -webkit-transition: none;
  transition: none; }
  .plyr__progress--played::-webkit-progress-value,
  .plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    transition: none; }
  .plyr__progress--played::-moz-progress-bar,
  .plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    transition: none; }
  .plyr__progress--played::-ms-fill,
  .plyr__volume--display::-ms-fill {
    display: none; }

.plyr__progress--buffer::-webkit-progress-value {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease; }

.plyr__progress--buffer::-moz-progress-bar {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease; }

.plyr__progress--buffer::-ms-fill {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease; }

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25); }

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.67); }

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67); }

.plyr--loading .plyr__progress--buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67); }

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem; }

.plyr__time + .plyr__time {
  display: none; }
  @media (min-width: 768px) {
    .plyr__time + .plyr__time {
      display: inline-block; } }
  .plyr__time + .plyr__time::before {
    content: "\2044";
    margin-right: 10px; }

.plyr__volume {
  display: none; }

.plyr .plyr__volume {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }
  .plyr .plyr__volume input[type="range"] {
    position: relative;
    z-index: 2; }
  @media (min-width: 480px) {
    .plyr .plyr__volume {
      display: block;
      max-width: 60px; } }
  @media (min-width: 768px) {
    .plyr .plyr__volume {
      max-width: 100px; } }

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr="mute"] {
  display: none !important; }

.plyr--fullscreen-active {
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 0 !important; }
  .plyr--fullscreen-active video {
    height: 100%; }
  .plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr--fullscreen-active .plyr__video-embed {
    overflow: visible; }
  .plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.plyr--fullscreen-fallback.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000; }

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  margin: 0 auto;
  width: 42px;
  text-align: center; }
  .sk-three-bounce .sk-child {
    width: 10.5px;
    height: 10.5px;
    background-color: #d82a2a;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
            animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
  .sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s; }
  .sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s; }

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-size: 17px;
  line-height: 1.5; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  width: 100%;
  overflow-x: hidden; }
  @media screen and (max-width: 1299px) {
    body.nav-open:before {
      content: '';
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 100; } }

a {
  color: #d82a2a;
  text-decoration: none; }

img.size-full {
  display: block;
  max-width: 100%;
  height: auto; }
  img.size-full.aligncenter {
    margin-left: auto;
    margin-right: auto; }

iframe {
  max-width: 100%; }

.flex-min-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

h1, .h1 {
  text-transform: uppercase; }

h2, .h2 {
  text-transform: uppercase; }

h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1.5625rem;
  line-height: 2.0625rem; }
  @media screen and (max-width: 767px) {
    h3 {
      margin-bottom: 10px; } }

h4 {
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.5625rem; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0; }

h1:last-child, h2:last-child, h3:last-child, h4:last-child {
  margin-bottom: 0; }

.oswald {
  font-family: "Oswald", sans-serif; }

.text-lower {
  text-transform: lowercase; }

.weight-light {
  font-weight: 300; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

p {
  margin-bottom: 1.5em; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

hr {
  border: 2px solid #cccccc;
  margin: 57px 0 20px 0; }

.error {
  color: #d82a2a; }

ul.plain, ol.plain {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.plain li, ol.plain li {
    display: inline-block; }

ul:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) {
  width: 100%;
  text-align: left;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }
  ul:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) > li {
    position: relative;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    /* Theoretically FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */
    display: table;
    /* Actually FF 20+ */
    padding-left: 35px;
    margin-bottom: 25px; }
    ul:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) > li:first-child {
      margin-top: 0; }
    ul:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) > li:last-child {
      margin-bottom: 0; }
    ul:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) > li:before {
      content: '';
      background-image: url(../images/sprite.01ba2a90df6e576daec181f63e9e7ae3.png);
      background-position: -311px -91px;
      width: 13px;
      height: 12px;
      opacity: 0.4;
      display: block;
      position: absolute;
      top: 6px;
      right: auto;
      bottom: auto;
      left: 0; }
    ul:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) > li > ul {
      margin-top: 20px; }
  ul:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options).dark > li:before {
    opacity: 0.8; }

@media (min-width: 321px) and (max-width: 768px) {
  ul:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) > li {
    padding-left: 35px;
    margin-bottom: 17px; } }
  @media (max-width: 767px) {
    ul:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) > li {
      padding-left: 26px;
      margin-bottom: 17px; } }

ol:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) {
  counter-reset: section;
  width: 100%;
  text-align: left;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }
  ol:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) > li {
    position: relative;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    /* Theoretically FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */
    display: table;
    /* Actually FF 20+ */
    padding-left: 35px;
    margin-bottom: 25px; }
    ol:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) > li:first-child {
      margin-top: 0; }
    ol:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) > li:last-child {
      margin-bottom: 0; }
    ol:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) > li:before {
      counter-increment: section;
      content: counters(section, ".") ". ";
      display: block;
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      font-weight: 600; }
    ol:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) > li > ul {
      margin-top: 20px; }

@media (min-width: 321px) and (max-width: 768px) {
  ol:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) > li {
    padding-left: 35px;
    margin-bottom: 17px; } }
  @media (max-width: 767px) {
    ol:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) > li {
      padding-left: 26px;
      margin-bottom: 17px; } }

blockquote {
  position: relative;
  display: inline-block;
  font-style: italic; }
  blockquote:before {
    content: '\201C';
    font-family: 'Arial', sans-serif;
    font-size: 3.125rem;
    line-height: 3.125rem;
    font-weight: bolder;
    text-align: center;
    color: inherit;
    opacity: 0.2;
    font-style: normal;
    position: absolute;
    top: -20px;
    right: auto;
    bottom: auto;
    left: -35px;
    margin: auto;
    z-index: 1; }

.cta-link {
  color: #000;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23000%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
  background-size: 12px;
  padding-right: 30px; }
  .cta-link:hover {
    font-weight: bold; }
  .cta-link.cta-link--white {
    color: #fff;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23fff%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: 12px; }
  @media screen and (max-width: 767px) {
    .cta-link {
      font-size: 0.9375rem; } }

.image-caption-left {
  float: left;
  margin-right: 35px;
  font-size: 0.8125rem;
  line-height: 130%;
  width: auto;
  height: auto;
  overflow: visible;
  margin-bottom: 20px; }

.wp-caption-text {
  margin-top: 10px;
  font-size: 0.8125rem;
  line-height: 130%;
  color: #000; }

.wp-caption.alignleft {
  float: left;
  margin-right: 35px;
  font-size: 0.8125rem;
  line-height: 130%;
  width: auto;
  height: auto;
  overflow: visible;
  margin-bottom: 20px; }

.wp-caption.alignright {
  float: right;
  margin-left: 35px;
  font-size: 0.8125rem;
  line-height: 130%;
  width: auto;
  height: auto;
  overflow: visible;
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .wp-caption, .wp-caption.align-left, .wp-caption.alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%; } }

.callout_right {
  float: right;
  width: 331px;
  margin-left: 35px;
  font-size: 0.8125rem;
  line-height: 130%;
  border: 1px solid #aaaaaa;
  border-top: 5px solid #aaaaaa;
  border-bottom: 5px solid #aaaaaa; }

.callout_right td {
  padding: 40px 25px; }

.image-caption-right {
  float: right;
  margin-left: 35px;
  color: #d82a2a;
  font-size: 0.8125rem;
  line-height: 130%;
  width: auto;
  height: auto;
  overflow: visible;
  margin-bottom: 20px; }

.bg-gray-textured {
  background: url(/wp-content/themes/nyct/assets/images/gray-bg.png); }

.bg-gray-lined {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAFBJpMuAAAAGFBMVEXg4ODw8PDz8/Pf39/g4ODv7+/w8PDz8/O5vaV4AAAAA3RSTlPt7e1uJ5RJAAAAMElEQVQI1wXBCxUAEBAAwc0gAcqIIIDPBeDZ+mbIQKMiVzyUxJZ4uHCGzFBCBzr6B/PzDHGS7KmUAAAAAElFTkSuQmCC); }

.image-accent:before {
  content: '';
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAFBJpMuAAAAGFBMVEXg4ODw8PDz8/Pf39/g4ODv7+/w8PDz8/O5vaV4AAAAA3RSTlPt7e1uJ5RJAAAAMElEQVQI1wXBCxUAEBAAwc0gAcqIIIDPBeDZ+mbIQKMiVzyUxJZ4uHCGzFBCBzr6B/PzDHGS7KmUAAAAAElFTkSuQmCC); }

.breadcrumbs {
  font-size: 0.875rem; }

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  /*
        background: inherit;
        border: inherit;
        color: inherit;
        font: inherit;
        line-height: normal;
        overflow: visible;
        padding: 0;
        */
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }

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

.button, footer.footer .footer__bottom .footer__bottom__buttons li a {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  font-family: "Oswald", sans-serif;
  color: #000;
  text-align: center;
  background: transparent;
  border: 2px solid #000;
  display: inline-block;
  padding: 14px 12px;
  position: relative;
  -webkit-transition: all 0.13s ease-in-out;
  transition: all 0.13s ease-in-out; }
  .button:before, footer.footer .footer__bottom .footer__bottom__buttons li a:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border: 1px solid rgba(0, 0, 0, 0.4); }
  .button:hover, footer.footer .footer__bottom .footer__bottom__buttons li a:hover {
    color: #fff;
    background: #000; }
    .button:hover:before, footer.footer .footer__bottom .footer__bottom__buttons li a:hover:before {
      border-color: white;
      border-width: 2px; }
  .button.button--lg, footer.footer .footer__bottom .footer__bottom__buttons li a.button--lg {
    font-size: 1.375rem;
    letter-spacing: 0.08rem;
    padding: 19px 20px; }

@media (max-width: 1299px) and (min-width: 768px) {
  .button, footer.footer .footer__bottom .footer__bottom__buttons li a {
    font-size: 0.8125rem;
    padding: 10px 14px; }
    .button.button--lg, footer.footer .footer__bottom .footer__bottom__buttons li a.button--lg {
      font-size: 1.125rem;
      padding: 14px 38px; } }
  @media (max-width: 767px) {
    .button, footer.footer .footer__bottom .footer__bottom__buttons li a {
      font-size: 0.8125rem;
      padding: 10px 14px; }
      .button.button--lg, footer.footer .footer__bottom .footer__bottom__buttons li a.button--lg {
        font-size: 0.9375rem;
        padding: 14px 15px; } }

.button--white, footer.footer .footer__bottom .footer__bottom__buttons li a {
  color: #fff;
  border-color: #fff; }
  .button--white:before, footer.footer .footer__bottom .footer__bottom__buttons li a:before {
    border-color: rgba(255, 255, 255, 0.4); }
  .button--white:hover, footer.footer .footer__bottom .footer__bottom__buttons li a:hover, .button--white.button--hover, footer.footer .footer__bottom .footer__bottom__buttons li a.button--hover {
    color: #000;
    background: #fff; }
    .button--white:hover:before, footer.footer .footer__bottom .footer__bottom__buttons li a:hover:before, .button--white.button--hover:before, footer.footer .footer__bottom .footer__bottom__buttons li a.button--hover:before {
      border-color: black;
      border-width: 2px; }

.button--red, footer.footer .footer__bottom .footer__bottom__buttons li.red a {
  color: #fff;
  border-color: #fff;
  z-index: 1; }
  .button--red:before, footer.footer .footer__bottom .footer__bottom__buttons li.red a:before {
    border-color: rgba(255, 255, 255, 0.4);
    background: #b3042c;
    z-index: -1; }
  .button--red:hover, footer.footer .footer__bottom .footer__bottom__buttons li.red a:hover {
    color: #000; }
    .button--red:hover:before, footer.footer .footer__bottom .footer__bottom__buttons li.red a:hover:before {
      border-color: black;
      border-width: 2px;
      background: #fff; }

.datepicker .datepicker__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  .datepicker .datepicker__top .datepicker__title {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .datepicker .datepicker__top .datepicker__year {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 130px; }
    .datepicker .datepicker__top .datepicker__year select {
      width: 100%; }

.datepicker .datepicker__bottom .datepicker__months {
  list-style: none;
  padding: 0;
  margin-left: -10px;
  font-size: 0; }

.datepicker .datepicker__bottom .datepicker__month {
  display: none;
  width: calc(25% - 10px);
  border: 2px solid #000;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #000;
  padding: 8px;
  font-size: 1.0625rem;
  line-height: 1.0625rem; }
  .datepicker .datepicker__bottom .datepicker__month.current {
    display: inline-block; }
  .datepicker .datepicker__bottom .datepicker__month:hover, .datepicker .datepicker__bottom .datepicker__month.active {
    background: #d82a2a;
    color: #fff;
    border-color: #d82a2a; }
  .datepicker .datepicker__bottom .datepicker__month .datepicker__month__title {
    font-family: "Oswald", sans-serif;
    font-size: 1.1875rem;
    line-height: 1.1875rem;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .datepicker .datepicker__bottom .datepicker__month .datepicker__month__count {
    font-size: 0.9375rem;
    line-height: 0.9375rem; }

select.form-input {
  border: 1px solid #7f7f7f;
  outline: none;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  letter-spacing: 0.025rem;
  padding: 21px 17px;
  background: #f3f3f3;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='947.1 336.4 270.2 218.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='fill: %23000%3B'%3E%3Cg%3E%3Cpath d='M1197.3%2C344.3c20.1-14.2%2C26-8.6%2C13.3%2C12.4l-114.6%2C188.7c-7.6%2C12.6-20.1%2C12.6-27.7%2C0L953.8%2C356.6 c-12.8-21-6.7-26.5%2C13.3-12.4l13.2%2C9.3c56.3%2C39.7%2C147.6%2C39.7%2C203.8%2C0L1197.3%2C344.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center right 20px;
  background-size: 17px 15px; }
  select.form-input.form-input--white {
    background: #fff; }

select.form-input::-ms-expand {
  display: none; }

.select2-hidden-accessible {
  display: none; }

.select2 .selection {
  display: block; }

.select2 .select2-selection {
  padding-right: 50px;
  display: block;
  position: relative;
  border: 1px solid #7f7f7f;
  outline: none;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  letter-spacing: 0.025rem;
  padding: 21px 17px;
  background: #f3f3f3;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }
  .select2 .select2-selection:after {
    content: '';
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='947.1 336.4 270.2 218.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='fill: %23000%3B'%3E%3Cg%3E%3Cpath d='M1197.3%2C344.3c20.1-14.2%2C26-8.6%2C13.3%2C12.4l-114.6%2C188.7c-7.6%2C12.6-20.1%2C12.6-27.7%2C0L953.8%2C356.6 c-12.8-21-6.7-26.5%2C13.3-12.4l13.2%2C9.3c56.3%2C39.7%2C147.6%2C39.7%2C203.8%2C0L1197.3%2C344.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    background-size: 17px 15px;
    width: 17px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: auto;
    margin: auto; }

.select2-container {
  display: block;
  max-width: 100%; }
  .select2-container.select2-container--open .select2-selection:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .select2-container .select2-dropdown {
    display: block; }
  .select2-container .select2-search--hide {
    display: none; }
  .select2-container .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #7f7f7f;
    border-top: none;
    max-height: 236px;
    overflow-y: scroll; }
    .select2-container .select2-results__options li {
      display: block;
      font-size: 1.0625rem;
      line-height: 1.0625rem;
      letter-spacing: 0.025rem;
      padding: 21px 17px;
      background: #fff;
      cursor: pointer; }
      .select2-container .select2-results__options li:nth-child(n + 2) {
        border-top: 1px solid #7f7f7f; }
      .select2-container .select2-results__options li:hover {
        font-weight: bold; }
      .select2-container .select2-results__options li[aria-selected=true] {
        display: none; }
        .select2-container .select2-results__options li[aria-selected=true]:first-child + li {
          border-top: none; }
  .select2-container .select2-dropdown--above .select2-results__options {
    border-top: 1px solid #7f7f7f;
    border-bottom: none; }

.form-row + .form-row, .form-row + .form-group {
  margin-top: 35px; }

@media screen and (min-width: 768px) {
  .form-row.form-row--2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px; }
    .form-row.form-row--2col > .form-group {
      width: calc(50% - 20px);
      margin-left: 20px;
      margin-right: 20px; }
      .form-row.form-row--2col > .form-group:nth-child(2) {
        margin-top: 0; } }

.form-group {
  position: relative; }
  .form-group + .form-group {
    margin-top: 35px; }

.form-input:not([type="checkbox"]) {
  border: 1px solid #7f7f7f;
  outline: none;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  padding: 20px 17px;
  background: #f3f3f3;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }
  .form-input:not([type="checkbox"]).form-input--block {
    display: block;
    width: 100%; }
    .form-input:not([type="checkbox"]).form-input--block.select2-hidden-accessible {
      display: none; }
  .form-input:not([type="checkbox"]).form-input--white {
    background: #fff; }
    .form-input:not([type="checkbox"]).form-input--white + .select2-container .select2-selection {
      background: #fff; }
  .form-input:not([type="checkbox"]):focus {
    border-color: #000; }
  .form-input:not([type="checkbox"]).error {
    border-color: #d82a2a;
    color: #000; }
  .form-input:not([type="checkbox"]).success {
    border-color: #3d9d00; }
  .form-input:not([type="checkbox"])[disabled] {
    color: #e1e1e1;
    border-color: #e1e1e1; }

input[type="search"].form-input {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='159.2 438.6 668.8 661.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M578.2%2C576.1c-38.9-38.9-89.8-58.3-140.7-58.3c-50.9%2C0-101.9%2C19.4-140.7%2C58.3c-77.7%2C77.7-77.7%2C203.7%2C0%2C281.5 c38.9%2C38.9%2C89.8%2C58.3%2C140.7%2C58.3c50.9%2C0%2C101.9-19.4%2C140.7-58.3C655.9%2C779.8%2C655.9%2C653.8%2C578.2%2C576.1z M552.8%2C832.1 c-30.8%2C30.8-71.7%2C47.8-115.3%2C47.8s-84.5-17-115.3-47.8c-63.6-63.6-63.6-167%2C0-230.6c30.8-30.8%2C71.7-47.8%2C115.3-47.8 s84.5%2C17%2C115.3%2C47.8C616.3%2C665.1%2C616.3%2C768.5%2C552.8%2C832.1z'/%3E%3Cpath d='M649.8%2C896.4c92.6-109.3%2C87.6-273.2-15.6-376.3c-54.3-54.3-125.5-81.5-196.8-81.5s-142.4%2C27.2-196.8%2C81.5 c-108.7%2C108.7-108.7%2C284.8%2C0%2C393.5c54.3%2C54.3%2C125.6%2C81.5%2C196.8%2C81.5c67.2%2C0%2C134.2-24.5%2C187.2-72.9l172.6%2C172.6 c3.5%2C3.5%2C8.1%2C5.3%2C12.7%2C5.3c4.6%2C0%2C9.2-1.8%2C12.7-5.3c7-7%2C7-18.4%2C0-25.5L649.8%2C896.4z M437.5%2C959.1c-64.7%2C0-125.5-25.2-171.3-71 c-45.8-45.8-71-106.6-71-171.3s25.2-125.6%2C71-171.3c45.8-45.8%2C106.6-71%2C171.3-71c64.7%2C0%2C125.6%2C25.2%2C171.3%2C71 c45.8%2C45.8%2C71%2C106.6%2C71%2C171.3s-25.2%2C125.5-71%2C171.3C563%2C933.9%2C502.2%2C959.1%2C437.5%2C959.1z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right 20px;
  background-size: 23px 23px; }

label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.form-label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 5px; }

.form-message {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto; }

.form-checkbox.form-checkbox--block {
  display: block;
  width: 0;
  white-space: nowrap; }
  .form-checkbox.form-checkbox--block:after {
    content: "\A";
    white-space: pre; }

.form-checkbox + .form-checkbox {
  margin-top: 33px; }

.form-checkbox input {
  display: none; }

.form-checkbox input + span {
  display: inline-block;
  width: 21px;
  height: 21px;
  border: 1px solid #7f7f7f;
  vertical-align: middle;
  margin-right: 8px; }

.form-checkbox input[type="checkbox"] + span {
  width: 21px;
  height: 21px; }

.form-checkbox input[type="checkbox"]:checked + span {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAPCAMAAAAxmgQeAAAAk1BMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACEGrSNAAAAMHRSTlMAAAEDBgoPFBUXHB8kJi0wNztCR05Sf4GIkJefpautsri6u77DxMvT29zk5+vx9vrOKaBcAAAAhUlEQVR4AV3OiQ7CMAgG4L/O6bzve9731Mn7P91+1iZNS0JIPgiAKNLLwkTUPMt/HtFRRB4BJQfSMwsoJ70y3dd21NiR3l1DWxc9S1tSQTJYaU9to9SHWi7EDsdZvwPUluzrW0ulIazZnz7M3wjOiCcCaQxvSK+kcgJvincppwgNrdsM3ip4gg9wriKpBgAAAABJRU5ErkJggg==);
  background-position: center;
  background-repeat: no-repeat; }

.form-checkbox input[type="radio"] + span {
  width: 20px;
  height: 20px;
  border-radius: 49.9%; }

.form-checkbox input[type="radio"]:checked + span {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAM1BMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADxgEwMAAAAEHRSTlMABgcbbW5vx8vP0NHz9Pj5x+0EuQAAAElJREFUeNpVjVEOgDAIQ8sYY0Omu/9pJRpF31df06QASNRdhRDwWBeDo498YwV1vVRoiuJI2b/i/5mkCIo9eSt5aoyAWp+zNwJOB7oGsb1f3+oAAAAASUVORK5CYII=);
  background-position: center;
  background-repeat: no-repeat; }

.grid-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1574px;
  padding-left: 40px;
  padding-right: 40px; }
  .grid-container::after {
    clear: both;
    content: "";
    display: table; }
  .grid-container.grid-container--fluid {
    max-width: 100%; }
  .grid-container.grid-container--small {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px; }

@media (min-width: 768px) and (max-width: 1299px) {
  .grid-container {
    padding: 0 20px; }
    .grid-container.grid-container--small {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .grid-container {
      padding: 0 10px; }
      .grid-container.grid-container--small {
        padding: 0 10px; } }

.slick-slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
  display: inline-block;
  font-size: 0; }
  .slick-slider .slick-dots li {
    display: inline-block;
    /* Reset `button` and button-style `input` default styles */
    margin: 0 5px; }
    .slick-slider .slick-dots li [role="button"],
    .slick-slider .slick-dots li input[type="submit"],
    .slick-slider .slick-dots li input[type="reset"],
    .slick-slider .slick-dots li input[type="button"],
    .slick-slider .slick-dots li button {
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
    .slick-slider .slick-dots li input[type="submit"],
    .slick-slider .slick-dots li input[type="reset"],
    .slick-slider .slick-dots li input[type="button"],
    .slick-slider .slick-dots li button {
      /*
        background: inherit;
        border: inherit;
        color: inherit;
        font: inherit;
        line-height: normal;
        overflow: visible;
        padding: 0;
        */
      -webkit-appearance: button;
      /* for input */
      -webkit-user-select: none;
      /* for button */
      -moz-user-select: none;
      -ms-user-select: none; }
    .slick-slider .slick-dots li input::-moz-focus-inner,
    .slick-slider .slick-dots li button::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .slick-slider .slick-dots li button {
      font-size: 0;
      width: 9px;
      height: 9px;
      padding: 0;
      background: #e7e7e7;
      border: 1px solid rgba(179, 4, 44, 0.64);
      border-radius: 49.9%;
      -webkit-box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.27);
              box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.27);
      outline: none !important; }
    .slick-slider .slick-dots li.slick-active button, .slick-slider .slick-dots li:hover button {
      border: 1px solid #b3042c;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: #b3042c; }

.slick-slider .slick-arrow {
  width: 56px;
  height: 56px;
  background: #b3042c;
  font-size: 0;
  position: absolute;
  top: calc(50% - 28px);
  z-index: 1000;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  color: inherit;
  /* cursor: default; */
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  outline: 0; }
  .slick-slider .slick-arrow:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23fff%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E");
    display: inline-block;
    width: 21px;
    height: 21px; }
  .slick-slider .slick-arrow:hover {
    background: #fff; }
    .slick-slider .slick-arrow:hover:after {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23000%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E"); }
  .slick-slider .slick-arrow.slick-prev {
    left: calc(50% - 636px); }
    .slick-slider .slick-arrow.slick-prev:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .slick-slider .slick-arrow.slick-next {
    left: calc(50% + 580px); }

@media (max-width: 1299px) and (min-width: 768px) {
  .slick-slider .slick-arrow {
    width: 42px;
    height: 42px; } }
  @media (max-width: 767px) {
    .slick-slider .slick-arrow {
      display: none !important; } }
  .slick-slider .slick-arrow::-moz-focus-inner {
    border: 0;
    padding: 0; }

.plyr__play-large {
  border: none;
  width: 75px;
  height: 75px; }
  .plyr__play-large:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='973.1 310.5 218.3 270.2' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='fill: %23fff%3B'%3E%3Cg%3E%3Cpath d='M980.9%2C330.5c-14.2-20.1-8.6-26%2C12.4-13.3L1182%2C431.8c12.6%2C7.6%2C12.6%2C20.1%2C0%2C27.7L993.3%2C574c-21%2C12.8-26.5%2C6.7-12.4-13.3 l9.3-13.2c39.7-56.3%2C39.7-147.6%2C0-203.8L980.9%2C330.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 17px; }
  .plyr__play-large:hover {
    background: #fff; }
    .plyr__play-large:hover:before {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='973.1 310.5 218.3 270.2' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='fill: %23000%3B'%3E%3Cg%3E%3Cpath d='M980.9%2C330.5c-14.2-20.1-8.6-26%2C12.4-13.3L1182%2C431.8c12.6%2C7.6%2C12.6%2C20.1%2C0%2C27.7L993.3%2C574c-21%2C12.8-26.5%2C6.7-12.4-13.3 l9.3-13.2c39.7-56.3%2C39.7-147.6%2C0-203.8L980.9%2C330.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .plyr__play-large svg {
    display: none; }

.pagination {
  font-size: 0;
  margin-top: 40px; }
  .pagination span, .pagination a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    font-size: 1.125rem;
    line-height: 3.5rem;
    color: #000;
    text-align: center;
    width: 56px;
    height: 56px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: color 0.13s ease-in-out;
    transition: color 0.13s ease-in-out; }
    .pagination span.current, .pagination a.current {
      color: #d82a2a; }
    .pagination span:not(.next):not(.prev), .pagination a:not(.next):not(.prev) {
      border: 1px solid #cccccc;
      border-left: none; }
      .pagination span:not(.next):not(.prev):first-child, .pagination a:not(.next):not(.prev):first-child {
        border-left: 1px solid #cccccc; }
    .pagination span.prev, .pagination span.next, .pagination a.prev, .pagination a.next {
      color: #fff;
      background: #b3042c;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23fff%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 21px 21px;
      -webkit-transition: background 0.13s ease-in-out;
      transition: background 0.13s ease-in-out; }
      .pagination span.prev:hover, .pagination span.next:hover, .pagination a.prev:hover, .pagination a.next:hover {
        background-color: #000; }
    .pagination span.prev, .pagination a.prev {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      margin-right: 10px; }
      .pagination span.prev + .page-numbers, .pagination a.prev + .page-numbers {
        border-left: 1px solid #cccccc; }
    .pagination span.next, .pagination a.next {
      margin-left: 10px; }
    .pagination span.page-numbers:hover, .pagination a.page-numbers:hover {
      color: #d82a2a; }
  @media screen and (max-width: 767px) {
    .pagination span, .pagination a {
      width: 36px;
      height: 36px;
      font-size: 0.8125rem;
      line-height: 2.25rem; }
      .pagination span.prev, .pagination span.next, .pagination a.prev, .pagination a.next {
        background-size: 14px 14px; } }

.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table thead {
    border-top: 1px solid #cccccc; }
    .table thead tr {
      background: #f7f7f7; }
    .table thead th {
      padding: 10px 5px; }
  .table tbody {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
  .table td {
    padding: 10px 5px; }

.stacktable {
  width: 100%; }

.st-head-row {
  padding-top: 1em;
  background: #f7f7f7; }

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0; }

.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%; }

.st-val {
  width: 49%;
  padding-left: 1%; }

.stacktable.large-only {
  display: table; }

.stacktable.small-only {
  display: none; }

@media (max-width: 767px) {
  .stacktable.large-only {
    display: none; }
  .stacktable.small-only {
    display: table; } }

.image-captioned {
  position: relative; }
  .image-captioned .image-caption {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 30px;
    left: 26px;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.375rem;
    width: 75%;
    z-index: 10; }
    .image-captioned .image-caption .image-caption__title {
      display: inline-block;
      font-size: 1.0625rem;
      margin-bottom: 5px; }
  @media screen and (max-width: 767px) {
    .image-captioned .image-caption {
      display: none; } }

.image-gradient {
  position: relative; }
  .image-gradient:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
  .image-gradient.image-zigzag:after {
    right: 10px;
    bottom: 10px; }

img.alignleft {
  float: left;
  margin-right: 30px; }
  @media screen and (max-width: 767px) {
    img.alignleft {
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px; } }

img.alignright {
  float: right;
  margin-left: 30px; }
  @media screen and (max-width: 767px) {
    img.alignright {
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px; } }

table {
  display: block;
  width: 100%;
  overflow-x: auto; }

.block:not(.block--no-bottom-padding) + .accordion {
  margin-top: -30px; }

.accordion {
  background: #e7e7e7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .accordion .accordion__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 636px;
    width: 100%; }
  .accordion .accordion__image {
    width: 50%; }
    .accordion .accordion__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover"; }
  .accordion .accordion__nav {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .accordion .accordion__nav .accordion__nav__item + .accordion__nav__item {
      margin-top: 1px; }
    .accordion .accordion__nav .accordion__nav__item.active .accordion__nav__item__button {
      color: #fff;
      background: #b3042c;
      position: relative; }
      .accordion .accordion__nav .accordion__nav__item.active .accordion__nav__item__button:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8.5px 0 8.5px 9px;
        border-color: transparent transparent transparent #b3042c;
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: 100%;
        margin: auto; }
    .accordion .accordion__nav .accordion__nav__item__button {
      background: #fff;
      display: block;
      width: 281px;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      font-size: 1.125rem;
      line-height: 1.25rem;
      color: #000;
      padding: 28px;
      cursor: pointer; }
    .accordion .accordion__nav .accordion__nav__item__copy {
      display: none; }
  .accordion .accordion__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%; }
  .accordion .accordion__item {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    opacity: 0; }
    .accordion .accordion__item.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      visibility: visible;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      z-index: 1;
      opacity: 1; }
    .accordion .accordion__item .accordion__item__button {
      display: none;
      cursor: pointer; }
    .accordion .accordion__item .accordion__item__title {
      margin-bottom: 25px; }
    .accordion .accordion__item .accordion__item__copy {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 78px; }
      .accordion .accordion__item .accordion__item__copy .accordion__item__content {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
      .accordion .accordion__item .accordion__item__copy .accordion__item__cta {
        width: 0; }
  .accordion.accordion--banner .accordion__item__cta {
    margin-top: 25px; }

.accordion.accordion--vertical {
  display: block;
  height: auto;
  padding: 73px 0;
  background: #fff; }
  .accordion.accordion--vertical + .accordion.accordion--vertical {
    padding-top: 0; }
  .accordion.accordion--vertical .block-intro {
    padding: 0 10px;
    margin-bottom: 55px; }
  .accordion.accordion--vertical .accordion__wrapper {
    min-height: 0; }
  .accordion.accordion--vertical .accordion__items {
    display: block;
    width: 100%;
    border-bottom: 1px solid #cccccc; }
  .accordion.accordion--vertical .accordion__item {
    border-top: 1px solid #cccccc;
    display: block;
    visibility: visible;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    opacity: 1; }
    .accordion.accordion--vertical .accordion__item.active {
      display: block; }
      .accordion.accordion--vertical .accordion__item.active .accordion__item__button:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 807 648 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: %23fff%3B' d='M864%2C825.3c0-0.1%2C0-0.2%2C0-0.3c0-0.1%2C0-0.3%2C0-0.4c0-0.3%2C0-0.6%2C0-0.9c0-0.3%2C0-0.5-0.1-0.8c0-0.4-0.1-0.8-0.2-1.1 c0-0.1%2C0-0.3-0.1-0.4c-0.7-3.3-2.1-6.3-4.1-8.7l-0.5-0.1c-3.3-3.4-7.9-5.6-13-5.6h-41.6H275.6H234c-5.1%2C0-9.7%2C2.1-13%2C5.6l-0.5%2C0.1 c-2%2C2.3-3.4%2C5.4-4.1%2C8.7c0%2C0.1%2C0%2C0.2-0.1%2C0.4c-0.1%2C0.4-0.1%2C0.8-0.2%2C1.2c0%2C0.3-0.1%2C0.5-0.1%2C0.8c0%2C0.3%2C0%2C0.6%2C0%2C1c0%2C0.1%2C0%2C0.3%2C0%2C0.4 c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.4%2C0%2C0.9%2C0.1%2C1.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0.3%2C3.5%2C1.7%2C7.1%2C4.4%2C10.5l0.5%2C0.1c3.3%2C3.4%2C7.9%2C5.6%2C13%2C5.6h41.6h528.8H846 c5.1%2C0%2C9.7-2.1%2C13-5.6l0.5-0.1c2.7-3.3%2C4-6.9%2C4.4-10.4c0-0.1%2C0-0.2%2C0-0.3C864%2C826.1%2C864%2C825.7%2C864%2C825.3z'/%3E%3C/svg%3E"); }
      .accordion.accordion--vertical .accordion__item.active .accordion__item__copy {
        display: block; }
    .accordion.accordion--vertical .accordion__item .accordion__item__button {
      display: block;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      font-size: 1.875rem;
      line-height: 1.875rem;
      color: #000;
      padding: 18px 12px;
      position: relative;
      padding-right: 80px; }
      .accordion.accordion--vertical .accordion__item .accordion__item__button:after {
        content: '';
        width: 65px;
        height: 64px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: %23fff%3B' d='M864%2C825.3c0-0.1%2C0-0.2%2C0-0.3c0-0.1%2C0-0.3%2C0-0.4c0-0.3%2C0-0.6%2C0-0.9c0-0.3%2C0-0.5-0.1-0.8c0-0.4-0.1-0.8-0.2-1.1 c0-0.1%2C0-0.3-0.1-0.4c-0.7-3.3-2.1-6.3-4.1-8.7l-0.5-0.1c-3.3-3.4-7.9-5.6-13-5.6h-41.6H275.6H234c-5.1%2C0-9.7%2C2.1-13%2C5.6l-0.5%2C0.1 c-2%2C2.3-3.4%2C5.4-4.1%2C8.7c0%2C0.1%2C0%2C0.2-0.1%2C0.4c-0.1%2C0.4-0.1%2C0.8-0.2%2C1.2c0%2C0.3-0.1%2C0.5-0.1%2C0.8c0%2C0.3%2C0%2C0.6%2C0%2C1c0%2C0.1%2C0%2C0.3%2C0%2C0.4 c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.4%2C0%2C0.9%2C0.1%2C1.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0.3%2C3.5%2C1.7%2C7.1%2C4.4%2C10.5l0.5%2C0.1c3.3%2C3.4%2C7.9%2C5.6%2C13%2C5.6h41.6h528.8H846 c5.1%2C0%2C9.7-2.1%2C13-5.6l0.5-0.1c2.7-3.3%2C4-6.9%2C4.4-10.4c0-0.1%2C0-0.2%2C0-0.3C864%2C826.1%2C864%2C825.7%2C864%2C825.3z'/%3E%3Cpath style='fill: %23fff%3B' d='M540.3%2C501c-0.1%2C0-0.2%2C0-0.3%2C0c-0.1%2C0-0.3%2C0-0.4%2C0c-0.3%2C0-0.6%2C0-0.9%2C0c-0.3%2C0-0.5%2C0-0.8%2C0.1c-0.4%2C0-0.8%2C0.1-1.1%2C0.2 c-0.1%2C0-0.3%2C0-0.4%2C0.1c-3.3%2C0.7-6.3%2C2.1-8.7%2C4.1l-0.1%2C0.5c-3.4%2C3.3-5.6%2C7.9-5.6%2C13v41.6v528.8v41.6c0%2C5.1%2C2.1%2C9.7%2C5.6%2C13l0.1%2C0.5 c2.3%2C2%2C5.4%2C3.4%2C8.7%2C4.1c0.1%2C0%2C0.2%2C0%2C0.4%2C0.1c0.4%2C0.1%2C0.8%2C0.1%2C1.2%2C0.2c0.3%2C0%2C0.5%2C0.1%2C0.8%2C0.1c0.3%2C0%2C0.6%2C0%2C1%2C0c0.1%2C0%2C0.3%2C0%2C0.4%2C0 c0.1%2C0%2C0.2%2C0%2C0.3%2C0c0.4%2C0%2C0.9%2C0%2C1.3-0.1c0.1%2C0%2C0.2%2C0%2C0.3%2C0c3.5-0.3%2C7.1-1.7%2C10.5-4.4l0.1-0.5c3.4-3.3%2C5.6-7.9%2C5.6-13v-41.6V560.6 V519c0-5.1-2.1-9.7-5.6-13l-0.1-0.5c-3.3-2.7-6.9-4-10.4-4.4c-0.1%2C0-0.2%2C0-0.3%2C0C541.2%2C501%2C540.7%2C501%2C540.3%2C501z'/%3E%3C/svg%3E") no-repeat center;
        background-size: 34px;
        background-color: #b3042c;
        text-align: center;
        line-height: 4rem;
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: auto;
        left: auto; }
    .accordion.accordion--vertical .accordion__item .accordion__item__copy {
      display: none;
      padding: 0 78px 78px; }
      .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__title {
        display: none; }
      .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__content p:first-child {
        margin-top: 0; }
      .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__content p:last-child {
        margin-bottom: 0; }
      .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__content .accordion__item__image {
        display: inline-block;
        max-width: 387px;
        float: right;
        margin-left: 30px;
        margin-bottom: 60px; }
        .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__content .accordion__item__image img {
          max-width: 100%;
          height: auto; }
        .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__content .accordion__item__image + p, .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__content .accordion__item__image + h2, .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__content .accordion__item__image + h3, .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__content .accordion__item__image + h4 {
          margin-top: 0; }
      .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__cta {
        width: 0;
        margin-top: 30px; }

.audio {
  background: #e7e7e7;
  padding: 75px 0 96px 0; }
  .audio .audio__embed {
    margin-top: 52px;
    font-size: 0; }

.banner {
  min-height: 260px;
  padding: 70px 0;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #000; }
  .banner .banner__breadcrumbs {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: auto;
    left: 0;
    font-size: 0.875rem;
    line-height: 1.875rem;
    text-align: left;
    z-index: 10; }
    .banner .banner__breadcrumbs a {
      color: #fff;
      text-decoration: underline; }
  .banner .banner__inner {
    position: relative;
    z-index: 1; }
  .banner .banner__title {
    font-size: 4.375rem;
    font-weight: bold;
    color: #fff;
    font-family: "Oswald", sans-serif;
    margin: 0; }
    .banner .banner__title .banner__title__pre {
      font-weight: 300; }
  .banner .banner__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    font-size: 'object-fit: cover';
    opacity: 0.5;
    height: 100%;
    width: 100%; }
  .banner .banner__button {
    margin-top: 35px; }
  .banner.banner--unfiltered .banner__image {
    opacity: 1; }
  .banner.banner--secondary {
    min-height: 365px; }
    .banner.banner--secondary .banner__title {
      font-size: 3.125rem;
      line-height: 3.125rem; }

@media (min-width: 768px) and (max-width: 1299px) {
  .banner {
    min-height: 124px; }
    .banner .banner__title {
      font-size: 2.8125rem;
      line-height: 2.8125rem; } }

.block-title {
  margin-top: 0;
  font-size: 3.1875rem;
  line-height: 3.1875rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .block-title {
      font-size: 1.875rem;
      line-height: 1.875rem; } }

.block-intro {
  font-size: 1.5625rem;
  line-height: 2.5rem;
  text-align: center; }
  .block-intro p:first-child {
    margin-top: 0; }
  .block-intro p:last-child {
    margin-bottom: 0; }
  .block-intro + .block-content {
    margin-top: 25px; }
  .block-intro + .block-button {
    margin-top: 54px; }
  @media (max-width: 767px) {
    .block-intro {
      font-size: 1rem;
      line-height: 1.5rem; } }

.block-subtitle {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 1.875rem;
  line-height: 1.875rem; }

.block-content p:first-child {
  margin-top: 0; }

.block-content p:last-child {
  margin-bottom: 0; }

.block-content + .block-button {
  margin-top: 70px; }

.block-button {
  min-width: 300px; }

.block {
  padding: 72px 0 75px 0; }
  .block.block--slim .grid-container {
    max-width: 886px; }
  .block.block--divider .grid-container {
    position: relative; }
  .block.block--divider .block__divider {
    content: '';
    position: absolute;
    top: auto;
    right: 0;
    bottom: -75px;
    left: 0;
    border-bottom: 2px solid rgba(204, 204, 204, 0.5);
    max-width: 1200px;
    width: 100%;
    margin: auto; }
  .block.block--no-top-padding {
    padding-top: 0; }
  .block.block--no-bottom-padding {
    padding-bottom: 0; }
  .block.block--gray {
    background: #e7e7e7; }
  .block .block__inner {
    max-width: 1180px;
    margin: 0 auto; }
  .block .block__title {
    margin-top: 0; }
  .block .block__content {
    font-size: 1.625rem;
    line-height: 2.5rem; }
  @media (min-width: 1300px) {
    .block.block--left-desktop {
      text-align: left; }
      .block.block--left-desktop .block-title, .block.block--left-desktop .block-intro {
        text-align: left;
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 767px) {
    .block {
      padding: 30px 0; } }

.bordered {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 80px; }
  .bordered.bg-gray-textured .bordered__title {
    background: url(/wp-content/themes/nyct/assets/images/gray-bg.png); }
  .bordered .bordered__inner {
    position: relative; }
  .bordered .bordered__title {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 3.1875rem;
    line-height: 3.1875rem;
    margin: 0;
    padding: 0 42px;
    position: relative;
    z-index: 10;
    background: #fff; }
  .bordered .bordered__subtitle {
    color: #d82a2a;
    font-size: 1.9375rem;
    font-weight: bold;
    text-transform: uppercase; }
  .bordered .bordered__content {
    padding: 30px 160px 44px 160px;
    z-index: 10;
    position: relative; }
    .bordered .bordered__content p:first-child {
      margin-top: 0; }
    .bordered .bordered__content p:last-child {
      margin-bottom: 0; }
  .bordered .bordered__ctas {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    z-index: 1;
    padding: 0 44px;
    max-width: 1000px;
    margin: auto; }
    .bordered .bordered__ctas .bordered__cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left;
      font-size: 1.125rem;
      line-height: 1.375rem;
      text-transform: uppercase;
      font-weight: bold;
      color: #000;
      font-family: "Oswald", sans-serif; }
      .bordered .bordered__ctas .bordered__cta:hover {
        color: #d82a2a; }
      .bordered .bordered__ctas .bordered__cta + .bordered__cta {
        margin-left: 52px; }
      .bordered .bordered__ctas .bordered__cta .bordered__cta__image {
        width: 42px;
        height: 57px;
        fill: #b3042c;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .bordered .bordered__ctas .bordered__cta .bordered__cta__title {
        margin-left: 15px; }
  .bordered .bordered__border {
    position: absolute;
    top: 17px;
    right: 0;
    bottom: 24px;
    left: 0;
    border: 17px solid rgba(204, 204, 204, 0.5); }
  @media (max-width: 767px) {
    .bordered {
      padding-top: 35px;
      padding-bottom: 40px; }
      .bordered .bordered__title {
        font-size: 1.9375rem;
        line-height: 1.9375rem;
        max-width: 240px; }
      .bordered .bordered__subtitle {
        font-size: 1.3125rem;
        max-width: 240px;
        display: inline-block;
        margin-top: 15px; }
      .bordered .bordered__border {
        position: absolute;
        top: 18px;
        right: 18px;
        bottom: 18px;
        left: 18px;
        border: 8px solid rgba(204, 204, 204, 0.5); } }

.feed {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  /*
    @include media('<desktop') {
        .feed__items {
            @include clearfix;
            &:before {
                display: none;
            }
        }

        // - Positioning
        .feed__item {
            position: relative;
            float: left;

            left: 0 !important;
            top: 0 !important;

            &:nth-child(n + 2) {
                width: 50%;

                &:before {
                    padding-top: 100%;
                }
            }

            &:first-child {
                width: 100%;
                
                &:before {
                    padding-top: 50%;
                }
            }

            &:nth-child(n+6) {
                display: none;
            }
        }
    }*/
  /*@include media('<tablet') {
        
    }*/ }
  .feed .feed__items {
    position: relative; }
    .feed .feed__items:before {
      content: ''; }
    .feed .feed__items:not(:first-child) {
      margin-top: 50px; }
  .feed .feed__item {
    position: relative;
    text-align: left;
    color: #fff;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .feed .feed__item:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .feed .feed__item:hover:after {
      content: '';
      position: absolute;
      top: 1px;
      right: 1px;
      bottom: 1px;
      left: 1px;
      border: 1px solid #d82a2a; }
    .feed .feed__item:hover .feed__item__cta:after {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23fff%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E"); }
    .feed .feed__item .feed__item__inner {
      position: absolute;
      top: 2px;
      right: 2px;
      bottom: 2px;
      left: 2px;
      padding: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      background-color: #d82a2a;
      background-size: cover;
      background-position: center; }
      .feed .feed__item .feed__item__inner:after {
        content: '';
        position: absolute;
        top: 30px;
        right: auto;
        bottom: auto;
        left: 30px; }
      @media screen and (min-width: 1300px) and (max-width: 1619px) {
        .feed .feed__item .feed__item__inner {
          padding: 20px; }
          .feed .feed__item .feed__item__inner:after {
            left: 20px;
            top: 20px; } }
    .feed .feed__item .feed__item__title {
      position: relative;
      margin-bottom: 30px;
      max-width: 540px;
      z-index: 1; }
    .feed .feed__item .feed__item__content {
      position: relative;
      z-index: 1; }
    .feed .feed__item .feed__item__author {
      font-family: "Oswald", sans-serif;
      font-size: 1.0625rem;
      margin-top: 15px;
      position: relative;
      z-index: 1; }
    .feed .feed__item.feed__item--facebook .feed__item__inner:before, .feed .feed__item.feed__item--twitter .feed__item__inner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: transparent;
      background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, transparent), to(rgba(0, 0, 0, 0.75)));
      background: linear-gradient(to bottom, transparent 0%, transparent 0, rgba(0, 0, 0, 0.75) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
    .feed .feed__item.feed__item--facebook .feed__item__inner:after {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 60.5 60.5' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' fill='none' style='stroke: %23fff%3B' stroke-width='4' stroke-miterlimit='10' width='56.5' height='56.5'/%3E%3Cpath style='fill: %23fff%3B' d='M40.7%2C31l0%2C6.9h-7.5v18.8h-7.1V37.9h-6.5V31h6.5v-5.9c0-5.9%2C3.6-9.6%2C9.3-9.6l5.5%2C0v6.3l-3.6%2C0c-3.6%2C0-4.1%2C1.9-4.1%2C4V31H40.7 z'/%3E%3C/svg%3E");
      width: 29px;
      height: 29px; }
    .feed .feed__item.feed__item--twitter .feed__item__inner:after {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 60.5 60.5' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' fill='none' style='stroke: %23fff%3B' stroke-width='4' stroke-miterlimit='10' width='56.5' height='56.5'/%3E%3Cpath style='fill: %23fff%3B' d='M51.1%2C18.8c-1.5%2C0.7-3.2%2C1.1-4.9%2C1.3c1.8-1.1%2C3.1-2.7%2C3.8-4.7c-1.7%2C1-3.5%2C1.7-5.4%2C2.1c-1.6-1.7-3.8-2.7-6.2-2.7 c-4.7%2C0-8.5%2C3.8-8.5%2C8.5c0%2C0.7%2C0.1%2C1.3%2C0.2%2C1.9c-7.1-0.4-13.4-3.8-17.6-8.9c-0.7%2C1.3-1.2%2C2.7-1.2%2C4.3c0%2C3%2C1.5%2C5.6%2C3.8%2C7.1 c-1.4%2C0-2.7-0.4-3.9-1.1c0%2C0%2C0%2C0.1%2C0%2C0.1c0%2C4.1%2C2.9%2C7.6%2C6.9%2C8.4c-0.7%2C0.2-1.5%2C0.3-2.3%2C0.3c-0.6%2C0-1.1-0.1-1.6-0.2 c1.1%2C3.4%2C4.2%2C5.9%2C8%2C5.9c-2.9%2C2.3-6.6%2C3.7-10.6%2C3.7c-0.7%2C0-1.4%2C0-2-0.1c3.8%2C2.4%2C8.3%2C3.8%2C13.1%2C3.8c15.7%2C0%2C24.3-13%2C24.3-24.3 c0-0.4%2C0-0.7%2C0-1.1C48.5%2C22.1%2C49.9%2C20.6%2C51.1%2C18.8z'/%3E%3C/svg%3E");
      width: 29px;
      height: 29px; }
    .feed .feed__item.feed__item--newsroom {
      color: #000; }
      .feed .feed__item.feed__item--newsroom .feed__item__inner {
        background: #fff;
        -webkit-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out; }
        .feed .feed__item.feed__item--newsroom .feed__item__inner:after {
          content: 'Newsroom';
          text-transform: uppercase;
          font-weight: bold;
          font-family: "Oswald", sans-serif; }
      .feed .feed__item.feed__item--newsroom:hover {
        color: #fff;
        border: none; }
        .feed .feed__item.feed__item--newsroom:hover:after {
          display: none; }
        .feed .feed__item.feed__item--newsroom:hover .feed__item__inner {
          background: #b3042c; }
          .feed .feed__item.feed__item--newsroom:hover .feed__item__inner:after {
            color: #fff; }
      .feed .feed__item.feed__item--newsroom .feed__item__date {
        font-family: "Oswald", sans-serif;
        font-weight: 300;
        font-size: 1rem;
        line-height: 1.2rem;
        margin-bottom: 3px; }
      .feed .feed__item.feed__item--newsroom .feed__item__title {
        font-family: "Oswald", sans-serif;
        font-weight: bold;
        font-size: 1.5625rem;
        line-height: 1.875rem;
        text-transform: uppercase; }
      .feed .feed__item.feed__item--newsroom .feed__item__content {
        font-family: "Oswald", sans-serif;
        font-weight: bold;
        font-size: 1.0625rem;
        text-transform: uppercase; }
      @media screen and (min-width: 1300px) and (max-width: 1619px) {
        .feed .feed__item.feed__item--newsroom .feed__item__title {
          font-size: 1.0rem;
          line-height: 1.2rem;
          margin-bottom: 20px; } }
    .feed .feed__item .feed__item__cta {
      padding-right: 32px;
      position: relative;
      display: inline-block; }
      .feed .feed__item .feed__item__cta:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23000%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 11px;
        height: 11px; }
  .feed .feed__sizer {
    width: 20%; }
  .feed .feed__item {
    width: 20%; }
    .feed .feed__item:first-child {
      width: 40%; }
      .feed .feed__item:first-child:before {
        padding-top: 50%; }
    .feed .feed__item:nth-child(2) {
      width: 40%; }
    .feed .feed__item:nth-child(3) {
      width: 20%; }
      .feed .feed__item:nth-child(3):not(.feed__item--newsroom) {
        font-size: 0.875rem;
        line-height: 1.375rem; }
    .feed .feed__item:nth-child(4) {
      width: 20%; }
      .feed .feed__item:nth-child(4):not(.feed__item--newsroom) {
        font-size: 0.875rem !important;
        line-height: 1.375rem !important; }
    .feed .feed__item:nth-child(5) {
      width: 20%; }
      .feed .feed__item:nth-child(5):not(.feed__item--newsroom) {
        font-size: 0.875rem;
        line-height: 1.375rem; }
    .feed .feed__item:nth-child(6) {
      width: 20%; }
      .feed .feed__item:nth-child(6):not(.feed__item--newsroom) {
        font-size: 0.875rem;
        line-height: 1.375rem; }
    .feed .feed__item:nth-child(n+7) {
      display: none; }

.fiftyfifty {
  padding: 80px 0;
  /*
    &:before {
        content: '';
        display: block;
        min-height: 510px;
    }*/ }
  .fiftyfifty.fiftyfifty--gray {
    background: url(/wp-content/themes/nyct/assets/images/gray-bg.png); }
  .fiftyfifty .grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fiftyfifty .fiftyfifty__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .fiftyfifty .fiftyfifty__section {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .fiftyfifty .fiftyfifty__section .fiftyfifty__section__wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin-bottom: 43px; }
    .fiftyfifty .fiftyfifty__section .fiftyfifty__section__title {
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      font-size: 1.875rem;
      line-height: 2.0625rem;
      margin-bottom: 22px; }
    .fiftyfifty .fiftyfifty__section .fiftyfifty__section__content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .fiftyfifty .fiftyfifty__section .fiftyfifty__section__button {
      width: 0; }
  .fiftyfifty .fiftyfifty__left {
    padding-right: 78px;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .fiftyfifty .fiftyfifty__right {
    padding-left: 78px; }

.focus-squares {
  padding-top: 73px; }
  .focus-squares .focus-squares__squares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*margin-top: 60px;*/
	margin-top: 0;
    margin-bottom: 80px;
    min-height: 640px; }
    .focus-squares .focus-squares__squares:after {
      content: '';
      min-height: inherit;
      font-size: 0; }
  .focus-squares .focus-squares__square {
    position: relative;
    width: 33.333%;
    height: 385px;
    padding: 70px 40px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border: 1px solid #fff;
    position: relative; }
    .focus-squares .focus-squares__square:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: transparent;
      background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)));
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.7)));
      background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
    .focus-squares .focus-squares__square:before {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: %23fff%3B' d='M864%2C825.3c0-0.1%2C0-0.2%2C0-0.3c0-0.1%2C0-0.3%2C0-0.4c0-0.3%2C0-0.6%2C0-0.9c0-0.3%2C0-0.5-0.1-0.8c0-0.4-0.1-0.8-0.2-1.1 c0-0.1%2C0-0.3-0.1-0.4c-0.7-3.3-2.1-6.3-4.1-8.7l-0.5-0.1c-3.3-3.4-7.9-5.6-13-5.6h-41.6H275.6H234c-5.1%2C0-9.7%2C2.1-13%2C5.6l-0.5%2C0.1 c-2%2C2.3-3.4%2C5.4-4.1%2C8.7c0%2C0.1%2C0%2C0.2-0.1%2C0.4c-0.1%2C0.4-0.1%2C0.8-0.2%2C1.2c0%2C0.3-0.1%2C0.5-0.1%2C0.8c0%2C0.3%2C0%2C0.6%2C0%2C1c0%2C0.1%2C0%2C0.3%2C0%2C0.4 c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.4%2C0%2C0.9%2C0.1%2C1.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0.3%2C3.5%2C1.7%2C7.1%2C4.4%2C10.5l0.5%2C0.1c3.3%2C3.4%2C7.9%2C5.6%2C13%2C5.6h41.6h528.8H846 c5.1%2C0%2C9.7-2.1%2C13-5.6l0.5-0.1c2.7-3.3%2C4-6.9%2C4.4-10.4c0-0.1%2C0-0.2%2C0-0.3C864%2C826.1%2C864%2C825.7%2C864%2C825.3z'/%3E%3Cpath style='fill: %23fff%3B' d='M540.3%2C501c-0.1%2C0-0.2%2C0-0.3%2C0c-0.1%2C0-0.3%2C0-0.4%2C0c-0.3%2C0-0.6%2C0-0.9%2C0c-0.3%2C0-0.5%2C0-0.8%2C0.1c-0.4%2C0-0.8%2C0.1-1.1%2C0.2 c-0.1%2C0-0.3%2C0-0.4%2C0.1c-3.3%2C0.7-6.3%2C2.1-8.7%2C4.1l-0.1%2C0.5c-3.4%2C3.3-5.6%2C7.9-5.6%2C13v41.6v528.8v41.6c0%2C5.1%2C2.1%2C9.7%2C5.6%2C13l0.1%2C0.5 c2.3%2C2%2C5.4%2C3.4%2C8.7%2C4.1c0.1%2C0%2C0.2%2C0%2C0.4%2C0.1c0.4%2C0.1%2C0.8%2C0.1%2C1.2%2C0.2c0.3%2C0%2C0.5%2C0.1%2C0.8%2C0.1c0.3%2C0%2C0.6%2C0%2C1%2C0c0.1%2C0%2C0.3%2C0%2C0.4%2C0 c0.1%2C0%2C0.2%2C0%2C0.3%2C0c0.4%2C0%2C0.9%2C0%2C1.3-0.1c0.1%2C0%2C0.2%2C0%2C0.3%2C0c3.5-0.3%2C7.1-1.7%2C10.5-4.4l0.1-0.5c3.4-3.3%2C5.6-7.9%2C5.6-13v-41.6V560.6 V519c0-5.1-2.1-9.7-5.6-13l-0.1-0.5c-3.3-2.7-6.9-4-10.4-4.4c-0.1%2C0-0.2%2C0-0.3%2C0C541.2%2C501%2C540.7%2C501%2C540.3%2C501z'/%3E%3C/svg%3E");
      background: #b3042c;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: auto;
      width: 56px;
      height: 56px;
      cursor: pointer;
      padding: 13px;
      z-index: 2; }
    .focus-squares .focus-squares__square.active {
      height: auto;
      min-height: 385px; }
      .focus-squares .focus-squares__square.active:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1; }
      .focus-squares .focus-squares__square.active:before {
        content: '';
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 807 648 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: %23fff%3B' d='M864%2C825.3c0-0.1%2C0-0.2%2C0-0.3c0-0.1%2C0-0.3%2C0-0.4c0-0.3%2C0-0.6%2C0-0.9c0-0.3%2C0-0.5-0.1-0.8c0-0.4-0.1-0.8-0.2-1.1 c0-0.1%2C0-0.3-0.1-0.4c-0.7-3.3-2.1-6.3-4.1-8.7l-0.5-0.1c-3.3-3.4-7.9-5.6-13-5.6h-41.6H275.6H234c-5.1%2C0-9.7%2C2.1-13%2C5.6l-0.5%2C0.1 c-2%2C2.3-3.4%2C5.4-4.1%2C8.7c0%2C0.1%2C0%2C0.2-0.1%2C0.4c-0.1%2C0.4-0.1%2C0.8-0.2%2C1.2c0%2C0.3-0.1%2C0.5-0.1%2C0.8c0%2C0.3%2C0%2C0.6%2C0%2C1c0%2C0.1%2C0%2C0.3%2C0%2C0.4 c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.4%2C0%2C0.9%2C0.1%2C1.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0.3%2C3.5%2C1.7%2C7.1%2C4.4%2C10.5l0.5%2C0.1c3.3%2C3.4%2C7.9%2C5.6%2C13%2C5.6h41.6h528.8H846 c5.1%2C0%2C9.7-2.1%2C13-5.6l0.5-0.1c2.7-3.3%2C4-6.9%2C4.4-10.4c0-0.1%2C0-0.2%2C0-0.3C864%2C826.1%2C864%2C825.7%2C864%2C825.3z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 29px 2px; }
      .focus-squares .focus-squares__square.active .focus-squares__square__content {
        display: block; }
  .focus-squares .focus-squares__square__copy {
    position: relative;
    z-index: 2; }
    .focus-squares .focus-squares__square__copy .focus-squares__square__title {
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      margin-bottom: 12px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .focus-squares .focus-squares__square__copy .focus-squares__square__content {
      display: none; }
      .focus-squares .focus-squares__square__copy .focus-squares__square__content a {
        color: #fff;
        text-decoration: underline; }
  .focus-squares .focus-squares__square__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover"; }
  .focus-squares.focus-squares--pack .focus-squares__squares {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset; }
    .focus-squares.focus-squares--pack .focus-squares__squares:after {
      min-height: 0; }
  .focus-squares.focus-squares--pack .focus-squares__square.active {
    height: 385px;
    min-height: 385px; }

footer.footer {
  color: #fff;
  font-weight: 300;
  background: #000;
  line-height: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-top: 49px;
  padding-left: 40px;
  padding-right: 40px; }
  footer.footer a {
    color: #fff;
    /*
        &:after {
            display: block;
            content: 'Professional Note Series';
            font-weight: bold;
            height: 0;
            overflow: hidden;
            visibility: hidden;
        }*/ }
    footer.footer a:hover {
      text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff; }
  footer.footer .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer.footer .footer__top .footer__top__section {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-left: 20px;
      padding-right: 20px; }
      footer.footer .footer__top .footer__top__section:first-child {
        padding-left: 0;
        width: 374px;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      footer.footer .footer__top .footer__top__section:last-child {
        padding-right: 0; }
      footer.footer .footer__top .footer__top__section + .footer__top__section {
        border-left: 1px solid #fff; }
      footer.footer .footer__top .footer__top__section .footer__top__section__title {
        font-family: "Oswald", sans-serif;
        font-size: 1.125rem;
        line-height: 1.125rem;
        letter-spacing: 0.01rem;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 15px; }
      footer.footer .footer__top .footer__top__section .footer__top__section__menu ul {
        margin: 0;
        padding: 0; }
        footer.footer .footer__top .footer__top__section .footer__top__section__menu ul li {
          display: block;
          line-height: 1.0625rem; }
          footer.footer .footer__top .footer__top__section .footer__top__section__menu ul li a {
            font-size: 1.0625rem;
            line-height: 1.0625rem;
            display: inline-block; }
          footer.footer .footer__top .footer__top__section .footer__top__section__menu ul li + li {
            margin-top: 16px; }
    footer.footer .footer__top .footer__top__newsletter form {
      margin-top: 32px;
      font-size: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
    footer.footer .footer__top .footer__top__newsletter .footer__newsletter__response {
      position: absolute;
      top: 100%;
      right: 0;
      bottom: auto;
      left: auto;
      font-size: 0.6875rem;
      line-height: 1.75rem;
      color: #d82a2a; }
    footer.footer .footer__top .footer__top__newsletter input[type="email"] {
      min-width: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 60px;
      color: #fff;
      border: 1px solid #808080;
      background: #000;
      outline: none;
      vertical-align: top;
      padding-left: 26px;
      padding-right: 26px; }
      footer.footer .footer__top .footer__top__newsletter input[type="email"]::-webkit-input-placeholder {
        color: #808080; }
      footer.footer .footer__top .footer__top__newsletter input[type="email"]:-moz-placeholder {
        color: #808080; }
      footer.footer .footer__top .footer__top__newsletter input[type="email"]::-moz-placeholder {
        color: #808080; }
      footer.footer .footer__top .footer__top__newsletter input[type="email"]:-ms-input-placeholder {
        color: #808080; }
    footer.footer .footer__top .footer__top__newsletter .button, footer.footer .footer__top .footer__top__newsletter .footer__bottom .footer__bottom__buttons li a, footer.footer .footer__bottom .footer__bottom__buttons li .footer__top .footer__top__newsletter a {
      width: 151px;
      height: 60px;
      padding-top: 16px;
      padding-bottom: 16px;
      font-size: 0.9375rem;
      vertical-align: top; }
    footer.footer .footer__top .footer__top__socials {
      margin-top: 38px;
      font-size: 0; }
      footer.footer .footer__top .footer__top__socials a {
        display: inline-block;
        width: 42px;
        height: 42px;
        vertical-align: top; }
        footer.footer .footer__top .footer__top__socials a + a {
          margin-left: 11px; }
      footer.footer .footer__top .footer__top__socials .footer__top__socials__facebook {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 60.5 60.5' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' fill='none' style='stroke: %23fff%3B' stroke-width='4' stroke-miterlimit='10' width='56.5' height='56.5'/%3E%3Cpath style='fill: %23fff%3B' d='M40.7%2C31l0%2C6.9h-7.5v18.8h-7.1V37.9h-6.5V31h6.5v-5.9c0-5.9%2C3.6-9.6%2C9.3-9.6l5.5%2C0v6.3l-3.6%2C0c-3.6%2C0-4.1%2C1.9-4.1%2C4V31H40.7 z'/%3E%3C/svg%3E"); }
        footer.footer .footer__top .footer__top__socials .footer__top__socials__facebook:hover {
          background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 60.5 60.5' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' fill='none' style='stroke: %23d82a2a%3B' stroke-width='4' stroke-miterlimit='10' width='56.5' height='56.5'/%3E%3Cpath style='fill: %23d82a2a%3B' d='M40.7%2C31l0%2C6.9h-7.5v18.8h-7.1V37.9h-6.5V31h6.5v-5.9c0-5.9%2C3.6-9.6%2C9.3-9.6l5.5%2C0v6.3l-3.6%2C0c-3.6%2C0-4.1%2C1.9-4.1%2C4V31H40.7 z'/%3E%3C/svg%3E"); }
      footer.footer .footer__top .footer__top__socials .footer__top__socials__twitter {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 60.5 60.5' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' fill='none' style='stroke: %23fff%3B' stroke-width='4' stroke-miterlimit='10' width='56.5' height='56.5'/%3E%3Cpath style='fill: %23fff%3B' d='M51.1%2C18.8c-1.5%2C0.7-3.2%2C1.1-4.9%2C1.3c1.8-1.1%2C3.1-2.7%2C3.8-4.7c-1.7%2C1-3.5%2C1.7-5.4%2C2.1c-1.6-1.7-3.8-2.7-6.2-2.7 c-4.7%2C0-8.5%2C3.8-8.5%2C8.5c0%2C0.7%2C0.1%2C1.3%2C0.2%2C1.9c-7.1-0.4-13.4-3.8-17.6-8.9c-0.7%2C1.3-1.2%2C2.7-1.2%2C4.3c0%2C3%2C1.5%2C5.6%2C3.8%2C7.1 c-1.4%2C0-2.7-0.4-3.9-1.1c0%2C0%2C0%2C0.1%2C0%2C0.1c0%2C4.1%2C2.9%2C7.6%2C6.9%2C8.4c-0.7%2C0.2-1.5%2C0.3-2.3%2C0.3c-0.6%2C0-1.1-0.1-1.6-0.2 c1.1%2C3.4%2C4.2%2C5.9%2C8%2C5.9c-2.9%2C2.3-6.6%2C3.7-10.6%2C3.7c-0.7%2C0-1.4%2C0-2-0.1c3.8%2C2.4%2C8.3%2C3.8%2C13.1%2C3.8c15.7%2C0%2C24.3-13%2C24.3-24.3 c0-0.4%2C0-0.7%2C0-1.1C48.5%2C22.1%2C49.9%2C20.6%2C51.1%2C18.8z'/%3E%3C/svg%3E"); }
        footer.footer .footer__top .footer__top__socials .footer__top__socials__twitter:hover {
          background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 60.5 60.5' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' fill='none' style='stroke: %23d82a2a%3B' stroke-width='4' stroke-miterlimit='10' width='56.5' height='56.5'/%3E%3Cpath style='fill: %23d82a2a%3B' d='M51.1%2C18.8c-1.5%2C0.7-3.2%2C1.1-4.9%2C1.3c1.8-1.1%2C3.1-2.7%2C3.8-4.7c-1.7%2C1-3.5%2C1.7-5.4%2C2.1c-1.6-1.7-3.8-2.7-6.2-2.7 c-4.7%2C0-8.5%2C3.8-8.5%2C8.5c0%2C0.7%2C0.1%2C1.3%2C0.2%2C1.9c-7.1-0.4-13.4-3.8-17.6-8.9c-0.7%2C1.3-1.2%2C2.7-1.2%2C4.3c0%2C3%2C1.5%2C5.6%2C3.8%2C7.1 c-1.4%2C0-2.7-0.4-3.9-1.1c0%2C0%2C0%2C0.1%2C0%2C0.1c0%2C4.1%2C2.9%2C7.6%2C6.9%2C8.4c-0.7%2C0.2-1.5%2C0.3-2.3%2C0.3c-0.6%2C0-1.1-0.1-1.6-0.2 c1.1%2C3.4%2C4.2%2C5.9%2C8%2C5.9c-2.9%2C2.3-6.6%2C3.7-10.6%2C3.7c-0.7%2C0-1.4%2C0-2-0.1c3.8%2C2.4%2C8.3%2C3.8%2C13.1%2C3.8c15.7%2C0%2C24.3-13%2C24.3-24.3 c0-0.4%2C0-0.7%2C0-1.1C48.5%2C22.1%2C49.9%2C20.6%2C51.1%2C18.8z'/%3E%3C/svg%3E"); }
      footer.footer .footer__top .footer__top__socials .footer__top__socials__youtube {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 60.5 60.5' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' fill='none' style='stroke: %23fff%3B' stroke-width='4' stroke-miterlimit='10' width='56.5' height='56.5'/%3E%3Cg style='fill: %23fff%3B'%3E%3Cg%3E%3Cpath d='M38.1%2C24.6h-1.9v-1.1c-0.7%2C0.8-1.3%2C1.2-2%2C1.2c-0.6%2C0-1-0.3-1.2-0.8c-0.1-0.3-0.2-0.8-0.2-1.5v-8 h1.9V22c0%2C0.4%2C0%2C0.6%2C0%2C0.7c0%2C0.3%2C0.2%2C0.4%2C0.4%2C0.4c0.4%2C0%2C0.7-0.3%2C1.1-0.9v-7.7h1.9V24.6z'/%3E%3Cpath d='M31.4%2C17.8c0-1.1-0.2-1.9-0.6-2.4c-0.5-0.7-1.3-1-2.1-1c-0.9%2C0-1.6%2C0.3-2.1%2C1 c-0.4%2C0.5-0.6%2C1.3-0.6%2C2.4l0%2C3.6c0%2C1.1%2C0.2%2C1.8%2C0.6%2C2.3c0.5%2C0.7%2C1.3%2C1.1%2C2.1%2C1.1s1.6-0.4%2C2.1-1.1c0.4-0.5%2C0.6-1.3%2C0.6-2.3V17.8z M29.5%2C21.6c0.1%2C1-0.2%2C1.5-0.8%2C1.5s-0.9-0.5-0.8-1.5v-4c-0.1-1%2C0.2-1.5%2C0.8-1.5s0.9%2C0.5%2C0.8%2C1.5L29.5%2C21.6z'/%3E%3Cpath d='M23.9%2C19.1v5.5h-2v-5.5c0%2C0-2.1-6.8-2.5-8h2.1l1.4%2C5.3l1.4-5.3h2.1L23.9%2C19.1z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M40.5%2C36.2c0-0.9-0.2-1.2-0.8-1.2c-0.6%2C0-0.9%2C0.3-0.9%2C1.2v1.1l1.7%2C0V36.2z'/%3E%3Cpath d='M33%2C35c-0.3%2C0-0.6%2C0.2-0.9%2C0.5l0%2C6.1c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.5c0.5%2C0%2C0.8-0.4%2C0.8-1.4v-4.3 C33.8%2C35.3%2C33.5%2C35%2C33%2C35z'/%3E%3Cpath d='M44.6%2C31.1c0%2C0-0.3-2.1-1.2-3c-1.1-1.2-2.4-1.2-3-1.3c-4.2-0.3-10.5-0.3-10.5-0.3h0c0%2C0-6.3%2C0-10.5%2C0.3 c-0.6%2C0.1-1.9%2C0.1-3%2C1.3c-0.9%2C0.9-1.2%2C3-1.2%2C3s-0.3%2C2.4-0.3%2C4.8v2.3c0%2C2.4%2C0.3%2C4.8%2C0.3%2C4.8s0.3%2C2.1%2C1.2%2C3c1.1%2C1.2%2C2.6%2C1.2%2C3.3%2C1.3 c2.4%2C0.2%2C10.2%2C0.3%2C10.2%2C0.3s6.3%2C0%2C10.5-0.3c0.6-0.1%2C1.9-0.1%2C3-1.3c0.9-0.9%2C1.2-3%2C1.2-3s0.3-2.4%2C0.3-4.8v-2.3 C44.9%2C33.5%2C44.6%2C31.1%2C44.6%2C31.1z M21.5%2C43.5h-2V32h-2.1v-1.9l6.3%2C0V32h-2.2V43.5z M28.7%2C43.5h-1.9v-1.1c-0.7%2C0.8-1.3%2C1.2-2%2C1.2 c-0.6%2C0-1-0.3-1.2-0.8c-0.1-0.3-0.2-0.8-0.2-1.5v-7.9h1.9v7.4c0%2C0.4%2C0%2C0.6%2C0%2C0.7c0%2C0.3%2C0.2%2C0.4%2C0.4%2C0.4c0.4%2C0%2C0.7-0.3%2C1.1-0.9 v-7.6h1.9V43.5z M35.7%2C40.5c0%2C0.9-0.1%2C1.6-0.2%2C2c-0.2%2C0.7-0.8%2C1.1-1.5%2C1.1c-0.6%2C0-1.3-0.4-1.9-1.1l0%2C1h-1.8V30.1h1.8l0%2C4.4 c0.6-0.7%2C1.3-1.1%2C1.9-1.1c0.7%2C0%2C1.2%2C0.4%2C1.5%2C1.2c0.1%2C0.4%2C0.2%2C1.1%2C0.2%2C2V40.5z M39.7%2C42c0.4%2C0%2C0.7-0.2%2C0.8-0.7c0-0.1%2C0-0.5%2C0-1.3 h1.9v0.3c0%2C0.6%2C0%2C1-0.1%2C1.2c-0.1%2C0.4-0.2%2C0.8-0.4%2C1.1c-0.5%2C0.7-1.2%2C1.1-2.2%2C1.1c-1%2C0-1.7-0.3-2.2-1c-0.4-0.5-0.6-1.2-0.6-2.3v-3.5 c0-1.1%2C0.2-1.9%2C0.6-2.4c0.5-0.7%2C1.2-1%2C2.2-1c0.9%2C0%2C1.6%2C0.4%2C2.1%2C1c0.4%2C0.5%2C0.6%2C1.3%2C0.6%2C2.4l0%2C2.1h-3.6v1.8C38.8%2C41.5%2C39%2C42%2C39.7%2C42 z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
        footer.footer .footer__top .footer__top__socials .footer__top__socials__youtube:hover {
          background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 60.5 60.5' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' fill='none' style='stroke: %23d82a2a%3B' stroke-width='4' stroke-miterlimit='10' width='56.5' height='56.5'/%3E%3Cg style='fill: %23d82a2a%3B'%3E%3Cg%3E%3Cpath d='M38.1%2C24.6h-1.9v-1.1c-0.7%2C0.8-1.3%2C1.2-2%2C1.2c-0.6%2C0-1-0.3-1.2-0.8c-0.1-0.3-0.2-0.8-0.2-1.5v-8 h1.9V22c0%2C0.4%2C0%2C0.6%2C0%2C0.7c0%2C0.3%2C0.2%2C0.4%2C0.4%2C0.4c0.4%2C0%2C0.7-0.3%2C1.1-0.9v-7.7h1.9V24.6z'/%3E%3Cpath d='M31.4%2C17.8c0-1.1-0.2-1.9-0.6-2.4c-0.5-0.7-1.3-1-2.1-1c-0.9%2C0-1.6%2C0.3-2.1%2C1 c-0.4%2C0.5-0.6%2C1.3-0.6%2C2.4l0%2C3.6c0%2C1.1%2C0.2%2C1.8%2C0.6%2C2.3c0.5%2C0.7%2C1.3%2C1.1%2C2.1%2C1.1s1.6-0.4%2C2.1-1.1c0.4-0.5%2C0.6-1.3%2C0.6-2.3V17.8z M29.5%2C21.6c0.1%2C1-0.2%2C1.5-0.8%2C1.5s-0.9-0.5-0.8-1.5v-4c-0.1-1%2C0.2-1.5%2C0.8-1.5s0.9%2C0.5%2C0.8%2C1.5L29.5%2C21.6z'/%3E%3Cpath d='M23.9%2C19.1v5.5h-2v-5.5c0%2C0-2.1-6.8-2.5-8h2.1l1.4%2C5.3l1.4-5.3h2.1L23.9%2C19.1z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M40.5%2C36.2c0-0.9-0.2-1.2-0.8-1.2c-0.6%2C0-0.9%2C0.3-0.9%2C1.2v1.1l1.7%2C0V36.2z'/%3E%3Cpath d='M33%2C35c-0.3%2C0-0.6%2C0.2-0.9%2C0.5l0%2C6.1c0.3%2C0.3%2C0.6%2C0.5%2C0.9%2C0.5c0.5%2C0%2C0.8-0.4%2C0.8-1.4v-4.3 C33.8%2C35.3%2C33.5%2C35%2C33%2C35z'/%3E%3Cpath d='M44.6%2C31.1c0%2C0-0.3-2.1-1.2-3c-1.1-1.2-2.4-1.2-3-1.3c-4.2-0.3-10.5-0.3-10.5-0.3h0c0%2C0-6.3%2C0-10.5%2C0.3 c-0.6%2C0.1-1.9%2C0.1-3%2C1.3c-0.9%2C0.9-1.2%2C3-1.2%2C3s-0.3%2C2.4-0.3%2C4.8v2.3c0%2C2.4%2C0.3%2C4.8%2C0.3%2C4.8s0.3%2C2.1%2C1.2%2C3c1.1%2C1.2%2C2.6%2C1.2%2C3.3%2C1.3 c2.4%2C0.2%2C10.2%2C0.3%2C10.2%2C0.3s6.3%2C0%2C10.5-0.3c0.6-0.1%2C1.9-0.1%2C3-1.3c0.9-0.9%2C1.2-3%2C1.2-3s0.3-2.4%2C0.3-4.8v-2.3 C44.9%2C33.5%2C44.6%2C31.1%2C44.6%2C31.1z M21.5%2C43.5h-2V32h-2.1v-1.9l6.3%2C0V32h-2.2V43.5z M28.7%2C43.5h-1.9v-1.1c-0.7%2C0.8-1.3%2C1.2-2%2C1.2 c-0.6%2C0-1-0.3-1.2-0.8c-0.1-0.3-0.2-0.8-0.2-1.5v-7.9h1.9v7.4c0%2C0.4%2C0%2C0.6%2C0%2C0.7c0%2C0.3%2C0.2%2C0.4%2C0.4%2C0.4c0.4%2C0%2C0.7-0.3%2C1.1-0.9 v-7.6h1.9V43.5z M35.7%2C40.5c0%2C0.9-0.1%2C1.6-0.2%2C2c-0.2%2C0.7-0.8%2C1.1-1.5%2C1.1c-0.6%2C0-1.3-0.4-1.9-1.1l0%2C1h-1.8V30.1h1.8l0%2C4.4 c0.6-0.7%2C1.3-1.1%2C1.9-1.1c0.7%2C0%2C1.2%2C0.4%2C1.5%2C1.2c0.1%2C0.4%2C0.2%2C1.1%2C0.2%2C2V40.5z M39.7%2C42c0.4%2C0%2C0.7-0.2%2C0.8-0.7c0-0.1%2C0-0.5%2C0-1.3 h1.9v0.3c0%2C0.6%2C0%2C1-0.1%2C1.2c-0.1%2C0.4-0.2%2C0.8-0.4%2C1.1c-0.5%2C0.7-1.2%2C1.1-2.2%2C1.1c-1%2C0-1.7-0.3-2.2-1c-0.4-0.5-0.6-1.2-0.6-2.3v-3.5 c0-1.1%2C0.2-1.9%2C0.6-2.4c0.5-0.7%2C1.2-1%2C2.2-1c0.9%2C0%2C1.6%2C0.4%2C2.1%2C1c0.4%2C0.5%2C0.6%2C1.3%2C0.6%2C2.4l0%2C2.1h-3.6v1.8C38.8%2C41.5%2C39%2C42%2C39.7%2C42 z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  footer.footer .footer__logo {
    display: inline-block;
    background-image: url(../images/sprite.01ba2a90df6e576daec181f63e9e7ae3.png);
    background-position: -308px 0px;
    width: 309px;
    height: 83px;
    margin-bottom: 17x; }
  footer.footer .footer__contacts {
    margin-top: 15px;
    font-weight: 300; }
  footer.footer .footer__address {
    margin-bottom: 28px; }
  footer.footer .footer__email {
    position: relative; }
    footer.footer .footer__email:after {
      content: '';
      position: absolute;
      top: 100%;
      right: 0;
      bottom: auto;
      left: 0;
      border-bottom: 1px solid #fff; }
  footer.footer .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    padding-top: 42px;
    padding-bottom: 42px;
    min-height: 235px;
    border-top: 1px solid #4d4d4d;
    font-size: 1.0625rem;
    line-height: 1.75rem;
    letter-spacing: -0.0275rem; }
    footer.footer .footer__bottom .footer__bottom__links ul {
      margin: 0;
      padding: 0; }
      footer.footer .footer__bottom .footer__bottom__links ul li {
        display: inline-block; }
        footer.footer .footer__bottom .footer__bottom__links ul li + li {
          padding-left: 22px;
          position: relative; }
          footer.footer .footer__bottom .footer__bottom__links ul li + li:before {
            content: '|';
            position: absolute;
            top: 0;
            right: auto;
            bottom: 0;
            left: 5px; }
    footer.footer .footer__bottom .footer__bottom__links a {
      text-decoration: underline; }
    footer.footer .footer__bottom .footer__bottom__disclaimer {
      font-size: 0.875rem;
      margin-top: 5px; }
    footer.footer .footer__bottom .footer__bottom__left {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding-right: 30px; }
    footer.footer .footer__bottom .footer__bottom__buttons {
      text-align: right; }
      footer.footer .footer__bottom .footer__bottom__buttons li {
        vertical-align: top; }
        footer.footer .footer__bottom .footer__bottom__buttons li:nth-child(n+2) {
          margin-left: 10px; }
        footer.footer .footer__bottom .footer__bottom__buttons li a {
          min-width: 172px;
          max-width: 230px;
          height: 60px;
          font-size: 0.9375rem;
          line-height: 1.25rem;
          padding-top: 0;
          padding-bottom: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          vertical-align: top; }
          footer.footer .footer__bottom .footer__bottom__buttons li a:hover {
            text-shadow: none; }

.forms {
  padding: 70px 0 102px 0; }
  .forms .forms__mobile {
    display: none; }
  .forms .forms__labels {
    border-bottom: 2px solid #cccccc;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    font-size: 1.875rem;
    padding-left: 33.33%;
    padding-bottom: 7px; }
    .forms .forms__labels::after {
      clear: both;
      content: "";
      display: table; }
    .forms .forms__labels .forms__label {
      width: 50%;
      float: left; }
      .forms .forms__labels .forms__label:last-child {
        width: calc(50% - 40px);
        margin-left: 40px; }
  .forms .forms__rows {
    padding-top: 55px; }
  .forms .forms__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .forms .forms__row + .forms__row {
      margin-top: 80px; }
  .forms .forms__row__label {
    width: 34%;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    font-size: 3.125rem;
    line-height: 3.3125rem;
    padding-right: 80px;
    margin-top: -7px; }
  .forms .forms__row__col {
    width: 33%;
    padding-left: 16px;
    border-left: 4px solid #cccccc;
    min-height: 130px;
    letter-spacing: -0.01rem;
    line-height: 1rem; }
    .forms .forms__row__col br {
      line-height: 2rem; }
    .forms .forms__row__col:last-child {
      width: calc(33% - 40px);
      margin-left: 40px; }

.gallery {
  border-top: 1px solid #cccccc;
  padding: 74px 0 102px 0;
  padding-bottom: 80px;
  text-align: center; }
  .gallery .gallery__items:not(:first-child) {
    margin-top: 40px; }
  @media (min-width: 1300px) {
    .gallery .slick-track {
      height: 672px; }
    .gallery .slick-slide {
      position: relative; }
      .gallery .slick-slide > div {
        position: relative;
        width: 928px;
        height: 538px;
        -webkit-transform: translateY(70px);
                transform: translateY(70px);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .gallery .slick-slide > div:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.4);
          opacity: 1;
          -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
          pointer-events: none; }
    .gallery .slick-active.slick-center {
      margin-top: 0;
      z-index: 10; }
      .gallery .slick-active.slick-center > div {
        padding-top: 0;
        -webkit-transform: scale(1.25) translateY(54px);
                transform: scale(1.25) translateY(54px);
        position: relative; }
        .gallery .slick-active.slick-center > div:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: transparent;
          background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.6)));
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.6)));
          background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
      .gallery .slick-active.slick-center .gallery__item__wrap {
        position: relative;
        z-index: 1; } }
  .gallery .gallery__item {
    position: relative;
    height: 100%;
    text-align: left;
    color: #fff;
    padding: 55px 73px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .gallery .gallery__item .gallery__item__wrap {
      width: 52%; }
    .gallery .gallery__item .gallery__item__title {
      font-family: "Oswald", sans-serif;
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 1.625rem;
      letter-spacing: -0.02rem;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 15px;
      max-width: 540px; }
    .gallery .gallery__item .gallery__item__label {
      font-family: "Oswald", sans-serif;
      font-weight: bold;
      font-size: 0.8125rem;
      text-transform: uppercase; }
    .gallery .gallery__item .gallery__item__content {
      font-size: 0.8125rem;
      letter-spacing: 0.023rem; }
      .gallery .gallery__item .gallery__item__content p:first-child {
        margin-top: 0; }
      .gallery .gallery__item .gallery__item__content p:last-child {
        margin-bottom: 0; }
      .gallery .gallery__item .gallery__item__content ul:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) li:before,
      .gallery .gallery__item .gallery__item__content ol:not(.plain):not(.slick-dots):not(.sub-menu):not(.select2-results__options) li:before {
        background-image: url(../images/sprite.01ba2a90df6e576daec181f63e9e7ae3.png);
        background-position: -324px -91px;
        width: 13px;
        height: 12px;
        opacity: 0.6; }
    .gallery .gallery__item .gallery__item__image {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: 'object-fit: cover;'; }
    .gallery .gallery__item .gallery__item__cta {
      display: inline-block;
      color: #fff;
      font-size: 0.8125rem;
      line-height: 0.8125rem;
      letter-spacing: -0.01rem;
      margin-top: 30px;
      padding-right: 24px;
      position: relative; }
      .gallery .gallery__item .gallery__item__cta:hover {
        font-weight: bold; }
      .gallery .gallery__item .gallery__item__cta:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23fff%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 11px;
        height: 11px; }
  .gallery .gallery__button {
    margin-top: 50px; }

.grants-map {
  padding: 70px 0 80px 0;
  border-top: 1px solid #cccccc;
  position: relative; }
  .grants-map:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0; }
  .grants-map .grants-map__iframe {
    display: block;
    position: relative;
    width: 100%;
    height: 720px;
    margin-top: 40px; }
    .grants-map .grants-map__iframe iframe {
      display: block;
      width: 100%;
      height: 100%;
      border: none;
      overflow: hidden; }
    .grants-map .grants-map__iframe:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #e7e7e7;
      z-index: -1; }

.grid {
  text-align: center;
  padding: 78px 0 50px 0; }
  .grid .grid__items {
    position: relative;
    z-index: 10;
    margin-top: 50px; }
    .grid .grid__items::after {
      clear: both;
      content: "";
      display: table; }
    .grid .grid__items .grid__item {
      position: relative;
      background: #d82a2a;
      border: 1px solid #fff;
      color: #fff;
      display: block;
      float: left;
      text-align: left;
      width: 20%; }
      .grid .grid__items .grid__item:before {
        content: '';
        display: block;
        padding-bottom: 100%; }
      .grid .grid__items .grid__item .grid__item__mobile-link {
        display: none; }
      .grid .grid__items .grid__item .grid__item__wrap {
        padding: 30px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1; }
      .grid .grid__items .grid__item.grid__item--image .grid__item__title {
        font-size: 1.5625rem;
        line-height: 1.5625rem;
        position: absolute;
        top: calc(100% - 30px);
        right: 30px;
        bottom: auto;
        left: 30px;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .grid .grid__items .grid__item.grid__item--image:hover .grid__item__image:before {
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(32%, rgba(0, 0, 0, 0.45)), color-stop(100%, rgba(0, 0, 0, 0.75)));
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), color-stop(32%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.75)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.45) 32%, rgba(0, 0, 0, 0.75) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
      .grid .grid__items .grid__item.grid__item--image:hover .grid__item__title {
        top: 30px;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      .grid .grid__items .grid__item.grid__item--image:hover .grid__item__hover {
        display: block;
        opacity: 1; }
      .grid .grid__items .grid__item.grid__item--red .grid__item__title {
        font-size: 1.4rem;
        line-height: 1.7rem;
        text-transform: uppercase; }
      .grid .grid__items .grid__item .grid__item__content {
        font-size: 1rem;
        line-height: 1.125rem; }
        .grid .grid__items .grid__item .grid__item__content br {
          line-height: 2rem; }
      .grid .grid__items .grid__item .grid__item__title {
        font-family: "Oswald", sans-serif;
        font-weight: bold; }
      .grid .grid__items .grid__item .grid__item__hover {
        opacity: 0;
        -webkit-transition: all 0.32s ease-in-out;
        transition: all 0.32s ease-in-out;
        position: absolute;
        top: 70px;
        right: 30px;
        bottom: 0;
        left: 30px; }
        .grid .grid__items .grid__item .grid__item__hover .grid__item__cta {
          padding-right: 32px; }
          .grid .grid__items .grid__item .grid__item__hover .grid__item__cta:after {
            content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23fff%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E");
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: auto;
            width: 11px;
            height: 11px; }
      .grid .grid__items .grid__item .grid__item__cta {
        color: #fff;
        font-size: 1.0625rem;
        line-height: 1.0625rem;
        position: absolute;
        bottom: 30px; }
      .grid .grid__items .grid__item a.grid__item__cta:hover {
        font-weight: bold; }
      .grid .grid__items .grid__item .grid__item__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1; }
        .grid .grid__items .grid__item .grid__item__image:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -webkit-transition: all 0.32s ease-in-out;
          transition: all 0.32s ease-in-out;
          background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(32%, transparent), color-stop(100%, rgba(0, 0, 0, 0.55)));
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(32%, transparent), to(rgba(0, 0, 0, 0.55)));
          background: linear-gradient(to bottom, transparent 0%, transparent 32%, rgba(0, 0, 0, 0.55) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
        .grid .grid__items .grid__item .grid__item__image img {
          -o-object-fit: cover;
             object-fit: cover;
          font-family: "object-fit: cover";
          width: 100%;
          height: 100%; }
  @media screen and (min-width: 1300px) and (max-width: 1619px) {
    .grid .grid__items .grid__item.grid__item--red .grid__item__title {
      font-size: 1.4rem;
      line-height: 1.7rem; } }
  .grid .grid__inner {
    position: relative; }
  .grid .grid__title {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 3.1875rem;
    line-height: 3.1875rem;
    letter-spacing: -0.08rem;
    margin: 0;
    padding: 0 10px;
    position: relative;
    z-index: 10;
    /*
        &:before {
            content: '';
            height: 17px;
            @include position(absolute, 0 100% auto 0);
            margin: auto;
            background: rgba($gray-line, 0.5);
        }*/ }
  .grid .grid__subtitle {
    color: #d82a2a;
    font-family: "Oswald", sans-serif;
    font-size: 1.9375rem;
    line-height: 1.9375rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.05rem;
    margin-top: 15px; }
  .grid .grid__cta {
    margin-top: 30px;
    padding: 0 30px;
    background: url(/wp-content/themes/nyct/assets/images/gray-bg.png);
    display: inline-block;
    position: relative;
    z-index: 1; }
    .grid .grid__cta .button, .grid .grid__cta footer.footer .footer__bottom .footer__bottom__buttons li a, footer.footer .footer__bottom .footer__bottom__buttons li .grid .grid__cta a {
      margin-top: 21px; }
  .grid .grid__border {
    position: absolute;
    top: 17px;
    right: 165px;
    bottom: 17px;
    left: 165px;
    border: 17px solid rgba(204, 204, 204, 0.5); }

.hero {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0; }
  .hero.slick-initialized {
    opacity: 1; }
  .hero .hero__slide {
    position: relative;
    min-height: 606px;
    color: #fff;
    padding: 30px 152px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .hero h1 {
    margin: 0;
    font-weight: normal; }
  .hero .hero__slide__title1 {
    font-size: 3.8125rem;
    line-height: 3.8125rem;
    font-family: "Oswald", sans-serif;
    font-weight: lighter;
    text-transform: uppercase; }
  .hero .hero__slide__title2 {
    font-size: 4.4375rem;
    line-height: 4.625rem;
    margin-top: 10px;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }
  .hero .hero__slide__text {
    font-size: 1.9375rem;
    line-height: 2.75rem;
    font-weight: lighter;
    letter-spacing: -0.032rem;
    max-width: 578px;
    margin-top: 22px; }
  .hero .hero__slide__button {
    min-width: 292px;
    margin-top: 30px; }
  .hero .hero__slide__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .hero .hero__slide__credit {
    position: absolute;
    top: auto;
    right: 40px;
    bottom: 20px;
    left: auto;
    max-width: 570px;
    font-size: 14px;
    line-height: 1.2rem;
    font-weight: 200;
    padding: 15px 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.45); }
  .hero .slick-arrow.slick-prev {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 40px;
    margin: auto; }
  .hero .slick-arrow.slick-next {
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    left: auto;
    margin: auto; }
  .hero .slick-dots {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.history {
  padding-top: 85px;
  padding-bottom: 65px; }
  .history .history__title .history__logo {
    background-image: url(../images/sprite.01ba2a90df6e576daec181f63e9e7ae3.png);
    background-position: 0px -91px;
    width: 90px;
    height: 83px;
    opacity: 0.2; }
  .history .history__items {
    padding: 65px 0;
    margin: 0 110px;
    position: relative;
    z-index: 10; }
    .history .history__items .slick-arrow {
      display: block !important; }
      .history .history__items .slick-arrow.slick-disabled {
        display: none !important; }
    .history .history__items .slick-prev {
      left: calc(50% - 619px); }
    .history .history__items .slick-next {
      left: calc(50% + 564px); }
    .history .history__items .slick-slide {
      overflow: hidden; }
  .history .history__item {
    text-align: left;
    position: relative;
    min-height: 492px;
    z-index: 10;
    padding: 0 10px; }
  .history .history__item__wrap {
    width: 50%;
    padding-right: 45px; }
    .history .history__item__wrap.history__item__wrap--full {
      width: 100%;
      padding-right: 0; }
  .history .history__item__title {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    font-size: 1.875rem;
    line-height: 2.0625rem; }
    .history .history__item__title + .history__item__content {
      margin-top: 30px; }
  .history .history__item__cta {
    margin-top: 30px; }
  .history .history__item__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 100%; }
    .history .history__item__image:before {
      content: '';
      position: absolute;
      top: 10px;
      right: auto;
      bottom: auto;
      left: 10px;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAFBJpMuAAAAGFBMVEXg4ODw8PDz8/Pf39/g4ODv7+/w8PDz8/O5vaV4AAAAA3RSTlPt7e1uJ5RJAAAAMElEQVQI1wXBCxUAEBAAwc0gAcqIIIDPBeDZ+mbIQKMiVzyUxJZ4uHCGzFBCBzr6B/PzDHGS7KmUAAAAAElFTkSuQmCC); }
    .history .history__item__image:after {
      right: 10px;
      bottom: 10px; }
    .history .history__item__image img {
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover";
      width: calc(100% - 10px);
      height: calc(100% - 10px); }
  .history .history__dots {
    position: relative;
    text-align: center;
    z-index: 10;
    margin: 78px 85px 0 85px;
    padding-bottom: 102px; }
    .history .history__dots:before {
      content: '';
      height: 1px;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAABAQMAAAGTWyzwAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCNdjOMBwgOEBwx8GABABA11o6EenAAAAAElFTkSuQmCC);
      opacity: 0.2;
      position: absolute;
      top: 17px;
      right: 50px;
      bottom: auto;
      left: 50px; }
    .history .history__dots * {
      outline: none !important; }
    .history .history__dots .slick-slide {
      outline: none;
      overflow: hidden; }
      .history .history__dots .slick-slide > div {
        outline: none; }
    .history .history__dots .history__dot {
      position: relative;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      font-size: 1.125rem;
      color: #000;
      padding-top: 45px;
      z-index: 1;
      outline: none; }
      .history .history__dots .history__dot:before {
        content: '';
        position: absolute;
        top: 0;
        right: 10px;
        bottom: auto;
        left: 10px;
        width: 40px;
        height: 32px;
        margin: auto;
        background: url(/wp-content/themes/nyct/assets/images/gray-bg.png); }
      .history .history__dots .history__dot:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        margin: auto;
        background-image: url(../images/sprite.01ba2a90df6e576daec181f63e9e7ae3.png);
        background-position: -221px -91px;
        width: 28px;
        height: 32px; }
    .history .history__dots .slick-current .history__dot, .history .history__dots .history__dot:hover {
      color: #d82a2a; }
      .history .history__dots .slick-current .history__dot:after, .history .history__dots .history__dot:hover:after {
        background-image: url(../images/sprite.01ba2a90df6e576daec181f63e9e7ae3.png);
        background-position: -249px -91px;
        width: 28px;
        height: 32px; }

.image {
  position: relative; }
  .image:last-child {
    margin-bottom: 75px; }
  .image.image--filtered .image__image {
    position: relative; }
    .image.image--filtered .image__image:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: transparent;
      background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.31)));
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.31)));
      background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.31) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
  .image .image__image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.map {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; }
  .map:before {
    content: '';
    display: block;
    padding-bottom: 49.44444%; }
  .map .map__items, .map .map__controls {
    display: none; }
  .map .map__points {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000; }
  .map .map__point {
    position: absolute;
    font-size: 0; }
    .map .map__point:before {
      content: '';
      background-image: url(../images/sprite.01ba2a90df6e576daec181f63e9e7ae3.png);
      background-position: -183px -91px;
      width: 38px;
      height: 39px;
      position: absolute;
      top: -19px;
      right: auto;
      bottom: auto;
      left: -20px;
      display: block; }
    .map .map__point span {
      width: 0;
      height: 0;
      margin: auto; }
      .map .map__point span:before {
        content: '';
        width: 40px;
        height: 2px;
        background: rgba(255, 255, 255, 0.5);
        margin: auto; }
      .map .map__point span:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        margin: auto; }
    .map .map__point.left span {
      position: absolute;
      top: 0;
      right: auto;
      bottom: 0;
      left: -19px; }
      .map .map__point.left span:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto; }
      .map .map__point.left span:after {
        border-width: 6.5px 7px 6.5px 0;
        border-color: transparent #af042b transparent transparent;
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: -49px; }
    .map .map__point.right span {
      position: absolute;
      top: 0;
      right: -19px;
      bottom: 0;
      left: auto; }
      .map .map__point.right span:before {
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: 0; }
      .map .map__point.right span:after {
        border-width: 6.5px 0 6.5px 7px;
        border-color: transparent transparent transparent #af042b;
        position: absolute;
        top: 0;
        right: -49px;
        bottom: 0;
        left: auto; }
    .map .map__point.bottom span {
      position: absolute;
      top: auto;
      right: 0;
      bottom: -19px;
      left: 0; }
      .map .map__point.bottom span:before {
        width: 2px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0; }
      .map .map__point.bottom span:after {
        border-width: 7px 6.5px 0 6.5px;
        border-color: #af042b transparent transparent transparent;
        position: absolute;
        top: auto;
        right: 0;
        bottom: -49px;
        left: 0;
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px); }
  .map .qtip, .map .map__item {
    position: absolute;
    width: 16.875em;
    padding: 1.25em;
    background: #fff;
    border: 1px solid #af042b;
    color: #000;
    font-size: 1em;
    line-height: 1.5em;
    /*

        &.top {
            bottom: calc(100% + 60px);
        }
        &.right {
            left: calc(100% + 60px);
            transform: translateY(-50%);
        }

        &:before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            margin: auto;
        }
        &:after {
            content: '';
            width: 40px;
            height: 2px;
            background: rgba(white, 0.5);
            margin: auto;
        }

        &.qtip-pos-rc {
            &:before {
                content: '';
                border-width: 6.5px 7px 6.5px 0;
                border-color: transparent $red-line transparent transparent;
                @include position(absolute, 0 0 0 auto);
            }
            &:after {
                @include position(absolute, 0 auto 0 calc(100% + 1px));
            }
        }

        &.qtip-pos-lc {
            &:before {
                content: '';
                border-width: 6.5px 0 6.5px 7px;;
                border-color: transparent transparent transparent $red-line;
                @include position(absolute, 0 auto 0 0);
            }
            &:after {
                @include position(absolute, 0 calc(100% + 1px) 0 auto);
            }
        }*/ }
    .map .qtip .qtip-titlebar, .map .map__item .qtip-titlebar {
      background: transparent;
      padding: 0;
      margin-bottom: 0; }
    .map .qtip .qtip-title, .map .qtip .map__item__title, .map .map__item .qtip-title, .map .map__item .map__item__title {
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      font-size: 1.5em;
      white-space: nowrap;
      padding: 0;
      margin-bottom: 0.5em; }
    .map .qtip .qtip-content, .map .qtip .map__item__content, .map .map__item .qtip-content, .map .map__item .map__item__content {
      padding: 0; }
      .map .qtip .qtip-content p, .map .qtip .map__item__content p, .map .map__item .qtip-content p, .map .map__item .map__item__content p {
        font-size: 1em;
        line-height: 1.2em;
        margin-top: 0;
        margin-bottom: 0; }

.newsroom {
  padding: 50px 0 100px 0; }
  .newsroom .newsroom__featured {
    height: 476px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 43px 30px;
    margin-bottom: 40px; }
    .newsroom .newsroom__featured .newsroom__featured__wrap {
      width: 50%;
      color: #fff;
      position: relative;
      z-index: 1; }
      .newsroom .newsroom__featured .newsroom__featured__wrap .newsroom__featured__pretitle {
        text-transform: uppercase;
        font-weight: bold;
        font-family: "Oswald", sans-serif;
        font-weight: normal;
        letter-spacing: 0.13rem; }
      .newsroom .newsroom__featured .newsroom__featured__wrap .newsroom__featured__title {
        text-transform: uppercase;
        font-weight: bold;
        font-family: "Oswald", sans-serif;
        font-size: 1.875rem;
        line-height: 2.0625rem;
        margin-top: 23px; }
      .newsroom .newsroom__featured .newsroom__featured__wrap .newsroom__featured__cta {
        color: #fff;
        margin-top: 32px;
        display: inline-block; }
    .newsroom .newsroom__featured .newsroom__featured__image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .newsroom .newsroom__featured .newsroom__featured__image img {
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        font-family: "object-fit: cover";
        width: 100%;
        height: 100%; }
      .newsroom .newsroom__featured .newsroom__featured__image:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0+75 */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, transparent 75%, transparent 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
  .newsroom .newsroom__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .newsroom .newsroom__filters {
    width: 366px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-left: 4px solid #cccccc;
    margin-left: 40px;
    padding-left: 20px; }
    .newsroom .newsroom__filters input {
      width: 100%; }
    .newsroom .newsroom__filters ul {
      list-style: none;
      padding: 0; }
      .newsroom .newsroom__filters ul li {
        display: block; }
    .newsroom .newsroom__filters .newsroom__filters__group {
      margin-bottom: 34px; }
      .newsroom .newsroom__filters .newsroom__filters__group:last-child {
        margin-bottom: 0; }
    .newsroom .newsroom__filters .newsroom__filters__title {
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      font-size: 1.125rem;
      line-height: 1.875rem; }
    .newsroom .newsroom__filters .newsroom__filters__categories {
      margin: 13px 0 0 0; }
      .newsroom .newsroom__filters .newsroom__filters__categories li {
        font-size: 1.0625rem;
        line-height: 1.0625rem; }
        .newsroom .newsroom__filters .newsroom__filters__categories li + li {
          margin-top: 16px; }
        .newsroom .newsroom__filters .newsroom__filters__categories li:hover, .newsroom .newsroom__filters .newsroom__filters__categories li.active {
          font-weight: bold; }
        .newsroom .newsroom__filters .newsroom__filters__categories li a {
          color: #000;
          display: block;
          line-height: 1rem; }
        .newsroom .newsroom__filters .newsroom__filters__categories li span {
          font-size: 0.8125rem; }
    .newsroom .newsroom__filters .newsroom__filters__tags {
      font-size: 0;
      margin: 13px 0 0 0; }
      .newsroom .newsroom__filters .newsroom__filters__tags li {
        display: inline-block;
        font-size: 1.0625rem;
        line-height: 1.0625rem;
        border: 1px solid #cccccc;
        margin-right: 9px;
        margin-bottom: 11px; }
        .newsroom .newsroom__filters .newsroom__filters__tags li:hover, .newsroom .newsroom__filters .newsroom__filters__tags li.active {
          background: #d82a2a; }
          .newsroom .newsroom__filters .newsroom__filters__tags li:hover a, .newsroom .newsroom__filters .newsroom__filters__tags li.active a {
            color: #fff; }
        .newsroom .newsroom__filters .newsroom__filters__tags li a {
          display: block;
          font-size: 1.0625rem;
          line-height: 1.0625rem;
          height: 100%;
          padding: 10px 22px; }
          .newsroom .newsroom__filters .newsroom__filters__tags li a:hover {
            background: #d82a2a;
            color: #fff; }
  .newsroom .newsroom__contact {
    color: #fff;
    padding: 30px 30px 25px 30px;
    position: relative; }
    .newsroom .newsroom__contact.newsroom__contact--mobile {
      display: none; }
    .newsroom .newsroom__contact .newsroom__contact__title {
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      font-size: 1.125rem;
      line-height: 1.125rem;
      letter-spacing: 0.04rem;
      margin-bottom: 12px; }
    .newsroom .newsroom__contact .newsroom__contact__content p {
      margin-bottom: 10px;
      margin-top: 10px; }
      .newsroom .newsroom__contact .newsroom__contact__content p:first-child {
        margin-top: 0; }
      .newsroom .newsroom__contact .newsroom__contact__content p:last-child {
        margin-bottom: 0; }
    .newsroom .newsroom__contact .newsroom__contact__content a {
      color: #fff; }
      .newsroom .newsroom__contact .newsroom__contact__content a.button:hover, .newsroom .newsroom__contact .newsroom__contact__content footer.footer .footer__bottom .footer__bottom__buttons li a:hover, footer.footer .footer__bottom .footer__bottom__buttons li .newsroom .newsroom__contact .newsroom__contact__content a:hover {
        color: #000; }
    .newsroom .newsroom__contact .newsroom__contact__image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1; }
      .newsroom .newsroom__contact .newsroom__contact__image img {
        -o-object-fit: cover;
           object-fit: cover;
        font-family: "object-fit: cover";
        width: 100%;
        height: 100%; }
  .newsroom .newsroom__list, .newsroom .newsroom__detail {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .newsroom .newsroom__detail .newsroom__detail__pretitle {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px;
    font-size: 1.0625rem;
    line-height: 1.0625rem; }
  .newsroom .newsroom__detail .newsroom__detail__date {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: 14px; }
  .newsroom .newsroom__detail .newsroom__detail__title {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    text-transform: none;
    font-size: 1.875rem;
    line-height: 2.0625rem;
    margin-bottom: 32px; }
  .newsroom .newsroom__detail .newsroom__detail__image {
    height: 314px;
    position: relative; }
    .newsroom .newsroom__detail .newsroom__detail__image.newsroom__detail__image--mobile {
      display: none; }
    .newsroom .newsroom__detail .newsroom__detail__image img {
      position: absolute;
      top: 2px;
      right: 2px;
      bottom: 2px;
      left: 2px;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover";
      width: 100%;
      height: 100%; }
  .newsroom .newsroom__detail .newsroom__detail__content {
    margin-top: 34px;
	max-width: 910px;
	overflow-x: hidden;
	overflow-y: hidden;	}
    .newsroom .newsroom__detail .newsroom__detail__content::after {
      clear: both;
      content: "";
      display: table; }
    .newsroom .newsroom__detail .newsroom__detail__content p:first-child {
      margin-top: 0; }
    .newsroom .newsroom__detail .newsroom__detail__content p:last-child {
      margin-bottom: 0; }
  .newsroom .newsroom__detail .newsroom__detail__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px solid #cccccc; }
    .newsroom .newsroom__detail .newsroom__detail__pagination span {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .newsroom .newsroom__detail .newsroom__detail__pagination a {
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      font-size: 1.125rem;
      line-height: 1.875rem;
      position: relative;
      height: 30px; }
      .newsroom .newsroom__detail .newsroom__detail__pagination a[rel='next']:before {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23d82a2a%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E");
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        display: inline-block;
        width: 21px;
        margin-right: 13px;
        vertical-align: text-bottom; }
      .newsroom .newsroom__detail .newsroom__detail__pagination a[rel='prev'] {
        color: #000; }
        .newsroom .newsroom__detail .newsroom__detail__pagination a[rel='prev']:after {
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23000%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E");
          display: inline-block;
          width: 21px;
          margin-left: 13px;
          vertical-align: middle; }
  .newsroom .newsroom__list {
    position: relative;
    width: 100%; }
    .newsroom .newsroom__list .newsroom__list__spinner {
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      pointer-events: none;
      position: absolute;
      top: -30px;
      right: 0;
      bottom: auto;
      left: 0;
      z-index: 10;
      margin: 0 auto; }
    .newsroom .newsroom__list .newsroom__no-results {
      display: none;
      text-align: center;
      font-size: 1.125rem;
      margin-top: 30px; }
    .newsroom .newsroom__list .newsroom__items {
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
    .newsroom .newsroom__list.newsroom__list--loading .newsroom__list__spinner {
      opacity: 1; }
    .newsroom .newsroom__list.newsroom__list--loading .newsroom__items {
      opacity: 0.4;
      pointer-events: none; }
  .newsroom .newsroom__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #e7e7e7;
    min-height: 212px; }
    .newsroom .newsroom__item:before {
      content: '';
      display: block;
      min-height: 212px; }
    .newsroom .newsroom__item + .newsroom__item {
      margin-top: 16px; }
    .newsroom .newsroom__item .newsroom__item__image {
      width: 208px;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative; }
      .newsroom .newsroom__item .newsroom__item__image img {
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        -o-object-fit: cover;
           object-fit: cover;
        font-family: "object-fit: cover";
        width: calc(100% - 4px);
        height: calc(100% - 4px); }
    .newsroom .newsroom__item .newsroom__item__wrap {
      padding: 18px 75px 18px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
    .newsroom .newsroom__item .newsroom__item__date {
      font-family: "Oswald", sans-serif;
      font-weight: 300;
      font-size: 1.125rem;
      line-height: 1.125rem;
      margin-bottom: 9px; }
    .newsroom .newsroom__item .newsroom__item__title {
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      text-transform: none;
      font-size: 1.5625rem;
      line-height: 1.875rem;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: inline-block;
      color: #000; }
      .newsroom .newsroom__item .newsroom__item__title:hover {
        color: #d82a2a; }
    .newsroom .newsroom__item .newsroom__item__excerpt {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-top: 10px;
      font-size: 0.9375rem; }

.quote {
  background: url(/wp-content/themes/nyct/assets/images/gray-bg.png);
  padding: 110px 0; }
  .quote .quote__content {
    position: relative;
    text-align: left;
    padding-top: 110px;
    padding-bottom: 110px; }
    .quote .quote__content:before {
      /*
            content: '“';
            font-family: 'Arial', sans-serif;
            font-size: 200px;
            line-height: 200px;
            font-weight: 900;
            text-align: center;
            color: rgba(black, 0.2);

            @include position(absolute, -38px 0 auto 0);
            */
      content: '';
      margin: auto;
      z-index: 1;
      position: absolute;
      top: -6px;
      right: 0;
      bottom: auto;
      left: 0;
      background-image: url(../images/sprite.01ba2a90df6e576daec181f63e9e7ae3.png);
      background-position: -90px -91px;
      width: 93px;
      height: 80px;
      opacity: 0.2; }
    .quote .quote__content:after {
      content: '';
      background: url(/wp-content/themes/nyct/assets/images/gray-bg.png);
      width: 160px;
      height: 100px;
      position: absolute;
      top: -6px;
      right: 0;
      bottom: auto;
      left: 0;
      margin: auto; }
    .quote .quote__content .quote__title {
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      font-size: 1.875rem;
      line-height: 1.875rem;
      margin-bottom: 30px; }
    .quote .quote__content .quote__author {
      font-family: "Oswald", sans-serif;
      font-size: 1.125rem;
      line-height: 1.125rem;
      font-weight: lighter;
      margin-top: 25px; }

_:-ms-lang(x) .related .related__item__links li, .ie10up .related .related__item__links li {
  max-width: 250px; }

.related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /**
     *  Plain theme
     */
  /**
     *  Red theme
     */ }
  .related .related__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 35px 40px 15px 40px;
    position: relative;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*
        &:after {
            content: url('icons#arrow-right' param(--color #fff));
            @include position(absolute, 0 10px 0 auto);
            width: 21px;
            height: 21px;
            margin: auto;
        }
        */ }
    .related .related__item:first-child {
      background: #870c29; }
    .related .related__item:nth-child(2) {
      background: #b3042c; }
    .related .related__item:last-child {
      background: #d82a2a; }
    .related .related__item + .related__item {
      border-left: 1px solid #fff; }
  .related .related__item__left {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    color: #fff; }
  .related .related__item__pretitle {
    font-weight: lighter;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 1.0625rem;
    position: absolute;
    top: 12px;
    right: 0;
    bottom: auto;
    left: 40px; }
  .related .related__item__title {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 2.5625rem;
    line-height: 2.625rem;
    letter-spacing: -0.08rem;
    white-space: pre-line; }
  .related .related__item__links {
    border-left: 2px solid #fff;
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0 0 0 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .related .related__item__links li {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .related .related__item__links li + li {
        margin-top: 5px; }
    .related .related__item__links a {
      color: #fff;
      font-size: 1.0625rem;
      line-height: 1.0625rem;
      position: relative; }
      .related .related__item__links a:hover {
        font-weight: bold; }
        .related .related__item__links a:hover span:after {
          left: 16px; }
      .related .related__item__links a span {
        position: relative; }
        .related .related__item__links a span:after {
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23fff%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E");
          display: inline-block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 8px;
          width: 11px;
          height: 22px;
          -webkit-transition: all 0.13s ease-in-out;
          transition: all 0.13s ease-in-out;
          margin: auto; }
  @media screen and (min-width: 1300px) and (max-width: 1619px) {
    .related .related__item__pretitle {
      font-size: 1.0625rem; }
    .related .related__item__title {
      font-size: 1.5rem;
      line-height: 1.5625rem; } }
  .related.related--plain {
    position: relative;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAFBJpMuAAAAGFBMVEXg4ODw8PDz8/Pf39/g4ODv7+/w8PDz8/O5vaV4AAAAA3RSTlPt7e1uJ5RJAAAAMElEQVQI1wXBCxUAEBAAwc0gAcqIIIDPBeDZ+mbIQKMiVzyUxJZ4uHCGzFBCBzr6B/PzDHGS7KmUAAAAAElFTkSuQmCC);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 220px;
    height: 220px; }
    .related.related--plain:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 2px;
      height: 50px;
      background: #d82a2a;
      margin: auto; }
    .related.related--plain .related__item {
      display: inline-block;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding: 0;
      float: none;
      color: #000;
      background: transparent !important; }
      .related.related--plain .related__item:after {
        display: none; }
      .related.related--plain .related__item + .related__item {
        padding-left: 100px; }
      .related.related--plain .related__item:hover .related__item__left {
        color: #d82a2a; }
      .related.related--plain .related__item:first-child {
        text-align: right;
        margin-left: -20px; }
    .related.related--plain .related__item__left {
      width: auto;
      color: #000; }
    .related.related--plain .related__item__title {
      font-size: 1.5625rem;
      line-height: 1.5625rem;
      word-spacing: 0;
      white-space: nowrap;
      display: inline-block;
      position: relative; }
      .related.related--plain .related__item__title:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23000%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        top: auto;
        right: -26px;
        bottom: 0;
        left: auto;
        display: inline-block;
        width: 20px;
        height: 25px;
        margin-left: 4px; }

.related-plain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .related-plain .related-plain__item {
    width: 33.333%;
    padding: 35px 40px 15px 40px;
    float: left;
    position: relative;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .related-plain .related-plain__item:first-child {
      background: #870c29; }
    .related-plain .related-plain__item:nth-child(2) {
      background: #b3042c; }
    .related-plain .related-plain__item:last-child {
      background: #d82a2a; }
    .related-plain .related-plain__item:after {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23fff%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E");
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      left: auto;
      width: 21px;
      height: 21px;
      margin: auto; }
  .related-plain .related-plain__item__left {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .related-plain .related-plain__item__pretitle {
    font-weight: lighter;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 1.0625rem; }
  .related-plain .related-plain__item__title {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 2.5625rem;
    line-height: 2.625rem;
    word-spacing: 1000px; }
  .related-plain .related-plain__item__links {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media (max-width: 767px) {
    .related-plain {
      display: block; }
      .related-plain .related-plain__item {
        width: 100%;
        float: none;
        padding: 10px; }
        .related-plain .related-plain__item + .related-plain__item {
          margin-top: 2px; }
      .related-plain .related-plain__item_left {
        width: 100%;
        float: none; }
      .related-plain .related-plain__item__pretitle {
        display: inline;
        font-size: 1.25rem; }
      .related-plain .related-plain__item__title {
        display: inline;
        font-size: 1.25rem; }
      .related-plain .related-plain__item__links {
        display: none; } }

.squares {
  /**
    * Red theme
    */
  /**
     * Plain theme
     */ }
  .squares .squares__square {
    position: relative;
    background: #d82a2a;
    color: #fff;
    min-height: 635px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .squares .squares__square::after {
      clear: both;
      content: "";
      display: table; }
    .squares .squares__square .squares__square__wrap::after {
      clear: both;
      content: "";
      display: table; }
    .squares .squares__square .squares__square__copy {
      float: left;
      width: 50%;
      padding-top: 60px;
      padding-bottom: 30px;
      padding-right: 78px; }
      .squares .squares__square .squares__square__copy .squares__square__title {
        text-transform: uppercase;
        font-weight: bold;
        font-family: "Oswald", sans-serif; }
        .squares .squares__square .squares__square__copy .squares__square__title + .squares__square__content {
          margin-top: 32px; }
      .squares .squares__square .squares__square__copy .squares__square__content p {
        margin: 25px 0; }
        .squares .squares__square .squares__square__copy .squares__square__content p:first-child {
          margin-top: 0; }
        .squares .squares__square .squares__square__copy .squares__square__content p:last-child {
          margin-bottom: 0; }
      .squares .squares__square .squares__square__copy .squares__square__content a:not(.button):not(footer.footer .footer__bottom .footer__bottom__buttons li a) {
        color: #fff;
        text-decoration: underline; }
      .squares .squares__square .squares__square__copy .squares__square__content .button, .squares .squares__square .squares__square__copy .squares__square__content footer.footer .footer__bottom .footer__bottom__buttons li a, footer.footer .footer__bottom .footer__bottom__buttons li .squares .squares__square .squares__square__copy .squares__square__content a {
        width: 100%;
        max-width: 254px; }
      .squares .squares__square .squares__square__copy .squares__square__content h1:first-child, .squares .squares__square .squares__square__copy .squares__square__content h2:first-child, .squares .squares__square .squares__square__copy .squares__square__content h3:first-child, .squares .squares__square .squares__square__copy .squares__square__content h4:first-child {
        margin-top: 0; }
      .squares .squares__square .squares__square__copy .squares__square__content h1:last-child, .squares .squares__square .squares__square__copy .squares__square__content h2:last-child, .squares .squares__square .squares__square__copy .squares__square__content h3:last-child, .squares .squares__square .squares__square__copy .squares__square__content h4:last-child {
        margin-bottom: 0; }
    .squares .squares__square .squares__square__image {
      width: 50%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: auto; }
      .squares .squares__square .squares__square__image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        font-family: "object-fit: cover"; }
    .squares .squares__square:nth-child(even) .squares__square__copy {
      float: right;
      padding-left: 78px;
      padding-right: 0; }
    .squares .squares__square:nth-child(even) .squares__square__image {
      left: 0;
      right: auto; }
  .squares.squares--red .squares__square__content a {
    color: #fff; }
    .squares.squares--red .squares__square__content a:not(.button):not(footer.footer .footer__bottom .footer__bottom__buttons li a) {
      text-decoration: underline; }
  .squares.squares--red .squares__square:nth-child(even) {
    background: #b3042c; }
    .squares.squares--red .squares__square:nth-child(even) .squares__square__copy .button, .squares.squares--red .squares__square:nth-child(even) .squares__square__copy footer.footer .footer__bottom .footer__bottom__buttons li a, footer.footer .footer__bottom .footer__bottom__buttons li .squares.squares--red .squares__square:nth-child(even) .squares__square__copy a {
      border-color: #fff;
      color: #fff;
      background: -webkit-gradient(linear, left top, right top, from(#8d1129), to(#8d1129)) no-repeat 3px 3px;
      background: linear-gradient(left, #8d1129, #8d1129) no-repeat 3px 3px;
      background-size: calc(100% - 6px) calc(100% - 6px); }
      .squares.squares--red .squares__square:nth-child(even) .squares__square__copy .button:before, .squares.squares--red .squares__square:nth-child(even) .squares__square__copy footer.footer .footer__bottom .footer__bottom__buttons li a:before, footer.footer .footer__bottom .footer__bottom__buttons li .squares.squares--red .squares__square:nth-child(even) .squares__square__copy a:before {
        border: 1px solid rgba(255, 255, 255, 0.4); }
      .squares.squares--red .squares__square:nth-child(even) .squares__square__copy .button:hover, .squares.squares--red .squares__square:nth-child(even) .squares__square__copy footer.footer .footer__bottom .footer__bottom__buttons li a:hover, footer.footer .footer__bottom .footer__bottom__buttons li .squares.squares--red .squares__square:nth-child(even) .squares__square__copy a:hover {
        color: #000;
        background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)) no-repeat 3px 3px;
        background: linear-gradient(left, #fff, #fff) no-repeat 3px 3px;
        background-size: calc(100% - 6px) calc(100% - 6px); }
  .squares.squares--plain {
    padding-top: 75px;
    padding-bottom: 80px; }
    .squares.squares--plain.squares--divider .squares__divider {
      border-bottom: 2px solid rgba(204, 204, 204, 0.5);
      margin-top: 81px;
      margin-bottom: 30px; }
    .squares.squares--plain .squares__content {
      margin-bottom: 50px;
      text-align: center; }
    .squares.squares--plain .squares__square {
      background: transparent;
      color: #000;
      min-height: 0; }
      .squares.squares--plain .squares__square + .squares__square {
        margin-top: 80px; }
      .squares.squares--plain .squares__square .grid-container {
        position: relative; }
      .squares.squares--plain .squares__square .squares__square__wrap {
        position: relative;
        min-height: 400px; }
      .squares.squares--plain .squares__square .squares__square__copy {
        padding-top: 0;
        padding-bottom: 0; }
      .squares.squares--plain .squares__square .squares__square__content a:not(.button):not(footer.footer .footer__bottom .footer__bottom__buttons li a) {
        color: #d82a2a; }
      .squares.squares--plain .squares__square .squares__square__image {
        /*position: relative;
               float: left;
               width: 50%;
               height: auto;*/
        float: right;
        position: relative;
        bottom: auto; }
        .squares.squares--plain .squares__square .squares__square__image:before {
          content: '';
          position: absolute;
          top: 10px;
          right: auto;
          bottom: auto;
          left: 10px;
          width: 100%;
          height: 100%;
          z-index: -1;
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAFBJpMuAAAAGFBMVEXg4ODw8PDz8/Pf39/g4ODv7+/w8PDz8/O5vaV4AAAAA3RSTlPt7e1uJ5RJAAAAMElEQVQI1wXBCxUAEBAAwc0gAcqIIIDPBeDZ+mbIQKMiVzyUxJZ4uHCGzFBCBzr6B/PzDHGS7KmUAAAAAElFTkSuQmCC); }
      .squares.squares--plain .squares__square:nth-child(even) .squares__square__image {
        float: left; }

.staff {
  padding: 75px 0; }
  .staff + .staff {
    padding-top: 0; }
  .staff:last-child {
    padding-bottom: 100px; }
  .staff .staff__title:not(:first-child) {
    margin-top: 57px; }
  .staff .staff__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 55px;
    margin-left: -16px; }
  .staff .staff__content {
    display: none;
    width: 100%;
    margin-top: -14px;
    margin-left: 16px;
    margin-bottom: 16px;
    border-top: 2px solid #d82a2a; }
    .staff .staff__content .staff__content__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      margin-top: 2px;
      background: url(/wp-content/themes/nyct/assets/images/gray-bg.png); }
      .staff .staff__content .staff__content__wrap > i {
        display: block;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 380.2 380.2' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='fill: %23d82a2a%3B'%3E%3Cpath d='M324.5%2C55.7C288.6%2C19.8%2C240.9%2C0%2C190.1%2C0C139.3%2C0%2C91.6%2C19.8%2C55.7%2C55.7 C19.8%2C91.6%2C0%2C139.3%2C0%2C190.1c0%2C50.8%2C19.8%2C98.5%2C55.7%2C134.4c35.9%2C35.9%2C83.6%2C55.7%2C134.4%2C55.7c50.8%2C0%2C98.5-19.8%2C134.4-55.7 c35.9-35.9%2C55.7-83.6%2C55.7-134.4C380.2%2C139.3%2C360.4%2C91.6%2C324.5%2C55.7 M309.2%2C309.2c-31.8%2C31.8-74.2%2C49.4-119.1%2C49.4 c-45%2C0-87.3-17.5-119.1-49.4C5.3%2C243.5%2C5.3%2C136.6%2C71%2C71c31.8-31.8%2C74.2-49.4%2C119.1-49.4c45%2C0%2C87.3%2C17.5%2C119.1%2C49.4 C374.9%2C136.6%2C374.9%2C243.5%2C309.2%2C309.2'/%3E%3Cpath d='M273.8%2C106.3c-4.2-4.2-11-4.2-15.3%2C0l-68.5%2C68.5l-68.5-68.5c-4.2-4.2-11-4.2-15.3%2C0 c-4.2%2C4.2-4.2%2C11%2C0%2C15.3l68.5%2C68.5l-68.5%2C68.5c-4.2%2C4.2-4.2%2C11%2C0%2C15.3c2.1%2C2.1%2C4.9%2C3.2%2C7.6%2C3.2c2.7%2C0%2C5.5-1%2C7.6-3.2l68.5-68.5 l68.5%2C68.5c2.1%2C2.1%2C4.9%2C3.2%2C7.6%2C3.2c2.8%2C0%2C5.5-1%2C7.6-3.2c4.2-4.2%2C4.2-11%2C0-15.3l-68.3-68.5l68.5-68.5 C278.1%2C117.4%2C278.1%2C110.6%2C273.8%2C106.3'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
        background-size: 24px;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: auto;
        left: auto;
        cursor: pointer; }
        .staff .staff__content .staff__content__wrap > i:hover {
          background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 380.2 380.2' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='fill: %23000%3B'%3E%3Cpath d='M324.5%2C55.7C288.6%2C19.8%2C240.9%2C0%2C190.1%2C0C139.3%2C0%2C91.6%2C19.8%2C55.7%2C55.7 C19.8%2C91.6%2C0%2C139.3%2C0%2C190.1c0%2C50.8%2C19.8%2C98.5%2C55.7%2C134.4c35.9%2C35.9%2C83.6%2C55.7%2C134.4%2C55.7c50.8%2C0%2C98.5-19.8%2C134.4-55.7 c35.9-35.9%2C55.7-83.6%2C55.7-134.4C380.2%2C139.3%2C360.4%2C91.6%2C324.5%2C55.7 M309.2%2C309.2c-31.8%2C31.8-74.2%2C49.4-119.1%2C49.4 c-45%2C0-87.3-17.5-119.1-49.4C5.3%2C243.5%2C5.3%2C136.6%2C71%2C71c31.8-31.8%2C74.2-49.4%2C119.1-49.4c45%2C0%2C87.3%2C17.5%2C119.1%2C49.4 C374.9%2C136.6%2C374.9%2C243.5%2C309.2%2C309.2'/%3E%3Cpath d='M273.8%2C106.3c-4.2-4.2-11-4.2-15.3%2C0l-68.5%2C68.5l-68.5-68.5c-4.2-4.2-11-4.2-15.3%2C0 c-4.2%2C4.2-4.2%2C11%2C0%2C15.3l68.5%2C68.5l-68.5%2C68.5c-4.2%2C4.2-4.2%2C11%2C0%2C15.3c2.1%2C2.1%2C4.9%2C3.2%2C7.6%2C3.2c2.7%2C0%2C5.5-1%2C7.6-3.2l68.5-68.5 l68.5%2C68.5c2.1%2C2.1%2C4.9%2C3.2%2C7.6%2C3.2c2.8%2C0%2C5.5-1%2C7.6-3.2c4.2-4.2%2C4.2-11%2C0-15.3l-68.3-68.5l68.5-68.5 C278.1%2C117.4%2C278.1%2C110.6%2C273.8%2C106.3'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
          background-size: 24px; }
    .staff .staff__content .staff__content__left {
      padding: 26px 28px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .staff .staff__content .staff__content__left .staff__content__description p:first-child {
        margin-top: 0; }
      .staff .staff__content .staff__content__left .staff__content__description p:last-child {
        margin-bottom: 0; }
      .staff .staff__content .staff__content__left .staff__content__contact {
        border-top: 1px solid #cccccc;
        margin-top: 38px;
        padding-top: 45px; }
        .staff .staff__content .staff__content__left .staff__content__contact > a {
          display: inline-block; }
          .staff .staff__content .staff__content__left .staff__content__contact > a:hover {
            color: #b3042c;
            font-weight: 600; }
          .staff .staff__content .staff__content__left .staff__content__contact > a + a {
            margin-left: 27px;
            padding-left: 30px;
            border-left: 1px solid #cccccc; }
          .staff .staff__content .staff__content__left .staff__content__contact > a > span {
            display: inline-block;
            height: 22px;
            vertical-align: middle;
            margin-right: 8px; }
          .staff .staff__content .staff__content__left .staff__content__contact > a br {
            display: none; }
          .staff .staff__content .staff__content__left .staff__content__contact > a.staff__content__contact__phone > span {
            content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='129.6 549.6 820.8 820.8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='fill: %23000%3B'%3E%3Cpath d='M540%2C1370.4c-225.6%2C0-410.4-183.6-410.4-410.4S314.4%2C549.6%2C540%2C549.6S950.4%2C734.4%2C950.4%2C960c0%2C74.4-20.4%2C146.4-57.6%2C210 c-4.8%2C8.4-15.6%2C10.8-25.2%2C6c-8.4-4.8-10.8-15.6-6-25.2c34.8-57.6%2C52.8-123.6%2C52.8-190.8c0-206.4-168-374.4-374.4-374.4 S165.6%2C753.6%2C165.6%2C960s168%2C374.4%2C374.4%2C374.4c72%2C0%2C135.6-20.4%2C172.8-56.4c32.4-31.2%2C46.8-63.6%2C44.4-94.8 c-7.2-67.2-91.2-120-100.8-126c-1.2%2C0-1.2-1.2-1.2-1.2c-1.2%2C0-3.6%2C1.2-6%2C3.6c-2.4%2C2.4-13.2%2C12-19.2%2C19.2 c-9.6%2C9.6-15.6%2C15.6-19.2%2C18c-7.2%2C6-18%2C13.2-30%2C10.8c-4.8%2C0-8.4-2.4-13.2-4.8c-7.2-3.6-39.6-27.6-96-91.2 c-64.8-73.2-66-116.4-66-128.4c1.2-13.2%2C10.8-21.6%2C18-27.6c7.2-6%2C16.8-12%2C25.2-16.8c7.2-3.6%2C14.4-8.4%2C20.4-14.4 c2.4-2.4%2C4.8-3.6%2C4.8-4.8c0%2C0%2C0%2C0%2C0-1.2c-2.4-4.8-36-81.6-46.8-103.2c-3.6%2C0-8.4%2C0-10.8%2C1.2c-68.4%2C27.6-78%2C70.8-79.2%2C87.6 c-1.2%2C12-6%2C122.4%2C90%2C238.8c106.8%2C129.6%2C192%2C145.2%2C207.6%2C146.4c3.6%2C0%2C22.8%2C2.4%2C46.8-6c9.6-3.6%2C19.2%2C1.2%2C22.8%2C10.8 c3.6%2C9.6-1.2%2C19.2-10.8%2C22.8c-24%2C8.4-48%2C9.6-62.4%2C8.4c-26.4-2.4-120-22.8-231.6-159.6c-104.4-127.2-99.6-250.8-98.4-264 c1.2-19.2%2C12-81.6%2C100.8-116.4c12-4.8%2C40.8-7.2%2C51.6%2C7.2c4.8%2C6%2C52.8%2C115.2%2C52.8%2C116.4c2.4%2C6%2C2.4%2C12%2C2.4%2C18c-1.2%2C9.6-7.2%2C18-18%2C27.6 c-8.4%2C6-16.8%2C12-25.2%2C18c-7.2%2C4.8-14.4%2C8.4-21.6%2C14.4c-2.4%2C2.4-3.6%2C3.6-4.8%2C3.6c0%2C7.2%2C4.8%2C40.8%2C56.4%2C98.4 c54%2C61.2%2C81.6%2C80.4%2C85.2%2C82.8c1.2%2C0%2C2.4-1.2%2C4.8-3.6c2.4-2.4%2C9.6-9.6%2C15.6-15.6c12-12%2C19.2-19.2%2C24-22.8c12-8.4%2C21.6-12%2C31.2-10.8 c6%2C1.2%2C12%2C2.4%2C16.8%2C6c18%2C10.8%2C109.2%2C70.8%2C118.8%2C153.6c4.8%2C44.4-13.2%2C86.4-55.2%2C124.8C693.6%2C1345.2%2C621.6%2C1370.4%2C540%2C1370.4z'/%3E%3C/g%3E%3C/svg%3E"); }
          .staff .staff__content .staff__content__left .staff__content__contact > a.staff__content__contact__email > span {
            content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 383 383' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='fill: %23000%3B'%3E%3Cpath d='M383%2C191.5c0-51.1-19.9-99.2-56.1-135.4C290.7%2C19.9%2C242.6%2C0%2C191.5%2C0S92.3%2C19.9%2C56.1%2C56.1C19.9%2C92.3%2C0%2C140.4%2C0%2C191.5 s19.9%2C99.2%2C56.1%2C135.4c36.2%2C36.2%2C84.3%2C56.1%2C135.4%2C56.1c25%2C0%2C49.3-4.7%2C72.2-14.1l-7.4-17.5c-20.6%2C8.4-42.4%2C12.6-64.8%2C12.6 C96.4%2C364%2C19%2C286.6%2C19%2C191.5C19%2C96.4%2C96.4%2C19%2C191.5%2C19C286.6%2C19%2C364%2C96.4%2C364%2C191.5c0%2C42.8-26.5%2C62.3-51.2%2C62.3 c-24.6%2C0-51.2-19.5-51.2-62.3c0-38.7-31.5-70.2-70.2-70.2c-38.7%2C0-70.2%2C31.5-70.2%2C70.2c0%2C38.7%2C31.5%2C70.2%2C70.2%2C70.2 c22.2%2C0%2C42.7-10.2%2C56.1-28.1l2.4-3.2l1.8%2C3.6c3.3%2C6.7%2C7.5%2C12.7%2C12.4%2C17.9c12.8%2C13.5%2C30.1%2C20.9%2C48.6%2C20.9c18.5%2C0%2C35.8-7.4%2C48.6-20.9 C375.5%2C237%2C383%2C216.2%2C383%2C191.5z M191.5%2C242.7c-28.2%2C0-51.2-23-51.2-51.2s23-51.2%2C51.2-51.2s51.2%2C23%2C51.2%2C51.2 S219.7%2C242.7%2C191.5%2C242.7z'/%3E%3C/g%3E%3C/svg%3E"); }
    .staff .staff__content .staff__content__right {
      width: calc((100% - 32px) / 3);
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding: 28px 26px;
      background: #f7f7f7;
      border-left: 2px solid rgba(204, 204, 204, 0.5); }
    .staff .staff__content .staff__content__title {
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      font-size: 1.125rem;
      line-height: 1.125rem;
      color: #d82a2a;
      margin-bottom: 25px;
      letter-spacing: 0.1rem; }
      .staff .staff__content .staff__content__title:not(:first-child) {
        margin-top: 23px; }
    .staff .staff__content .staff__content__media + .staff__content__media {
      margin-top: 18px; }
    .staff .staff__content .staff__content__media .staff__content__media__date {
      font-family: "Oswald", sans-serif;
      margin-bottom: 2px; }
    .staff .staff__content .staff__content__media .staff__content__media__title {
      font-family: "Oswald", sans-serif;
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1.875rem; }
      .staff .staff__content .staff__content__media .staff__content__media__title + .staff__content__media__content {
        margin-top: 5px; }
  .staff.staff--open .staff__item {
    opacity: 0.25; }
    .staff.staff--open .staff__item.active {
      opacity: 1; }
  .staff .staff__item {
    width: calc((100% - 48px) / 3);
    margin-left: 16px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .staff .staff__item.active .staff__item__button {
      background: #d82a2a;
      color: #fff; }
      .staff .staff__item.active .staff__item__button:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='947.1 336.4 270.2 218.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='fill: %23fff%3B'%3E%3Cg%3E%3Cpath d='M1197.3%2C344.3c20.1-14.2%2C26-8.6%2C13.3%2C12.4l-114.6%2C188.7c-7.6%2C12.6-20.1%2C12.6-27.7%2C0L953.8%2C356.6 c-12.8-21-6.7-26.5%2C13.3-12.4l13.2%2C9.3c56.3%2C39.7%2C147.6%2C39.7%2C203.8%2C0L1197.3%2C344.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        top: 26px; }
  .staff .staff__item__image {
    position: relative; }
    .staff .staff__item__image img.staff__item__image__spacer {
      width: 100%;
      height: auto; }
    .staff .staff__item__image img.staff__item__image__image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover";
      width: 100%;
      height: 100%; }
    .staff .staff__item__image + .staff__item__button {
      height: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
  .staff .staff__item__button {
    background: #e7e7e7;
    padding: 10px 20px 15px 20px;
    margin-top: 1px;
    cursor: pointer;
    height: 100%;
    position: relative; }
    .staff .staff__item__button:after {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='947.1 336.4 270.2 218.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='fill: %23000%3B'%3E%3Cg%3E%3Cpath d='M1197.3%2C344.3c20.1-14.2%2C26-8.6%2C13.3%2C12.4l-114.6%2C188.7c-7.6%2C12.6-20.1%2C12.6-27.7%2C0L953.8%2C356.6 c-12.8-21-6.7-26.5%2C13.3-12.4l13.2%2C9.3c56.3%2C39.7%2C147.6%2C39.7%2C203.8%2C0L1197.3%2C344.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      position: absolute;
      top: 21px;
      right: 21px;
      bottom: auto;
      left: auto;
      width: 17px;
      height: 15px; }
    .staff .staff__item__button.staff__item__button--no-arrow {
      cursor: default; }
    .staff .staff__item__button.staff__item__button--no-arrow:after {
      content: '';
      display: none; }
  .staff .staff__item__name {
    font-size: 1.125rem;
    line-height: 2.25rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.09rem; }
  .staff .staff__item__content {
    display: none; }
  .staff .staff__filters {
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    font-size: 0; }
    .staff .staff__filters label {
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      font-size: 1.0625rem;
      font-weight: normal;
      vertical-align: middle;
      margin-right: 30px;
      letter-spacing: 0.08rem; }
    .staff .staff__filters input, .staff .staff__filters .select2 {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      max-width: 282px; }

.stats {
  text-align: center;
  border-top: 1px solid #cccccc;
  padding: 55px 0; }
  .stats .stats__item .stats__item__value {
    color: #d82a2a;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 3.125rem;
    line-height: 3.125rem;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px; }
    .stats .stats__item .stats__item__value:after {
      content: '';
      position: absolute;
      top: auto;
      right: 0;
      bottom: -22px;
      left: 0;
      width: 50px;
      height: 2px;
      background: #d82a2a;
      margin: auto; }
    .stats .stats__item .stats__item__value > span {
      position: relative; }
    .stats .stats__item .stats__item__value .stats__item__pre {
      position: absolute;
      top: 0;
      right: 100%;
      bottom: 0;
      left: auto;
      font-size: 1.875rem;
      line-height: 1.875rem;
      height: 30px;
      margin-top: auto;
      margin-bottom: auto;
      margin-right: 10px; }
  .stats .stats__item .stats__item__label {
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 1.0625rem;
    line-height: 1.0625rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .stats {
      height: 240px;
      padding-top: 54px; }
      .stats .stats__item {
        width: 100%; }
        .stats .stats__item .stats__item__value {
          font-size: 2.5625rem;
          line-height: 2.5625rem; } }

.tabs {
  padding-top: 75px;
  padding-bottom: 80px; }
  .tabs .tabs__title + .tabs__navigation {
    margin-top: 62px; }
  .tabs .tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px; }
    .tabs .tabs__navigation a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      height: 78px;
      padding: 0 22px;
      border: 1px solid #cccccc;
      position: relative;
      font-size: 1.125rem;
      line-height: 1.125rem;
      font-family: "Oswald", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      color: #000;
      background: #fff;
      -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
      transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
      outline: none;
      margin: 0 1px; }
      .tabs .tabs__navigation a:before {
        content: '';
        height: 4px;
        background: #e7e7e7;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      .tabs .tabs__navigation a:after {
        content: '';
        position: absolute;
        top: 100%;
        right: 0;
        bottom: auto;
        left: 0;
        background: rgba(231, 231, 231, 0.8);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0;
        border-color: #b3042c transparent transparent;
        background: transparent;
        margin: auto;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .tabs .tabs__navigation .slick-current a, .tabs .tabs__navigation a.active, .tabs .tabs__navigation a:hover {
      color: #fff;
      background: #b3042c; }
      .tabs .tabs__navigation .slick-current a:before, .tabs .tabs__navigation a.active:before, .tabs .tabs__navigation a:hover:before {
        opacity: 0; }
      .tabs .tabs__navigation .slick-current a:after, .tabs .tabs__navigation a.active:after, .tabs .tabs__navigation a:hover:after {
        border-width: 9px 8.5px 0 8.5px;
        opacity: 1; }
    .tabs .tabs__navigation .slick-slide:not(.slick-current) a.active {
      color: #000;
      background: #fff; }
      .tabs .tabs__navigation .slick-slide:not(.slick-current) a.active:after {
        opacity: 0; }
  .tabs .tabs__items {
    margin-top: 55px; }
    .tabs .tabs__items .tabs__item {
      display: none; }
      .tabs .tabs__items .tabs__item.active {
        display: block; }
      .tabs .tabs__items .tabs__item.tabs__item--fluid .tabs__item__content {
        max-width: 100%; }
    .tabs .tabs__items .tabs__item__title {
      font-size: 1.875rem;
      line-height: 1.875rem;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Oswald", sans-serif; }
      .tabs .tabs__items .tabs__item__title + .tabs__item__content {
        margin-top: 35px; }
    .tabs .tabs__items .tabs__item__content {
      max-width: 705px;
      margin: 0 auto;
      padding: 0 45px; }
      .tabs .tabs__items .tabs__item__content + .tabs__item__button {
        margin-top: 60px; }
      .tabs .tabs__items .tabs__item__content ul {
        -webkit-columns: 2;
                columns: 2;
        -webkit-column-gap: 160px;
                column-gap: 160px;
        -webkit-column-rule: 1px solid #cccccc;
                column-rule: 1px solid #cccccc; }
      .tabs .tabs__items .tabs__item__content p:first-child {
        margin-top: 0; }
      .tabs .tabs__items .tabs__item__content p:last-child {
        margin-bottom: 0; }

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 53px 0 0 40px;
  border-bottom: 3px solid #af042b;
  margin-bottom: 1px;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff; }
  .top .top__burger {
    display: none; }
  .top .top__logo {
    margin-top: -6px; }
    .top .top__logo a {
      display: block;
      background-image: url(../images/sprite.01ba2a90df6e576daec181f63e9e7ae3.png);
      background-position: 0px 0px;
      width: 308px;
      height: 91px; }
  .top .top__menus {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: right;
    background: #fff;
    margin-top: -1px; }
    .top .top__menus ul {
      list-style: none;
      padding: 0;
      margin: 0; }
  .top .top__super {
    position: absolute;
    top: 0;
    right: 40px;
    bottom: auto;
    left: 40px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: #fff; }
    .top .top__super a {
      color: #b3042c; }
      .top .top__super a:hover {
        font-weight: bold; }
    .top .top__super > ul > li {
      display: inline-block;
      padding: 0 30px; }
      .top .top__super > ul > li + li {
        border-left: 1px solid #cccccc; }
      .top .top__super > ul > li:last-child {
        padding-right: 0; }
    .top .top__super li.contact {
      position: relative;
      padding-left: 62px; }
      .top .top__super li.contact:before {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='129.6 549.6 820.8 820.8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M540%2C1370.4c-225.6%2C0-410.4-183.6-410.4-410.4S314.4%2C549.6%2C540%2C549.6S950.4%2C734.4%2C950.4%2C960c0%2C74.4-20.4%2C146.4-57.6%2C210 c-4.8%2C8.4-15.6%2C10.8-25.2%2C6c-8.4-4.8-10.8-15.6-6-25.2c34.8-57.6%2C52.8-123.6%2C52.8-190.8c0-206.4-168-374.4-374.4-374.4 S165.6%2C753.6%2C165.6%2C960s168%2C374.4%2C374.4%2C374.4c72%2C0%2C135.6-20.4%2C172.8-56.4c32.4-31.2%2C46.8-63.6%2C44.4-94.8 c-7.2-67.2-91.2-120-100.8-126c-1.2%2C0-1.2-1.2-1.2-1.2c-1.2%2C0-3.6%2C1.2-6%2C3.6c-2.4%2C2.4-13.2%2C12-19.2%2C19.2 c-9.6%2C9.6-15.6%2C15.6-19.2%2C18c-7.2%2C6-18%2C13.2-30%2C10.8c-4.8%2C0-8.4-2.4-13.2-4.8c-7.2-3.6-39.6-27.6-96-91.2 c-64.8-73.2-66-116.4-66-128.4c1.2-13.2%2C10.8-21.6%2C18-27.6c7.2-6%2C16.8-12%2C25.2-16.8c7.2-3.6%2C14.4-8.4%2C20.4-14.4 c2.4-2.4%2C4.8-3.6%2C4.8-4.8c0%2C0%2C0%2C0%2C0-1.2c-2.4-4.8-36-81.6-46.8-103.2c-3.6%2C0-8.4%2C0-10.8%2C1.2c-68.4%2C27.6-78%2C70.8-79.2%2C87.6 c-1.2%2C12-6%2C122.4%2C90%2C238.8c106.8%2C129.6%2C192%2C145.2%2C207.6%2C146.4c3.6%2C0%2C22.8%2C2.4%2C46.8-6c9.6-3.6%2C19.2%2C1.2%2C22.8%2C10.8 c3.6%2C9.6-1.2%2C19.2-10.8%2C22.8c-24%2C8.4-48%2C9.6-62.4%2C8.4c-26.4-2.4-120-22.8-231.6-159.6c-104.4-127.2-99.6-250.8-98.4-264 c1.2-19.2%2C12-81.6%2C100.8-116.4c12-4.8%2C40.8-7.2%2C51.6%2C7.2c4.8%2C6%2C52.8%2C115.2%2C52.8%2C116.4c2.4%2C6%2C2.4%2C12%2C2.4%2C18c-1.2%2C9.6-7.2%2C18-18%2C27.6 c-8.4%2C6-16.8%2C12-25.2%2C18c-7.2%2C4.8-14.4%2C8.4-21.6%2C14.4c-2.4%2C2.4-3.6%2C3.6-4.8%2C3.6c0%2C7.2%2C4.8%2C40.8%2C56.4%2C98.4 c54%2C61.2%2C81.6%2C80.4%2C85.2%2C82.8c1.2%2C0%2C2.4-1.2%2C4.8-3.6c2.4-2.4%2C9.6-9.6%2C15.6-15.6c12-12%2C19.2-19.2%2C24-22.8c12-8.4%2C21.6-12%2C31.2-10.8 c6%2C1.2%2C12%2C2.4%2C16.8%2C6c18%2C10.8%2C109.2%2C70.8%2C118.8%2C153.6c4.8%2C44.4-13.2%2C86.4-55.2%2C124.8C693.6%2C1345.2%2C621.6%2C1370.4%2C540%2C1370.4z'/%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: 30px;
        width: 21px;
        height: 21px;
        margin: auto; }
    .top .top__super li.mynyct {
      position: relative;
      padding-left: 62px; }
      .top .top__super li.mynyct:before {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='5.1 667.9 660.4 729.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M314.5%2C668c-55.1-2.2-149%2C29.2-154.4%2C156.6c-1.1%2C9.7-10.8%2C122%2C47.5%2C187.9c25.9%2C29.2%2C61.6%2C44.3%2C105.8%2C45.4h1.1h2.2h1.1 c44.3-1.1%2C78.8-16.2%2C105.8-45.4c58.3-64.8%2C48.6-177.1%2C47.5-187.9C462.4%2C697.2%2C368.5%2C665.9%2C314.5%2C668z M433.3%2C827.9 c0%2C1.1%2C10.8%2C105.8-37.8%2C160.9c-19.4%2C21.6-45.4%2C33.5-79.9%2C33.5c0%2C0%2C0%2C0-1.1%2C0c0%2C0%2C0%2C0-1.1%2C0c-34.6%2C0-60.5-10.8-79.9-33.5 c-48.6-55.1-38.9-159.8-37.8-160.9v-1.1c5.4-114.5%2C88.6-123.1%2C114.5-123.1c1.1%2C0%2C3.2%2C0%2C4.3%2C0h1.1c18.4-1.1%2C112.3%2C2.2%2C117.7%2C123.1 V827.9z M5.6%2C1249.1c-4.3-68%2C20.5-113.4%2C69.1-126.4c69.1-17.3%2C126.4-57.2%2C126.4-58.3l20.5%2C29.2c-2.2%2C2.2-62.6%2C44.3-138.2%2C63.7 c-41%2C10.8-43.2%2C60.5-41%2C89.6v1.1v1.1c0%2C14%2C1.1%2C36.7%2C3.2%2C48.6c23.8%2C13%2C121%2C63.7%2C270%2C63.7v35.6c-181.4%2C0-290.5-69.1-294.8-72.4 l-4.3-3.2l-2.2-5.4C5.6%2C1296.6%2C5.6%2C1257.7%2C5.6%2C1249.1z M665.5%2C1178.9h-49.7v-49.7c0-57.2-46.4-103.7-103.7-103.7 c-57.2%2C0-103.7%2C46.4-103.7%2C103.7v48.6h-49.7v210.6h305.6v-209.5H665.5z M445.2%2C1129.2c0-36.7%2C30.2-68%2C68-68s68%2C30.2%2C68%2C68v48.6h-135 v-48.6H445.2z M628.8%2C1352.8H394.4v-138.2h234.4V1352.8z'/%3E%3C/svg%3E");
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: 30px;
        width: 21px;
        height: 21px;
        margin: auto; }
    .top .top__super li.search a {
      padding-left: 31px;
      position: relative; }
      .top .top__super li.search a:before {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='159.2 438.6 668.8 661.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M578.2%2C576.1c-38.9-38.9-89.8-58.3-140.7-58.3c-50.9%2C0-101.9%2C19.4-140.7%2C58.3c-77.7%2C77.7-77.7%2C203.7%2C0%2C281.5 c38.9%2C38.9%2C89.8%2C58.3%2C140.7%2C58.3c50.9%2C0%2C101.9-19.4%2C140.7-58.3C655.9%2C779.8%2C655.9%2C653.8%2C578.2%2C576.1z M552.8%2C832.1 c-30.8%2C30.8-71.7%2C47.8-115.3%2C47.8s-84.5-17-115.3-47.8c-63.6-63.6-63.6-167%2C0-230.6c30.8-30.8%2C71.7-47.8%2C115.3-47.8 s84.5%2C17%2C115.3%2C47.8C616.3%2C665.1%2C616.3%2C768.5%2C552.8%2C832.1z'/%3E%3Cpath d='M649.8%2C896.4c92.6-109.3%2C87.6-273.2-15.6-376.3c-54.3-54.3-125.5-81.5-196.8-81.5s-142.4%2C27.2-196.8%2C81.5 c-108.7%2C108.7-108.7%2C284.8%2C0%2C393.5c54.3%2C54.3%2C125.6%2C81.5%2C196.8%2C81.5c67.2%2C0%2C134.2-24.5%2C187.2-72.9l172.6%2C172.6 c3.5%2C3.5%2C8.1%2C5.3%2C12.7%2C5.3c4.6%2C0%2C9.2-1.8%2C12.7-5.3c7-7%2C7-18.4%2C0-25.5L649.8%2C896.4z M437.5%2C959.1c-64.7%2C0-125.5-25.2-171.3-71 c-45.8-45.8-71-106.6-71-171.3s25.2-125.6%2C71-171.3c45.8-45.8%2C106.6-71%2C171.3-71c64.7%2C0%2C125.6%2C25.2%2C171.3%2C71 c45.8%2C45.8%2C71%2C106.6%2C71%2C171.3s-25.2%2C125.5-71%2C171.3C563%2C933.9%2C502.2%2C959.1%2C437.5%2C959.1z'/%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        width: 21px;
        height: 21px;
        margin: auto; }
    .top .top__super li.search input {
      outline: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      font-size: 1.0625rem;
      line-height: 1.5625rem;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='159.2 438.6 668.8 661.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M578.2%2C576.1c-38.9-38.9-89.8-58.3-140.7-58.3c-50.9%2C0-101.9%2C19.4-140.7%2C58.3c-77.7%2C77.7-77.7%2C203.7%2C0%2C281.5 c38.9%2C38.9%2C89.8%2C58.3%2C140.7%2C58.3c50.9%2C0%2C101.9-19.4%2C140.7-58.3C655.9%2C779.8%2C655.9%2C653.8%2C578.2%2C576.1z M552.8%2C832.1 c-30.8%2C30.8-71.7%2C47.8-115.3%2C47.8s-84.5-17-115.3-47.8c-63.6-63.6-63.6-167%2C0-230.6c30.8-30.8%2C71.7-47.8%2C115.3-47.8 s84.5%2C17%2C115.3%2C47.8C616.3%2C665.1%2C616.3%2C768.5%2C552.8%2C832.1z'/%3E%3Cpath d='M649.8%2C896.4c92.6-109.3%2C87.6-273.2-15.6-376.3c-54.3-54.3-125.5-81.5-196.8-81.5s-142.4%2C27.2-196.8%2C81.5 c-108.7%2C108.7-108.7%2C284.8%2C0%2C393.5c54.3%2C54.3%2C125.6%2C81.5%2C196.8%2C81.5c67.2%2C0%2C134.2-24.5%2C187.2-72.9l172.6%2C172.6 c3.5%2C3.5%2C8.1%2C5.3%2C12.7%2C5.3c4.6%2C0%2C9.2-1.8%2C12.7-5.3c7-7%2C7-18.4%2C0-25.5L649.8%2C896.4z M437.5%2C959.1c-64.7%2C0-125.5-25.2-171.3-71 c-45.8-45.8-71-106.6-71-171.3s25.2-125.6%2C71-171.3c45.8-45.8%2C106.6-71%2C171.3-71c64.7%2C0%2C125.6%2C25.2%2C171.3%2C71 c45.8%2C45.8%2C71%2C106.6%2C71%2C171.3s-25.2%2C125.5-71%2C171.3C563%2C933.9%2C502.2%2C959.1%2C437.5%2C959.1z'/%3E%3C/g%3E%3C/svg%3E") no-repeat left center;
      background-size: 21px 21px;
      padding-left: 28px; }
    .top .top__super li.aaa a {
      cursor: pointer;
      font-size: 17Px; }
      .top .top__super li.aaa a:first-child {
        font-size: 13Px; }
      .top .top__super li.aaa a:last-child {
        font-size: 19Px; }
      .top .top__super li.aaa a.active {
        font-weight: bold; }
  .top .top__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .top .top__nav > ul {
      font-size: 0;
      border-top: 1px solid #cccccc;
      padding-top: 1px;
      padding-bottom: 1px;
      min-height: 97px;
      vertical-align: top; }
      .top .top__nav > ul li {
        vertical-align: top;
        height: 100%; }
      .top .top__nav > ul a {
        color: #000; }
    .top .top__nav > ul {
      display: table; }
      .top .top__nav > ul > li {
        display: table-cell;
        text-align: left;
        min-width: 152px;
        max-width: 311px; }
        .top .top__nav > ul > li.current_page_item > a {
          color: #b3042c; }
          .top .top__nav > ul > li.current_page_item > a span {
            color: #000; }
        .top .top__nav > ul > li > a {
          display: block;
          padding: 10px;
          font-family: "Oswald", sans-serif;
          font-size: 1.4375rem;
          font-weight: bold;
          text-transform: uppercase; }
          .top .top__nav > ul > li > a:hover {
            color: #b3042c; }
            .top .top__nav > ul > li > a:hover > .menu-item-description {
              color: #000; }
          .top .top__nav > ul > li > a > .menu-item-description {
            display: block;
            font-family: "Open Sans", sans-serif;
            font-size: 0.8125rem;
            line-height: 1.125rem;
            font-weight: normal;
            text-transform: none; }
        .top .top__nav > ul > li > a[href="#"]:hover {
          color: #000; }
        .top .top__nav > ul > li.menu-item-has-children {
          position: relative;
          cursor: pointer; }
          .top .top__nav > ul > li.menu-item-has-children:last-child {
            background: #e7e7e7; }
          .top .top__nav > ul > li.menu-item-has-children:after {
            content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='947.1 336.4 270.2 218.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cg%3E%3Cpath d='M1197.3%2C344.3c20.1-14.2%2C26-8.6%2C13.3%2C12.4l-114.6%2C188.7c-7.6%2C12.6-20.1%2C12.6-27.7%2C0L953.8%2C356.6 c-12.8-21-6.7-26.5%2C13.3-12.4l13.2%2C9.3c56.3%2C39.7%2C147.6%2C39.7%2C203.8%2C0L1197.3%2C344.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            position: absolute;
            top: 23px;
            right: 41px;
            bottom: 0;
            left: auto;
            width: 17px;
            height: 15px;
            font-size: 0;
            pointer-events: none; }
          .top .top__nav > ul > li.menu-item-has-children ul.sub-menu {
            cursor: default; }
          .top .top__nav > ul > li.menu-item-has-children.active:after {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
          .top .top__nav > ul > li.menu-item-has-children.active:before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 9px 8.5px 0 8.5px;
            border-color: #b3042c transparent transparent transparent;
            position: absolute;
            top: calc(100% + 4px);
            right: 0;
            bottom: auto;
            left: 0;
            margin: auto;
            z-index: 1000000; }
          .top .top__nav > ul > li.menu-item-has-children.active > ul.sub-menu {
            display: block;
            top: calc(100% + 5px);
            bottom: auto; }
          .top .top__nav > ul > li.menu-item-has-children > a {
            padding-left: 43px;
            margin-right: 60px; }
    .top .top__nav > ul > li > ul.sub-menu {
      position: absolute;
      top: -1000px;
      right: auto;
      bottom: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 10000;
      background: #fff;
      color: #000;
      width: 955px;
      padding: 60px 60px 30px 60px;
      -webkit-column-count: 3;
              column-count: 3;
      z-index: -1;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .top .top__nav > ul > li > ul.sub-menu > li {
        display: list-item;
        padding-left: 18px;
        border-left: 2px solid #000;
        break-inside: avoid;
        /* IE 10+ */
        -webkit-column-break-inside: avoid;
        /* Chrome, Safari, Opera */
        page-break-inside: avoid;
        /* Firefox */
        margin-bottom: 26px; }
        .top .top__nav > ul > li > ul.sub-menu > li:nth-child(2) {
          margin-bottom: 80px; }
        .top .top__nav > ul > li > ul.sub-menu > li > a {
          text-transform: uppercase;
          font-weight: bold;
          font-family: "Oswald", sans-serif;
          font-size: 1.125rem;
          color: #000; }
          .top .top__nav > ul > li > ul.sub-menu > li > a:hover {
            color: #b3042c; }
        .top .top__nav > ul > li > ul.sub-menu > li > ul.sub-menu > li {
          display: block;
          font-size: 1.0625rem;
          line-height: 2.125rem; }
          .top .top__nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
            text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000; }
    .top .top__nav > ul > li:last-child.active > ul.sub-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .top .top__nav > ul > li:last-child > ul.sub-menu {
      left: auto;
      right: 0;
      -webkit-transform: none;
              transform: none;
      -webkit-column-count: unset;
              column-count: unset; }
      .top .top__nav > ul > li:last-child > ul.sub-menu > li {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0;
        break-inside: avoid;
        /* IE 10+ */
        -webkit-column-break-inside: avoid;
        /* Chrome, Safari, Opera */
        page-break-inside: avoid;
        /* Firefox */ }

.video {
  padding: 82px 0 0 0; }
  .video:last-child {
    padding-bottom: 100px; }
  .video .video__intro + .video__wrap {
    margin-top: 40px; }
  .video .video__wrap {
    position: relative; }
  .video .plyr.plyr--playing + .video__copy {
    opacity: 0; }
  .video .video__copy {
    color: #fff;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 74px;
    left: 79px;
    z-index: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    .video .video__copy .video__title + .video__content {
      margin-top: 25px; }
  .video .video__button {
    float: right;
    background: #b3042c;
    color: #fff;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    letter-spacing: -0.03rem;
    padding: 19px 112px 19px 126px;
    position: relative; }
    .video .video__button:before {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23fff%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E");
      position: absolute;
      top: 0;
      right: 82px;
      bottom: 0;
      left: auto;
      margin: auto;
      width: 11px;
      height: 11px; }

.contact-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px; }
  .contact-staff > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 260px;
    margin: 0px 20px;
    text-align: left; }
    .contact-staff > div:first-child {
      margin-left: 0; }
    .contact-staff > div:last-child {
      margin-right: 0; }
    .contact-staff > div img {
      display: block;
      width: 100%;
      height: auto; }
    .contact-staff > div .contact-staff__name {
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .contact-staff {
      display: none; }
      .contact-staff > div {
        margin: 0px auto; } }

.professional-notes {
  padding: 72px 0 75px 0; }
  .professional-notes .professional-notes__form {
    max-width: 600px;
    margin: 0 auto 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .professional-notes .professional-notes__form input[type="search"] {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      border-right: none; }
  .professional-notes .professional-notes__category + .professional-notes__category {
    margin-top: 30px; }
  .professional-notes .professional-notes__category__title {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem;
    margin-bottom: 10px; }

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .block:not(.block--no-bottom-padding) + .accordion {
    margin-top: -15px; }
  .accordion {
    padding: 50px 20px;
    height: auto; }
    .accordion .accordion__wrapper {
      min-height: 0; }
    .accordion .accordion__image {
      display: none; }
    .accordion .accordion__nav {
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-transform: none;
              transform: none; }
      .accordion .accordion__nav .accordion__nav__item + .accordion__nav__item {
        margin-top: 1px; }
      .accordion .accordion__nav .accordion__nav__item.active .accordion__nav__item__button {
        color: #fff;
        background: #b3042c;
        position: relative; }
        .accordion .accordion__nav .accordion__nav__item.active .accordion__nav__item__button:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 9px 8.5px 0 8.5px;
          border-color: #b3042c transparent transparent transparent;
          position: absolute;
          top: 100%;
          right: 0;
          bottom: auto;
          left: 0;
          margin: auto; }
      .accordion .accordion__nav .accordion__nav__item.active .accordion__nav__item__copy {
        display: block; }
      .accordion .accordion__nav .accordion__nav__item.active .accordion__nav__item__cta {
        margin-top: 30px; }
      .accordion .accordion__nav .accordion__nav__item__title {
        text-transform: uppercase;
        font-weight: bold;
        font-family: "Oswald", sans-serif;
        font-size: 1.875rem;
        line-height: 2.0625rem; }
      .accordion .accordion__nav .accordion__nav__item__copy {
        padding: 30px; }
      .accordion .accordion__nav .accordion__nav__item__button {
        width: 100%; }
    .accordion .accordion__items {
      display: none; }
  .accordion.accordion--vertical {
    display: block;
    height: auto;
    padding: 73px 0;
    background: #fff; }
    .accordion.accordion--vertical + .accordion.accordion--vertical {
      padding-top: 0; }
    .accordion.accordion--vertical .block-intro {
      padding: 0 10px;
      margin-bottom: 55px; }
    .accordion.accordion--vertical .accordion__items {
      display: block;
      width: 100%; }
    .accordion.accordion--vertical .accordion__item {
      border-top: 1px solid #cccccc;
      display: block; }
      .accordion.accordion--vertical .accordion__item.active {
        display: block; }
        .accordion.accordion--vertical .accordion__item.active .accordion__item__button:after {
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 807 648 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: %23fff%3B' d='M864%2C825.3c0-0.1%2C0-0.2%2C0-0.3c0-0.1%2C0-0.3%2C0-0.4c0-0.3%2C0-0.6%2C0-0.9c0-0.3%2C0-0.5-0.1-0.8c0-0.4-0.1-0.8-0.2-1.1 c0-0.1%2C0-0.3-0.1-0.4c-0.7-3.3-2.1-6.3-4.1-8.7l-0.5-0.1c-3.3-3.4-7.9-5.6-13-5.6h-41.6H275.6H234c-5.1%2C0-9.7%2C2.1-13%2C5.6l-0.5%2C0.1 c-2%2C2.3-3.4%2C5.4-4.1%2C8.7c0%2C0.1%2C0%2C0.2-0.1%2C0.4c-0.1%2C0.4-0.1%2C0.8-0.2%2C1.2c0%2C0.3-0.1%2C0.5-0.1%2C0.8c0%2C0.3%2C0%2C0.6%2C0%2C1c0%2C0.1%2C0%2C0.3%2C0%2C0.4 c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.4%2C0%2C0.9%2C0.1%2C1.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0.3%2C3.5%2C1.7%2C7.1%2C4.4%2C10.5l0.5%2C0.1c3.3%2C3.4%2C7.9%2C5.6%2C13%2C5.6h41.6h528.8H846 c5.1%2C0%2C9.7-2.1%2C13-5.6l0.5-0.1c2.7-3.3%2C4-6.9%2C4.4-10.4c0-0.1%2C0-0.2%2C0-0.3C864%2C826.1%2C864%2C825.7%2C864%2C825.3z'/%3E%3C/svg%3E"); }
        .accordion.accordion--vertical .accordion__item.active .accordion__item__copy {
          display: block; }
      .accordion.accordion--vertical .accordion__item .accordion__item__button {
        display: block;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: bold;
        font-family: "Oswald", sans-serif;
        font-size: 1.875rem;
        line-height: 1.875rem;
        color: #000;
        padding: 18px 12px;
        position: relative;
        padding-left: 0;
        padding-right: 80px; }
        .accordion.accordion--vertical .accordion__item .accordion__item__button:after {
          content: '';
          width: 65px;
          height: 64px;
          background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: %23fff%3B' d='M864%2C825.3c0-0.1%2C0-0.2%2C0-0.3c0-0.1%2C0-0.3%2C0-0.4c0-0.3%2C0-0.6%2C0-0.9c0-0.3%2C0-0.5-0.1-0.8c0-0.4-0.1-0.8-0.2-1.1 c0-0.1%2C0-0.3-0.1-0.4c-0.7-3.3-2.1-6.3-4.1-8.7l-0.5-0.1c-3.3-3.4-7.9-5.6-13-5.6h-41.6H275.6H234c-5.1%2C0-9.7%2C2.1-13%2C5.6l-0.5%2C0.1 c-2%2C2.3-3.4%2C5.4-4.1%2C8.7c0%2C0.1%2C0%2C0.2-0.1%2C0.4c-0.1%2C0.4-0.1%2C0.8-0.2%2C1.2c0%2C0.3-0.1%2C0.5-0.1%2C0.8c0%2C0.3%2C0%2C0.6%2C0%2C1c0%2C0.1%2C0%2C0.3%2C0%2C0.4 c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.4%2C0%2C0.9%2C0.1%2C1.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0.3%2C3.5%2C1.7%2C7.1%2C4.4%2C10.5l0.5%2C0.1c3.3%2C3.4%2C7.9%2C5.6%2C13%2C5.6h41.6h528.8H846 c5.1%2C0%2C9.7-2.1%2C13-5.6l0.5-0.1c2.7-3.3%2C4-6.9%2C4.4-10.4c0-0.1%2C0-0.2%2C0-0.3C864%2C826.1%2C864%2C825.7%2C864%2C825.3z'/%3E%3Cpath style='fill: %23fff%3B' d='M540.3%2C501c-0.1%2C0-0.2%2C0-0.3%2C0c-0.1%2C0-0.3%2C0-0.4%2C0c-0.3%2C0-0.6%2C0-0.9%2C0c-0.3%2C0-0.5%2C0-0.8%2C0.1c-0.4%2C0-0.8%2C0.1-1.1%2C0.2 c-0.1%2C0-0.3%2C0-0.4%2C0.1c-3.3%2C0.7-6.3%2C2.1-8.7%2C4.1l-0.1%2C0.5c-3.4%2C3.3-5.6%2C7.9-5.6%2C13v41.6v528.8v41.6c0%2C5.1%2C2.1%2C9.7%2C5.6%2C13l0.1%2C0.5 c2.3%2C2%2C5.4%2C3.4%2C8.7%2C4.1c0.1%2C0%2C0.2%2C0%2C0.4%2C0.1c0.4%2C0.1%2C0.8%2C0.1%2C1.2%2C0.2c0.3%2C0%2C0.5%2C0.1%2C0.8%2C0.1c0.3%2C0%2C0.6%2C0%2C1%2C0c0.1%2C0%2C0.3%2C0%2C0.4%2C0 c0.1%2C0%2C0.2%2C0%2C0.3%2C0c0.4%2C0%2C0.9%2C0%2C1.3-0.1c0.1%2C0%2C0.2%2C0%2C0.3%2C0c3.5-0.3%2C7.1-1.7%2C10.5-4.4l0.1-0.5c3.4-3.3%2C5.6-7.9%2C5.6-13v-41.6V560.6 V519c0-5.1-2.1-9.7-5.6-13l-0.1-0.5c-3.3-2.7-6.9-4-10.4-4.4c-0.1%2C0-0.2%2C0-0.3%2C0C541.2%2C501%2C540.7%2C501%2C540.3%2C501z'/%3E%3C/svg%3E") no-repeat center;
          background-size: 34px;
          background-color: #b3042c;
          text-align: center;
          line-height: 4rem;
          position: absolute;
          top: 1px;
          right: 1px;
          bottom: auto;
          left: auto; }
      .accordion.accordion--vertical .accordion__item .accordion__item__copy {
        display: none;
        padding: 30px 35px 15px 0; }
        .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__title {
          display: none; }
        .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__content p:first-child {
          margin-top: 0; }
        .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__content p:last-child {
          margin-bottom: 0; }
        .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__content .accordion__item__image {
          display: inline-block;
          max-width: 387px;
          float: right;
          margin-left: 30px;
          margin-bottom: 60px; }
          .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__content .accordion__item__image img {
            max-width: 100%;
            height: auto; }
          .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__content .accordion__item__image + p {
            margin-top: 0; }
        .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__cta {
          width: 0;
          margin-top: 30px; }
  .audio {
    background: #e7e7e7;
    padding: 47px 0 50px 0; }
    .audio .audio__title {
      font-size: 1.875rem;
      line-height: 1.875rem;
      margin-bottom: 10px; }
    .audio .audio__intro {
      font-size: 1.0625rem;
      line-height: 1.5625rem; }
    .audio .audio__embed {
      margin-top: 37px;
      font-size: 0; }
  .banner {
    min-height: 124px;
    padding: 20px 0; }
    .banner .banner__breadcrumbs {
      display: none; }
    .banner .banner__title {
      font-size: 2.8125rem; }
    .banner.banner--secondary {
      min-height: 246px; }
      .banner.banner--secondary .banner__title {
        font-size: 2.5rem;
        line-height: 2.5rem;
        max-width: 480px; }
  .block-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 15px;
    letter-spacing: 0; }
  .block-intro {
    font-size: 1.25rem;
    line-height: 1.875rem; }
    .block-intro + .block-content {
      margin-top: 23px; }
  .block-subtitle {
    font-size: 1.875rem;
    line-height: 1.875rem; }
  .block-button {
    min-width: 224px; }
  .block {
    padding: 45px 0 52px 0; }
    .block.block--left-tablet {
      text-align: left; }
      .block.block--left-tablet .block-title, .block.block--left-tablet .block-intro {
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
    .block.block--divider .block__divider {
      bottom: -48px; }
    .block .block__cta {
      margin-top: 37px; }
  .bordered {
    padding-top: 45px;
    padding-bottom: 45px; }
    .bordered .bordered__title {
      font-size: 2.5rem;
      line-height: 2.5rem; }
    .bordered .bordered__content {
      padding: 40px; }
    .bordered .bordered__ctas {
      display: inline-block;
      margin-top: 26px; }
      .bordered .bordered__ctas .bordered__cta {
        width: 224px;
        padding-left: 16px; }
        .bordered .bordered__ctas .bordered__cta + .bordered__cta {
          margin-left: 0;
          margin-top: 17px; }
        .bordered .bordered__ctas .bordered__cta .bordered__cta__image {
          width: 35px;
          height: 48px; }
        .bordered .bordered__ctas .bordered__cta .bordered__cta__title {
          font-size: 0.875rem;
          line-height: 1rem; }
    .bordered .bordered__border {
      border-width: 8px;
      top: 20px; }
  .feed {
    position: relative;
    padding-top: 45px;
    padding-bottom: 50px; }
    .feed .feed__items::after {
      clear: both;
      content: "";
      display: table; }
    .feed .feed__items:before {
      display: none; }
    .feed .feed__sizer {
      width: 50%; }
    .feed .feed__item {
      position: relative; }
      .feed .feed__item:nth-child(n + 2) {
        width: 49.9%; }
        .feed .feed__item:nth-child(n + 2):before {
          padding-top: 100%; }
        .feed .feed__item:nth-child(n + 2):after {
          top: 0; }
      .feed .feed__item:first-child {
        width: 100%; }
        .feed .feed__item:first-child:before {
          padding-top: 52%; }
      .feed .feed__item:nth-child(n+6) {
        display: none; }
  .fiftyfifty {
    padding: 35px 0 50px 0;
    min-height: 0; }
    .fiftyfifty:before {
      min-height: 0; }
    .fiftyfifty .fiftyfifty__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .fiftyfifty .fiftyfifty__section {
      width: 50%; }
      .fiftyfifty .fiftyfifty__section .fiftyfifty__section__wrap {
        display: block; }
      .fiftyfifty .fiftyfifty__section .fiftyfifty__section__title {
        margin-bottom: 10px; }
    .fiftyfifty .fiftyfifty__left {
      /* http://nyctsite.bfmdev1.com/giving/how-to-give/unrestricted-funds/
           https://bitbucket.org/bluefountainmedia/nyct_community_funds/issues/104/unrestricted-funds-mockup-tablet-related
        padding-bottom: 38px;
        padding-right: 0;
        margin-bottom: 38px;
        border-right: none;
        border-bottom: 1px solid rgba(#000, 0.2);*/ }
    .fiftyfifty.fiftyfifty--full-width-tablet .fiftyfifty__wrap {
      display: block; }
    .fiftyfifty.fiftyfifty--full-width-tablet .fiftyfifty__section {
      width: 100%; }
    .fiftyfifty.fiftyfifty--full-width-tablet .fiftyfifty__left {
      padding-bottom: 38px;
      padding-right: 0;
      margin-bottom: 38px;
      border-right: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .fiftyfifty.fiftyfifty--full-width-tablet .fiftyfifty__right {
      padding-left: 0; }
  .focus-squares {
    padding-top: 42px; }
    .focus-squares .focus-squares__squares {
      display: block;
      height: auto;
      margin-top: 40px;
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 0; }
    .focus-squares .focus-squares__square {
      width: 100%;
      height: 350px;
      padding: 35px 40px; }
      .focus-squares .focus-squares__square.active {
        height: auto;
        min-height: 350px; }
        .focus-squares .focus-squares__square.active .focus-squares__square__content {
          margin-top: 25px; }
    .focus-squares .focus-squares__square__copy .focus-squares__square__title {
      max-width: 390px; }
    .focus-squares.focus-squares--pack .focus-squares__squares {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset; }
      .focus-squares.focus-squares--pack .focus-squares__squares:after {
        min-height: 0; }
    .focus-squares.focus-squares--pack .focus-squares__square {
      height: 350px;
      min-height: 350px; }
    .focus-squares.focus-squares--pack .focus-squares__square.active {
      height: 350px;
      min-height: 350px; }
  footer.footer {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px; }
    footer.footer .footer__top {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      footer.footer .footer__top .footer__top__section {
        float: left; }
        footer.footer .footer__top .footer__top__section:first-child {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-bottom: 25px;
          border-bottom: 1px solid #4d4d4d;
          margin-bottom: 30px; }
        footer.footer .footer__top .footer__top__section:last-child {
          width: 100%;
          padding-top: 25px;
          border-top: 1px solid #4d4d4d;
          margin-top: 30px;
          border-left: none;
          padding-left: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          position: relative; }
      footer.footer .footer__top .footer__top__newsletter {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
        footer.footer .footer__top .footer__top__newsletter span {
          position: absolute;
          top: 60px;
          right: auto;
          bottom: auto;
          left: 0; }
        footer.footer .footer__top .footer__top__newsletter form {
          margin: 0;
          padding-left: 30px; }
      footer.footer .footer__top .footer__top__socials {
        width: 100%;
        text-align: center; }
    footer.footer .footer__logo {
      zoom: 0.97411; }
    footer.footer .footer__contacts {
      margin-left: 64px; }
    footer.footer .footer__address {
      margin-bottom: 25px; }
    footer.footer .footer__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 30px;
      padding-top: 27px;
      text-align: center; }
      footer.footer .footer__bottom .footer__bottom__links {
        margin-top: 20px; }
      footer.footer .footer__bottom .footer__bottom__left {
        padding-right: 0; }
      footer.footer .footer__bottom .footer__bottom__right {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 40px; }
      footer.footer .footer__bottom .footer__bottom__buttons {
        text-align: center; }
        footer.footer .footer__bottom .footer__bottom__buttons ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        footer.footer .footer__bottom .footer__bottom__buttons li {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto; }
          footer.footer .footer__bottom .footer__bottom__buttons li a {
            max-width: 100%; }
  .forms {
    padding: 35px 0 51px 0; }
    .forms .forms__desktop {
      display: none; }
    .forms .forms__mobile {
      display: block; }
    .forms .forms__labels {
      font-size: 2.5rem;
      padding-left: 0; }
      .forms .forms__labels .forms__label {
        width: 100%;
        float: none; }
        .forms .forms__labels .forms__label:last-child {
          width: 100%;
          margin-left: 0; }
      .forms .forms__labels:not(:first-child) {
        margin-top: 60px; }
    .forms .forms__rows {
      padding-top: 35px; }
    .forms .forms__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .forms .forms__row + .forms__row {
        margin-top: 30px; }
    .forms .forms__row__label {
      width: 50%;
      font-size: 1.875rem;
      line-height: 1.875rem;
      padding-right: 0;
      margin-top: 0; }
    .forms .forms__row__col {
      width: 50%;
      min-height: 85px;
      padding-bottom: 28px; }
      .forms .forms__row__col:last-child {
        width: 50%;
        margin-left: 0; }
  .gallery {
    padding: 45px 0 28px 0; }
    .gallery .gallery__intro {
      margin-bottom: 28px; }
    .gallery .gallery__items {
      margin-left: -12px;
      margin-right: -12px; }
      .gallery .gallery__items:not(:first-child) {
        margin-top: 0; }
    .gallery .gallery__item {
      padding: 0;
      color: #000; }
      .gallery .gallery__item .gallery__item__wrap {
        padding: 28px 0 20px 20px; }
        .gallery .gallery__item .gallery__item__wrap.gallery__item__wrap--full {
          width: 100%; }
      .gallery .gallery__item .gallery__item__title {
        font-size: 1.375rem;
        line-height: 1.375rem;
        margin-bottom: 28px; }
      .gallery .gallery__item .gallery__item__content {
        font-size: 1.0625rem;
        font-weight: normal; }
      .gallery .gallery__item .gallery__item__image {
        position: relative;
        width: 100%;
        height: 450px;
        display: block; }
      .gallery .gallery__item .gallery__item__cta {
        font-size: 1.0625rem;
        margin-top: 25px;
        color: #000;
        padding-right: 32px;
        position: relative;
        display: inline-block; }
        .gallery .gallery__item .gallery__item__cta:after {
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23000%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E");
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: auto;
          width: 11px;
          height: 11px; }
    .gallery .gallery__button {
      margin-top: 18px; }
    .gallery .slick-slider .slick-arrow.slick-prev {
      right: auto;
      left: 20px;
      top: 202px; }
    .gallery .slick-slider .slick-arrow.slick-next {
      left: auto;
      right: 20px;
      top: 202px; }
  .grants-map {
    padding: 40px 0 50px 0 !important; }
    .grants-map .grants-map__iframe {
      height: 840px;
      margin-top: 30px; }
  .grid {
    padding: 45px 0 50px 0; }
    .grid .grid__items {
      margin-top: 22px; }
      .grid .grid__items .grid__item {
        width: 33.33333%;
        border: none; }
        .grid .grid__items .grid__item .grid__item__wrap {
          padding: 20px; }
        .grid .grid__items .grid__item.grid__item--red {
          width: 100%;
          height: auto; }
          .grid .grid__items .grid__item.grid__item--red:before {
            display: none; }
          .grid .grid__items .grid__item.grid__item--red .grid__item__wrap {
            position: relative;
            padding-bottom: 10px; }
          .grid .grid__items .grid__item.grid__item--red .grid__item__title {
            font-size: 1.5625rem;
            line-height: 1.75rem;
            max-width: 60%; }
          .grid .grid__items .grid__item.grid__item--red .grid__item__cta {
            position: relative;
            bottom: auto;
            margin-top: 10px;
            display: inline-block; }
        .grid .grid__items .grid__item .grid__item__mobile-link {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 10; }
        .grid .grid__items .grid__item .grid__item__cta {
          margin-top: 5px; }
    .grid .grid__title {
      font-size: 1.875rem;
      line-height: 2.375rem;
      letter-spacing: 0; }
    .grid .grid__subtitle {
      font-size: 1.5625rem;
      line-height: 2.375rem;
      letter-spacing: 0;
      margin-top: 0; }
    .grid .grid__cta {
      margin-top: 30px; }
      .grid .grid__cta .button, .grid .grid__cta footer.footer .footer__bottom .footer__bottom__buttons li a, footer.footer .footer__bottom .footer__bottom__buttons li .grid .grid__cta a {
        margin-top: 0; }
    .grid .grid__border {
      left: 38px;
      right: 38px;
      border-width: 8px; }
  .hero .hero__slide {
    min-height: 270px;
    padding-top: 55px;
    padding-bottom: 62px;
    padding-left: calc(15px + 9.34066%);
    padding-right: calc(15px + 9.34066%); }
  .hero .hero__slide__title1 {
    font-size: 2.5rem;
    line-height: 2.5rem; }
  .hero .hero__slide__title2 {
    font-size: 3.125rem;
    line-height: 3.125rem; }
  .hero .hero__slide__text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 22px;
    letter-spacing: 0; }
  .hero .hero__slide__button {
    min-width: 230px;
    margin-top: 36px; }
  .hero .hero__slide__credit {
    right: 0;
    max-width: 330px;
    padding: 20px;
    font-size: 0.875rem; }
  .hero .slick-arrow.slick-prev {
    left: 20px; }
  .hero .slick-arrow.slick-next {
    right: 20px; }
  .history {
    padding-bottom: 30px; }
    .history .history__items {
      margin: 0 30px;
      padding: 12px 0; }
      .history .history__items .slick-arrow {
        width: 42px;
        height: 42px;
        background-size: 21px 21px; }
      .history .history__items .slick-prev {
        left: -50px; }
      .history .history__items .slick-next {
        left: auto;
        right: -50px; }
    .history .history__item {
      min-height: 335px; }
    .history .history__item__wrap {
      padding-right: 10px; }
    .history .history__item__title {
      font-size: 1.875rem;
      line-height: 1.875rem; }
      .history .history__item__title + .history__item__content {
        margin-top: 20px; }
    .history .history__dots {
      margin: 68px 33px 0 33px;
      padding-bottom: 75px;
      letter-spacing: 0.1rem; }
      .history .history__dots .history__dot {
        font-size: 1.125rem;
        line-height: 1.125rem; }
        .history .history__dots .history__dot span {
          font-size: 0;
          line-height: 0;
          display: inline-block;
          position: relative;
          width: 10px; }
          .history .history__dots .history__dot span:before {
            content: '-';
            font-size: 1.125rem;
            line-height: 1.125rem; }
  .image {
    background: red; }
    .image:last-child {
      margin-bottom: 45px; }
    .image .grid-container {
      padding: 0; }
  .map::after {
    clear: both;
    content: "";
    display: table; }
  .map:before {
    padding-bottom: 0; }
  .map .map__items {
    display: block;
    width: 584px;
    margin: 0 auto;
    padding-bottom: 40px; }
    .map .map__items .map__item {
      position: relative;
      -webkit-column-break-inside: avoid;
              break-inside: avoid;
      display: inline-block;
      margin-top: 40px; }
      .map .map__items .map__item:first-child {
        margin-top: 65px; }
      .map .map__items .map__item .map__item__content {
        padding: 0; }
        .map .map__items .map__item .map__item__content p {
          font-size: 1.0625rem;
          line-height: 1.375rem; }
  .map .map__points {
    display: none; }
  .map .qtip {
    display: none !important;
    width: 270px;
    margin-left: 20px; }
    .map .qtip:nth-child(2n) {
      margin-left: calc(50% - 270px - 20px); }
  .newsroom {
    padding-bottom: 40px; }
    .newsroom .newsroom__featured {
      height: 305px;
      margin-left: -20px;
      margin-right: -20px;
      padding: 35px 20px; }
      .newsroom .newsroom__featured .newsroom__featured__wrap {
        width: 75%; }
        .newsroom .newsroom__featured .newsroom__featured__wrap .newsroom__featured__pretitle {
          font-weight: normal;
          letter-spacing: 0.07rem; }
        .newsroom .newsroom__featured .newsroom__featured__wrap .newsroom__featured__title {
          margin-top: 10px; }
        .newsroom .newsroom__featured .newsroom__featured__wrap .newsroom__featured__cta {
          margin-top: 22px; }
    .newsroom .newsroom__wrap {
      display: block; }
    .newsroom .newsroom__filters {
      width: 100%;
      border-left: none;
      margin-left: 0;
      margin-bottom: 30px;
      padding-top: 0;
      padding-left: 0;
      border-top: 4px solid #cccccc; }
      .newsroom .newsroom__filters .newsroom__filters__group {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 0;
        padding: 24px 2px; }
        .newsroom .newsroom__filters .newsroom__filters__group.active .newsroom__filters__title:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .newsroom .newsroom__filters .newsroom__filters__group.active .newsroom__filters__title ~ *:not(.select2-hidden-accessible) {
          display: block; }
        .newsroom .newsroom__filters .newsroom__filters__group.newsroom__filters__group--search {
          padding: 20px 2px; }
        .newsroom .newsroom__filters .newsroom__filters__group.newsroom__filters__group--date .datepicker__top {
          margin-bottom: 0;
          display: block; }
        .newsroom .newsroom__filters .newsroom__filters__group.newsroom__filters__group--date .datepicker__bottom {
          display: none; }
        .newsroom .newsroom__filters .newsroom__filters__group.newsroom__filters__group--date select {
          width: 300px; }
        .newsroom .newsroom__filters .newsroom__filters__group.newsroom__filters__group--date .select2-container {
          margin-top: 20px; }
        .newsroom .newsroom__filters .newsroom__filters__group.newsroom__filters__group--contact {
          display: none; }
      .newsroom .newsroom__filters .newsroom__filters__title {
        position: relative;
        font-size: 1.125rem;
        line-height: 1.125rem; }
        .newsroom .newsroom__filters .newsroom__filters__title:after {
          content: '';
          position: absolute;
          top: 0;
          right: 4px;
          bottom: 0;
          left: auto;
          width: 15px;
          height: 17px;
          background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='947.1 336.4 270.2 218.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cg%3E%3Cpath d='M1197.3%2C344.3c20.1-14.2%2C26-8.6%2C13.3%2C12.4l-114.6%2C188.7c-7.6%2C12.6-20.1%2C12.6-27.7%2C0L953.8%2C356.6 c-12.8-21-6.7-26.5%2C13.3-12.4l13.2%2C9.3c56.3%2C39.7%2C147.6%2C39.7%2C203.8%2C0L1197.3%2C344.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
          background-size: 15px 17px; }
        .newsroom .newsroom__filters .newsroom__filters__title ~ * {
          display: none; }
      .newsroom .newsroom__filters .newsroom__filters__categories li:hover {
        font-weight: normal; }
        .newsroom .newsroom__filters .newsroom__filters__categories li:hover.active {
          font-weight: bold; }
      .newsroom .newsroom__filters .newsroom__filters__tags li:hover {
        background: transparent; }
        .newsroom .newsroom__filters .newsroom__filters__tags li:hover a {
          background: transparent;
          color: #d82a2a; }
        .newsroom .newsroom__filters .newsroom__filters__tags li:hover.active {
          background: #d82a2a; }
          .newsroom .newsroom__filters .newsroom__filters__tags li:hover.active a {
            color: #fff; }
    .newsroom .newsroom__contact {
      display: none;
      text-align: center; }
      .newsroom .newsroom__contact.newsroom__contact--mobile {
        display: block; }
    .newsroom .newsroom__list {
      margin-bottom: 52px; }
    .newsroom .newsroom__detail .newsroom__detail__pretitle {
      margin-bottom: 17px; }
    .newsroom .newsroom__detail .newsroom__detail__image {
      height: 304px;
      margin-left: -20px;
      margin-right: -20px; }
    .newsroom .newsroom__detail .newsroom__detail__content {
      margin-top: 34px; }
    .newsroom .newsroom__detail .newsroom__detail__pagination {
      margin-top: 38px;
      padding-top: 35px; }
    .newsroom .newsroom__detail + .newsroom__filters {
      margin-top: 50px; }
    .newsroom .newsroom__item .newsroom__item__image {
      width: 208px; }
      .newsroom .newsroom__item .newsroom__item__image + .newsroom__item__wrap {
        padding-left: 30px; }
    .newsroom .newsroom__item .newsroom__item__wrap {
      padding: 18px; }
  .quote {
    padding: 55px 0 60px 0; }
    .quote .quote__content {
      padding-top: 130px;
      padding-bottom: 107px; }
      .quote .quote__content:before {
        top: -17px;
        zoom: 0.7957; }
      .quote .quote__content:after {
        top: -17px; }
      .quote .quote__content .quote__author {
        margin-top: 33px; }
  .related {
    /**
     *  Plain theme
     */ }
    .related .related__item {
      display: block;
      padding: 10px 45px 6px 20px;
      font-size: 0.9375rem; }
      .related .related__item:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23fff%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        left: auto;
        width: 21px;
        height: 21px;
        margin: auto; }
    .related .related__item__left {
      width: 100%; }
    .related .related__item__pretitle {
      display: inline;
      position: static;
      font-size: 1.25rem;
      line-height: 0.8125rem; }
    .related .related__item__title {
      display: inline;
      font-size: 1.25rem;
      line-height: 0.8125rem;
      word-spacing: normal;
      letter-spacing: 0; }
    .related .related__item__links {
      display: none; }
    .related.related--plain {
      min-height: 172px;
      padding: 0 22px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .related.related--plain .related__item + .related__item {
        padding-left: 180px; }
      .related.related--plain .related__item__left {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: auto; }
      .related.related--plain .related__item__title {
        font-size: 1.25rem;
        line-height: 1.375rem;
        white-space: normal; }
        .related.related--plain .related__item__title:after {
          bottom: -4px; }
  .squares {
    /**
     * Plain theme
     */ }
    .squares .squares__square {
      display: block;
      padding: 0 20px; }
      .squares .squares__square .grid-container {
        padding: 0; }
      .squares .squares__square .squares__square__copy {
        float: none;
        width: auto;
        padding: 45px 0 25px 0;
        /* 
            margin: {
                left: -10px;
                right: -10px;
            }*/ }
        .squares .squares__square .squares__square__copy .squares__square__title br {
          display: none; }
        .squares .squares__square .squares__square__copy .squares__square__title + .squares__square__content {
          margin-top: 22px; }
        .squares .squares__square .squares__square__copy .squares__square__content p {
          margin: 23px 0; }
        .squares .squares__square .squares__square__copy .squares__square__content .button, .squares .squares__square .squares__square__copy .squares__square__content footer.footer .footer__bottom .footer__bottom__buttons li a, footer.footer .footer__bottom .footer__bottom__buttons li .squares .squares__square .squares__square__copy .squares__square__content a {
          min-width: 224px;
          max-width: 224px; }
      .squares .squares__square .squares__square__image {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        margin-left: -20px;
        margin-right: -20px; }
        .squares .squares__square .squares__square__image img {
          width: 100%;
          height: auto; }
      .squares .squares__square:nth-child(even) .squares__square__copy {
        padding: 45px 0 25px 0;
        float: left; }
    .squares.squares--plain {
      padding-top: 45px;
      padding-bottom: 0; }
      .squares.squares--plain.squares--divider .squares__divider {
        margin-top: 40px;
        margin-bottom: 0; }
      .squares.squares--plain .squares__square + .squares__square {
        margin-top: 0; }
      .squares.squares--plain .squares__square .squares__square__image {
        float: none; }
      .squares.squares--plain .squares__square .squares__square__copy {
        padding: 35px 0 45px 0; }
  .staff {
    padding: 47px 0; }
    .staff .staff__items {
      margin-top: 45px;
      margin-left: -13px; }
    .staff .staff__content {
      margin-top: -10px;
      margin-left: 13px;
      margin-bottom: 17px;
      border-top: 2px solid #d82a2a; }
      .staff .staff__content .staff__content__wrap {
        display: block;
        margin-top: 2px; }
      .staff .staff__content .staff__content__left {
        padding: 29px 60px 29px 28px; }
        .staff .staff__content .staff__content__left .staff__content__description p:first-child {
          margin-top: 0; }
        .staff .staff__content .staff__content__left .staff__content__description p:last-child {
          margin-bottom: 0; }
        .staff .staff__content .staff__content__left .staff__content__contact {
          margin-top: 28px;
          padding-top: 28px; }
      .staff .staff__content .staff__content__right {
        width: 100%;
        padding: 28px 26px 35px 26px;
        border-left: none;
        border-top: 2px solid rgba(204, 204, 204, 0.5);
        margin-top: 6px; }
      .staff .staff__content .staff__content__title {
        margin-bottom: 15px; }
        .staff .staff__content .staff__content__title:not(:first-child) {
          margin-top: 27px; }
      .staff .staff__content .staff__content__media + .staff__content__media {
        margin-top: 21px; }
    .staff .staff__item {
      width: calc((100% - 39px) / 3);
      margin-left: 13px;
      margin-bottom: 13px; }
      .staff .staff__item.active .staff__item__button {
        background: #d82a2a;
        color: #fff; }
        .staff .staff__item.active .staff__item__button:after {
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='947.1 336.4 270.2 218.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='fill: %23fff%3B'%3E%3Cg%3E%3Cpath d='M1197.3%2C344.3c20.1-14.2%2C26-8.6%2C13.3%2C12.4l-114.6%2C188.7c-7.6%2C12.6-20.1%2C12.6-27.7%2C0L953.8%2C356.6 c-12.8-21-6.7-26.5%2C13.3-12.4l13.2%2C9.3c56.3%2C39.7%2C147.6%2C39.7%2C203.8%2C0L1197.3%2C344.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          top: 26px; }
    .staff .staff__item__image {
      position: relative; }
      .staff .staff__item__image img.staff__item__image__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        font-family: "object-fit: cover";
        width: 100%;
        height: 100%; }
    .staff .staff__item__button {
      background: #e7e7e7;
      padding: 10px 12px 15px 12px;
      margin-top: 1px;
      cursor: pointer;
      position: relative; }
      .staff .staff__item__button:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='947.1 336.4 270.2 218.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='fill: %23000%3B'%3E%3Cg%3E%3Cpath d='M1197.3%2C344.3c20.1-14.2%2C26-8.6%2C13.3%2C12.4l-114.6%2C188.7c-7.6%2C12.6-20.1%2C12.6-27.7%2C0L953.8%2C356.6 c-12.8-21-6.7-26.5%2C13.3-12.4l13.2%2C9.3c56.3%2C39.7%2C147.6%2C39.7%2C203.8%2C0L1197.3%2C344.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        top: 17px;
        right: 12px;
        bottom: auto;
        left: auto;
        width: 17px;
        height: 15px; }
    .staff .staff__item__name {
      font-size: 1.125rem;
      line-height: 2.25rem;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.09rem; }
    .staff .staff__item__position {
      font-size: 0.875rem; }
    .staff .staff__item__content {
      display: none; }
    .staff.staff--filtered .staff__item {
      width: calc((100% - 26px) / 2); }
  .stats {
    padding: 38px 0; }
    .stats .stats__items .slick-dots {
      margin-top: 45px; }
    .stats .stats__item .stats__item__value {
      font-size: 2.5rem;
      line-height: 2.5rem;
      margin-bottom: 40px; }
      .stats .stats__item .stats__item__value:after {
        bottom: -25px; }
  .tabs {
    padding-top: 45px;
    padding-bottom: 50px; }
    .tabs .grid-container {
      padding: 0; }
    .tabs .tabs__title + .tabs__navigation {
      margin-top: 45px; }
    .tabs .tabs__navigation {
      margin-top: 22px; }
      .tabs .tabs__navigation a {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin: 0; }
      .tabs .tabs__navigation .slick-track {
        padding-bottom: 8px; }
      .tabs .tabs__navigation .slick-slide:not(.slick-active.slick-current) a.active {
        background: #fff; }
    .tabs .tabs__items {
      margin-top: 25px; }
      .tabs .tabs__items .tabs__item__title + .tabs__item__content {
        margin-top: 22px; }
      .tabs .tabs__items .tabs__item__content + .tabs__item__button {
        margin-top: 34px; }
      .tabs .tabs__items .tabs__item__content ul {
        -webkit-columns: 1;
                columns: 1; }
    .tabs .slick-slider .slick-arrow {
      display: block !important;
      background: transparent;
      height: auto;
      cursor: pointer; }
      .tabs .slick-slider .slick-arrow:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23d82a2a%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E"); }
      .tabs .slick-slider .slick-arrow.slick-prev {
        position: absolute;
        top: 0;
        right: auto;
        bottom: 8px;
        left: 0; }
      .tabs .slick-slider .slick-arrow.slick-next {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 8px;
        left: auto; }
  .top {
    display: block;
    padding: 12px 20px; }
    .top .top__burger {
      display: block;
      width: 42px;
      text-align: center;
      position: absolute;
      top: 15px;
      right: 20px;
      bottom: 15px;
      left: auto; }
      .top .top__burger .top__burger__icon {
        background: #b3042c;
        padding: 7px;
        height: 37px; }
        .top .top__burger .top__burger__icon .top__burger__icon__inner {
          position: relative;
          margin-top: 9px;
          margin-bottom: 9px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .top .top__burger .top__burger__icon .top__burger__icon__inner, .top .top__burger .top__burger__icon .top__burger__icon__inner::before, .top .top__burger .top__burger__icon .top__burger__icon__inner::after {
            display: block;
            width: 28px;
            height: 5px;
            background-color: #fff;
            outline: 1px solid transparent;
            -webkit-transition-property: background-color, -webkit-transform;
            transition-property: background-color, -webkit-transform;
            transition-property: background-color, transform;
            transition-property: background-color, transform, -webkit-transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
          .top .top__burger .top__burger__icon .top__burger__icon__inner::before, .top .top__burger .top__burger__icon .top__burger__icon__inner::after {
            position: absolute;
            content: ""; }
          .top .top__burger .top__burger__icon .top__burger__icon__inner::before {
            top: -9px; }
          .top .top__burger .top__burger__icon .top__burger__icon__inner::after {
            top: 9px; }
      .top .top__burger.active .top__burger__icon__inner {
        background-color: transparent; }
      .top .top__burger.active .top__burger__icon__inner::before {
        -webkit-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg); }
      .top .top__burger.active .top__burger__icon__inner::after {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg); }
      .top .top__burger .top__burger__label {
        font-size: 0.8125rem;
        font-family: "Oswald", sans-serif;
        font-weight: bold;
        color: #000;
        text-transform: uppercase; }
    .top .top__logo {
      margin-top: -6px; }
      .top .top__logo a {
        zoom: 0.66234; }
    .top .top__menus {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      bottom: auto;
      left: 0;
      padding-bottom: 0;
      z-index: 1000;
      background: #fff;
      border-top: 3px solid #b3042c; }
      .top .top__menus.active {
        display: block; }
        .top .top__menus.active .top__nav {
          -webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.26);
                  box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.26); }
    .top .top__super {
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      height: auto;
      padding: 0; }
      .top .top__super > ul {
        display: block;
        text-align: left; }
        .top .top__super > ul > li {
          display: inline-block;
          padding-top: 30px;
          padding-bottom: 25px; }
          .top .top__super > ul > li + li {
            border-top: 1px solid #cccccc;
            border-left: none;
            position: relative; }
            .top .top__super > ul > li + li:after {
              content: '';
              border-left: 1px solid #cccccc;
              position: absolute;
              top: 20px;
              right: auto;
              bottom: 20px;
              left: 0; }
      .top .top__super li.contact {
        padding-left: 51px;
        padding-right: 34px; }
        .top .top__super li.contact:before {
          left: 22px; }
      .top .top__super li.mynyct {
        padding-left: 65px;
        padding-right: 33px; }
        .top .top__super li.mynyct:before {
          left: 36px; }
      .top .top__super li.search {
        padding-left: 30px;
        padding-right: 33px; }
        .top .top__super li.search:before {
          left: 36px; }
      .top .top__super li.aaa {
        display: none; }
    .top .top__nav {
      display: block; }
      .top .top__nav ul {
        display: block; }
        .top .top__nav ul li {
          display: block;
          max-width: none; }
        .top .top__nav ul a {
          display: block;
          position: relative; }
      .top .top__nav > ul > li {
        padding: 1px 0;
        border-bottom: 1px solid #cccccc; }
        .top .top__nav > ul > li > a {
          font-size: 1.375rem;
          padding: 12px 20px 18px 20px; }
          .top .top__nav > ul > li > a > .menu-item-description {
            font-size: 0.8125rem;
            margin-top: -4px; }
            .top .top__nav > ul > li > a > .menu-item-description br {
              display: none; }
        .top .top__nav > ul > li.menu-item-has-children > a {
          padding: 12px 20px 18px 20px;
          margin-right: 80px; }
        .top .top__nav > ul > li.menu-item-has-children.active:before {
          display: none; }
        .top .top__nav > ul > li.menu-item-has-children.active > a {
          position: relative; }
          .top .top__nav > ul > li.menu-item-has-children.active > a:before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 9px 8.5px 0 8.5px;
            border-color: #e7e7e7 transparent transparent transparent;
            position: absolute;
            top: 100%;
            right: auto;
            bottom: auto;
            left: 25px;
            margin: auto;
            z-index: 1000000; }
      .top .top__nav > ul.active > a {
        background: #e7e7e7; }
        .top .top__nav > ul.active > a:after {
          background-image: url(../images/sprite.01ba2a90df6e576daec181f63e9e7ae3.png);
          background-position: -294px -91px;
          width: 17px;
          height: 15px; }
        .top .top__nav > ul.active > a > ul.sub-menu {
          display: block; }
      .top .top__nav > ul > li > ul.sub-menu {
        margin: 0;
        -webkit-column-count: 1;
                column-count: 1;
        width: 100%;
        padding: 35px 20px 35px 20px;
        position: relative;
        top: auto !important;
        z-index: 10;
        display: none; }
        .top .top__nav > ul > li > ul.sub-menu > li {
          border-left: 2px solid #000;
          margin-bottom: 25px; }
          .top .top__nav > ul > li > ul.sub-menu > li:last-child {
            margin-bottom: 0; }
            .top .top__nav > ul > li > ul.sub-menu > li:last-child.active > ul.sub-menu {
              display: block; }
          .top .top__nav > ul > li > ul.sub-menu > li:nth-child(2) {
            margin-bottom: 25px; }
          .top .top__nav > ul > li > ul.sub-menu > li + li {
            margin-top: 14px; }
          .top .top__nav > ul > li > ul.sub-menu > li > a {
            font-family: "Oswald", sans-serif;
            font-size: 1.125rem;
            font-weight: bold;
            text-transform: uppercase;
            padding: 5px 0; }
      .top .top__nav > ul > li > ul > li > ul li + li {
        margin-top: 0; }
  .video {
    padding: 50px 0 0 0; }
    .video:last-child {
      padding-bottom: 50px; }
    .video .grid-container.grid-container--small {
      padding: 0; }
    .video .video__intro + .video__wrap {
      margin-top: 28px; }
    .video .video__wrap {
      position: relative; }
    .video .video__copy {
      color: #fff;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 27px;
      left: 19px;
      max-width: 500px; }
      .video .video__copy .video__title {
        font-size: 1.375rem;
        line-height: 1.375rem; }
        .video .video__copy .video__title + .video__content {
          margin-top: 13px; }
      .video .video__copy .video__content {
        font-size: 0.875rem;
        line-height: 1.375rem; }
    .video .video__button {
      letter-spacing: -0.01rem;
      padding: 19px 50px 19px 35px; }
      .video .video__button:before {
        right: 20px; } }

@media screen and (max-width: 767px) {
  .block:not(.block--no-bottom-padding) + .accordion {
    margin-top: -10px; }
  .accordion {
    padding: 50px 10px;
    height: auto; }
    .accordion .accordion__wrapper {
      min-height: 0; }
    .accordion .accordion__image {
      display: none; }
    .accordion .accordion__nav {
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-transform: none;
              transform: none; }
      .accordion .accordion__nav .accordion__nav__item + .accordion__nav__item {
        margin-top: 1px; }
      .accordion .accordion__nav .accordion__nav__item.active .accordion__nav__item__button {
        color: #fff;
        background: #b3042c;
        position: relative; }
        .accordion .accordion__nav .accordion__nav__item.active .accordion__nav__item__button:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 9px 8.5px 0 8.5px;
          border-color: #b3042c transparent transparent transparent;
          position: absolute;
          top: 100%;
          right: 0;
          bottom: auto;
          left: 0;
          margin: auto; }
      .accordion .accordion__nav .accordion__nav__item.active .accordion__nav__item__copy {
        display: block; }
      .accordion .accordion__nav .accordion__nav__item.active .accordion__nav__item__cta {
        margin-top: 30px; }
      .accordion .accordion__nav .accordion__nav__item__title {
        text-transform: uppercase;
        font-weight: bold;
        font-family: "Oswald", sans-serif;
        font-size: 1.375rem;
        line-height: 1.75rem; }
      .accordion .accordion__nav .accordion__nav__item__copy {
        padding: 30px 2px; }
      .accordion .accordion__nav .accordion__nav__item__button {
        width: 100%; }
    .accordion .accordion__items {
      display: none; }
  .accordion.accordion--vertical {
    padding: 38px 0; }
    .accordion.accordion--vertical .block-intro {
      margin-bottom: 34px; }
    .accordion.accordion--vertical .accordion__item + .accordion__item {
      margin-top: 2px; }
    .accordion.accordion--vertical .accordion__item.active .accordion__item__copy {
      padding: 0 20px 44px; }
    .accordion.accordion--vertical .accordion__item .accordion__item__button {
      font-size: 1.25rem;
      line-height: 1.375rem;
      padding: 6px 60px 6px 0; }
      .accordion.accordion--vertical .accordion__item .accordion__item__button:after {
        width: 35px;
        height: 35px;
        background-size: 21px; }
    .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__content {
      margin-top: 22px; }
      .accordion.accordion--vertical .accordion__item .accordion__item__copy .accordion__item__content .accordion__item__image {
        display: block;
        margin: 0; }
  .audio {
    background: #e7e7e7;
    padding: 38px 0 40px 0; }
    .audio .audio__title {
      font-size: 1.375rem;
      line-height: 1.375rem;
      margin-bottom: 10px; }
    .audio .audio__intro {
      font-size: 1.0625rem;
      line-height: 1.5625rem; }
    .audio .audio__embed {
      margin-top: 25px;
      font-size: 0; }
  .banner {
    min-height: 91px;
    padding: 20px; }
    .banner .banner__breadcrumbs {
      display: none; }
    .banner .banner__title {
      font-size: 2.1875rem; }
    .banner .banner__button {
      margin-top: 30px; }
    .banner.banner--secondary {
      min-height: 210px; }
      .banner.banner--secondary .banner__title {
        font-size: 1.875rem;
        line-height: 1.875rem;
        max-width: 480px; }
  .block-title {
    font-size: 1.875rem;
    line-height: 1.875rem;
    letter-spacing: 0;
    margin-bottom: 10px;
    padding: 0 10px; }
  .block-intro {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 10px; }
    .block-intro + .block-button {
      margin-top: 30px; }
    .block-intro + .block-content {
      margin-top: 12px; }
  .block-subtitle {
    font-size: 1.375rem;
    line-height: 1.375rem; }
  .block-content + .block-button {
    margin-top: 30px; }
  .block-button {
    min-width: 224px; }
  .block {
    padding: 37px 0 33px 0; }
    .block.block--left-mobile {
      text-align: left; }
      .block.block--left-mobile .block-title, .block.block--left-mobile .block-intro {
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
    .block.block--divider .block__divider {
      bottom: -36px; }
    .block .block__intro {
      padding: 0 10px; }
  .bordered {
    padding-top: 36px;
    padding-bottom: 45px; }
    .bordered .bordered__title {
      font-size: 1.875rem;
      line-height: 1.875rem;
      padding: 0 16px; }
    .bordered .bordered__content {
      padding: 27px 15px; }
    .bordered .bordered__ctas {
      display: inline-block;
      margin-top: 26px;
      padding: 0 17px; }
      .bordered .bordered__ctas .bordered__cta {
        width: 224px;
        padding-left: 16px; }
        .bordered .bordered__ctas .bordered__cta + .bordered__cta {
          margin-left: 0;
          margin-top: 22px; }
        .bordered .bordered__ctas .bordered__cta .bordered__cta__image {
          width: 35px;
          height: 48px; }
        .bordered .bordered__ctas .bordered__cta .bordered__cta__title {
          font-size: 0.875rem;
          line-height: 1rem; }
    .bordered .bordered__border {
      border-width: 6px;
      position: absolute;
      top: 14px;
      right: 0;
      bottom: 14px;
      left: 0; }
  .feed {
    position: relative;
    padding-top: 39px;
    padding-bottom: 43px; }
    .feed .feed__items {
      padding: 0; }
      .feed .feed__items::after {
        clear: both;
        content: "";
        display: table; }
      .feed .feed__items:before {
        display: none; }
      .feed .feed__items:not(:first-child) {
        margin-top: 28px; }
    .feed .feed__item {
      position: relative;
      float: left;
      width: 100% !important;
      font-size: 1rem !important;
      line-height: 1.5rem !important; }
      .feed .feed__item:not(.feed__item--newsroom) {
        font-size: 0.875rem !important;
        line-height: 1.3125rem !important; }
      .feed .feed__item:before {
        padding-top: 100% !important; }
      .feed .feed__item:nth-child(n+5) {
        display: none; }
  .focus-squares {
    padding-top: 42px; }
    .focus-squares .focus-squares__squares {
      display: block;
      height: auto;
      margin-top: 35px;
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: 0; }
    .focus-squares .focus-squares__square {
      width: 100%;
      height: 190px;
      padding: 25px 10px 50px 10px; }
      .focus-squares .focus-squares__square:before {
        width: 35px;
        height: 35px;
        padding: 7px; }
      .focus-squares .focus-squares__square.active {
        min-height: 190px; }
        .focus-squares .focus-squares__square.active:before {
          line-height: 0.75rem; }
        .focus-squares .focus-squares__square.active .focus-squares__square__content {
          margin-top: 16px; }
    .focus-squares .focus-squares__square__copy .focus-squares__square__title {
      max-width: 390px; }
    .focus-squares.focus-squares--pack .focus-squares__square {
      height: auto;
      min-height: 260px; }
    .focus-squares.focus-squares--pack .focus-squares__square.active {
      height: auto;
      min-height: 260px; }
  .fiftyfifty {
    padding: 35px 0 50px 0;
    min-height: 0; }
    .fiftyfifty:before {
      min-height: 0; }
    .fiftyfifty .fiftyfifty__wrap {
      display: block; }
    .fiftyfifty .fiftyfifty__section {
      width: 100%; }
      .fiftyfifty .fiftyfifty__section:last-child .fiftyfifty__section__wrap {
        margin-bottom: 0; }
      .fiftyfifty .fiftyfifty__section .fiftyfifty__section__wrap {
        display: block; }
      .fiftyfifty .fiftyfifty__section .fiftyfifty__section__title {
        font-size: 1.375rem;
        line-height: 1.375rem;
        margin-bottom: 10px; }
    .fiftyfifty .fiftyfifty__left {
      padding-bottom: 29px;
      padding-right: 0;
      margin-bottom: 25px;
      border-right: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .fiftyfifty .fiftyfifty__right {
      padding-left: 0; }
  footer.footer {
    padding: 15px 10px 15px 10px; }
    footer.footer .footer__top {
      display: block; }
      footer.footer .footer__top .footer__top__section {
        border-bottom: 2px solid #fff;
        padding-top: 19px;
        padding-bottom: 19px;
        padding-left: 0;
        padding-right: 0; }
        footer.footer .footer__top .footer__top__section:first-child {
          width: 100%;
          padding-bottom: 27px; }
        footer.footer .footer__top .footer__top__section:last-child {
          padding-top: 30px;
          border-bottom: none; }
          footer.footer .footer__top .footer__top__section:last-child .footer__top__section__title:after {
            display: none; }
        footer.footer .footer__top .footer__top__section.active .footer__top__section__menu {
          display: block; }
        footer.footer .footer__top .footer__top__section.active .footer__top__section__title:after {
          content: '-'; }
        footer.footer .footer__top .footer__top__section + .footer__top__section {
          border-left: none;
          padding-left: 0; }
        footer.footer .footer__top .footer__top__section .footer__top__section__title {
          margin-bottom: 0;
          position: relative;
          cursor: pointer; }
          footer.footer .footer__top .footer__top__section .footer__top__section__title:after {
            content: '+';
            font-size: 3.125rem;
            font-weight: 100;
            font-family: "Oswald", sans-serif;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: auto; }
        footer.footer .footer__top .footer__top__section .footer__top__section__menu {
          display: none;
          margin-top: 15px; }
      footer.footer .footer__top .footer__top__newsletter {
        margin-top: 13px; }
        footer.footer .footer__top .footer__top__newsletter form {
          margin-top: 25px; }
      footer.footer .footer__top .footer__top__socials {
        margin-top: 29px;
        text-align: center;
        padding-bottom: 10px; }
    footer.footer .footer__logo {
      zoom: 0.97411; }
    footer.footer .footer__contacts {
      margin-top: 18px; }
    footer.footer .footer__address {
      margin-bottom: 25px; }
    footer.footer .footer__bottom {
      font-size: 0.9375rem;
      line-height: 1.375rem;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 0;
      padding-top: 30px; }
      footer.footer .footer__bottom .footer__bottom__links {
        margin-top: 30px; }
      footer.footer .footer__bottom .footer__bottom__left {
        padding-right: 0; }
      footer.footer .footer__bottom .footer__bottom__right {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 35px; }
      footer.footer .footer__bottom .footer__bottom__buttons {
        text-align: center; }
        footer.footer .footer__bottom .footer__bottom__buttons ul {
          display: block; }
        footer.footer .footer__bottom .footer__bottom__buttons li {
          display: block;
          margin-left: 0;
          text-align: center; }
          footer.footer .footer__bottom .footer__bottom__buttons li:nth-child(n+2) {
            margin-top: 10px;
            margin-left: 0; }
          footer.footer .footer__bottom .footer__bottom__buttons li a {
            width: 230px;
            margin: 0 auto; }
  .forms {
    padding: 35px 0 51px 0; }
    .forms .forms__desktop {
      display: none; }
    .forms .forms__mobile {
      display: block; }
    .forms .forms__labels {
      font-size: 1.875rem;
      line-height: 1.875rem;
      padding-left: 0;
      padding-right: 30px;
      padding-bottom: 18px; }
      .forms .forms__labels .forms__label {
        width: 100%;
        float: none; }
        .forms .forms__labels .forms__label:last-child {
          width: 100%;
          margin-left: 0; }
      .forms .forms__labels:not(:first-child) {
        margin-top: 60px; }
    .forms .forms__rows {
      padding-top: 43px; }
    .forms .forms__row {
      display: block; }
      .forms .forms__row + .forms__row {
        margin-top: 30px; }
    .forms .forms__row__label {
      width: 100%;
      font-size: 1.375rem;
      line-height: 1.375rem;
      padding-right: 0;
      margin-bottom: 20px;
      margin-top: 0; }
    .forms .forms__row__col {
      width: 100%;
      line-height: 1rem;
      min-height: 70px;
      padding-bottom: 22px; }
      .forms .forms__row__col:last-child {
        width: 100%;
        margin-left: 0; }
  .gallery {
    padding-top: 38px;
    padding-bottom: 39px; }
    .gallery .gallery__items {
      margin-left: 0;
      margin-right: 0; }
      .gallery .gallery__items:not(:first-child) {
        margin-top: 28px; }
      .gallery .gallery__items.slick-slider .slick-arrow {
        display: block !important;
        top: 75px;
        width: 35px;
        height: 35px; }
        .gallery .gallery__items.slick-slider .slick-arrow:after {
          width: 13px;
          height: 13px; }
      .gallery .gallery__items.slick-slider .slick-prev {
        left: 0; }
      .gallery .gallery__items.slick-slider .slick-next {
        left: auto;
        right: 0; }
    .gallery .gallery__item {
      color: #000;
      padding: 0; }
      .gallery .gallery__item .gallery__item__wrap {
        padding: 17px 10px 0 10px;
        width: 100%; }
      .gallery .gallery__item .gallery__item__title {
        font-size: 1.375rem;
        line-height: 1.375rem;
        letter-spacing: 0;
        margin-bottom: 10px; }
      .gallery .gallery__item .gallery__item__content {
        font-size: 1.0625rem;
        line-height: 1.4375rem; }
      .gallery .gallery__item .gallery__item__cta {
        color: #d82a2a;
        font-size: 0.9375rem;
        line-height: 0.9375rem;
        margin-top: 15px;
        padding-right: 31px;
        position: relative; }
        .gallery .gallery__item .gallery__item__cta:after {
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23d82a2a%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E");
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: auto;
          width: 11px;
          height: 11px; }
      .gallery .gallery__item .gallery__item__image {
        position: relative;
        width: 100%;
        height: auto;
        -o-object-fit: none;
           object-fit: none;
        font-family: none;
        display: block; }
    .gallery .gallery__button {
      margin-top: 22px; }
  .grants-map {
    display: none;
    padding: 30px 0 40px 0 !important; }
    .grants-map .grants-map__iframe {
      height: 276px;
      margin-top: 25px; }
  .grid {
    padding-top: 39px;
    padding-bottom: 40px; }
    .grid .grid__items {
      margin-top: 21px;
      margin-bottom: 40px; }
      .grid .grid__items .grid__item {
        width: 100%;
        height: auto;
        min-height: 100px; }
        .grid .grid__items .grid__item:before {
          padding-bottom: 32.9%; }
        .grid .grid__items .grid__item + .grid__item {
          margin-top: 1px; }
        .grid .grid__items .grid__item .grid__item__mobile-link {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 10; }
        .grid .grid__items .grid__item .grid__item__wrap {
          padding: 18px; }
        .grid .grid__items .grid__item .grid__item__hover {
          display: none !important; }
        .grid .grid__items .grid__item:first-child:before {
          display: none; }
        .grid .grid__items .grid__item:first-child .grid__item__wrap {
          position: relative;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
        .grid .grid__items .grid__item.grid__item--red .grid__item__title {
          font-size: 1.375rem;
          line-height: 1.375rem; }
        .grid .grid__items .grid__item .grid__item__title {
          font-size: 1.375rem;
          line-height: 1.375rem;
          letter-spacing: -0.04rem; }
        .grid .grid__items .grid__item .grid__item__cta {
          font-size: 1rem;
          line-height: 1rem;
          margin-top: 15px;
          display: inline-block;
          position: static;
          bottom: 0; }
    .grid .grid__title {
      font-size: 1.875rem;
      line-height: 1.875rem;
      max-width: 245px;
      letter-spacing: 0;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .grid .grid__subtitle {
      font-size: 1.25rem;
      line-height: 1.375rem;
      max-width: 245px;
      display: inline-block;
      margin-top: 8px;
      letter-spacing: 0;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .grid .grid__border {
      position: absolute;
      top: 18px;
      right: 10px;
      bottom: 18px;
      left: 10px;
      border: 8px solid rgba(204, 204, 204, 0.5); }
    .grid .grid__cta {
      margin-top: 0;
      padding: 0 10px; }
      .grid .grid__cta .button, .grid .grid__cta footer.footer .footer__bottom .footer__bottom__buttons li a, footer.footer .footer__bottom .footer__bottom__buttons li .grid .grid__cta a {
        margin-top: 0; }
  .hero .hero__slide {
    min-height: 270px;
    padding: 10px; }
  .hero .hero__slide__title1 {
    font-size: 1.5625rem;
    line-height: 1.5625rem; }
  .hero .hero__slide__title2 {
    font-size: 1.875rem;
    line-height: 1.875rem; }
  .hero .hero__slide__text {
    font-size: 1.0625rem;
    line-height: 1.4375rem; }
  .hero .hero__slide__button {
    min-width: 0;
    margin-top: 15px; }
  .hero .hero__slide__credit {
    display: none; }
  .history {
    padding-bottom: 30px; }
    .history .history__items {
      margin: 0 10px;
      padding: 12px 0; }
      .history .history__items .slick-arrow {
        width: 35px;
        height: 35px;
        top: 110px; }
        .history .history__items .slick-arrow:after {
          width: 13px;
          height: 13px; }
      .history .history__items .slick-prev {
        left: -9px; }
      .history .history__items .slick-next {
        left: auto;
        right: -9px; }
    .history .history__item {
      min-height: 335px; }
    .history .history__item__wrap {
      width: 100%;
      padding-right: 0; }
    .history .history__item__title {
      font-size: 1.375rem;
      line-height: 1.375rem; }
      .history .history__item__title + .history__item__content {
        margin-top: 20px; }
    .history .history__item__image {
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%; }
      .history .history__item__image:before {
        display: none; }
      .history .history__item__image img {
        width: 100%;
        height: 100%; }
      .history .history__item__image + .history__item__wrap {
        margin-top: 18px; }
    .history .history__dots {
      margin: 15px 19px 0 19px;
      padding-bottom: 48px;
      letter-spacing: 0.1rem; }
      .history .history__dots .history__dot {
        font-size: 1.125rem;
        line-height: 1.125rem; }
        .history .history__dots .history__dot span {
          font-size: 0;
          line-height: 0;
          display: inline-block;
          position: relative;
          width: 10px; }
          .history .history__dots .history__dot span:before {
            content: '-';
            font-size: 1.125rem;
            line-height: 1.125rem; }
  .image .grid-container {
    padding: 0; }
  .map::after {
    clear: both;
    content: "";
    display: table; }
  .map:before {
    padding-bottom: 0; }
  .map .map__items {
    display: block;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px; }
    .map .map__items .map__item {
      position: relative;
      width: calc(100% - 50px) !important;
      min-height: 260px;
      margin-left: 25px; }
      .map .map__items .map__item .map__item__content {
        padding: 0; }
        .map .map__items .map__item .map__item__content p {
          font-size: 1.0625rem;
          line-height: 1.5625rem; }
  .map .map__controls {
    display: block;
    text-align: center;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px; }
    .map .map__controls a {
      cursor: pointer;
      display: inline-block;
      width: 35px;
      height: 35px;
      background-color: #d82a2a;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23fff%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E");
      background-position: center;
      background-size: 13px 13px;
      background-repeat: no-repeat;
      margin: 0 10px; }
      .map .map__controls a.map__controls__left {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .map .map__points {
    display: none; }
  .map .qtip {
    display: none !important;
    width: 270px;
    margin-left: 20px; }
    .map .qtip:nth-child(2n) {
      margin-left: calc(50% - 270px - 20px); }
  .newsroom {
    padding: 20px 0 40px 0; }
    .newsroom .newsroom__featured {
      display: block;
      height: auto;
      margin-left: 0;
      margin-right: 0;
      padding: 0;
      margin-bottom: 35px; }
      .newsroom .newsroom__featured .newsroom__featured__image {
        height: 226px;
        position: relative;
        margin-left: -10px;
        margin-right: -10px; }
      .newsroom .newsroom__featured .newsroom__featured__wrap {
        width: 100%;
        color: #000;
        margin-top: 15px; }
        .newsroom .newsroom__featured .newsroom__featured__wrap .newsroom__featured__pretitle {
          font-size: 0.9375rem;
          font-weight: normal;
          letter-spacing: 0.07rem; }
        .newsroom .newsroom__featured .newsroom__featured__wrap .newsroom__featured__title {
          margin-top: 10px;
          font-size: 1.875rem;
          line-height: 1.875rem; }
        .newsroom .newsroom__featured .newsroom__featured__wrap .newsroom__featured__cta {
          margin-top: 22px;
          color: #000;
          background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23000%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
          background-size: 12px; }
    .newsroom .newsroom__wrap {
      display: block; }
    .newsroom .newsroom__filters {
      width: 100%;
      border-left: none;
      margin-left: 0;
      margin-bottom: 40px;
      padding-top: 0;
      padding-left: 0;
      border-top: 4px solid #cccccc; }
      .newsroom .newsroom__filters .newsroom__filters__group {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 0;
        padding: 24px 2px; }
        .newsroom .newsroom__filters .newsroom__filters__group.active .newsroom__filters__title:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .newsroom .newsroom__filters .newsroom__filters__group.active .newsroom__filters__title ~ *:not(.select2-hidden-accessible) {
          display: block; }
        .newsroom .newsroom__filters .newsroom__filters__group.newsroom__filters__group--search {
          padding: 20px 2px; }
        .newsroom .newsroom__filters .newsroom__filters__group.newsroom__filters__group--date .datepicker__top {
          margin-bottom: 0;
          display: block; }
        .newsroom .newsroom__filters .newsroom__filters__group.newsroom__filters__group--date .datepicker__bottom {
          display: none; }
        .newsroom .newsroom__filters .newsroom__filters__group.newsroom__filters__group--date select {
          width: 260px; }
        .newsroom .newsroom__filters .newsroom__filters__group.newsroom__filters__group--date .select2-container {
          margin-top: 20px; }
        .newsroom .newsroom__filters .newsroom__filters__group.newsroom__filters__group--contact {
          display: none; }
      .newsroom .newsroom__filters .newsroom__filters__title {
        position: relative;
        font-size: 1.125rem;
        line-height: 1.125rem; }
        .newsroom .newsroom__filters .newsroom__filters__title:after {
          content: '';
          position: absolute;
          top: 0;
          right: 4px;
          bottom: 0;
          left: auto;
          width: 15px;
          height: 17px;
          background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='947.1 336.4 270.2 218.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cg%3E%3Cpath d='M1197.3%2C344.3c20.1-14.2%2C26-8.6%2C13.3%2C12.4l-114.6%2C188.7c-7.6%2C12.6-20.1%2C12.6-27.7%2C0L953.8%2C356.6 c-12.8-21-6.7-26.5%2C13.3-12.4l13.2%2C9.3c56.3%2C39.7%2C147.6%2C39.7%2C203.8%2C0L1197.3%2C344.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
          background-size: 15px 17px; }
        .newsroom .newsroom__filters .newsroom__filters__title ~ * {
          display: none; }
      .newsroom .newsroom__filters .newsroom__filters__categories li:hover {
        font-weight: normal; }
        .newsroom .newsroom__filters .newsroom__filters__categories li:hover.active {
          font-weight: bold; }
      .newsroom .newsroom__filters .newsroom__filters__tags li:hover {
        background: transparent; }
        .newsroom .newsroom__filters .newsroom__filters__tags li:hover a {
          background: transparent;
          color: #d82a2a; }
        .newsroom .newsroom__filters .newsroom__filters__tags li:hover.active {
          background: #d82a2a; }
          .newsroom .newsroom__filters .newsroom__filters__tags li:hover.active a {
            color: #fff; }
    .newsroom .newsroom__contact {
      display: none;
      text-align: left;
      padding: 25px 25px 20px 20px; }
      .newsroom .newsroom__contact.newsroom__contact--mobile {
        display: block; }
      .newsroom .newsroom__contact .newsroom__contact__title {
        margin-bottom: 6px; }
    .newsroom .newsroom__list {
      margin-bottom: 40px; }
    .newsroom .newsroom__detail .newsroom__detail__pretitle {
      margin-bottom: 15px; }
    .newsroom .newsroom__detail .newsroom__detail__date {
      display: none; }
    .newsroom .newsroom__detail .newsroom__detail__title {
      font-size: 1.875rem;
      line-height: 1.875rem;
      text-transform: uppercase;
      margin-bottom: 12px; }
    .newsroom .newsroom__detail .newsroom__detail__image {
      height: 226px;
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: 20px;
      display: none; }
      .newsroom .newsroom__detail .newsroom__detail__image.newsroom__detail__image--mobile {
        display: block; }
    .newsroom .newsroom__detail .newsroom__detail__content {
      margin-top: 12px; }
    .newsroom .newsroom__detail .newsroom__detail__pagination {
      margin-top: 28px;
      padding-top: 25px; }
    .newsroom .newsroom__detail + .newsroom__filters {
      margin-top: 40px; }
    .newsroom .newsroom__item {
      display: block; }
      .newsroom .newsroom__item:before {
        min-height: 0; }
      .newsroom .newsroom__item + .newsroom__item {
        margin-top: 10px; }
      .newsroom .newsroom__item .newsroom__item__image {
        width: 100%;
        height: 104px; }
        .newsroom .newsroom__item .newsroom__item__image + .newsroom__item__wrap {
          padding-top: 12px; }
      .newsroom .newsroom__item .newsroom__item__wrap {
        padding: 26px 19px 26px 19px; }
      .newsroom .newsroom__item .newsroom__item__date {
        font-size: 1.0625rem;
        line-height: 1.5625rem; }
      .newsroom .newsroom__item .newsroom__item__title {
        font-size: 1.375rem;
        line-height: 1.5625rem; }
      .newsroom .newsroom__item .newsroom__item__bottom {
        margin-top: 20px; }
    .newsroom .newsroom__pagination {
      text-align: center; }
  .block + .quote {
    margin-top: -15px; }
  .quote {
    padding: 60px 0 26px 0; }
    .quote .quote__content {
      padding-top: 88px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 62px; }
      .quote .quote__content:before {
        top: -17px;
        zoom: 0.74194; }
      .quote .quote__content:after {
        top: -17px;
        width: 140px; }
      .quote .quote__content .quote__title {
        font-size: 1.375rem;
        line-height: 1.375rem;
        margin-bottom: 15px; }
      .quote .quote__content .quote__author {
        margin-top: 23px; }
  .related {
    display: block;
    /**
     *  Plain theme
     */ }
    .related .related__item {
      display: block;
      padding: 14px 45px 12px 10px;
      font-size: 0.9375rem; }
      .related .related__item:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23fff%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        left: auto;
        width: 21px;
        height: 21px;
        margin: auto; }
      .related .related__item + .related__item {
        border-top: 2px solid #fff; }
    .related .related__item__left {
      width: 100%; }
    .related .related__item__pretitle {
      display: inline;
      position: static;
      font-size: 1.25rem;
      line-height: 0.8125rem; }
    .related .related__item__title {
      display: inline;
      font-size: 1.25rem;
      line-height: 0.8125rem;
      word-spacing: normal;
      letter-spacing: 0; }
    .related .related__item__links {
      display: none; }
    .related.related--plain {
      min-height: 172px;
      padding: 37px 32px 33px 32px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .related.related--plain:before {
        display: none; }
      .related.related--plain .related__item {
        max-width: 268px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .related.related--plain .related__item:after {
          top: auto;
          bottom: 4px; }
        .related.related--plain .related__item + .related__item {
          padding-left: 0;
          margin-top: 40px;
          border-top: none; }
          .related.related--plain .related__item + .related__item:before {
            content: '';
            width: 49px;
            height: 2px;
            background: #d82a2a;
            position: absolute;
            top: -23px;
            right: auto;
            bottom: auto;
            left: 0; }
        .related.related--plain .related__item:first-child {
          text-align: left;
          margin-left: 0;
          margin-right: 0; }
      .related.related--plain .related__item__left {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: auto; }
      .related.related--plain .related__item__title {
        font-size: 1.25rem;
        line-height: 1.3125rem;
        white-space: normal; }
  .staff {
    padding: 40px 0; }
    .staff .staff__items {
      margin-top: 30px;
      margin-left: -10px;
      margin-right: -10px; }
    .staff .staff__content {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 17px;
      border-top: 2px solid #d82a2a; }
      .staff .staff__content .staff__content__wrap {
        display: block;
        margin-top: 2px; }
        .staff .staff__content .staff__content__wrap > i {
          top: 11px;
          right: 11px; }
      .staff .staff__content .staff__content__left {
        padding: 29px 60px 29px 28px; }
        .staff .staff__content .staff__content__left .staff__content__description p:first-child {
          margin-top: 0; }
        .staff .staff__content .staff__content__left .staff__content__description p:last-child {
          margin-bottom: 0; }
        .staff .staff__content .staff__content__left .staff__content__contact {
          margin-top: 28px;
          padding-top: 28px; }
          .staff .staff__content .staff__content__left .staff__content__contact > a {
            display: block; }
            .staff .staff__content .staff__content__left .staff__content__contact > a + a {
              padding-left: 0;
              margin-left: 0;
              border-left: none;
              margin-top: 15px; }
      .staff .staff__content .staff__content__right {
        width: 100%;
        padding: 28px 26px 35px 26px;
        border-left: none;
        border-top: 2px solid rgba(204, 204, 204, 0.5);
        margin-top: 6px; }
      .staff .staff__content .staff__content__title {
        margin-bottom: 15px; }
        .staff .staff__content .staff__content__title:not(:first-child) {
          margin-top: 27px; }
      .staff .staff__content .staff__content__media + .staff__content__media {
        margin-top: 21px; }
    .staff .staff__item {
      width: 100%;
      margin-left: 0;
      margin-bottom: 11px; }
      .staff .staff__item.active .staff__item__button {
        background: #d82a2a;
        color: #fff; }
        .staff .staff__item.active .staff__item__button:after {
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='947.1 336.4 270.2 218.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='fill: %23fff%3B'%3E%3Cg%3E%3Cpath d='M1197.3%2C344.3c20.1-14.2%2C26-8.6%2C13.3%2C12.4l-114.6%2C188.7c-7.6%2C12.6-20.1%2C12.6-27.7%2C0L953.8%2C356.6 c-12.8-21-6.7-26.5%2C13.3-12.4l13.2%2C9.3c56.3%2C39.7%2C147.6%2C39.7%2C203.8%2C0L1197.3%2C344.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          top: 26px; }
    .staff .staff__item__image {
      position: relative; }
      .staff .staff__item__image img.staff__item__image__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        font-family: "object-fit: cover";
        width: 100%;
        height: 100%; }
    .staff .staff__item__button {
      background: #e7e7e7;
      padding: 8px 12px 15px 10px;
      margin-top: 1px;
      cursor: pointer;
      position: relative; }
      .staff .staff__item__button:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='947.1 336.4 270.2 218.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='fill: %23000%3B'%3E%3Cg%3E%3Cpath d='M1197.3%2C344.3c20.1-14.2%2C26-8.6%2C13.3%2C12.4l-114.6%2C188.7c-7.6%2C12.6-20.1%2C12.6-27.7%2C0L953.8%2C356.6 c-12.8-21-6.7-26.5%2C13.3-12.4l13.2%2C9.3c56.3%2C39.7%2C147.6%2C39.7%2C203.8%2C0L1197.3%2C344.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        top: 17px;
        right: 12px;
        bottom: auto;
        left: auto;
        width: 17px;
        height: 15px; }
    .staff .staff__item__name {
      font-size: 1.125rem;
      line-height: 2.25rem;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.09rem; }
    .staff .staff__item__position {
      font-size: 1.0625rem; }
    .staff .staff__item__content {
      display: none; }
  .squares {
    /**
     * Plain theme
     */ }
    .squares .squares__square {
      display: block; }
      .squares .squares__square .squares__square__copy {
        float: none;
        width: 100%;
        padding: 25px 0 33px 0; }
        .squares .squares__square .squares__square__copy .squares__square__title + .squares__square__content {
          margin-top: 12px; }
        .squares .squares__square .squares__square__copy .squares__square__title br {
          display: none; }
        .squares .squares__square .squares__square__copy .squares__square__content h2 + p, .squares .squares__square .squares__square__copy .squares__square__content h3 + p, .squares .squares__square .squares__square__copy .squares__square__content h4 + p {
          margin-top: 10px; }
        .squares .squares__square .squares__square__copy .squares__square__content .button + .button, .squares .squares__square .squares__square__copy .squares__square__content footer.footer .footer__bottom .footer__bottom__buttons li a + .button, footer.footer .footer__bottom .footer__bottom__buttons li .squares .squares__square .squares__square__copy .squares__square__content a + .button, .squares .squares__square .squares__square__copy .squares__square__content footer.footer .footer__bottom .footer__bottom__buttons li .button + a, footer.footer .footer__bottom .footer__bottom__buttons li .squares .squares__square .squares__square__copy .squares__square__content .button + a, .squares .squares__square .squares__square__copy .squares__square__content footer.footer .footer__bottom .footer__bottom__buttons li a + a, footer.footer .footer__bottom .footer__bottom__buttons li .squares .squares__square .squares__square__copy .squares__square__content a + a {
          margin-top: 15px; }
        .squares .squares__square .squares__square__copy .squares__square__content p {
          margin: 25px 0; }
          .squares .squares__square .squares__square__copy .squares__square__content p:first-child {
            margin-top: 0; }
          .squares .squares__square .squares__square__copy .squares__square__content p:last-child {
            margin-bottom: 0; }
        .squares .squares__square .squares__square__copy .squares__square__content .button, .squares .squares__square .squares__square__copy .squares__square__content footer.footer .footer__bottom .footer__bottom__buttons li a, footer.footer .footer__bottom .footer__bottom__buttons li .squares .squares__square .squares__square__copy .squares__square__content a {
          min-width: 221px; }
      .squares .squares__square .squares__square__image {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        margin-left: -10px;
        margin-right: -10px; }
        .squares .squares__square .squares__square__image img {
          width: 100%;
          height: auto; }
      .squares .squares__square:nth-child(even) .squares__square__copy {
        padding: 25px 0 33px 0;
        float: left; }
    .squares.squares--plain {
      padding-top: 35px;
      padding-bottom: 0; }
      .squares.squares--plain.squares--divider .squares__divider {
        margin-top: 40px;
        margin-bottom: 0; }
      .squares.squares--plain .squares__content {
        margin-bottom: 38px; }
      .squares.squares--plain .squares__square + .squares__square {
        margin-top: 0; }
      .squares.squares--plain .squares__square:nth-child(even) .squares__square__copy {
        padding: 20px 0 33px 0; }
      .squares.squares--plain .squares__square .squares__square__image {
        float: none; }
      .squares.squares--plain .squares__square .squares__square__copy {
        padding: 30px 0 33px 0; }
        .squares.squares--plain .squares__square .squares__square__copy .squares__square__title {
          font-size: 1.875rem;
          line-height: 1.875rem;
          letter-spacing: -0.04rem; }
  .tabs {
    padding-top: 37px;
    padding-bottom: 40px; }
    .tabs .grid-container {
      padding: 0; }
    .tabs .tabs__title + .tabs__navigation {
      margin-top: 36px; }
    .tabs .tabs__navigation {
      margin-top: 30px; }
      .tabs .tabs__navigation a {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin: 0; }
      .tabs .tabs__navigation .slick-track {
        padding-bottom: 8px; }
      .tabs .tabs__navigation .slick-slide:not(.slick-active.slick-current) a.active {
        background: #fff; }
    .tabs .tabs__items {
      margin-top: 18px; }
      .tabs .tabs__items .tabs__item {
        text-align: left;
        padding: 0 10px; }
        .tabs .tabs__items .tabs__item.tabs__item--center-mobile .tabs__item__title, .tabs .tabs__items .tabs__item.tabs__item--center-mobile .tabs__item__content {
          text-align: center; }
      .tabs .tabs__items .tabs__item__title {
        font-size: 1.375rem; }
        .tabs .tabs__items .tabs__item__title + .tabs__item__content {
          margin-top: 10px; }
      .tabs .tabs__items .tabs__item__content {
        padding: 0;
        text-align: left; }
        .tabs .tabs__items .tabs__item__content ul {
          padding-right: 10px;
          -webkit-columns: 1;
                  columns: 1; }
        .tabs .tabs__items .tabs__item__content p {
          margin: 10px 0; }
        .tabs .tabs__items .tabs__item__content + .tabs__item__button {
          margin-top: 38px; }
    .tabs .slick-slider .slick-arrow {
      display: block !important;
      background: transparent;
      height: auto;
      cursor: pointer; }
      .tabs .slick-slider .slick-arrow:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='216 501 648 648' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%280%2C-992.3622%29' style='fill: %23d82a2a%3B'%3E%3Cpath d='M859.5%2C1804.9l-288-306c-7-7.3-18.9-7.3-25.6-0.8c-6.8%2C6.6-7.3%2C18.7-0.8%2C25.6l259.3%2C275.6H234c-9.9%2C0-18%2C8.1-18%2C18 s8.1%2C18%2C18%2C18h570.4L545.1%2C2111c-6.5%2C6.9-6.1%2C19.1%2C0.8%2C25.6c6.9%2C6.5%2C18.1%2C6.6%2C25.6-0.8l288-306 C866.4%2C1821.3%2C864.6%2C1811%2C859.5%2C1804.9L859.5%2C1804.9z'/%3E%3C/g%3E%3C/svg%3E"); }
      .tabs .slick-slider .slick-arrow.slick-prev {
        position: absolute;
        top: 0;
        right: auto;
        bottom: 8px;
        left: 0; }
      .tabs .slick-slider .slick-arrow.slick-next {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 8px;
        left: auto; }
  .top {
    display: block;
    padding: 12px 10px; }
    .top .top__burger {
      display: block;
      width: 42px;
      text-align: center;
      position: absolute;
      top: 15px;
      right: 10px;
      bottom: 15px;
      left: auto; }
      .top .top__burger .top__burger__icon {
        background: #b3042c;
        padding: 7px;
        height: 37px; }
        .top .top__burger .top__burger__icon .top__burger__icon__inner {
          position: relative;
          margin-top: 9px;
          margin-bottom: 9px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .top .top__burger .top__burger__icon .top__burger__icon__inner, .top .top__burger .top__burger__icon .top__burger__icon__inner::before, .top .top__burger .top__burger__icon .top__burger__icon__inner::after {
            display: block;
            width: 28px;
            height: 5px;
            background-color: #fff;
            outline: 1px solid transparent;
            -webkit-transition-property: background-color, -webkit-transform;
            transition-property: background-color, -webkit-transform;
            transition-property: background-color, transform;
            transition-property: background-color, transform, -webkit-transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
          .top .top__burger .top__burger__icon .top__burger__icon__inner::before, .top .top__burger .top__burger__icon .top__burger__icon__inner::after {
            position: absolute;
            content: ""; }
          .top .top__burger .top__burger__icon .top__burger__icon__inner::before {
            top: -9px; }
          .top .top__burger .top__burger__icon .top__burger__icon__inner::after {
            top: 9px; }
      .top .top__burger.active .top__burger__icon__inner {
        background-color: transparent; }
      .top .top__burger.active .top__burger__icon__inner::before {
        -webkit-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg); }
      .top .top__burger.active .top__burger__icon__inner::after {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg); }
      .top .top__burger .top__burger__label {
        font-size: 0.8125rem;
        font-family: "Oswald", sans-serif;
        font-weight: bold;
        color: #000;
        text-transform: uppercase; }
    .top .top__logo {
      margin-top: -6px; }
      .top .top__logo a {
        zoom: 0.66234; }
    .top .top__menus {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      bottom: auto;
      left: 0;
      padding-bottom: 0;
      z-index: 1000;
      background: #fff;
      border-top: 3px solid #b3042c; }
      .top .top__menus.active {
        display: block; }
        .top .top__menus.active .top__nav {
          -webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.26);
                  box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.26); }
    .top .top__super {
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      height: auto;
      padding: 0;
      border-bottom: none; }
      .top .top__super > ul {
        display: block;
        text-align: left; }
        .top .top__super > ul > li {
          display: block;
          padding-top: 18px;
          padding-bottom: 19px; }
          .top .top__super > ul > li + li {
            border-top: 1px solid #cccccc;
            border-left: none; }
            .top .top__super > ul > li + li:before {
              left: 11px; }
      .top .top__super li.contact {
        padding-left: 41px;
        padding-right: 34px; }
        .top .top__super li.contact:before {
          left: 11px; }
      .top .top__super li.mynyct {
        padding-left: 41px;
        padding-right: 33px; }
        .top .top__super li.mynyct:before {
          left: 11px; }
      .top .top__super li.search {
        padding-left: 12px;
        padding-right: 33px; }
        .top .top__super li.search:before {
          left: 11px; }
      .top .top__super li.aaa {
        display: none; }
    .top .top__nav {
      display: block; }
      .top .top__nav ul {
        display: block; }
        .top .top__nav ul li {
          display: block;
          max-width: none; }
        .top .top__nav ul a {
          display: block;
          position: relative; }
      .top .top__nav > ul > li {
        padding: 1px 0;
        border-bottom: 1px solid #cccccc; }
        .top .top__nav > ul > li:last-child.active > ul.sub-menu {
          display: block; }
        .top .top__nav > ul > li > a {
          font-size: 1.375rem;
          padding: 12px 11px 18px 11px; }
          .top .top__nav > ul > li > a > .menu-item-description {
            font-size: 0.8125rem;
            margin-top: -4px; }
            .top .top__nav > ul > li > a > .menu-item-description br {
              display: none; }
        .top .top__nav > ul > li.menu-item-has-children:before {
          display: none; }
        .top .top__nav > ul > li.menu-item-has-children:after {
          top: 16px;
          right: 10px; }
        .top .top__nav > ul > li.menu-item-has-children > a {
          padding: 5px 10px 7px 10px; }
        .top .top__nav > ul > li.menu-item-has-children.active > a {
          position: relative; }
          .top .top__nav > ul > li.menu-item-has-children.active > a:before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 9px 8.5px 0 8.5px;
            border-color: #e7e7e7 transparent transparent transparent;
            position: absolute;
            top: 100%;
            right: auto;
            bottom: auto;
            left: 25px;
            margin: auto;
            z-index: 1000000; }
      .top .top__nav > ul.active > a {
        background: red; }
        .top .top__nav > ul.active > a:after {
          background-image: url(../images/sprite.01ba2a90df6e576daec181f63e9e7ae3.png);
          background-position: -294px -91px;
          width: 17px;
          height: 15px; }
        .top .top__nav > ul.active > a > ul.sub-menu {
          display: block; }
      .top .top__nav > ul.active > a {
        position: relative; }
        .top .top__nav > ul.active > a:before {
          content: '';
          display: block;
          position: absolute;
          top: 100%;
          right: auto;
          bottom: auto;
          left: 30px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 9px 8.5px 0 8.5px;
          border-color: #e7e7e7 transparent transparent transparent; }
      .top .top__nav > ul > li > ul.sub-menu {
        margin: 0;
        -webkit-column-count: 1;
                column-count: 1;
        width: 100%;
        padding: 32px 10px 32px 10px;
        position: relative;
        top: auto !important;
        z-index: 10;
        display: none; }
        .top .top__nav > ul > li > ul.sub-menu > li {
          border-left: 2px solid #000;
          margin-bottom: 25px; }
          .top .top__nav > ul > li > ul.sub-menu > li:last-child {
            margin-bottom: 0; }
          .top .top__nav > ul > li > ul.sub-menu > li + li {
            margin-top: 14px; }
          .top .top__nav > ul > li > ul.sub-menu > li:nth-child(2) {
            margin-bottom: 25px; }
          .top .top__nav > ul > li > ul.sub-menu > li > a {
            font-family: "Oswald", sans-serif;
            font-size: 1.125rem;
            font-weight: bold;
            text-transform: uppercase;
            padding: 5px 0; }
      .top .top__nav > ul > li > ul > li > ul li + li {
        margin-top: 0; }
  .video {
    padding: 35px 0 0 0; }
    .video .video__intro + .video__wrap {
      margin-top: 28px; }
    .video .video__copy {
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      color: #000;
      margin-top: 17px; }
      .video .video__copy .video__title {
        font-size: 1.375rem;
        line-height: 1.375rem; }
        .video .video__copy .video__title + .video__content {
          margin-top: 12px; }
      .video .video__copy .video__content {
        font-size: 1.0625rem;
        line-height: 1.5625rem; }
    .video .plyr--ready {
      margin-top: 25px;
      margin-left: -10px;
      margin-right: -10px;
      max-width: calc(100% + 20px); }
    .video .video__button {
      display: block;
      width: auto;
      letter-spacing: -0.01rem;
      padding: 19px 50px 19px 10px;
      text-align: left;
      float: none;
      margin-left: -10px;
      margin-right: -10px; }
      .video .video__button:before {
        right: 10px; } }
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px dashicons;
	font-weight: bold;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content: "\f147";
}
div.wpcf7-validation-errors:before {
    content: "\f158";
}
