/*
    Theme Name: nyscf
    Description: Dedicated Wordpress theme for Company Name */

/* ==========================================================================
	Base
/* ========================================================================== */


.acf-field-590a106a5f4c3 { 
    display:none !important;	
}

html {
  height: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
  font-family: "Work Sans", sans-serif;
  color: #444;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4;
  background-color: #f4f4f4;
  -webkit-font-smoothing: antialiased;
  font-family: "Work Sans", sans-serif;
}

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

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

.gm-style img {
  max-width: none;
}

#page {
  max-width: 1500px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 130px 0 rgba(0, 0, 0, 0.15);
}

.cover-page {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  transition: all 300ms ease;
}

.cover-page.search {
  z-index: 10;
}

.cover-page.active {
  visibility: visible;
  opacity: 1;
}

/* ==========================================================================
	Links
/* ========================================================================== */

a {
  color: #26527c;
  text-decoration: underline;
}

a img {
  border: 0;
}

a:focus,
a:hover {
  color: #08111a;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

/* =============================================================================
	Helper Classes
/* ========================================================================== */

/* Prefixed with tags to override default tag styling for these elemets if .button is added */

button,
.button,
a.button,
input.button {
  display: inline-block;
}

/* Responsive Media Styles */

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Clear Fix */

.clearfix:after,
.cf:after {
  content: '';
  display: block;
  clear: both;
}

/* Floats */

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin: 7px 40px 20px 0;
  margin-left: -13.1%;
}

.alignright {
  float: right;
  margin: 7px 0 20px 40px;
  margin-right: -13.1%;
}

.alignnone {
  display: inline-block;
}

.aligncenter {
  display: block;
  float: none;
  text-align: center;
  clear: both;
  margin: 20px auto;
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */

.default-msg-404 {
  padding: 50px 0 40px;
}

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

.article {
  margin-bottom: 1em;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 38px;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

.flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-content.row:before,
.flex-content.row:after {
  content: none;
}

/* Navigation */

nav > ul {
  margin: 0;
  padding: 0;
}

nav ul:after {
  content: '';
  display: block;
  clear: both;
}

/* Paginations */

.navigation.pagination,
.search-results-container .navigation.gsc-cursor {
  clear: both;
}

.hidden-elements {
  display: none !important;
}

.cust-btn,
.gform_footer input[type=submit] {
  display: inline-block;
  text-decoration: none;
  transition: all 300ms ease;
}

.cust-btn--1 {
  position: relative;
  background-color: transparent;
  color: #d32627;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.1em;
  padding: 10px 10px 12px 17px;
  margin-top: 0.7em;
  margin-bottom: 2.42em;
}

.cust-btn--1:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid #d32627;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: left 300ms ease;
}

.cust-btn--1:after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background-color: #d32627;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  transition: all 300ms ease;
}

.cust-btn--2,
.gform_footer input[type=submit] {
  background-color: #d32627;
  color: #fff;
  padding: 11px 24px 12px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.37em;
  margin-top: 1.1em;
  margin-bottom: 3em;
}

.cust-btn--3 {
  border: 2px solid #fff;
  color: #fff;
  width: 160px;
  padding: 16px 10px 15px 10px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 15px;
}

.cust-btn--4 {
	  background-color: #d32627;

  color: #fff;
  padding: 11px 53px 12px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.37em;
  margin-top: 1.1em;
  margin-bottom: 3em;
  
}

.cust-btn--disabled.cust-btn--1 {
  color: #b7b7b7;
}

.cust-btn--disabled.cust-btn--1:before {
  border-color: #b7b7b7;
}

.cust-btn--disabled.cust-btn--1:after {
  background-color: #b7b7b7;
}

.cust-btn--disabled.cust-btn--1:hover,
.cust-btn--disabled.cust-btn--1:focus {
  text-decoration: none;
}

.cust-btn--disabled.cust-btn--2,
.gform_footer input.cust-btn--disabled[type=submit] {
  background-color: #b7b7b7;
}

.cust-btn--disabled.cust-btn--2:hover,
.gform_footer input.cust-btn--disabled[type=submit]:hover,
.cust-btn--disabled.cust-btn--2:focus,
.gform_footer input.cust-btn--disabled[type=submit]:focus {
  text-decoration: none;
  color: #fff;
}

.cust-btn:not(.cust-btn--disabled):hover,
.gform_footer input[type=submit]:not(.cust-btn--disabled):hover {
  text-decoration: none;
}

.cust-btn:not(.cust-btn--disabled):hover.cust-btn--1,
.gform_footer input[type=submit]:not(.cust-btn--disabled):hover.cust-btn--1 {
  color: #d32627;
}

.cust-btn:not(.cust-btn--disabled):hover.cust-btn--1:after,
.gform_footer input[type=submit]:not(.cust-btn--disabled):hover.cust-btn--1:after {
  width: 8px;
}

.cust-btn:not(.cust-btn--disabled):hover.cust-btn--1:before,
.gform_footer input[type=submit]:not(.cust-btn--disabled):hover.cust-btn--1:before {
  left: 3px;
}

.cust-btn:not(.cust-btn--disabled):hover.cust-btn--2,
.gform_footer input[type=submit]:not(.cust-btn--disabled):hover {
  color: #fff;
  background-color: #bd2223;
}

.cust-btn:not(.cust-btn--disabled):hover.cust-btn--3,
.gform_footer input[type=submit]:not(.cust-btn--disabled):hover.cust-btn--3 {
  color: #000000;
  background-color: #fff;
}

.cust-btn:not(.cust-btn--disabled):focus,
.gform_footer input[type=submit]:not(.cust-btn--disabled):focus {
  text-decoration: none;
}

.cust-btn:not(.cust-btn--disabled):focus.cust-btn--1,
.gform_footer input[type=submit]:not(.cust-btn--disabled):focus.cust-btn--1 {
  color: #d32627;
}

.cust-btn:not(.cust-btn--disabled):focus.cust-btn--1:after,
.gform_footer input[type=submit]:not(.cust-btn--disabled):focus.cust-btn--1:after {
  width: 8px;
  left: 3px;
}

.cust-btn:not(.cust-btn--disabled):focus.cust-btn--1:before,
.gform_footer input[type=submit]:not(.cust-btn--disabled):focus.cust-btn--1:before {
  left: 6px;
}

.cust-btn:not(.cust-btn--disabled):focus.cust-btn--2,
.gform_footer input[type=submit]:not(.cust-btn--disabled):focus {
  color: #fff;
  background-color: #a91e1f;
}

/* ==========================================================================
    Typography */

/* ========================================================================== */

/* Headers */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
  color: #000000;
  margin: 0;
  font-weight: 700;
  line-height: 1em;
}

h1 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.005em;
  margin-bottom: 0.35em;
}

h2 {
  font-size: 36px;
  margin-bottom: 0.5em;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  margin-bottom: 0.6em;
  line-height: 1.2em;
}

h4 {
  font-size: 19px;
  margin-top: 2.85em;
  letter-spacing: 0.015em;
  margin-bottom: 0.15em;
}

h5 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.4em;
}

/* Content Block Elements */

dl,
menu,
ol,
ul,
p,
pre {
  font-family: "Roboto", sans-serif;
  margin: 0 0 1em;
  color: #000000;
  font-size: 19px;
  line-height: 1.48em;
  letter-spacing: -0.0067em;
}

p {
  margin-bottom: 2.4em;
}

p + ul {
  margin-top: -2.4em;
}

blockquote {
  margin: 0;
  padding: 45px 50px 42px;
  border: 0;
  text-align: center;
  font-size: 24px;
  margin-top: 2.54em;
  margin-bottom: 2.78em;
  position: relative;
}

blockquote:after,
blockquote:before {
  content: '';
  display: block;
  height: 3px;
  width: 160px;
  position: absolute;
  background-color: #d32627;
  left: 50%;
  margin-left: -80px;
}

blockquote:after {
  top: 0;
}

blockquote:before {
  bottom: 0;
}

blockquote p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.34em;
  letter-spacing: 0;
  margin-bottom: 0 !important;
}

blockquote cite {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #707070;
  letter-spacing: 0.05em;
  margin-top: 1.2em;
}

figure {
  max-width: 100%;
}

figure img {
  margin-bottom: 10px;
}

figure figcaption {
  display: block;
  max-width: 730px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #707070;
}

figure figcaption p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #707070;
}

/* Lists */

menu,
ol {
  padding: 0 0 0 1.1em;
}

ul {
  padding: 0 0 0 0.8em;
}

ol {
  counter-reset: list-counter;
  list-style: none;
}

ol li:before {
  content: counter(list-counter);
  counter-increment: list-counter;
  display: inline-block;
  width: 1.1em;
  font-weight: 700;
  margin-left: -1.1em;
}

ul:not([class]) {
  list-style: none;
}

ul:not([class]) li:before {
  content: '\2022';
  display: inline-block;
  width: 0.8em;
  margin-left: -0.8em;
}

ul:not([class]) ul {
  padding: 0 0 0 1.84em;
}

ul:not([class]) ul li:before {
  width: 1em;
  margin-left: -1em;
  font-size: 15px;
}

hr {
  margin: 24px 0 56px;
  border-color: #efefef;
}

a {
  color: #5843ef;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Selection Colors */

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

.page-main-content .tablepress {
  margin-top: 28px;
  margin-bottom: 75px;
  table-layout:fixed;
}

.page-main-content .tablepress caption {
  display: none !important;
}

.page-main-content .tablepress thead th {
  background-color: transparent;
  border: 0;
  color: #7d7d7d;
  font-weight: 600;
  font-size: 13px;
  padding: 21px 20px;
}

.page-main-content .tablepress tbody td {
  font-family: "Roboto", sans-serif;
  color: #000000;
  border: 0;
  font-size: 15px;
  padding: 19px 20px 21px;
}

.page-main-content .tablepress tbody tr:nth-child(2n+1) {
 /* background-color: #f5f5f5;*/
 background-color:transparent !important;
	 
}

  .ninja_table_wrapper br {
    display: none;
  }

  .ninja_table_wrapper p {
    margin: 0;
  }

.gallery-slider__arrow {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 1;
  cursor: pointer;
}

.gallery-slider__arrow svg {
  position: absolute;
  top: -3px;
  left: -3px;
}

.gallery-slider__arrow svg #slider-timer {
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
}

.gallery-slider__arrow:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -5px;
}

.gallery-slider__arrow.arrow-prev:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: -3px;
}

/* 	============================================================================= */

/*	Layout */

/*  ============================================================================= */

.header-main {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.header-main .mobile-menu-trigger {
  display: none;
}

.header-main__wrapper {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

.header-main__top {
  padding-top: 20px;
  padding-bottom: 21px;
  background-color: #fff;
}

.header-main__right {
  float: right;
}

.header-main__right .cust-btn,
.header-main__right .gform_footer input[type=submit],
.gform_footer .header-main__right input[type=submit] {
  margin: 0;
}

.header-main__right ul.menu {
  margin-top: 4px;
}

.header-main__right ul.menu li {
  vertical-align: middle;
  margin-left: 27px;
}

.header-main nav {
  float: left;
  margin-top: 15px;
}

.header-main .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 1.4em;
  font-family: "Work Sans", sans-serif;
}

.header-main .menu > li {
  display: inline-block;
  vertical-align: top;
}

.header-main .menu li.menu-item {
  margin: 0 1.0em;
}

.header-main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  line-height: 1.4em;
}

.header-main-menu a {
  display: block;
  text-decoration: none;
}

.header-main-menu > li {
  display: inline-block;
  vertical-align: top;
}

.header-main-menu li.menu-item {
  margin: 0 1.0em;
}

.header-main-menu li.menu-item:hover > a:after,
.header-main-menu li.menu-item.current-menu-item > a:after {
  left: 0;
}

.header-main-menu li.menu-item > a {
  color: #000000;
  padding-bottom: 37px;
  margin-bottom: -21px;
  overflow: hidden;
  position: relative;
}

.header-main-menu li.menu-item > a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -101%;
  height: 3px;
  width: 100%;
  background-color: #d32627;
  transition: left 400ms ease;
}

.header-main-menu-mobile__wrapper {
  display: none;
}

.header-logo {
  display: block;
  float: left;
  margin-right: 44px;
}

.header-logo .logo-mobile {
  display: none;
}

.menu-item-object-ccs_custom_menu_item.active .custom-menu-element__link:after,
.menu-item-object-ccs_custom_menu_item:not(.custom-menu-element--no-hover-event):hover .custom-menu-element__link:after {
  left: 0;
}

.menu-item-object-ccs_custom_menu_item.active .custom-menu-element__link--icon-svg #icon,
.menu-item-object-ccs_custom_menu_item:not(.custom-menu-element--no-hover-event):hover .custom-menu-element__link--icon-svg #icon {
  stroke: #d32627;
}

.menu-item-object-ccs_custom_menu_item.active .custom-menu-element__wrapper {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition-delay: 0ms;
}

h1[id],h2[id],h3[id] {
  border-top: 135px solid transparent;
  margin-top: -135px;
}

.custom-menu-element__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-width: 1px 0 1px 0;
  padding: 38px 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  transition-property: visibility, -webkit-transform;
  transition-property: transform, visibility;
  transition-property: transform, visibility, -webkit-transform;
  transition-duration: 400ms;
  transition-timing-function: ease;
  transition-delay: 0;
}

.custom-menu-element__block-list {
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.custom-menu-element__block-list a {
  color: #707070;
  transition: color 300ms ease;
}

.custom-menu-element__block-list a:hover {
  color: #d32627;
}

.custom-menu-element__block-list li {
  padding: 0;
  margin-bottom: 1.4em;
}

.custom-menu-element__block-list--no-title {
  font-size: 14px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
}

.custom-menu-element__block-list--no-title a {
  color: #000000;
}

.custom-menu-element__block-list--no-title li {
  margin-bottom: 2.12em;
}

.custom-menu-element__link--icon-svg {
  padding-bottom: 0;
}

.custom-menu-element__link--icon-svg #icon {
  transition: all 300ms ease;
}

.custom-menu-element__link--icon-svg:after {
  content: none;
}

.custom-menu-element__block-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1.25em;
}

.header-main__bottom {
  background-color: #000000;
  color: #fff;
}

.header-main__bottom__archive-link {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
  letter-spacing: 0.005em;
}

.header-main__bottom__archive-link:before {
  content: '';
  display: inline-block;
  vertical-align: 0.11em;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0.5em;
}

.header-main__bottom__archive-link:hover {
  color: #fff;
}

.header-main__bottom__addon-menu {
  padding: 13px 10px;
}

.header-main__bottom__addon-menu.addon-menu--single-page {
  padding: 9px 10px;
}

.header-main__bottom__addon-menu .menu {
  text-align: center;
  font-size: 13px;
}

.header-main__bottom__addon-menu .menu > li.menu-item.current-menu-item a,
.header-main__bottom__addon-menu .menu > li.menu-item:hover a {
  color: #fff;
}

.header-main__bottom__addon-menu .menu > li.menu-item a {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #acacac;
}

.footer-main {
  background-color: #000000;
  padding-top: 60px;
}

.footer-main p {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.22em;
}

.footer-main__top {
  padding-bottom: 40px;
}

.footer-main__address p {
  margin-bottom: 1em;
}

.footer-main__social-links {
  margin-top: 15px;
}

.footer-main__social-links__list {
  padding: 0;
  list-style: none;
  margin: 0;
  float: right;
}

.footer-main__social-links__list li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 26px;
}

.footer-main__social-links__list a {
  opacity: 1;
  transition: opacity 300ms ease;
}

.footer-main__social-links__list a:hover {
  opacity: 0.7;
}

.footer-main__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-main__bottom {
  border-top: 1px solid #363636;
  padding-top: 33px;
  padding-bottom: 32px;
}

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

.footer-main__copywright p {
  color: #787878;
  font-size: 12px;
  margin-bottom: 0.8em;
  letter-spacing: 0.025em;
}

.footer-main__copywright a {
  color: #fff;
  text-decoration: none;
}

.footer-main__copywright ul {
  padding: 0;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.025em;
}

.footer-main__copywright ul li {
  padding: 0;
  display: inline-block;
  color: #fff;
}

.footer-main__copywright ul li:before {
  content: none;
}

.footer-main__copywright ul li:not(:last-child):after {
  content: ' -';
  margin: 0 0.1em;
}

.gform_wrapper {
  margin-top: 41px;
}

.gform_fields {
  list-style: none;
  padding: 0;
}

.gform_fields .gfield {
  margin-bottom: 27px;
}

.ginput_container_textarea {
  max-width: 445px;
}

.ginput_container_text,
.ginput_container_email,
.ginput_container_phone {
  max-width: 350px;
}

.ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ginput_complex .name_first,
.ginput_complex .name_last {
  display: block;
  width: calc( 50% - 15px);
}

.ginput_complex .name_first {
  margin-right: 30px;
}

.ginput_full,
.ginput_left,
.ginput_right {
  display: block;
  margin-bottom: 15px;
}

.ginput_full {
  width: 100%;
}

.ginput_left,
.ginput_right {
  width: calc( 50% - 15px);
}

.ginput_left {
  margin-right: 30px;
}

.gfield_label {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.gfield_description,
input:not([placeholder]) + label,
.select2-container + label {
  font-size: 12px;
  color: #7d7d7d;
  font-weight: 400;
}

.gfield_error .label-text-animate__anim {
  color: #d32627;
}

.gfield_error .ginput_container input:not([type="submit"]) {
  border-bottom-color: #d32627;
}

.gfield_error .validation_message {
  color: #d32627;
}

.gfield.disabled .label-text-animate__anim {
  color: #7d7d7d;
}

.gfield.disabled input:not([type="submit"]) {
  color: #7d7d7d;
  border-bottom-color: #7d7d7d;
  border-style: dashed;
}

.ginput_counter {
  float: right;
  font-size: 12px;
  color: #7d7d7d;
}

.ginput_container input:not([type="submit"]),
.ginput_container textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-family: "Roboto", sans-serif;
  background-color: transparent !important;
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: #c2c2c2;
  font-size: 16px;
  font-weight: 400;
  transition: all 300ms ease;
}

.ginput_container input:not([type="submit"]):focus,
.ginput_container textarea:focus {
  border-color: #5843ef;
  outline: none;
}

.ginput_container input:not([type="submit"]) {
  padding: 7px 0;
}

.ginput_container textarea {
  height: 160px;
  resize: none;
}

.label-text-animate {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 12px;
  margin-bottom: 1px;
  font-family: "Roboto", sans-serif;
  line-height: 1.48em;
  font-size: 19px;
}

.label-text-animate__anim {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 1.6em;
  padding: 10px 0;
  font-weight: 400;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.label-text-animate.label-filled .label-text-animate__anim {
  font-size: 12px;
  padding: 0;
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
}

.label-text-animate input:not([type="submit"]),
.label-text-animate textarea {
  border-radius: 0;
}

.label-text-animate input:not([type="submit"]):focus + .label-text-animate__anim,
.label-text-animate textarea:focus + .label-text-animate__anim {
  font-size: 12px;
  padding: 0;
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
  color: #5843ef;
}

.gform_footer input[type=submit] {
  border: none;
  min-width: 160px;
  border-radius: 0;
}

.ginput_container_select,
.ginput_container_multiselect {
  margin: 17px 0 37px;
}

.select2-container {
  width: 100% !important;
  display: block;
  max-width: 350px;
  outline: none;
}

.select2-container.select2-container--open {
  background-color: #fff;
}

.select2-container.select2-container--open .select2-dropdown {
  box-shadow: 0 0 5px 3px #f0f0f0;
}

.select2-search--dropdown {
  display: none;
}

.select2-container .select2-selection--single {
  height: 42px;
  outline: none;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--filters .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.select2-dropdown {
  border: none;
  min-width: 255px;
}

.select2-dropdown ul {
  box-shadow: 0 0 5px 3px #f0f0f0;
}

.select2-dropdown--above ul {
  margin-top: 1px;
}

.select2-dropdown--below ul {
  margin-top: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--filters .select2-selection--single .select2-selection__arrow b {
  margin-left: -13px;
  margin-top: 2px;
  display: block;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after,
.select2-container--default .select2-selection--single .select2-selection__arrow b:before,
.select2-container--filters .select2-selection--single .select2-selection__arrow b:after,
.select2-container--filters .select2-selection--single .select2-selection__arrow b:before {
  content: '';
  display: block;
  background: #000000;
  width: 1px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before,
.select2-container--filters .select2-selection--single .select2-selection__arrow b:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0px;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--filters .select2-results__option[aria-selected=true] {
  background-color: #f3f3f3;
  color: #000000;
}

.select2-container--default li:hover,
.select2-container--default .select2-results__option[aria-selected=true]:hover,
.select2-container--filters li:hover,
.select2-container--filters .select2-results__option[aria-selected=true]:hover {
  background-color: #4297ff;
  color: #fff;
}

.select2-selection--multiple .select2-selection__choice {
  line-height: 26px;
}

.select2-selection--multiple .select2-results__option {
  padding-left: 40px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--filters .select2-selection--multiple .select2-selection__choice {
  background: transparent;
  border: none;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:not(:first-child):before,
.select2-container--filters .select2-selection--multiple .select2-selection__choice:not(:first-child):before {
  content: ',';
  position: relative;
  left: -4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice span,
.select2-container--filters .select2-selection--multiple .select2-selection__choice span {
  display: none;
}

.select2-search__field {
  margin-left: 8px;
}

.select2-selection--multiple .select2-selection__rendered {
  font-size: 16px;
  cursor: pointer;
  padding-right: 36px;
  position: relative;
  font-family: "Roboto", sans-serif;
}

.select2-selection--multiple .select2-selection__rendered:after,
.select2-selection--multiple .select2-selection__rendered:before {
  content: '';
  display: block;
  background: #000000;
  width: 1px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  margin-top: 2px;
  top: 50%;
  right: 14px;
}

.select2-selection--multiple .select2-selection__rendered:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 20px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--filters.select2-container--focus .select2-selection--multiple {
  border: none;
}

.select2-container--default .select2-selection,
.select2-container--filters .select2-selection {
  border: none;
  border-bottom: 2px solid #cecece;
  border-radius: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--filters.select2-container--focus .select2-selection--multiple {
  border-bottom: 2px solid #cecece;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--filters .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--filters .select2-selection--single .select2-selection__arrow b {
  top: 50%;
  left: 50%;
  position: absolute;
}

.select2-container--default .select2-results > .select2-results__options,
.select2-container--filters .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--filters .select2-search--inline .select2-search__field {
  display: none;
}

.select2-results li {
  font-size: 16px;
}

.select2-results__options[aria-multiselectable="true"] li {
  padding-left: 48px;
  margin-bottom: 3px;
  position: relative;
}

.select2-results__options[aria-multiselectable="true"] li:before {
  content: '';
  display: block;
  position: absolute;
  left: 17px;
  top: 11px;
  width: 18px;
  height: 18px;
  border: 1px solid #555;
}

.select2-container--default [aria-multiselectable=true] .select2-results__option[aria-selected=true] {
  background: transparent;
}

.select2-container--default [aria-multiselectable=true] .select2-results__option[aria-selected=true]:before {
  background: #5843ef url(images/icon-checked.svg) no-repeat center;
  background-size: 13px 10px;
  border-color: #a79bf7;
}

.ez-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}

.ez-checkbox {
  background: transparent url("../images/checkbox-red.png") 0 1px no-repeat;
  display: inline-block;
}

.ez-radio {
  width: 18px;
  height: 18px;
  background: red;
  display: block;
}

.ez-checked {
  background-position: 0 -18px;
}

.ez-selected {
  background-position: 0 -19px;
}

.ez-checkbox-green {
  background: transparent url("../images/checkbox-green.png") 0 1px no-repeat;
  display: inline-block;
}

.ez-checked-green {
  background-position: 0 -18px;
}

.ez-checkbox,
.ez-radio {
  zoom: 1;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 18px;
  background: #fff;
  height: 18px;
  border: 1px solid #555;
}

.ez-checkbox.ez-checked {
  background: #5843ef url(images/icon-checked.svg) no-repeat center;
  background-size: 13px 10px;
  border-color: #a79bf7;
}

.ez-checkbox.ez-checked.ez-disabled {
  background-color: #a1a1a1;
}

.ez-checkbox.ez-disabled {
  border-color: #a1a1a1;
}

.ez-checkbox.ez-disabled + label {
  color: #a1a1a1;
  cursor: default;
}

.ez-radio {
  border-radius: 50%;
}

.ez-radio.ez-selected {
  border-color: #5843ef;
}

.ez-radio.ez-selected:before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
  background: #5843ef;
  border-radius: 50%;
}

.ez-radio.ez-selected.ez-disabled:before {
  background-color: #a1a1a1;
}

.ez-radio.ez-disabled {
  border-color: #a1a1a1;
}

.ez-radio.ez-disabled + label {
  color: #a1a1a1;
  cursor: default;
}

.gfield_checkbox,
.gfield_radio {
  list-style: none;
  padding: 0;
}

.gfield_checkbox li,
.gfield_radio li {
  margin-bottom: 10px;
}

.gfield_checkbox label,
.gfield_radio label {
  font-size: 16px;
  font-weight: 400;
  vertical-align: bottom;
  cursor: pointer;
  margin-left: -22px;
  padding-left: 31px;
  position: relative;
}

.ginput_container_checkbox,
.ginput_container_radio {
  margin-top: 27px;
}

.header-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-search-form input:not([type="submit"]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  width: 100%;
  outline: none;
  padding: 5px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.header-search-form .label-text-animate__anim {
  padding: 5px 10px;
}

.header-search-form__icon {
  position: relative;
  margin-right: 20px;
}

.header-search-form__icon input[type="submit"] {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
}

.block-content.block-top-spacing {
  padding-top: 76px;
}

.block-content.block-bottom-spacing {
  padding-bottom: 30px;
}

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

.block-column.block-top-spacing {
  padding-top: 87px;
}

.block-column.block-bottom-spacing {
  padding-bottom: 37px;
}

.block-column .container .row:after,
.block-column .container .row:before {
  content: none !important;
}

.block-column__single-col {
  float: none;
  margin-bottom: 50px;
}

.block-column__single-col figure {
  margin: 0 -14px;
  max-width: calc(100% + 28px);
}

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

.block-fullwidth.block-top-spacing {
  padding-top: 87px;
}

.block-fullwidth.block-bottom-spacing {
  padding-bottom: 37px;
}

.block-fullwidth figure {
  margin-bottom: 30px;
}

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

.block-accordion {
  margin-bottom: 70px;
}

.single-accordion {
  font-size: 16px;
  border: 1px solid #e1e1e1;
  border-width: 1px 0 1px 0;
  margin-top: -1px;
}

.single-accordion:first-child {
  margin-top: 0;
}

.single-accordion.active .single-accordion__title:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.single-accordion__content {
  display: none;
  padding: 0 20px;
  padding-top: 20px;
}

.single-accordion__content p {
  font-size: 16px;
}

.single-accordion__title {
  font-weight: 600;
  letter-spacing: 0;
  display: block;
  padding: 21px 20px 18px;
  cursor: pointer;
  position: relative;
  color: #000000;
}

.single-accordion__title:hover {
  color: #5843ef;
}

.single-accordion__title:hover:after {
  border-color: #5843ef;
}

.single-accordion__title:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border: 2px solid #959595;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  transition: all 300ms ease;
}

.block-tabs {
  margin-bottom: 5px;
}

.tabs__link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #efefef;
  margin-top: 25px;
  margin-bottom: 23px;
}

.tabs__link-list:after {
  content: '';
  display: block;
  clear: both;
}

.tabs__link {
  display: block;
  float: left;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  margin-bottom: -2px;
  font-weight: 600;
}

.tabs__link a {
  display: block;
  padding: 17px 20px;
  text-decoration: none;
  color: #7d7d7d;
  position: relative;
  overflow: hidden;
  transition: color 300ms ease;
}

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

.tabs__link a:after {
  content: '';
  display: block;
  background-color: #5843ef;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -100%;
  transition: left 300ms ease;
}

.tabs__link.active a {
  color: #000000;
}

.tabs__link.active a:after {
  left: 0;
}

.tabs__tab-content {
  position: static;
  visibility: visible;
  opacity: 1;
  transition: opacity 500ms ease;
}

.tabs__tab-content:not(.active) {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.block-content-gallery {
  margin-top: 7px;
  margin-bottom: 24px;
}

.block-content-gallery .slick-slide:focus {
  outline: none;
}

.bc-gallery__slider .gallery-slider__arrow {
  top: 440px;
  right: 30px;
}

.bc-gallery__slider .gallery-slider__arrow.arrow-prev {
  right: 102px;
}

.bc-gallery__single-slide {
  overflow: hidden;
}

.block-content-links {
  margin-top: 26px;
  margin-bottom: 39px;
}

.block-content-links .flex-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-link {
  text-decoration: none;
  display: block;
  border-bottom: 4px solid #000000;
  transition: all 300ms ease;
  height: 100%;
}

.content-link:hover {
  text-decoration: none;
  border-bottom-color: #5843ef;
}

.content-link:hover .content-link__title {
  color: #5843ef;
}

.content-link__img-wrapper {
  position: relative;
  padding-top: 56.29%;
  background-color: #f5f5f5;
}

.content-link__img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.content-link__single {
  float: none;
  margin-bottom: 30px;
}

.content-link__title {
  padding: 28px 30px 26px;
  transition: color 300ms ease;
  margin-bottom: 0;
}

.block-post-type-card {
  margin-bottom: 75px;
}

.block-timeline {
  position: relative;
  margin-bottom: 40px;
  margin-top: 43px;
}

.timeline__wrapper {
  margin-bottom: 50px;
  position: relative;
}

.timeline__wrapper:before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  background-color: #787878;
}

.timeline__main-group {
  padding-bottom: 65px;
}

.timeline__main-group:last-child {
  padding-bottom: 30px;
}

.timeline__main-group__title {
  background-color: #fff;
  text-align: center;
  position: relative;
  font-weight: 700;
  font-size: 72px;
  margin-bottom: 1.35em;
}

.timeline__single-event {
  width: 50%;
  padding-right: 110px;
  position: relative;
  margin-bottom: 32px;
}

.timeline__single-event:after {
  content: '';
  display: block;
  width: 95px;
  height: 2px;
  background-color: #787878;
  position: absolute;
  top: 10px;
  right: 0;
}

.timeline__single-event--right {
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
  padding-left: 110px;
}

.timeline__single-event--right:after {
  right: auto;
  left: 0;
}

.timeline__single-event__image {
  margin-bottom: 15px;
}

.timeline__single-event__title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.timeline__single-event__content p {
  font-size: 16px;
}

.timeline__single-event__content *:last-child {
  margin-bottom: 0;
}

.lightbox-gallery__thumbnails-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.lightbox-gallery__single-thumb {
  display: block;
  width: calc( (100% - 8px)/3);
  margin-bottom: 4px;
}

.lightbox-gallery__single-thumb img {
  width: 100%;
}

.lightbox-gallery__gallery-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.95);
  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;
  transition: all 300ms ease;
  visibility: visible;
  opacity: 1;
}

.lightbox-gallery__gallery-wrapper:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.lightbox-gallery__slider {
  margin: 0 auto;
  width: 1007px;
  max-width: 100%;
}

.lightbox-gallery__single-slide {
  outline: none;
}

.lightbox-gallery__single-slide img {
  margin-bottom: 30px;
}

.lightbox-gallery__single-slide figcaption {
  max-width: 100%;
  padding: 0 230px 0 45px;
}

.lightbox-gallery__single-slide figcaption p {
  color: #fff;
}

.lightbox-gallery__single-slide figcaption p:last-child {
  margin-bottom: 0;
}

.lightbox-gallery__close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 21px;
  right: 21px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.lightbox-gallery__close:after,
.lightbox-gallery__close:before {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
}

.lightbox-gallery__close:after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -1px;
}

.lightbox-gallery__close:before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

.lightbox-gallery__arrow {
  right: 43px;
  top: 596px;
  background-color: #000000;
}

.lightbox-gallery__arrow.arrow-prev {
  right: 115px;
}

.block-slideshow:after {
  content: '';
  display: block;
  clear: both;
}

.block-slideshow + section {
  margin-top: -43px;
}

.block-slideshow .bc-gallery__slider {
  margin-top: 18px;
  float: right;
  width: 925px;
}

.block-slideshow .bc-gallery__slider img {
  width: 100%;
  margin-bottom: 0;
}

.block-slideshow .bc-gallery__slider .gallery-slider__arrow {
  display: none !important;
}

.slideshow-wrapper {
  position: relative;
  height: 537px;
  overflow: hidden;
}

.slideshow-wrapper .container {
  position: relative;
}

.slideshow-wrapper .bc-gallery__text-slider {
  pointer-events: none;
  height: 100%;
  position: relative;
  z-index: 2;
  float: left;
  width: 660px;
  margin-left: 0;
}

.slideshow-wrapper .bc-gallery__text-slider .slick-list {
  overflow: visible;
}

.slideshow-wrapper .bc-gallery__text-slider:after {
  content: '';
  width: 156px;
  height: 1px;
  background: #959595;
  position: absolute;
  top: 105px;
  left: -180px;
  display: block;
}

.slideshow-wrapper .bc-gallery__text-slider .cust-btn,
.slideshow-wrapper .bc-gallery__text-slider .gform_footer input[type=submit],
.gform_footer .slideshow-wrapper .bc-gallery__text-slider input[type=submit] {
  pointer-events: auto;
  margin-left: 10px;
  float: left;
  clear: both;
}

.slideshow-wrapper .bc-gallery__text-slider .slide-caption {
  font-family: "Work Sans", sans-serif;
  display: inline-block;
  float: left;
  margin-top: 158px;
  margin-bottom: 35px;
  padding-left: 18px;
  font-size: 0;
}

.slideshow-wrapper .bc-gallery__text-slider .slide-caption .splited-line {
  display: inline-block;
  overflow: hidden;
  margin-left: -30px;
  margin-bottom: -30px;
  position: relative;
}

.slideshow-wrapper .bc-gallery__text-slider .slide-caption .splited-line:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.slideshow-wrapper .bc-gallery__text-slider .slide-caption .splited-line span {
  display: inline-block;
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 60px;
  line-height: 0.8;
  padding: 23px 32px 22px 12px;
  position: relative;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.slideshow-wrapper .bc-gallery__text-slider .slide-caption .splited-line.up:after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slideshow-wrapper .bc-gallery__text-slider .slide-caption .splited-line.up span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideshow-wrapper .bc-gallery__text-slider .gallery-slider__arrow {
  top: 81px;
  border-color: #959595;
  pointer-events: auto;
}

.slideshow-wrapper .bc-gallery__text-slider .gallery-slider__arrow:after {
  border-color: #959595;
}

.slideshow-wrapper .bc-gallery__text-slider .gallery-slider__arrow.arrow-prev {
  left: 18px;
}

.slideshow-wrapper .bc-gallery__text-slider .gallery-slider__arrow.arrow-next {
  left: 95px;
}

.slideshow-wrapper .bc-gallery__slider {
  position: absolute;
  left: 395px;
  top: 0;
  z-index: 1;
}

.block-nav-list {
  padding: 131px 0 82px;
  background: #f5f5f5;
}

.block-nav-list .nav-caption {
  font-size: 30px;
  position: relative;
}

.block-nav-list .nav-caption:after {
  content: '';
  position: absolute;
  display: block;
  left: 1px;
  bottom: -17px;
  width: 22px;
  height: 5px;
  background: #000;
}

.block-nav-list ul {
  list-style: none;
  padding: 0;
  margin: 1.9em 0 0;
}

.block-nav-list li {
  font-size: 14px;
  padding: 0.4em 0;
}

.mobile-accordion {
  border-color: #fff;
}

.mobile-accordion .single-accordion__title {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 17px 10px;
}

.mobile-accordion .single-accordion__title:after {
  border-color: #000;
  border-width: 3px 3px 0 0;
  right: 14px;
}

.mobile-accordion .single-accordion__content {
  padding: 0 17px;
}

.mobile-accordion .single-accordion__title:hover {
  color: #000000;
}

.block-card {
  padding-top: 53px;
  position: relative;
}

.block-card:before {
  content: '';
  position: absolute;
  display: block;
  top: 88px;
  left: 0;
  right: 0;
  width: 51.2%;
  margin: 0 auto;
  height: calc(100% - 187px);
  background: #f5f5f5;
}

.block-card .card-text {
  display: inline-block;
  margin-left: 29px;
  margin-right: 29px;
  max-width: 360px;
  padding: 15px 0;
}

.block-card .card-image {
  display: block;
  text-align: right;
}

.block-card .tleft {
  text-align: right;
}

.block-card .tleft .card-text {
  float: right;
}

.block-card .tleft .card-image {
  text-align: left;
}

.block-card .post-title {
  font-size: 36px;
  line-height: 1.08;
  transition: color .3s ease;
}

.card-row {
  margin-bottom: 127px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-row:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.card-row:nth-child(2n+1) .card-text-wrapper {
  text-align: right;
}

.card-row:last-child {
  margin-bottom: 66px;
}

.card-row:hover .card-image-wrapper a:after {
  opacity: 0.15;
}

.card-row:hover .post-title {
  color: #5843ef;
}

.card-row:hover .tag-style {
  background: #5843ef;
}

.card-image-wrapper a {
  position: relative;
}

.card-image-wrapper a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5843ef;
  opacity: 0;
  z-index: 5;
  transition: opacity 0.3s ease;
}

.card-image-wrapper img {
  width: 100%;
}

.tag-style {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 10px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 10px;
  margin: 36px 2px 22px;
  letter-spacing: 0.1em;
  transition: 0.3s background ease;
}

.block-home-about {
  background: no-repeat top left #f5f5f5;
  background-size: auto 100%;
  padding-top: 106px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

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

.block-home-about .bg-wrap {
  position: static;
}

.block-home-about .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: top right no-repeat;
  background-size: auto 100%;
}

.block-home-about .section-title {
  width: 60%;
}

.block-home-about .link-wrap {
  margin-top: -32px;
}

.block-home-about .link-wrap:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
}

.block-home-about .link-wrap a {
  margin-bottom: 6px;
}

.block-home-about .text-wrap {
  font-size: 16px;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 32px;
          column-gap: 32px;
  color: #464646;
  line-height: 1.5;
  margin-top: 67px;
}

.block-home-about .text-wrap p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.text-bg-color {
  color: #fff;
  font-size: 0;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  margin-top: 7px;
}

.text-bg-color span {
  display: inline-block;
  font-size: 48px;
  line-height: 0.8;
  padding: 20px 32px 17px 30px;
  margin-left: -49px;
  margin-bottom: -25px;
  position: relative;
  margin-top: -6px;
}

.text-bg-color span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}

.block-post-list {
  margin-top: 16px;
  margin-bottom: 62px;
}

.block-topstyled {
  margin-bottom: 30px;
}

.block-topstyled__wrapper {
  border-top: 3px solid #000000;
  padding-top: 46px;
}

.block-topstyled__wrapper > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-topstyled__title {
  font-size: 30px;
}

.block-topstyled__title__wrapper {
  width: 40%;
  padding: 0 15px;
}

.block-topstyled__content__wrapper {
  width: 60%;
  padding: 0 15px;
}

.block-topstyled__content__wrapper p,
.block-topstyled__content__wrapper ul {
  font-size: 16px;
}

.page-hero {
  background-color: #f5f5f5;
  padding: 65px 0 41px;
  position: relative;
}

.page-hero p {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 1em;
}

.page-hero--thumbnail {
  padding: 0;
}

.page-hero--thumbnail .flex-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-hero--thumbnail h1 {
  font-size: 36px;
}

.page-hero__placeholder {
  padding-top: 78.15%;
}

.page-hero__thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-size: cover;
  background-position: center center;
}

.post-type-card {
  background-color: transparent;
  transition-property: background;
  transition-duration: 300ms;
  transition-timing-function: ease;
}

.post-type-card:first-child {
  margin-top: 16px;
}

.post-type-card:first-child .ptc__card-container {
  border-top-width: 2px;
}

.post-type-card:last-child .ptc__card-container {
  border-bottom-width: 2px;
}

.post-type-card h3 {
  font-size: 30px;
}

.post-type-card h3,
.post-type-card p,
.post-type-card ul {
  transition-property: color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}

.ptc__card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.ptc__card-wrapper:before,
.ptc__card-wrapper:after {
  content: none;
}

.ptc__card-wrapper:hover .ptc__thumbnail:after {
  opacity: 0.15;
}

.ptc__card-wrapper:hover .ptc__category {
  background-color: #5843ef;
}

.ptc__card-wrapper:hover .ptc__content a {
  color: #5843ef;
}

.ptc__card-container {
  border: 1px solid #f1f1f1;
  border-width: 1px 0 1px 0;
  padding-top: 34px;
  padding-bottom: 35px;
  transition-property: border;
  transition-duration: 300ms;
  transition-timing-function: ease;
}

.ptc__col {
  float: none;
}

.ptc__content {
  padding: 0 30px;
}

.ptc__content a {
  text-decoration: none;
  color: #000000;
  transition: color 300ms ease;
}

.ptc__content h3 {
  line-height: 1.08em;
  margin-bottom: 0.65em;
}

.ptc__content p {
  font-size: 16px;
  color: #959595;
}

.ptc__thumbnail {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 56.297%;
}

.ptc__thumbnail img {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ptc__thumbnail .ptc__category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  transition: 0.3s background ease;
}

.ptc__thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5843ef;
  opacity: 0;
  z-index: 5;
  transition: opacity 0.3s ease;
}

.ptc__category {
  display: block;
  background-color: #000000;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  padding: 8px 15px 7px;
  color: #fff;
  letter-spacing: 0.075em;
}

.ptc__category__cond {
  color: #c2c2c2;
}

.ptc__category__cond:before {
  content: '-';
  margin: 0 0.2em;
}

.post-type-card--people:hover {
  background-color: #5843ef;
}

.post-type-card--people:hover a {
  color: #fff;
}

.post-type-card--people:hover p,
.post-type-card--people:hover h3,
.post-type-card--people:hover ul {
  color: #fff;
}

.post-type-card--people:hover .ptc__card-container {
  border-color: transparent;
}

.post-type-card--people:hover .ptc__people__titles {
  color: #fff;
}

.post-type-card--people:hover .ptc__people__titles-list > li:after {
  color: #fff;
}

.post-type-card--people .ptc__card-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-type-card--people .ptc__card-wrapper--people {
  padding-top: 34px;
  padding-bottom: 35px;
  width: 100%;
}

.post-type-card--people .ptc__card-container {
  padding: 0;
}

.ptc__people__titles {
  font-size: 13px;
  letter-spacing: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 0.85em;
  color: #464646;
}

.ptc__people__titles-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ptc__people__titles-list li {
  display: inline;
}

.ptc__people__titles p {
  font-size: inherit;
  margin: 0;
  font-family: "Work Sans", sans-serif;
}

.ptc__people__name {
  padding: 0 20px;
}

.ptc__people__name a {
  text-decoration: none;
  color: #000000;
}

.ptc__people__name h3 {
  margin-bottom: 0;
}

.ptc__people__avatar {
  width: 75px;
  height: 75px;
  float: right;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
}

.ptc__resources__datetime {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 1.33em;
}

.ptc__events__datetime {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 1.33em;
  font-size: 16px;
  color: #707070;
}

.ptc__events__meta-info {
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ptc__events__meta-info span {
  display: inline-block;
}

.ptc__events__meta-info span:after {
  content: '|';
  margin: 0 0.4em 0 0.7em;
  color: #5843ef;
}

.ptc__events__meta-info span:last-child:after {
  content: none;
}

.archive-page__pagination,
.search-results-container .gsc-control-cse .gsc-cursor-box {
  text-align: center;
  padding: 50px 0;
}

.archive-page__pagination li,
.search-results-container .gsc-control-cse .gsc-cursor-box li {
  display: inline-block;
  vertical-align: middle;
}

.archive-page__pagination .page-numbers,
.search-results-container .gsc-control-cse .gsc-cursor-box .page-numbers,
.archive-page__pagination .search-results-container .gsc-cursor-page,
.search-results-container .archive-page__pagination .gsc-cursor-page,
.search-results-container .gsc-control-cse .gsc-cursor-box .gsc-cursor-page {
  display: block;
  color: #898989;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  margin: 0 0.1em;
  padding: 0 0.3em 0 0.2em;
  border: 0;
  border-bottom: 4px solid transparent;
  text-decoration: none;
}

.archive-page__pagination .page-numbers.current,
.search-results-container .gsc-control-cse .gsc-cursor-box .page-numbers.current,
.archive-page__pagination .search-results-container .gsc-cursor-current-page,
.search-results-container .archive-page__pagination .gsc-cursor-current-page,
.search-results-container .gsc-control-cse .gsc-cursor-box .gsc-cursor-current-page,
.archive-page__pagination .search-results-container .current.gsc-cursor-page,
.search-results-container .archive-page__pagination .current.gsc-cursor-page,
.search-results-container .gsc-control-cse .gsc-cursor-box .current.gsc-cursor-page {
  color: #000000;
  border-bottom-color: #5843ef;
}

.archive-page__pagination .page-numbers.next,
.search-results-container .gsc-control-cse .gsc-cursor-box .page-numbers.next,
.archive-page__pagination .search-results-container .next.gsc-cursor-page,
.search-results-container .archive-page__pagination .next.gsc-cursor-page,
.search-results-container .gsc-control-cse .gsc-cursor-box .next.gsc-cursor-page,
.archive-page__pagination .page-numbers.prev,
.search-results-container .gsc-control-cse .gsc-cursor-box .page-numbers.prev,
.archive-page__pagination .search-results-container .prev.gsc-cursor-page,
.search-results-container .archive-page__pagination .prev.gsc-cursor-page,
.search-results-container .gsc-control-cse .gsc-cursor-box .prev.gsc-cursor-page {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #969696;
  position: relative;
  margin: 0 30px;
}

.archive-page__pagination .page-numbers.next:after,
.search-results-container .gsc-control-cse .gsc-cursor-box .page-numbers.next:after,
.archive-page__pagination .search-results-container .next.gsc-cursor-page:after,
.search-results-container .archive-page__pagination .next.gsc-cursor-page:after,
.search-results-container .gsc-control-cse .gsc-cursor-box .next.gsc-cursor-page:after,
.archive-page__pagination .page-numbers.prev:after,
.search-results-container .gsc-control-cse .gsc-cursor-box .page-numbers.prev:after,
.archive-page__pagination .search-results-container .prev.gsc-cursor-page:after,
.search-results-container .archive-page__pagination .prev.gsc-cursor-page:after,
.search-results-container .gsc-control-cse .gsc-cursor-box .prev.gsc-cursor-page:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #969696;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
}

.archive-page__pagination .page-numbers.next:after,
.search-results-container .gsc-control-cse .gsc-cursor-box .page-numbers.next:after,
.archive-page__pagination .search-results-container .next.gsc-cursor-page:after,
.search-results-container .archive-page__pagination .next.gsc-cursor-page:after,
.search-results-container .gsc-control-cse .gsc-cursor-box .next.gsc-cursor-page:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -4px;
}

.archive-page__pagination .page-numbers.prev:after,
.search-results-container .gsc-control-cse .gsc-cursor-box .page-numbers.prev:after,
.archive-page__pagination .search-results-container .prev.gsc-cursor-page:after,
.search-results-container .archive-page__pagination .prev.gsc-cursor-page:after,
.search-results-container .gsc-control-cse .gsc-cursor-box .prev.gsc-cursor-page:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: -2px;
}

.archive-page__hero {
  padding-top: 76px;
  padding-bottom: 44px;
}

.archive-page__hero--empty-desc {
  padding-bottom: 76px;
}

.archive-page__hero h1 {
  font-size: 48px;
}

.archive-page__hero p {
  margin-bottom: 1em;
}

.archive-page__hero p .cust-btn,
.archive-page__hero p .gform_footer input[type=submit],
.gform_footer .archive-page__hero p input[type=submit] {
  margin-top: 1.1em;
  margin-bottom: 0;
}

.search-results-container {
  font-family: "Roboto", sans-serif;
  margin-top: 75px;
  padding: 0;
}

.search-results-container .gsc-control-cse {
  font-family: "Roboto", sans-serif;
}

.search-results-container .gsc-control-cse .gsc-orderby-container {
  display: none;
}

.search-results-container .gsc-control-cse .gcsc-branding {
  display: none;
}

.search-results-container .gsc-control-cse .gsc-result-info-container {
  padding-bottom: 68px;
}

.search-results-container .gsc-control-cse .gsc-result-info {
  font-size: 19px;
  color: #000000;
}

.search-results-container .gsc-control-cse .gsc-result {
  font-size: 14px;
  color: #636363;
  margin-bottom: 2.29em;
  text-decoration: none;
}

.search-results-container .gsc-control-cse .gsc-result .gs-visibleUrl {
  font-size: 14px;
  color: #d32627;
}

.search-results-container .gsc-control-cse .gsc-result b {
  font-weight: inherit;
  font-size: inherit;
  text-decoration: inherit;
  color: inherit;
}

.search-results-container .gsc-control-cse .gsc-result > a {
  color: #d32627;
}

.search-results-container .gsc-control-cse .gsc-result p {
  font-size: inherit;
  color: inherit;
  line-height: 1.3;
}

.search-results-container .gsc-control-cse .gsc-result .gs-title {
  color: #5843ef;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 4px;
  text-decoration: none;
}

.search-results-container .gsc-control-cse .gsc-result .gsc-table-cell-thumbnail {
  display: none;
}

.search-results-container .gsc-control-cse .gsc-result .result-snippet {
  margin-top: 4px;
  font-size: 14px;
  color: #636363;
}

.search-results-container .gsc-control-cse .gsc-result .result-snippet p:last-child {
  margin-bottom: 0;
}

.search-results-container .gsc-control-cse .heading-text {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 76px;
}

.search-results-container .gsc-control-cse .gsc-above-wrapper-area {
  border-bottom: none;
}

.search-results-container .gsc-control-cse .gsc-cursor .gsc-cursor-page {
  color: #898989;
  display: inline-block;
}

.search-results-container .gsc-control-cse .gsc-cursor .gsc-cursor-current-page {
  color: #000000;
}

.search-results-container .gsc-cursor-page {
  display: inline-block;
}

.search-results-container .gsc-control-cse {
  padding: 0;
  font-size: 19px;
  color: #000000;
}

.search-results-container .gsc-control-cse div {
  padding: 0;
}

.archive-page__filters {
  background-color: #f5f5f5;
  padding: 25px 0 20px;
}

.archive-page__form-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.archive-page__form-filter:after {
  content: '';
  display: block;
  clear: both;
}

.archive-page__form-mobile {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 11;
  background-color: #f5f5f5;
  transition: all 300ms ease;
}

.archive-page__form-mobile.active {
  visibility: visible;
  opacity: 1;
}

.archive-page__form-mobile .select2-container {
  max-width: calc( 100% + 30px);
  width: calc( 100% + 30px) !important;
  margin: 0 -15px;
}

.archive-page__form-mobile .select2-selection {
  border: 1px solid #d7d7d7;
  border-width: 1px 0 1px 0;
}

.archive-page__form-mobile .archive-page__form-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 100px;
}

.archive-page__form-mobile .archive-page__form-filter .filters__single-filter {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.archive-page__form-mobile .archive-page__form-filter .filters__single-filter:not(.filters__single-filter--search) {
  margin-bottom: -1px;
}

.archive-page__form-mobile .archive-page__form-filter .filters__single-filter--search {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.archive-page__form-mobile .archive-page__form-filter .select2-selection--single {
  height: 64px;
}

.archive-page__form-mobile .archive-page__form-filter .select2-selection__rendered {
  line-height: 64px;
  font-weight: 600;
  padding: 0 25px;
}

.archive-page__form-mobile .archive-page__form-filter .select2-selection__arrow {
  top: 13px;
}

.archive-page__form-mobile__top {
  border-bottom: 2px solid #ebebeb;
  text-align: center;
  position: relative;
  padding: 10px 0;
}

.archive-page__form-mobile__top .title {
  font-weight: 700;
}

.archive-page__form-mobile__top .close-btn {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
          transform: translate3d(0, -50%, 0) rotate(45deg);
  width: 22px;
  height: 22px;
}

.archive-page__form-mobile__top .clear-filters {
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.archive-page__form-mobile__send {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  border-top: 2px solid #ebebeb;
  padding: 15px 15px;
}

.archive-page__form-mobile__send .cust-btn,
.archive-page__form-mobile__send .gform_footer input[type=submit],
.gform_footer .archive-page__form-mobile__send input[type=submit] {
  margin: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.filters-mobile-trigger {
  display: none;
}

.filters__single-filter {
  float: none;
  margin-bottom: 20px;
}

.filters__single-filter .label-text-animate {
  margin: 0;
}

.filters__single-filter__search {
  position: relative;
}

.filters__single-filter__search .label-text-animate__anim {
  padding-left: 10px;
}

.filters__single-filter__search input:not([type="submit"]) {
  padding-right: 30px;
  padding-left: 10px;
}

.filters__single-filter__search .search__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 10px;
  padding-bottom: 5px;
}

.filters__single-filter__search .search__icon input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.filters__single-filter__search .search__icon #icon {
  transition: all 300ms ease;
}

.filters__single-filter__search .search__icon:hover #icon {
  stroke: #5843ef;
}

.archive-page__results {
  padding: 58px 0 18px;
  font-family: "Roboto", sans-serif;
}

.arch-results {
  margin-right: 1em;
  font-size: 13px;
  display: inline-block;
}

.arch-results__clear {
  color: #000000;
  font-weight: 600;
}

.arch-results__clear__icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 5px;
  margin-bottom: -1px;
}

.arch-results__clear__icon:after,
.arch-results__clear__icon:before {
  content: '';
  display: block;
  background-color: #000000;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -6px;
}

.arch-results__clear__icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.archive-page__notify {
  padding-top: 40px;
  padding-bottom: 40px;
}

.single-block-meta-tax {
  margin-top: 20px;
  margin-bottom: 40px;
}

.sb-meta-tax__title {
  margin-bottom: 0;
  font-size: 14px;
}

.sb-meta-tax__single {
  margin-bottom: 20px;
  font-size: 14px;
}

.event-block-meta {
  margin-top: 16px;
  margin-bottom: 40px;
}

.event-block-meta__single-line {
  margin-top: 37px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f2f2f2;
}

.event-block-meta__title {
  margin: 0;
  line-height: 1.2em;
}

.event-block-meta__single-meta {
  font-size: 16px;
  margin-bottom: 1.6em;
}

.event-block-meta__content {
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  line-height: 1.5em;
}

.event-block-meta .cust-btn,
.event-block-meta .gform_footer input[type=submit],
.gform_footer .event-block-meta input[type=submit] {
  padding-left: 53px;
  padding-right: 53px;
  margin-top: 3.2em;
  margin-bottom: 3.2em;
  margin-bottom: calc(4.8em - 8px);
}

.single-people-profile {
  padding-top: 50px;
  padding-bottom: 30px;
}

.people-profile__hero {
  margin-bottom: 46px;
}

.people-profile__hero__img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 36px;
}

.people-profile__hero__img img {
  width: 100%;
}

.people-profile__title {
  text-align: center;
  font-size: 60px;
  margin-bottom: 0.65em;
}

.people-profile__job-titles {
  text-align: center;
}

.people-profile__job-titles p {
  font-family: "Work Sans", sans-serif;
  color: #464646;
  font-size: 18px;
  line-height: 1.34em;
  margin-bottom: 1.6em;
  letter-spacing: 0;
}

.socials-area {
  text-align: center;
  padding: 10px 0 20px;
}

@media (min-width: 768px) {
  .block-column--column-more-space .block-column__single-col {
    padding: 0 53px;
  }

  .block-column--column-more-space .block-column__single-col figure {
    margin: 0 -38px;
    max-width: calc(100% + 76px);
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

@media (max-width: 1199px) {
  .header-main__top {
    padding-bottom: 19px;
  }

  .header-main-menu {
    font-size: 12px;
  }

  .header-main-menu li.menu-item {
    margin: 0 0.3em;
  }

  .footer-main__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-main__links .cust-btn,
  .footer-main__links .gform_footer input[type=submit],
  .gform_footer .footer-main__links input[type=submit] {
    margin: 0 1em;
  }

  .bc-gallery__slider .gallery-slider__arrow {
    top: 360px;
  }

  .lightbox-gallery__arrow {
    top: 550px;
  }
}

@media (max-width: 991px) {
  .alignright {
    margin-right: 0;
    max-width: 50%;
  }

  .cover-page {
    z-index: 11;
  }

  .cover-page.search {
    z-index: 10;
  }

  .page-main-content .tablepress {
    border: 1px solid #e1e1e1;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }

  .page-main-content .tablepress th,
  .page-main-content .tablepress td {
    margin: 0;
    vertical-align: top;
  }

  .page-main-content .tablepress th {
    text-align: left;
    display: block;
  }

  .page-main-content .tablepress thead {
    display: block;
    float: left;
  }

  .page-main-content .tablepress thead tr {
    display: block;
  }

  .page-main-content .tablepress tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  .page-main-content .tablepress tbody tr {
    display: inline-block;
    vertical-align: top;
    min-width: 200px;
  }

  .page-main-content .tablepress td {
    display: block;
    min-height: 1.25em;
    text-align: left !important;
  }
  
  .header-logo {
    margin-top: 10px;
  }

  .header-logo .logo-mobile {
    display: block;
  }

  .header-logo .logo-desktop {
    display: none;
  }

  .header-main .mobile-menu-trigger {
    display: block;
    float: left;
    width: 27px;
    border: 2px solid #000000;
    border-width: 2px 0 2px 0;
    margin-top: 13px;
    margin-right: 33px;
    transition: all 200ms ease;
  }

  .header-main .mobile-menu-trigger:after {
    content: '';
    display: block;
    height: 2px;
    background-color: #000000;
    margin: 5px 0;
    transition: all 200ms ease;
  }

  .header-main .mobile-menu-trigger:hover {
    border-color: #d32627;
  }

  .header-main .mobile-menu-trigger:hover:after {
    background-color: #d32627;
  }

  .header-main nav {
    display: none;
  }

  .header-main__right ul.menu {
    margin-top: 0;
  }

  .header-main__top {
    padding: 12px 0;
  }

  .header-main-menu {
    display: none;
  }

  .header-main-menu-mobile {
    padding: 0;
    list-style: none;
    margin: 0;
    padding-bottom: 50px;
    border-top: 2px solid #c8c8c8;
  }

  .header-main-menu-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .header-main-menu-mobile ul.sub-menu {
    display: none;
  }

  .header-main-menu-mobile a {
    display: block;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    color: #000000;
    background-color: #fff;
    padding: 7px 15px;
  }

  .header-main-menu-mobile a:focus {
    text-decoration: none;
  }

  .header-main-menu-mobile a:hover {
    background-color: #f5f5f5;
    border-color: #d32627;
  }

  .header-main-menu-mobile li.active > a,
  .header-main-menu-mobile li.current-menu-item > a {
    background-color: #f5f5f5;
    border-color: #d32627;
  }

  .header-main-menu-mobile li.menu-item-has-children > a {
    position: relative;
    padding-right: 25px;
  }

  .header-main-menu-mobile li.menu-item-has-children > a:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    width: 7px;
    height: 7px;
    border: 1px solid #000000;
    border-width: 1px 1px 0 0;
    transition: all 300ms ease;
  }

  .header-main-menu-mobile li.menu-item-has-children.active > a:after,
  .header-main-menu-mobile li.menu-item-has-children.current-menu-item > a:after {
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 20px;
  }

  .header-main-menu-mobile .sub-menu a {
    padding-left: 25px;
  }

  .header-main-menu-mobile .sub-menu .sub-menu a {
    padding-left: 30px;
    border-left: 5px solid transparent;
    background-color: #fff;
    font-weight: 500;
    color: #707070;
  }

  .header-main-menu-mobile .sub-menu .sub-menu a:hover {
    border-color: #d32627;
  }

  .header-main-menu-mobile__wrapper {
    display: block;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 272px;
    background-color: #fff;
    z-index: 11;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 100%;
    overflow: auto;
    border-right: 1px solid #dbdbdb;
  }

  .header-main-menu-mobile__wrapper.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }

  .header-main-menu-mobile__wrapper .donate-link {
    font-size: 14px;
    display: block;
    position: relative;
    padding: 11px 15px;
    line-height: 1.48em;
    color: #d32627;
    font-weight: 600;
    background-color: #fff;
  }

  .header-main-menu-mobile__wrapper .donate-link:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 17px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 7px;
    height: 7px;
    border: 2px solid #d32627;
    border-width: 2px 2px 0 0;
    transition: all 300ms ease;
  }

  .header-main-menu-mobile__wrapper .donate-link:hover {
    background-color: #f5f5f5;
  }

  .header-main__bottom__addon-menu:not(.addon-menu--single-page) {
    display: none;
  }

  .footer-main__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .footer-main__top:after,
  .footer-main__top:before {
    content: none;
  }

  .footer-main__links {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }

  .footer-main__address {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }

  .footer-main__social-links {
    text-align: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .footer-main__social-links__list {
    float: none;
  }

  .footer-main__social-links__list li:first-child {
    margin-left: 0;
  }

  .select2-container--filters .select2-results__option {
    padding: 10px 25px;
  }

  .block-column--column-more-space--no-mobile .block-column__single-col {
    padding: 0 15px;
  }

  .block-column--column-more-space--no-mobile .block-column__single-col figure {
    margin: 0;
    max-width: 100%;
  }

  .block-column__single-col {
    float: none;
    margin-bottom: 30px;
  }

  .block-column__single-col[class^="col-md"] figure {
    max-width: 100% !important;
  }

  .block-column__single-col figure {
    margin: 0;
    width: auto !important;
  }

  .bc-gallery__slider .gallery-slider__arrow {
    top: 330px;
  }

  .lightbox-gallery__arrow {
    top: 440px;
  }

  .block-slideshow + section {
    margin-top: 0;
  }

  .slideshow-wrapper {
    height: auto;
  }

  .slideshow-wrapper .container {
    width: 100%;
    padding: 0;
  }

  .slideshow-wrapper .bc-gallery__text-slider {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    float: none;
    clear: both;
  }

  .slideshow-wrapper .bc-gallery__text-slider .cust-btn,
  .slideshow-wrapper .bc-gallery__text-slider .gform_footer input[type=submit],
  .gform_footer .slideshow-wrapper .bc-gallery__text-slider input[type=submit] {
    margin-left: 0;
    margin-bottom: 23px;
  }

  .slideshow-wrapper .bc-gallery__text-slider .slide-caption {
    margin-top: 90px;
  }

  .slideshow-wrapper .bc-gallery__text-slider .gallery-slider__arrow {
    top: 27px;
  }

  .slideshow-wrapper .bc-gallery__text-slider .gallery-slider__arrow.arrow-prev {
    left: 32px;
  }

  .slideshow-wrapper .bc-gallery__text-slider .gallery-slider__arrow.arrow-next {
    left: 108px;
  }

  .slideshow-wrapper .bc-gallery__slider {
    margin-top: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }

  .block-nav-list {
    padding: 56px 0;
  }

  .block-nav-list ul {
    margin: 1.8em 0 0;
  }

  .block-card {
    padding-top: 48px;
    max-width: 602px;
    margin: 0 auto;
  }

  .block-card:before {
    content: none;
  }

  .block-card .container {
    max-width: 100%;
  }

  .block-card .card-text {
    max-width: 100%;
    margin: 0;
    padding: 25px 0;
    text-align: left;
  }

  .block-card .tleft {
    text-align: left;
  }

  .block-card .tleft .card-text {
    float: none;
  }

  .block-card .post-title {
    padding: 0 30px;
  }

  .card-row {
    position: relative;
    margin-bottom: 30px;
  }

  .card-row:last-child {
    margin-bottom: 14px;
  }

  .card-image-wrapper {
    width: 100%;
  }

  .card-text-wrapper {
    position: static;
    width: 100%;
  }

  .tag-style {
    position: absolute;
    top: 0;
    left: 15px;
    margin: 0;
    z-index: 1;
  }

  .block-home-about {
    padding-top: 112px;
    padding-bottom: 45px;
  }

  .block-home-about .bg-wrap {
    position: relative;
  }

  .block-home-about .bg {
    background-size: 100% auto;
    top: -112px;
    left: -113px;
    width: calc(100% + 226px);
    height: calc(100% + 66px);
  }

  .block-home-about .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .block-home-about .content-wrapper .row {
    width: calc( 100% + 30px);
  }

  .block-home-about .content-wrapper .row:before,
  .block-home-about .content-wrapper .row:after {
    content: none;
  }

  .block-home-about .content-wrapper .row:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .block-home-about .content-wrapper .row:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .block-home-about .section-title {
    margin: 0 74px;
    width: auto;
  }

  .block-home-about .link-wrap {
    margin-top: 5px;
    max-width: 660px;
    margin: 5px auto;
    width: 100%;
  }

  .block-home-about .text-wrap {
    margin-top: 75px;
    padding: 0 64px;
    width: auto;
  }

  .block-topstyled__title {
    font-size: 24px;
  }

  .page-hero {
    padding-bottom: 20px;
  }

  .page-hero__thumbnail {
    position: static;
    padding-top: 56%;
    width: 100%;
    margin-bottom: 30px;
  }

  .post-type-card--events h3,
  .post-type-card--resources h3 {
    font-size: 21px;
  }

  .post-type-card--people .ptc__card-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
  }

  .post-type-card--people .ptc__people__name {
    padding: 0;
    margin-bottom: 20px;
  }

  .post-type-card--people .ptc__col:last-child {
    margin-top: -40px;
  }

  .archive-page__hero {
    padding-top: 46px;
    padding-bottom: 30px;
  }

  .archive-page__hero--empty-desc {
    padding-bottom: 46px;
  }

  .archive-page__hero h1 {
    margin-bottom: 0.8em;
  }

  .search-results-container {
    margin-top: 49px;
    padding: 0 15px;
  }

  .search-results-container {
    padding: 0;
  }

  .archive-page__form-filter {
    display: none;
  }

  .filters-mobile-trigger {
    display: block;
    font-family: "Roboto", sans-serif;
    color: #000000;
    text-decoration: none;
    margin-bottom: 10px;
    padding: 0 15px;
  }

  .filters-mobile-trigger:focus {
    text-decoration: none;
  }

  .filters-mobile-trigger:before {
    content: '+';
    margin-right: 0.5em;
  }

  .filters-mobile-trigger.active:before {
    content: '\2014';
  }
}

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

  .alignleft,
  .alignright,
  .alignnone,
  .aligncenter {
    float: none;
    margin: 0 0 30px;
    display: block;
    max-width: 100%;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 12px;
  }

  blockquote {
    padding: 19px 0 15px;
  }

  blockquote p {
    font-size: 19px;
  }

  dl,
  menu,
  ol,
  ul,
  p,
  pre {
    font-size: 16px;
  }

  .gallery-slider__arrow {
    width: 38px;
    height: 38px;
  }

  .gallery-slider__arrow svg {
    width: 41px;
    height: 41px;
  }

  .header-logo {
    margin-right: 0;
    margin-top: 9px;
  }

  .header-logo .logo-mobile {
    max-width: 184px;
  }

  .header-main {
    border-bottom: 1px solid #f4f4f4;
  }

  .header-main .mobile-menu-trigger {
    margin-right: 30px;
    margin-top: 10px;
  }

  .header-main__right {
    margin-top: 10px;
    margin-top: 7px;
  }

  .header-main__right .custom-menu-element__link--icon-svg svg {
    width: 17px;
    height: 17px;
  }

  .header-main__right ul.menu li {
    margin-left: 0;
  }

  .header-main__right ul.menu .list-donate-button {
    display: none;
  }

  .footer-main a {
    color: #fff;
  }

  .footer-main__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-main__links .cust-btn,
  .footer-main__links .gform_footer input[type=submit],
  .gform_footer .footer-main__links input[type=submit] {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .gform_footer input[type=submit] {
    width: 100%;
  }

  .ginput_complex .name_first,
  .ginput_complex .name_last {
    display: block;
    width: 100%;
  }

  .ginput_complex .name_first {
    margin-right: 0;
  }

  .ginput_left,
  .ginput_right {
    width: 100%;
  }

  .ginput_left {
    margin-right: 0;
  }

  .block-content.block-top-spacing {
    padding-top: 40px;
  }

  .block-column h3 {
    line-height: 1.5em;
  }

  .block-column.block-top-spacing {
    padding-top: 57px;
  }

  .block-column.block-bottom-spacing {
    padding-bottom: 20px;
  }

  .block-fullwidth figure figcaption {
    padding: 0 15px;
  }

  .single-accordion__title {
    padding: 21px 40px 18px 20px;
  }

  .tabs__link-list {
    white-space: nowrap;
    overflow: auto;
    border-bottom: 0;
  }

  .tabs__link {
    display: inline-block;
    float: none;
  }

  .tabs__link a:before {
    content: '';
    display: block;
    background-color: #efefef;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .bc-gallery__slider .gallery-slider__arrow {
    top: 55vw;
    right: 0;
    border-color: #959595;
  }

  .bc-gallery__slider .gallery-slider__arrow:after {
    border-color: #959595;
  }

  .bc-gallery__slider .gallery-slider__arrow.arrow-prev {
    left: 0;
    right: auto;
  }

  .bc-gallery__slider img {
    margin-bottom: 60px;
  }

  .content-link__title {
    padding: 20px 20px 19px;
  }

  .timeline__wrapper:before {
    left: 15px;
    margin-left: 0;
  }

  .timeline__single-event {
    width: 100%;
    padding-right: 0;
    padding-left: 54px;
  }

  .timeline__single-event:after {
    width: 38px;
    right: auto;
    left: 0;
  }

  .timeline__single-event__content p {
    font-size: 14px;
  }

  .timeline__main-group {
    padding-bottom: 30px;
  }

  .timeline__main-group__title {
    font-size: 36px;
    text-align: left;
    background-color: transparent;
    padding-left: 15px;
  }

  .lightbox-gallery__single-slide img {
    margin-bottom: 70px;
  }

  .lightbox-gallery__single-slide figcaption {
    padding: 0;
  }

  .lightbox-gallery__arrow {
    top: 56vw;
    right: 0;
  }

  .lightbox-gallery__arrow.arrow-prev {
    left: 0;
    right: auto;
  }

  .slideshow-wrapper .bc-gallery__text-slider .cust-btn,
  .slideshow-wrapper .bc-gallery__text-slider .gform_footer input[type=submit],
  .gform_footer .slideshow-wrapper .bc-gallery__text-slider input[type=submit] {
    margin-bottom: 15px;
  }

  .slideshow-wrapper .bc-gallery__text-slider .slide-caption {
    margin-top: 47px;
    margin-bottom: 24px;
  }

  .slideshow-wrapper .bc-gallery__text-slider .slide-caption .splited-line span {
    font-size: 30px;
    padding: 22px 32px 16px 12px;
  }

  .slideshow-wrapper .bc-gallery__text-slider .gallery-slider__arrow {
    top: 14px;
  }

  .slideshow-wrapper .bc-gallery__text-slider .gallery-slider__arrow.arrow-next {
    left: 84px;
  }

  .block-nav-list {
    padding: 0;
  }

  .block-nav-list ul {
    margin: 0;
    padding: 4px 0px 7px;
  }

  .block-nav-list li {
    padding: 5px 0 6px;
  }

  .block-card .card-text {
    margin: 0;
    padding: 15px 0 19px;
  }

  .block-card .post-title {
    padding: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .card-row:last-child {
    margin-bottom: 5px;
  }

  .block-home-about {
    padding-top: 23px;
    padding-bottom: 37px;
  }

  .block-home-about .bg {
    width: 100%;
    height: calc(100% + 57px);
    top: -23px;
    left: 0;
  }

  .block-home-about .section-title {
    margin: 0 26px;
  }

  .block-home-about .text-wrap {
    margin-top: 63px;
    padding: 0 16px;
    -webkit-column-count: 1;
            column-count: 1;
  }

  .block-home-about .text-wrap p {
    margin-bottom: 9px;
  }

  .text-bg-color {
    padding-left: 0;
  }

  .text-bg-color span {
    font-size: 24px;
    line-height: 1;
    padding: 11px 16px 12px 15px;
    margin-left: -26px;
    margin-bottom: -25px;
    position: relative;
    margin-top: -1px;
  }

  .block-topstyled__wrapper {
    padding-top: 20px;
  }

  .block-topstyled__title {
    font-size: 19px;
  }

  .block-topstyled__title__wrapper {
    width: 100%;
  }

  .block-topstyled__content__wrapper {
    width: 100%;
  }

  .page-hero {
    padding: 40px 0 30px;
  }

  .page-hero--thumbnail {
    padding: 0 0 20px;
  }

  .page-hero--thumbnail h1 {
    font-size: 24px;
  }

  .page-hero p {
    font-size: 18px;
  }

  .post-type-card--events h3,
  .post-type-card--resources h3 {
    font-size: 16px;
  }

  .post-type-card h3 {
    font-size: 16px;
  }

  .ptc__thumbnail {
    margin-bottom: 20px;
  }

  .ptc__thumbnail img {
    width: 100%;
  }

  .ptc__content {
    padding: 0;
  }

  .ptc__content p {
    font-size: 13px;
  }

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

  .post-type-card--people .ptc__people__titles {
    font-size: 11px;
  }

  .post-type-card--people .ptc__people__avatar {
    width: 53px;
    height: 53px;
  }

  .post-type-card--people .ptc__people__name {
    margin-bottom: 10px;
  }

  .post-type-card--people .ptc__col:last-child {
    margin-top: -30px;
  }

  .ptc__resources__datetime {
    font-size: 12px;
  }

  .ptc__events__datetime {
    font-size: 12px;
  }

  .ptc__events__meta-info {
    font-size: 11px;
  }

  .archive-page__pagination,
  .search-results-container .gsc-control-cse .gsc-cursor-box {
    padding: 10px 0 12px;
  }

  .archive-page__pagination .page-numbers.next,
  .search-results-container .gsc-control-cse .gsc-cursor-box .page-numbers.next,
  .archive-page__pagination .search-results-container .next.gsc-cursor-page,
  .search-results-container .archive-page__pagination .next.gsc-cursor-page,
  .search-results-container .gsc-control-cse .gsc-cursor-box .next.gsc-cursor-page,
  .archive-page__pagination .page-numbers.prev,
  .search-results-container .gsc-control-cse .gsc-cursor-box .page-numbers.prev,
  .archive-page__pagination .search-results-container .prev.gsc-cursor-page,
  .search-results-container .archive-page__pagination .prev.gsc-cursor-page,
  .search-results-container .gsc-control-cse .gsc-cursor-box .prev.gsc-cursor-page {
    margin: 0 15px;
  }

  .archive-page__hero {
    padding-top: 30px;
    padding-bottom: 5px;
  }

  .archive-page__hero--empty-desc {
    padding-bottom: 30px;
  }

  .archive-page__hero h1 {
    font-size: 30px;
  }

  .archive-page__hero p {
    font-size: 14px;
  }

  .archive-page__hero p .cust-btn,
  .archive-page__hero p .gform_footer input[type=submit],
  .gform_footer .archive-page__hero p input[type=submit] {
    margin-bottom: 0;
  }

  .search-results-container .gsc-control-cse .gsc-result {
    font-size: 12px;
  }

  .search-results-container .gsc-control-cse .gsc-result .gs-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .search-results-container .gsc-control-cse .gsc-result .result-snippet {
    margin-top: 6px;
  }

  .search-results-container .gsc-control-cse .heading-text {
    font-size: 16px;
    margin-bottom: 65px;
  }

  .archive-page__filters {
    padding: 15px 0 5px;
  }

  .archive-page__form-mobile__top .close-btn {
    width: 18px;
    height: 18px;
  }

  .archive-page__form-mobile__top .clear-filters {
    font-size: 14px;
  }

  .archive-page__results {
    padding: 30px 0 10px;
  }

  .event-block-meta .cust-btn,
  .event-block-meta .gform_footer input[type=submit],
  .gform_footer .event-block-meta input[type=submit] {
    display: block;
    width: 100%;
    text-align: center;
    float: left;
  }

  .single-people-profile {
    padding-top: 30px;
  }

  .people-profile__hero__img {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
  }

  .people-profile__title {
    font-size: 30px;
  }

  .people-profile__job-titles p {
    font-size: 14px;
  }
}

.events-template-default a.cust-btn.cust-btn--2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.events-template-default em strong span {
  padding-bottom: 13px;
  display: flex;
}

.uppercase {
  text-transform: uppercase;
}

.np-height {
  margin: 0;
}


@media screen and (max-width: 768px) {
  .home.page-id-4813 .attachment-content-slider-img.size-content-slider-img {
    max-height: 57vw;
    object-fit: cover;
}
}


.slider-text-link {
  pointer-events: auto;
}

/* Home page form styles */

.home-page-gravity-form-block-container .elementor-widget-heading,
.home-page-gravity-form-block-container .elementor-widget-text-editor
{
	margin-bottom: 0;
}

.home-page-gravity-form-block-container h3 {
	margin-bottom: 0;
}

.home-page-gravity-form-block-container .gform_submission_error {
	font-size: 20px;
}

.home-page-gravity-form-block-container .validation_message {
	color: white;
}

.home #gform_wrapper_13 {
	background: linear-gradient(180deg, rgba(207,13,13,1) 0%, rgba(207,13,13,0.75) 100%);
	border-radius: 10px;
	padding: 10px 20px 15px;
	margin: 0;
}

.home #gform_wrapper_13 form + p,
.home #gform_wrapper_13 form > p{
	display: none;
}

.home #gform_wrapper_13 .gform_heading,
.gf_progressbar_wrapper,
.partial_entry_warning {
	display: none;
}

.home #gform_page_13_1 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 15px;
}

.home #gform_page_13_1 .gform_page_fields {
	flex-basis: 66%;
}

.home #gform_wrapper_13 #gform_fields_13 {
	display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 15px;
}

@media screen and (max-width: 991px) {
	.home #gform_wrapper_13 #gform_fields_13 {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		column-gap: 0;
		row-gap: 10px;
	}
}

.home #gform_wrapper_13 #gform_fields_13 > div
{
	margin-bottom: 0;
}

.home #gform_wrapper_13 #gform_fields_13 > div label {
	color: #FFFFFF !important;
}

.home #gform_wrapper_13 #gform_fields_13 > div input {
	background-color: #FFFFFF !important;
	padding-left: 8px;
	padding-right: 8px;
}

.home #gform_wrapper_13 #gform_fields_13 > div .ginput_container {
	margin: 0;
}

.home #gform_wrapper_13 #gform_fields_13 > div > p {
	display: none;
}

.home #gform_wrapper_13 #gform_fields_13 > fieldset:nth-child(1)
{
	flex-basis: 50%;
}

@media screen and (max-width: 991px) {
	.home #gform_wrapper_13 #gform_fields_13 > div:nth-child(2),
	.home #gform_wrapper_13 #gform_fields_13 > div:nth-child(3)
	{
		width: 100%;
		flex-basis: unset;
	}
}

@media screen and (max-width: 991px) {
	.home #gform_wrapper_13 #gform_fields_13 > div:nth-child(1) .ginput_container,
	.home #gform_wrapper_13 #gform_fields_13 > div:nth-child(2) .ginput_container
	{
		max-width: unset;
	}
}

.home #gform_wrapper_13 #gform_fields_13 > div:nth-child(2) {
	flex-basis: 50%;
}

.home #gform_wrapper_13 #gform_fields_13 > div:nth-child(3) {
	flex-basis: 33%;
	margin-top: 23.8px;
	height: 40px;
}

@media screen and (max-width: 991px) {
	.home #gform_wrapper_13 #gform_fields_13 > div:nth-child(3) {
		width: 100%;
		max-width: 350px;
	}
}

.home #gform_wrapper_13 #gform_fields_13 > div:nth-child(3) input,
.home #gform_wrapper_13 #gform_page_13_2 .gform_page_footer input[type="button"],
.home #gform_wrapper_13 #gform_page_13_2 .gform_page_footer input[type="submit"] {
	width: 100%;
	background-color: black !important;
	border-radius: 5px;
	border: none;
	height: 100%;
	text-transform: uppercase;
	color: #d1aeae !important;
}

@media screen and (max-width: 991px) {
	.home #gform_wrapper_13 #gform_fields_13 > div:nth-child(3) input {
		height: 38px;
	}
}

.home #gform_wrapper_13 #gform_fields_13 > fieldset
{
	margin-top: 4px;
	margin-bottom: 0;
}

@media screen and (max-width: 991px) {
	.home #gform_wrapper_13 #gform_fields_13 > fieldset
	{
		width: 100%;
	}
}

.home #gform_wrapper_13 #gform_fields_13 > fieldset legend,
.home #gform_wrapper_13 #gform_fields_13_2 label,
.home #gform_wrapper_13 #gform_fields_13_2 legend {
	font-family: "Work Sans", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	color: #FFFFFF;
	border-bottom: none;
}

.home #gform_wrapper_13 #gform_fields_13 > fieldset p {
	margin-bottom: 0;
	width: 100%;
}

.home #gform_wrapper_13 #gform_fields_13 > fieldset .name_first {
	background-color: white;
	width: 100%;
	margin-bottom: 0;
}

.home #gform_wrapper_13 #gform_fields_13 > fieldset .name_first input,
.home #gform_wrapper_13 #gform_page_13_2 .gform_page_footer input[type="button"],
.home #gform_wrapper_13 #gform_page_13_2 .gform_page_footer input[type="submit"]
{
	height: 38px;
	padding-left: 8px;
	padding-right: 8px;
}

.home #gform_wrapper_13 #gform_fields_13 > fieldset .name_first br {
	display: none;
}

.home #gform_wrapper_13 .gform_footer,
.home #gform_wrapper_13 .gform_footer + p
{
	display: none;
}

.home #gform_wrapper_13 #gform_page_13_1 .gform_page_footer {
	flex-basis: 34%;
	position: relative;
}

.home #gform_wrapper_13 #gform_page_13_1 .gform_page_footer input {
	width: 100%;
	background-color: black !important;
	border-radius: 5px;
	border: none;
	height: 40px;
	text-transform: uppercase;
	color: #d1aeae !important;
	position: absolute;
	top: 25px;
}

@media screen and (max-width: 991px) {
	.home #gform_wrapper_13 #gform_page_13_1 .gform_page_footer input {
		height: 38px;
	}
}

.home #gform_wrapper_13 #gform_page_13_2 {
	padding-top: 10px;
}

.home #gform_wrapper_13 #gform_page_13_2 input:not([type="submit"]) {
	height: 38px;
	padding-left: 8px;
	padding-right: 8px;
}

.home #gform_wrapper_13 #gform_page_13_2 input[type="text"] {
	background-color: #FFFFFF !important;
}

.home #gform_wrapper_13 #gform_page_13_2 .gchoice {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.home #gform_wrapper_13 #gform_page_13_2 .gfield--type-checkbox {
	margin-bottom: 0;
}

.home #gform_wrapper_13 #gform_page_13_2 .gfield--type-checkbox .ginput_container_checkbox {
	margin-top: 0;
}

.home #gform_wrapper_13 #gform_page_13_2 .gform_page_footer p {
	display: none;
}

.home #gform_wrapper_13 #gform_page_13_2 .gform_page_footer {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 15px
}

.home #gform_wrapper_13 #gform_page_13_2 .gform_page_footer input[type="button"],
.home #gform_wrapper_13 #gform_page_13_2 .gform_page_footer input[type="submit"] {
	max-width: 250px;
}

.home #gform_wrapper_13 #gform_page_13_2 .gfield--type-checkbox legend {
	margin-bottom: 20px;
}

.home #gform_wrapper_13 #gform_page_13_2 .gfield--type-checkbox:last-of-type {
	margin-bottom: 20px;
}

.home #gform_wrapper_13 #gform_page_13_2 .gfield--type-checkbox .ginput_container_checkbox label {
	margin-bottom: 0;
}

.home #gform_wrapper_13 #gform_page_13_2 .gfield--type-address {
	margin-bottom: 20px;
}

.home #gform_wrapper_13 #gform_page_13_2 .gfield--type-address br {
	display: none;
}

.home #gform_wrapper_13 #gform_page_13_2 .gfield--type-address > legend {
	margin-bottom: 20px;
}

.home #gform_wrapper_13 #gform_page_13_2 .gfield--type-phone p {
	display: none;
}

.home #gform_wrapper_13 #gform_page_13_2 .gfield--type-select p {
	display: none;
}

.home #gform_wrapper_13 #gform_page_13_2 .ginput_container_select {
	margin-top: 0;
}

.home #gform_wrapper_13 #gform_page_13_2 .select2 {
	background-color: #FFFFFF;
}

.home #gform_wrapper_13 #gform_page_13_2 .select2 .select2-selection {
	height: 38px;
}

.home.page-id-21857 .select2-dropdown {
	top: 36px;
	box-shadow: none;
}

.home.page-id-21857 .select2-dropdown ul {
	box-shadow: none;
}

#gform_confirmation_message_13 {
	text-align: center;
}

.home #gform_wrapper_13 #gform_fields_13_2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.home #gform_wrapper_13 #gform_fields_13_2 {
		flex-direction: column;
		flex-wrap: nowrap;
	}
}

.home #gform_wrapper_13 #gform_fields_13_2 #field_13_15 {
	width: 100%;
}

.home #gform_wrapper_13 #gform_fields_13_2 #field_13_20 {
	width: calc(50% - 15px);	
}

@media screen and (max-width: 767px) {
	.home #gform_wrapper_13 #gform_fields_13_2 #field_13_20 {
		width: 100%;
	}
}

.home #gform_wrapper_13 #gform_fields_13_2 #field_13_20 p {
	display: none;
}

.home #gform_wrapper_13 #gform_fields_13_2 #field_13_16 {
	width: calc(50% - 15px);
	margin-right: 30px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.home #gform_wrapper_13 #gform_fields_13_2 #field_13_16 {
		width: 100%;
		margin-right: 0;
	}
}

.home #gform_wrapper_13 #gform_fields_13_2 #field_13_17 {
	width: 30%;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.home #gform_wrapper_13 #gform_fields_13_2 #field_13_17 {
		width: 100%;
		margin-bottom: 0;
	}
}

.home #gform_wrapper_13 #gform_fields_13_2 #field_13_18 {
	width: 30%;
	margin-top: 36.8px;
}

@media screen and (max-width: 767px) {
	.home #gform_wrapper_13 #gform_fields_13_2 #field_13_18 {
		width: 100%;
		margin-top: 0;
	}
}

.home #gform_wrapper_13 #gform_fields_13_2 #field_13_19 {
	width: 30%;
	margin-top: 36.8px;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.home #gform_wrapper_13 #gform_fields_13_2 #field_13_19 {
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}
}