/* VENDOR - Default fall-backs and external files.
 ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:300,300i,400,400i,500,500i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Advent+Pro:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import '../css/font-awesome.min.css';
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/* BASE - Base Variable file along with starting point Mixins and Placeholders.
 ========================================================================== */
/* MODULES - Re-usable site elements.
 ========================================================================== */
/* Block styling */
/* Search and Filter */
@media (min-width: 768px) {
  .wp-block-columns.container {
    width: calc(768px + 4em);
  }
}
@media (min-width: 992px) {
  .wp-block-columns.container {
    width: calc(992px + 4em);
  }
}
@media (min-width: 1200px) {
  .wp-block-columns.container {
    width: calc(1170px + 4em);
  }
}
.wp-block-cover.alignfull {
  width: 100vw;
}
@media (min-width: 768px) {
  .wp-block-cover .wp-block-cover__inner-container {
    width: 100% !important;
    max-width: calc(1170px * 0.5) !important;
    margin-left: calc((100% - 768px + 30px) / 2) !important;
  }
  .wp-block-cover .wp-block-cover__background {
    width: 100% !important;
    max-width: calc((1170px * 0.5) + 160px) !important;
    margin-left: calc((100% - 768px + 30px - 160px) / 2) !important;
  }
}
@media (min-width: 992px) {
  .wp-block-cover .wp-block-cover__inner-container {
    margin-left: calc((100% - 992px + 30px) / 2) !important;
  }
  .wp-block-cover .wp-block-cover__background {
    margin-left: calc((100% - 992px + 30px - 160px) / 2) !important;
  }
}
@media (min-width: 1200px) {
  .wp-block-cover .wp-block-cover__inner-container {
    margin-left: calc((100% - 1170px + 30px) / 2) !important;
  }
  .wp-block-cover .wp-block-cover__background {
    margin-left: calc((100% - 1170px + 30px - 160px) / 2) !important;
  }
}
.wp-block-buttons .wp-block-button.has-arrow .wp-block-button__link {
  line-height: 32px;
  font-size: 16px;
  padding: 0 44px 0 12px;
  position: relative;
}
.wp-block-buttons .wp-block-button.has-arrow .wp-block-button__link:after {
  content: '';
  position: absolute;
  background-color: #fd4f00;
  background-image: url(../images/readmore-arrow-big.png);
  background-position: center center;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  right: 0;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.wp-block-buttons .wp-block-button.has-arrow .wp-block-button__link:hover {
  opacity: 1 !important;
}
.wp-block-buttons .wp-block-button.has-arrow .wp-block-button__link:hover:after {
  right: -8px;
}
.grey-sidebar {
  background: #f6f6f6;
  padding: 0 44px;
}
.btn, .wp-block-button .wp-block-button__link, .gform_wrapper form .gform_footer input[type="submit"], #comments input[type="submit"] {
  display: inline-block;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: Alegreya Sans;
  font-size: 18px;
  background-color: #fd4f00;
  color: white;
  border: none;
  letter-spacing: 0.5px;
  white-space: normal;
  text-decoration: none !important;
  font-weight: 800;
  padding: 15px 30px;
  margin: 20px 0;
}
.btn:hover:not(.current):not(.dots), .wp-block-button .wp-block-button__link:hover:not(.current):not(.dots), .gform_wrapper form .gform_footer input[type="submit"]:hover:not(.current):not(.dots), #comments input[type="submit"]:hover:not(.current):not(.dots) {
  opacity: 0.7;
  background-color: #fd4f00;
  color: white;
}
.light-text .btn:not(.btn-alt), .light-text .wp-block-button .wp-block-button__link:not(.btn-alt), .wp-block-button .light-text .wp-block-button__link:not(.btn-alt), .light-text .gform_wrapper form .gform_footer input[type="submit"]:not(.btn-alt), .gform_wrapper form .gform_footer .light-text input[type="submit"]:not(.btn-alt), .light-text #comments input[type="submit"]:not(.btn-alt), #comments .light-text input[type="submit"]:not(.btn-alt) {
  background-color: #FFFFFF;
  color: #004368;
}
.light-text .btn:not(.btn-alt):hover, .light-text .wp-block-button .wp-block-button__link:not(.btn-alt):hover, .wp-block-button .light-text .wp-block-button__link:not(.btn-alt):hover, .light-text .gform_wrapper form .gform_footer input[type="submit"]:not(.btn-alt):hover, .gform_wrapper form .gform_footer .light-text input[type="submit"]:not(.btn-alt):hover, .light-text #comments input[type="submit"]:not(.btn-alt):hover, #comments .light-text input[type="submit"]:not(.btn-alt):hover {
  background-color: #FFFFFF;
  color: #004368;
}
.btn.no-hover, .wp-block-button .no-hover.wp-block-button__link, .gform_wrapper form .gform_footer input.no-hover[type="submit"], #comments input.no-hover[type="submit"] {
  cursor: default;
}
.wp-block-uagb-marketing-button a.uagb-marketing-btn__link {
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.1);
}
.title-light, .light-text .title {
  color: #FFFFFF;
}
.subtitle-light, .light-text .subtitle, .light-text section.singular-intro h1, section.singular-intro .light-text h1, .light-text section .section-title, section .light-text .section-title {
  color: #FFFFFF;
}
.breadcrumb-light, .light-text .breadcrumb {
  color: #FFFFFF;
}
.body-light, .light-text .body, .light-text body, .light-text #comments a:not(.btn):not(.wp-block-button__link) {
  color: #FFFFFF;
}
.metadata-light, .light-text .metadata, .light-text aside.widget.widget_rss .rss-date, aside.widget.widget_rss .light-text .rss-date, .light-text aside.widget.widget_recent_entries .post-date, aside.widget.widget_recent_entries .light-text .post-date {
  color: #ffffff;
}
.title {
  font-family: Alegreya Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  color: #323232;
}
.subtitle, section.singular-intro h1, section .section-title {
  font-family: Alegreya Sans;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
}
.breadcrumb {
  font-family: Alegreya Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  color: #323232;
}
.body, body {
  font-family: Alegreya Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  color: #000;
}
.metadata, aside.widget.widget_rss .rss-date, aside.widget.widget_recent_entries .post-date {
  font-family: Alegreya Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  color: #A2A2A2;
}
nav.wp_nav_menu_mobile {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  padding-top: 10vh;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav.wp_nav_menu_mobile:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav.wp_nav_menu_mobile.showMenu {
  opacity: 1;
  visibility: visible;
}
nav.wp_nav_menu_mobile.showMenu:before {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
nav.wp_nav_menu_mobile.showMenu ul {
  transform: scale(1, 1);
}
nav.wp_nav_menu_mobile ul {
  list-style-type: none;
  padding: 0px;
}
nav.wp_nav_menu_mobile ul li {
  width: 100%;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
nav.wp_nav_menu_mobile ul li a {
  padding: 0;
  color: white;
  font-family: Alegreya Sans;
  font-size: 38px;
  font-weight: normal;
}
nav.wp_nav_menu_mobile ul li.current-menu-item a {
  color: #dddddd;
}
nav.wp_nav_menu_mobile ul li:hover {
  background: white;
}
nav.wp_nav_menu_mobile ul li:hover a {
  color: black;
  text-decoration: none;
}
nav.wp_nav_menu_mobile ul li.dl-back > a:after {
  content: '\e251';
  font-family: "Glyphicons Halflings";
  color: inherit;
  position: absolute;
  left: -20px;
  top: calc(50% - 0.5em);
  font-size: 10px;
  line-height: 1em;
}
nav.wp_nav_menu_mobile ul.sub-menu {
  width: 100%;
}
/* Dl-menu script css */
.dl-menuwrapper {
  width: 100%;
  min-width: 300px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}
.dl-menuwrapper:first-child {
  margin-right: 100px;
}
.dl-menuwrapper .dl-menu {
  margin: 0 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-height: 100vh;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.dl-menuwrapper li .dl-submenu {
  display: none;
}
.dl-menuwrapper ul {
  padding: 0;
  position: absolute;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.dl-menuwrapper li {
  position: relative;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  outline: none;
}
/*
 When a submenu is openend, we will hide all li siblings.
 For that we give a class to the parent menu called "dl-subview".
 We also hide the submenu link.
 The opened submenu will get the class "dl-subviewopen".
 All this is done for any sub-level being entered.
 */
.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  margin: 0;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.3s ease-in-out;
  animation: MenuAnimOut1 0.3s ease-in-out;
}
@-webkit-keyframes MenuAnimOut1 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s ease-in-out;
  animation: MenuAnimIn1 0.3s ease-in-out;
}
@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.3s ease-in-out;
  animation: SubMenuAnimIn1 0.3s ease-in-out;
}
@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.3s ease-in-out;
  animation: SubMenuAnimOut1 0.3s ease-in-out;
}
@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.menu-button-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  height: 100%;
}
@media (min-width: 992px) {
  .mobile-menu-button-container {
    display: none;
  }
}
.menu-button {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.mobile-open {
  text-align: right;
}
.mobile-close {
  position: absolute;
  display: block;
  right: 30px;
  top: -50px;
}
.menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}
.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}
.bar {
  position: relative;
  display: block;
  width: 33px;
  height: 4px;
  margin: 6px auto;
  background-color: #323232;
  -moz-border-radius: "px";
  -webkit-border-radius: "px";
  border-radius: "px";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile-open.cross .bar {
  opacity: 0;
}
.mobile-close .bar {
  background-color: #323232;
}
.mobile-close .bar:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.mobile-close .bar:nth-of-type(2) {
  opacity: 0;
}
.mobile-close .bar:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.nav-menu-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-menu-container ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-menu-container ul.menu li {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-left: 0;
  font-family: Alegreya Sans;
  padding: 18px 0 28px 48px;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nav-menu-container ul.menu li:first-child {
  margin-left: 0;
}
.nav-menu-container ul.menu li a {
  color: white;
  padding: 6px 2px 6px;
}
.nav-menu-container ul.menu li.has-arrow a {
  position: relative;
  padding-left: 48px;
}
.nav-menu-container ul.menu li.has-arrow a:before {
  content: '';
  position: absolute;
  background-color: #fd4f00;
  background-image: url(../images/readmore-arrow-big.png);
  background-position: center center;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  left: 0;
}
.nav-menu-container ul.menu li.current-menu-item > a, .nav-menu-container ul.menu li:hover > a {
  text-decoration: none;
  color: #fd4f00 !important;
}
.nav-menu-container ul.menu li .mega-menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  min-height: 300px;
  background: white;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nav-menu-container ul.menu li .mega-menu .mega-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 120px 0 120px;
}
.nav-menu-container ul.menu li .mega-menu .mega-menu-wrapper .sub-menu {
  flex: 1 0 25%;
  list-style: none;
  margin: 0 30px 0 0;
  padding: 0;
  min-width: 150px;
}
.nav-menu-container ul.menu li .mega-menu .mega-menu-wrapper .sub-menu > li {
  width: 100%;
  padding: 0;
  margin: 0;
  transition: all 0.3s;
}
.nav-menu-container ul.menu li .mega-menu .mega-menu-wrapper .sub-menu > li > a {
  display: inline-block;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  padding: 0 0 20px 0;
  width: 100%;
  height: auto;
  color: black;
}
.nav-menu-container ul.menu li .mega-menu .mega-menu-wrapper .sub-menu > li:hover > a {
  color: #FF3E14;
  text-decoration: none;
}
.nav-menu-container ul.menu li .mega-menu .mega-menu-wrapper .widget .mega-menu-sidebar {
  flex: 0 0 75%;
  text-align: left;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #647078;
}
.nav-menu-container ul.menu li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1199px) {
  .nav-menu-container ul.menu li {
    padding-left: 24px;
  }
}
@media (max-width: 991px) {
  .nav-menu-container {
    display: none;
  }
}
.parallax-wrapper, .parallax-fixed-wrapper {
  background: none !important;
}
.parallax-window {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single #sidebar {
  margin-top: 22px;
}
aside.widget {
  margin: 0 0 66px 0;
}
footer aside.widget {
  margin: 0 0 30px 0;
}
aside.widget a:not(.btn):not(.wp-block-button__link) {
  text-decoration: none;
  color: inherit;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
aside.widget a:not(.btn):not(.wp-block-button__link):hover {
  color: #fd4f00;
}
aside.widget h3 {
  opacity: 1;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 24px;
  font-weight: 600;
  font-family: Alegreya Sans;
  color: #cdced2;
  border-bottom: 1px solid #555c61;
}
aside.widget h3:empty {
  display: none;
}
#footer-bottom aside.widget {
  margin: 0;
}
#footer-bottom aside.widget p {
  font-size: 16px;
  margin: 0;
}
#footer-bottom aside.widget h3 {
  padding: 0;
  margin: 0;
  border-bottom: 0px;
  font-size: 28px;
  line-height: 65px;
}
aside.widget .textwidget strong {
  font-size: 16px;
  color: #cdced2;
}
@media (max-width: 767px) {
  aside.widget#text-4 {
    padding: 0;
  }
  aside.widget img {
    float: none !important;
    margin: 5px 20px 20px 0;
  }
}
aside.widget .search-form {
  margin: 0;
}
aside.widget .search-form input {
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 4px !important;
}
aside.widget .search-form button {
  display: none;
}
aside.widget img {
  max-width: 100%;
}
aside.widget select {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  height: 40px;
  width: 100%;
  padding: 10px;
  transition: background-color 0.2s ease-in-out;
}
aside.widget select:focus {
  outline: none;
  background-color: #eee;
}
aside.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside.widget ul li {
  margin: 0;
  list-style: none;
  display: block;
  padding: 5px 0;
  font-size: 16px;
  line-height: 18px;
}
aside.widget ul ul {
  padding-top: 5px;
  margin: 0;
}
aside.widget ul ul li {
  padding-left: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
aside.widget ul ul li:last-child {
  padding-bottom: 0;
}
aside.widget ul.children ul.children ul.children ul.children ul.children {
  padding-left: 0px;
}
aside.widget.widget_rss .rsswidget {
  font-weight: 700;
}
aside.widget.widget_rss .rss-date {
  display: block;
}
aside.widget.widget_recent_entries .post-date {
  display: block;
}
aside.widget.widget_calendar caption {
  text-align: center;
}
aside.widget.widget_calendar table#wp-calendar {
  width: 100%;
}
aside.widget.widget_calendar table#wp-calendar th {
  width: 30px;
  text-align: center;
}
aside.widget.widget_calendar table#wp-calendar tbody tr td {
  text-align: center;
}
aside.widget.widget_calendar table#wp-calendar tbody tr td#today {
  border-radius: 50px;
}
form.searchandfilter {
  background: #F7F7F7;
  padding: 15px 20px;
}
form.searchandfilter > ul {
  padding: 0;
  margin: 0;
}
form.searchandfilter > ul > li {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-align: left;
  padding: 0;
  margin: 0 0 30px 0;
}
form.searchandfilter > ul > li h4 {
  font-size: 20px;
  text-align: left;
  border-bottom: 0;
  margin: 0 0 15px 0;
  padding: 0;
  font-family: Alegreya Sans;
  color: #050505;
}
form.searchandfilter > ul > li ul {
  padding: 0;
  margin: 0;
}
form.searchandfilter > ul > li ul li {
  margin: 0 0 16px;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
}
form.searchandfilter > ul > li ul li .sf-input-checkbox {
  flex: 0 0 12px;
  margin: 0;
}
form.searchandfilter > ul > li ul li label {
  flex: 0 1 auto;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #384455;
  margin: 0;
}
@media (max-width: 991px) {
  form.searchandfilter > ul > li {
    margin: 0 0 16px 0;
  }
  form.searchandfilter > ul > li ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  form.searchandfilter > ul > li ul li {
    float: left;
    margin: 0 16px 8px 0;
  }
}
.gform_wrapper form .gform_fields .gfield {
  padding-right: 0 !important;
}
.gform_wrapper form .gform_fields .gfield label {
  font-weight: 400;
  color: #ACB5BB;
  font-size: 16px;
}
.gform_wrapper form .gform_fields .gfield input[type="text"], .gform_wrapper form .gform_fields .gfield textarea, .gform_wrapper form .gform_fields .gfield select {
  background: white;
  color: #1A1C1E;
  border: 1px solid #DCE4E8;
  line-height: 20px;
  padding: 20px 24px !important;
  max-width: 600px;
}
.gform_wrapper form .gform_fields .gfield input[type="checkbox"] {
  display: none;
}
.gform_wrapper form .gform_fields .gfield input[type="checkbox"] ~ label:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #E9EEF0;
  background: #FFF;
  border-radius: 1px;
  margin: 0 5px 0 0;
}
.gform_wrapper form .gform_fields .gfield input[type="checkbox"]:checked ~ label:before {
  background: #E95C29;
}
.gform_wrapper form .gform_fields .gfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-size: 24px 24px;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  padding-right: calc(5% + 24px) !important;
}
.gform_wrapper form .gform_footer {
  margin: 0;
  padding: 0 0 10px 0;
}
.gform_wrapper form .gform_footer input[type="submit"] {
  margin: 20px 0 10px 0;
}
body {
  /* overflow-x: hidden; */
}
body.bodyBoxed {
  background-color: #ffffff;
}
body.bodyBoxed #container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
body #body-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
body #body-background-gradient {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -999;
}
body #body-background-gradient.horizontal {
  background: linear-gradient(270deg, #c6c6c6, "");
  -webkit-animation: gradientHorizontal 30s ease infinite;
  -moz-animation: gradientHorizontal 30s ease infinite;
  -o-animation: gradientHorizontal 30s ease infinite;
  animation: gradientHorizontal 30s ease infinite;
  background-size: 400% 400%;
}
@-webkit-keyframes gradientHorizontal {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes gradientHorizontal {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes gradientHorizontal {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientHorizontal {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body #body-background-gradient.vertical {
  background: linear-gradient(180deg, #c6c6c6, "");
  -webkit-animation: gradientVertical 30s ease infinite;
  -moz-animation: gradientVertical 30s ease infinite;
  -o-animation: gradientVertical 30s ease infinite;
  animation: gradientVertical 30s ease infinite;
  background-size: 400% 400%;
}
@-webkit-keyframes gradientVertical {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 51% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@-moz-keyframes gradientVertical {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 51% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@-o-keyframes gradientVertical {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 51% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@keyframes gradientVertical {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 51% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
body .cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../images/arrow-top.png);
  background-position: center center;
  background-repeat: no-repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
body .cd-top.cd-is-visible, body .cd-top.cd-fade-out, body .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
body .cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
body .cd-top.cd-fade-out {
  opacity: 0.5;
}
body .no-touch .cd-top:hover {
  opacity: 1;
}
@media (min-width: 1600px) {
  .container-wide {
    width: 1440px;
  }
}
header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 10px 30px 0;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header > .row {
  display: flex;
}
header .site-logo {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  padding-bottom: 10px;
  position: relative;
}
header .site-logo a {
  position: relative;
}
header .site-logo img {
  width: 173px;
  height: 60px;
  vertical-align: top;
  float: left;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .site-logo img.logo-regular {
  visibility: visible;
  opacity: 1;
}
header .site-logo img.logo-dark {
  display: none;
}
header .site-logo img.logo-transparent, header .site-logo img.logo-sticky {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
header .site-logo a:hover {
  text-decoration: none;
}
header .site-title {
  color: #323232;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  display: block;
}
header.light {
  background: white;
}
header.light .site-logo img.logo-regular {
  display: none;
}
header.light .site-logo img.logo-dark {
  display: block;
}
header.light .nav-menu-container ul.menu > li > a {
  color: black;
}
header.light .nav-menu-container ul.menu > li:hover > a {
  border-color: black;
}
nav#mainMenu {
  text-align: right;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
nav#mainMenu > * {
  display: inline-block;
}
nav#mainMenu > div {
  width: 100%;
}
nav#mainMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: right;
}
nav#mainMenu ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 5px 0;
  margin: 0 0 0 22px;
}
nav#mainMenu ul li:first-child {
  margin: 0;
}
nav#mainMenu ul li ul.sub-menu {
  display: inline-block;
  position: absolute;
  top: 100%;
  width: auto;
  padding: 0;
  margin: 0;
  z-index: 99;
  border: 0;
  min-width: 200px;
  max-width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-color: #004368;
}
.home header.frontpage-transparent:not(.sticky) nav#mainMenu ul li ul.sub-menu {
  background-color: transparent;
}
nav#mainMenu ul li ul.sub-menu > li {
  position: relative;
  display: block;
  border: 0;
  width: 100%;
  padding: 0;
  margin: 22px 0 0 0;
  transition: all 0.3s ease-in-out;
}
nav#mainMenu ul li ul.sub-menu > li ul.sub-menu {
  left: 100%;
  margin-left: 0;
  top: 0;
}
nav#mainMenu ul li ul.sub-menu > li > a {
  text-decoration: none;
  border: 0;
  transition: all 0.3s ease-in-out;
  padding: 11px 22px;
  margin: 0;
  /* border-left: 3px solid transparent; */
}
nav#mainMenu ul li ul.sub-menu > li > a:hover {
  padding-left: 27px;
}
nav#mainMenu ul li ul.sub-menu > li > a:hover:active {
  /* border-left: 3px solid $navbar-bottom-link-color-hover; */
  color: #116098;
}
nav#mainMenu ul li:hover a {
  border-bottom: 3px solid #116098;
  color: #116098;
  text-decoration: none;
  padding-bottom: 5px;
}
nav#mainMenu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
nav#mainMenu ul li:hover > ul.sub-menu > li {
  margin: 0;
}
nav#mainMenu ul li a {
  display: block;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #323232;
  padding: 10px 0;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
}
nav#mainMenu ul li a:hover, nav#mainMenu ul li a:active {
  border-bottom: 3px solid #116098;
  color: #116098;
  text-decoration: none;
  padding-bottom: 5px;
}
nav#mainMenu ul li.cta a {
  border: 3px #fff solid;
  padding: 8px 22px;
  -moz-border-radius: "px";
  -webkit-border-radius: "px";
  border-radius: "px";
}
nav#mainMenu ul li.cta a:hover, nav#mainMenu ul li.cta a:active {
  transform: scale(1.03, 1.03);
}
nav#mainMenu ul li .menu-item-has-children > a:after {
  content: "\e080";
  padding: 0 0 0 11px;
  position: relative;
  top: 1px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 0.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
nav#mainMenu #site-search-open {
  display: inline-block;
  margin: 0 0 0 22px;
  color: #323232;
  cursor: pointer;
}
nav#mainMenu #site-search-open:hover, nav#mainMenu #site-search-open:active {
  color: #116098;
}
#site-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding-top: 35vh;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#site-search:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004368;
  z-index: -1;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#site-search.active {
  opacity: 1;
  visibility: visible;
}
#site-search.active:before {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 30px;
  left: 30px;
}
#site-search.active input.s, #site-search.active h6 {
  transform: scale(1, 1);
}
#site-search #site-search-close {
  position: absolute;
  top: 60px;
  right: 60px;
}
#site-search #site-search-close i {
  color: #ffffff;
  font-size: 24px;
}
#site-search h6 {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  margin: 0 auto 44px auto;
  padding: 0;
  transform: scale(0.9, 0.9);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#site-search input.s {
  max-width: 80%;
  width: auto;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
  color: #ffffff;
  margin: 0;
  padding: 0 0 5px 0;
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  line-height: 20px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: scale(0.9, 0.9);
  /* .light-text & {
   border-bottom-color: transparentize($navbar-bottom-link-color-regular, .6);
   color: $navbar-bottom-link-color-regular;
   } */
}
#site-search input.s:focus {
  padding: 0;
  margin: 0 0 5px 0;
  border-bottom-color: white;
  /* .light-text & {
   border-bottom-color: transparentize($navbar-bottom-link-color-regular, 0);
   } */
}
#site-search .button {
  display: none !important;
}
footer {
  background: #1c252c;
  color: #f0f0f1;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Alegreya Sans;
}
footer #footer-text {
  border-top: 1px solid #555c61;
  padding-top: 15px;
}
footer #footer-text .textalignright {
  text-align: right;
}
@media (max-width: 767px) {
  footer #footer-text .textalignright {
    text-align: left;
  }
}
footer #footer-text a {
  color: inherit;
}
footer #footer-text a:hover {
  color: #fd4f00;
  text-decoration: none;
}
footer .footer-sub p, footer .footer-sub img {
  margin: 0;
}
footer .footer-sub .widget {
  margin: 0;
}
section {
  position: relative;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section.hentry {
  background-color: #ffffff;
}
section.hentry {
  padding: 50px 0;
}
section.plain-content {
  padding: 50px 0;
}
section.plain-content.no-margin {
  padding: 0;
}
section.plain-content.no-margin p {
  margin: 0;
}
section.plain-content.has-image {
  padding-top: 0;
}
section.plain-content .featured-image {
  height: 700px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  section.plain-content .featured-image {
    height: 400px;
  }
}
@media (max-width: 767px) {
  section.plain-content .featured-image {
    height: 150px;
  }
}
section.singular-intro {
  background: white;
  text-align: center;
  padding: 50px 0;
}
section.singular-intro h1 {
  font-weight: bold;
}
section.singular-content {
  background: #f3f3f3;
}
section.singular-content .post-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
section.singular-content .post-nav li {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
  vertical-align: top;
}
section.singular-content .post-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  padding: 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
section.singular-content .post-nav li.prev a {
  background-image: url(../images/slider-left.png);
}
section.singular-content .post-nav li.next a {
  background-image: url(../images/slider-right.png);
}
section.singular-content .post-share {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
section.singular-content .post-share li {
  display: inline-block;
  margin: 0 5px;
}
section.singular-content .post-share li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  padding: 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
section.singular-content .post-share li a.fb {
  background-image: url(../images/share-fb.png);
}
section.singular-content .post-share li a.in {
  background-image: url(../images/share-in.png);
}
section.project-member {
  text-align: center;
}
section.project-member .project-member-details .image {
  margin: 0 auto 30px auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.project-member .project-member-details h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px 0;
  font-family: Alegreya Sans;
}
section.project-member .project-member-details h4 {
  font-size: 20px;
  font-style: italic;
  font-family: Alegreya Sans;
}
section .section-title {
  margin: 0;
  padding: 0 0 30px 0;
  text-align: center;
}
section .section-title a {
  color: inherit;
}
section .section-title a:hover {
  color: #fd4f00;
  text-decoration: none;
}
section .border {
  width: 100%;
  height: 80px;
  display: block;
  position: absolute;
  left: 0;
}
section .border.border-top {
  top: -80px;
}
section .border.border-top.wave {
  transform: scale(1, -1);
}
section .border.border-bottom {
  bottom: -80px;
  z-index: 2;
}
section .border.border-bottom.wave {
  transform: scale(-1, 1);
}
section a.readmore {
  position: relative;
  display: inline-block;
  font-family: "Advent Pro", sans-serif;
  color: black;
  text-transform: uppercase;
  background: white;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 22px;
}
section a.readmore:hover {
  background-color: #fd4f00;
  color: white !important;
  text-decoration: none !important;
}
/* FRAMEWORK - Structure and layout files.
 ========================================================================== */
section.showcase-slider .container {
  position: relative;
}
section.showcase-slider article {
  margin: 0;
  display: table-row;
  width: 1200px;
  background-color: inherit;
}
section.showcase-slider article .card-content {
  padding: 88px 66px 100px 0;
  /* .section-title {
   padding-bottom: 55px;
   } */
}
section.showcase-slider article .card-content a {
  text-decoration: underline;
}
section.showcase-slider article .card-content .section-title {
  padding-bottom: 44px;
}
@media (max-width: 1023px) {
  section.showcase-slider article .card-content .card-text {
    display: none;
  }
}
section.showcase-slider article .col-left, section.showcase-slider article .col-right {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
@media (max-width: 767px) {
  section.showcase-slider article .col-left, section.showcase-slider article .col-right {
    width: 100%;
  }
  section.showcase-slider article .col-right {
    display: none;
  }
  section.showcase-slider article .card-content {
    padding-bottom: 130px;
  }
}
section.showcase-slider .showcase-image {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: relative;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section.showcase-slider .showcase-image:before {
  content: '';
  margin-top: 100%;
  display: inline-block;
  width: 100%;
}
section.showcase-slider .showcase-arrows {
  position: absolute;
  display: inline-block;
  bottom: 66px;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  -moz-border-radius: "px";
  -webkit-border-radius: "px";
  border-radius: "px";
}
section.showcase-slider .showcase-arrows .swiper-button-prev, section.showcase-slider .showcase-arrows .swiper-button-next {
  background-image: none;
  left: auto;
  right: auto;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
}
section.showcase-slider .showcase-arrows .swiper-button-prev .glyphicon, section.showcase-slider .showcase-arrows .swiper-button-next .glyphicon {
  top: 0;
  line-height: 32px;
}
section.showcase-slider .icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
section.slider.full-width {
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/header-placeholder.jpg);
}
section.slider.full-width article {
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  max-height: 100vh;
}
section.slider.full-width article .post-content {
  position: absolute;
  bottom: 132px;
  left: 0;
  width: 100%;
  text-align: left;
}
section.slider.full-width article .post-content h3 {
  display: inline-block;
  margin: 0;
  font-size: 48px;
  line-height: 54px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  max-width: 66%;
  font-weight: bold;
  text-transform: none;
  word-break: break-word;
}
@media (max-width: 991px) {
  section.slider.full-width article .post-content h3 {
    font-size: 40px;
    line-height: 46px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  section.slider.full-width article .post-content h3 {
    font-size: 34px;
    line-height: 40px;
  }
}
section.slider.full-width article .post-content a.readmore {
  font-size: 20px;
  padding: 14px 20px;
  margin-top: 5px;
  height: 50px;
  color: black;
}
section.slider.full-width article .post-content a.readmore:after {
  position: absolute;
  content: ' ';
  background-color: #fd4f00;
  background-image: url(../images/readmore-arrow-big.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 0;
  right: -50px;
}
section.slider.full-width .swiper-pagination-bullet {
  background: white;
  opacity: 0.5;
  width: 20px;
  height: 20px;
}
section.slider.full-width .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}
section.slider.full-width .swiper-pagination-fraction, section.slider.full-width .swiper-pagination-custom, section.slider.full-width .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 22px;
}
section.slider.full-width .slider-arrows-container {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
section.slider.full-width .slider-arrows-container .slider-arrows .swiper-button-prev, section.slider.full-width .slider-arrows-container .slider-arrows .swiper-button-next {
  position: absolute;
  display: block;
  font-size: 30px;
  color: white;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
section.slider.full-width .slider-arrows-container .slider-arrows .swiper-button-prev .glyphicon, section.slider.full-width .slider-arrows-container .slider-arrows .swiper-button-next .glyphicon {
  top: 0;
  line-height: 32px;
}
section.slider.full-width .slider-arrows-container .slider-arrows .swiper-button-prev {
  left: 40px;
  background-image: url(../images/slider-left.png);
}
section.slider.full-width .slider-arrows-container .slider-arrows .swiper-button-next {
  right: 40px;
  background-image: url(../images/slider-right.png);
}
@media (max-width: 767px) {
  section.slider.full-width .slider-arrows-container {
    display: none;
  }
}
section.slider.multi-column {
  margin: 0 0 0 0;
}
section.slider.multi-column .fullwidth-container {
  padding: 0 20px;
}
section.slider.multi-column .fullwidth-container .swiper-slide {
  position: relative;
}
section.slider.multi-column .fullwidth-container .swiper-slide .post-content {
  padding: 50px 20px;
}
section.slider.multi-column .fullwidth-container .swiper-slide .post-content .img-container {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
section.slider.multi-column .fullwidth-container .swiper-slide .post-content.portrait {
  padding: 10px 0px;
}
section.slider.multi-column .swiper-pagination-bullet-active {
  background: #fd4f00;
}
.slide-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.masonry-grid {
  padding-top: 44px;
}
.masonry-grid .grid-item {
  /* width: 360px;  */
  width: 33.3%;
}
.masonry-grid article {
  margin: 22px 15px;
}
@media (max-width: 1199px) {
  .masonry-grid .grid-item {
    /* width: 293px;  */
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .masonry-grid .grid-item {
    /* width: 345px;  */
    width: 50%;
  }
}
@media (max-width: 767px) {
  .masonry-grid .grid-item {
    width: 100%;
  }
}
section.fixed-grid {
  padding: 0;
}
@media (min-width: 1480px) {
  section.fixed-grid .grid-parent:not(.grid-team) .container {
    width: 1440px;
  }
}
section.fixed-grid .grid-parent .grid-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 12px;
  row-gap: 12px;
}
@media (min-width: 700px) {
  section.fixed-grid .grid-parent .grid-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  section.fixed-grid .grid-parent .grid-row {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
section.fixed-grid .grid-parent.grid-team .grid-item-content {
  font-family: Alegreya Sans;
}
section.fixed-grid .grid-parent.grid-team .grid-item-content .content {
  padding: 25px;
}
section.fixed-grid .grid-parent.grid-team .grid-item-content .content h3 {
  font-size: 18px;
  color: #323232;
  font-weight: bold;
}
section.fixed-grid .grid-parent.grid-team .grid-item-content .content .functie {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  margin: 0;
}
section.fixed-grid.fixed-grid-block .grid-row {
  column-gap: 66px;
  row-gap: 66px;
}
@media (max-width: 1199px) {
  section.fixed-grid.fixed-grid-block .grid-row .grid-item:last-child {
    display: none;
  }
}
.grid-2-col {
  display: flex;
  margin-bottom: 32px;
  justify-content: center;
}
.grid-2-col .icon-card {
  margin: 0 24px;
}
.grid-3-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 769px) {
  .grid-3-col {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}
.grid-4-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 769px) {
  .grid-4-col {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}
.grid-5-col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px 24px;
}
@media screen and (max-width: 769px) {
  .grid-5-col {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 16px;
  }
}
@media screen and (max-width: 426px) {
  .grid-5-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-iconlist .icon-card {
  display: block;
  text-align: center;
}
.grid-iconlist .icon-card a {
  text-decoration: none !important;
}
.grid-iconlist .icon-card .icon-label {
  display: block;
  font-weight: bold;
  color: #000;
  margin-top: 8px;
  text-transform: uppercase;
  text-decoration: none;
}
.grid-iconlist .icon-card:hover .icon-label {
  color: #fd4f00;
}
#content {
  padding-top: 80px;
}
img {
  max-width: 100%;
  height: auto;
}
article {
  margin: 0 0 33px 0;
}
section.hentry {
  overflow: hidden;
}
section.plain-content .post-content {
  max-width: 900px;
  margin: 0 auto;
}
section.plain-content.wide .post-content {
  max-width: 1020px;
  margin: 0 auto;
}
section.plain-content.fullwidth .post-content {
  max-width: 100%;
  margin: 0 auto;
}
section.opdrachtgevers .post-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.opdrachtgevers .post-content ul li {
  float: left;
  width: 20%;
  height: 150px;
  padding: 10px 30px;
  /* display: flex; 
   align-items: center;
   justify-content: center;*/
  text-align: center;
}
section.opdrachtgevers .post-content ul li img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  section.opdrachtgevers .post-content ul li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  section.opdrachtgevers .post-content ul li {
    width: 33%;
    padding: 30px;
  }
}
@media (max-width: 600px) {
  section.opdrachtgevers .post-content ul li {
    width: 50%;
    padding: 30px;
  }
}
@media (max-width: 400px) {
  section.opdrachtgevers .post-content ul li {
    width: 100%;
    padding: 40px;
  }
}
.post-content p {
  color: #000;
  font-size: 18px;
}
.post-content ul {
  margin-bottom: 22px;
  color: #000;
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
.post-content a:not(.btn):not(.wp-block-button__link) {
  text-decoration: none;
  color: #fd4f00;
  font-weight: 700;
}
.post-content a:not(.btn):not(.wp-block-button__link):hover {
  text-decoration: underline;
}
.post-content .featured-image {
  margin: -33px -33px 22px -33px;
}
.post-content .featured-image img {
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
}
.post-content .post-meta {
  display: inline-block;
  width: 100%;
  padding: 0 0 33px 0;
}
.post-content .post-meta img {
  border-radius: 50%;
  float: left;
  margin: 0 15px 0 0;
  width: 60px;
  height: auto;
}
.post-content .post-meta .post-meta-author {
  padding: 5px 0 0 0;
}
.post-content .post-meta .post-meta-date {
  font-size: 0.8em;
  opacity: 0.8;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  display: block;
  line-height: 1.3;
}
.post-content h1 a, .post-content h2 a, .post-content h3 a, .post-content h4 a, .post-content h5 a, .post-content h6 a {
  color: inherit !important;
}
.post-content h1.has-arrow a, .post-content h2.has-arrow a, .post-content h3.has-arrow a, .post-content h4.has-arrow a, .post-content h5.has-arrow a, .post-content h6.has-arrow a {
  position: relative;
  display: inline-block;
  padding-right: 60px;
}
.post-content h1.has-arrow a:hover, .post-content h2.has-arrow a:hover, .post-content h3.has-arrow a:hover, .post-content h4.has-arrow a:hover, .post-content h5.has-arrow a:hover, .post-content h6.has-arrow a:hover {
  color: #fd4f00 !important;
  text-decoration: none !important;
}
.post-content h1.has-arrow a:after, .post-content h2.has-arrow a:after, .post-content h3.has-arrow a:after, .post-content h4.has-arrow a:after, .post-content h5.has-arrow a:after, .post-content h6.has-arrow a:after {
  content: '';
  position: absolute;
  background-color: #fd4f00;
  background-image: url(../images/readmore-arrow-big.png);
  background-position: center center;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  right: 0;
}
.post-content h1 {
  font-family: Alegreya Sans;
  font-size: 60px;
  font-weight: 700;
  color: #19405B;
  margin: 0 0 22px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post-content h1.post-title {
  margin-bottom: 33px;
}
.post-content h2 {
  font-family: Alegreya Sans;
  font-size: 40px;
  font-weight: 700;
  color: #19405B;
  margin: 0;
}
.post-content h3 {
  font-family: Alegreya Sans;
  font-size: 27px;
  font-weight: 700;
  color: #323232;
  margin: 0 0 22px 0;
}
.post-content h3.post-title {
  font-size: 25.2px;
  margin-bottom: 22px;
}
.post-content h3.post-title a {
  color: inherit;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-content h3.post-title a:hover {
  color: #004368;
}
.post-content h4 {
  font-family: Alegreya Sans;
  font-size: 24px;
  margin: 0 0 10px 0;
  color: #233F59;
  font-weight: bold;
}
.post-content h5 {
  font-size: 18px;
  color: #E95C29;
  margin: 0;
  font-weight: 700;
}
.post-content h6 {
  font-size: 18px;
  color: #02415E;
  margin: 0;
  font-weight: 700;
}
.post-content p {
  margin-bottom: 22px;
}
.post-content img {
  max-width: 100%;
  height: auto;
}
.post-content .alignnone {
  max-width: 100%;
}
.post-content .alignleft {
  float: left;
  margin: 5px 22px 22px 0;
  display: inline-block;
  max-width: 100%;
}
.post-content .alignright {
  float: right;
  margin: 5px 0 22px 22px;
  display: inline-block;
  max-width: 100%;
}
.post-content .aligncenter {
  display: block;
  text-align: center;
  margin: 5px auto 22px auto;
  max-width: 100%;
}
.post-content .wp-caption-text {
  font-size: 0.8em;
  font-style: italic;
  padding-top: 11px;
}
.post-content ul.links {
  margin: 50px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-family: Alegreya Sans;
}
.post-content ul.links li {
  display: inline-block;
  padding: 0 30px;
  margin: 0 0 30px 0;
  text-align: center;
}
.post-content ul.links li a {
  color: black;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.post-content ul.links li a img {
  display: block;
  margin: 0 auto 10px auto;
}
.post-content ul.links li a:hover {
  color: #ff5000;
}
@media (max-width: 767px) {
  .post-content ul.links li {
    width: 100%;
  }
}
.post-content ul.links.links-col-4 li {
  width: 25%;
  float: left;
}
@media (max-width: 1020px) {
  .post-content ul.links.links-col-4 li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .post-content ul.links.links-col-4 li {
    width: 100%;
  }
}
.post-content blockquote {
  font-style: italic;
}
.post-content table th {
  padding: 22px;
  background: rgba(0, 0, 0, 0.07);
  border: rgba(0, 0, 0, 0.07) 1px solid;
}
.post-content table th, .post-content table td {
  padding: 22px;
  border: rgba(0, 0, 0, 0.07) 1px solid;
}
.post-content pre {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 22px;
}
.post-content embed, .post-content iframe {
  max-width: 100%;
}
.post-content label {
  font-weight: 400;
}
.post-content input:not([type="submit"]), .post-content textarea {
  max-width: 100%;
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: rgba(0, 0, 0, 0.4) 1px solid;
  margin: 0;
  padding: 0 0 5px 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.light-text .post-content input:not([type="submit"]), .light-text .post-content textarea {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.post-content input[type=checkbox] {
  display: inline-block;
  height: 12px !important;
  width: 12px !important;
  padding: 8px !important;
}
.post-content input[type=checkbox]:checked {
  background-color: #233F59;
  border-color: #233F59;
  /*
   input[type=checkbox] {
   display: inline-block;
   background-color: transparentize($body-dark-color, 1);
   border: 1px solid transparentize($body-dark-color, 0.6);
   height: 16px !important;
   width: 16px !important;
   padding: 8px !important;
   margin: 0 !important;
   font-size: 8px !important;
   font-weight: 400;
   line-height: 8px !important;
   white-space: normal;
   -webkit-appearance: none;
   vertical-align: top;
   .light-text & {
   background-color: transparentize($body-light-color, 1);
   border-color: transparentize($body-light-color, 0.6);
   }
   }
   input[type=checkbox]:checked {
   background-color: transparentize($body-dark-color, 0);
   border-color: transparentize($body-dark-color, 0);
   .light-text & {
   background-color: transparentize($body-light-color, 0);
   border-color: transparentize($body-light-color, 0);
   }
   }
   */
}
.post-content .well {
  margin: 0 auto;
  background: inherit;
  border: none;
  box-shadow: 0 0 15px 11px rgba(0, 0, 0, 0.1);
  padding: 44px 88px 22px 88px;
}
.post-content .post-tags {
  margin: 44px 0;
}
.post-content .post-tags .btn, .post-content .post-tags .wp-block-button .wp-block-button__link, .wp-block-button .post-content .post-tags .wp-block-button__link, .post-content .post-tags .gform_wrapper form .gform_footer input[type="submit"], .gform_wrapper form .gform_footer .post-content .post-tags input[type="submit"], .post-content .post-tags #comments input[type="submit"], #comments .post-content .post-tags input[type="submit"] {
  margin: 0 11px 11px 0;
}
.post-content .gallery figure {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 29%;
  margin: 11px 2%;
}
.post-content .gallery figure .gallery-caption {
  font-size: 0.9em;
  padding: 11px 0;
}
.post-content .gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 11px 0;
}
.post-content .gallery.gallery-columns-2 figure {
  width: 46%;
  margin: 11px 2%;
}
.post-content .gallery.gallery-columns-3 figure {
  width: 29%;
  margin: 11px 2%;
}
.post-content .gallery.gallery-columns-4 figure {
  width: 21%;
  margin: 11px 2%;
}
.post-content .gallery.gallery-columns-5 figure {
  width: 18%;
  margin: 11px 1%;
}
.post-content .gallery.gallery-columns-6 figure {
  width: 14.6%;
  margin: 11px 1%;
}
.post-content .gallery.gallery-columns-7 figure {
  width: 12.2%;
  margin: 11px 1%;
}
.post-content .gallery.gallery-columns-8 figure {
  width: 10.5%;
  margin: 11px 1%;
}
.post-content .gallery.gallery-columns-9 figure {
  width: 9.1%;
  margin: 11px 1%;
}
.post-content .no-bottom-padding {
  padding-bottom: 0;
}
.post-content .has-text-align-left {
  text-align: left;
}
.content-none {
  text-align: center;
  padding: 30px;
}
::-webkit-input-placeholder {
  color: #323232;
}
.light-text ::-webkit-input-placeholder {
  color: #FFFFFF;
}
:-moz-placeholder {
  color: #323232;
}
.light-text :-moz-placeholder {
  color: #FFFFFF;
}
::-moz-placeholder {
  color: #323232;
}
.light-text ::-moz-placeholder {
  color: #FFFFFF;
}
:-ms-input-placeholder {
  color: #323232;
}
.light-text :-ms-input-placeholder {
  color: #FFFFFF;
}
.sidebar-content {
  margin: 0 0 44px 0;
}
.sidebar-content h3 {
  opacity: 0.5;
  padding: 0 0 33px 0;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-content ul li {
  padding: 5px 0;
  border-bottom: rgba(0, 0, 0, 0.25) 1px solid;
  position: relative;
  display: inline-block;
  width: 100%;
  list-style: none;
}
.sidebar-content ul li span {
  width: 60%;
  display: inline-block;
  font-weight: 400;
  float: left;
}
.sidebar-content ul li span:first-child {
  width: 40%;
  font-weight: 700;
}
.sidebar-content.metadata-people ul {
  padding-top: 5px;
}
.sidebar-content.metadata-people ul li {
  border-bottom: none;
  padding: 0;
}
.sidebar-content.metadata-people ul li span {
  width: auto;
}
.sidebar-content.metadata-people ul li span:first-child {
  padding-right: 5px;
}
#comments {
  margin: 22px 0 0 0;
  font-size: 0.9em;
}
#comments a:not(.btn):not(.wp-block-button__link) {
  text-decoration: none;
}
.light-text #comments a:not(.btn):not(.wp-block-button__link) {
  text-decoration: underline;
}
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: rgba(0, 0, 0, 0.1) 2px solid;
  border-bottom: rgba(0, 0, 0, 0.1) 2px solid;
}
.light-text #comments .comment-list {
  border-color: rgba(255, 255, 255, 0.1);
}
#comments .comment-list .comment {
  padding: 22px 0;
  border-top: rgba(0, 0, 0, 0.1) 2px solid;
}
.light-text #comments .comment-list .comment {
  border-color: rgba(255, 255, 255, 0.1);
}
#comments .comment-list .comment:first-child {
  border: none;
}
#comments .comment-list .comment .comment-body {
  display: table;
  vertical-align: top;
}
#comments .comment-list .comment .comment-body .comment-left, #comments .comment-list .comment .comment-body .comment-right {
  display: table-cell;
  vertical-align: top;
}
#comments .comment-list .comment .comment-body .comment-left img {
  margin-right: 22px;
  border-radius: 50%;
}
#comments .comment-list .comment .comment-body .comment-meta {
  font-size: 0.9em;
}
#comments .comment-list .comment .comment-body .comment-meta a {
  color: rgba(0, 0, 0, 0.5);
}
#comments .comment-list .comment ul {
  list-style: none;
}
#comments .comment-list .comment ul li {
  list-style: none;
}
#comments #reply-title {
  font-size: 28.8px;
  margin: 44px 0 22px 0;
}
#comments label {
  display: block;
}
#comments input:not([type="submit"]), #comments textarea {
  max-width: 100%;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: rgba(0, 0, 0, 0.4) 1px solid;
  margin: 0;
  padding: 0 0 5px 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.light-text #comments input:not([type="submit"]), .light-text #comments textarea {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
#comments input:not([type="submit"]):focus, #comments textarea:focus {
  padding: 0;
  margin: 0 0 5px 0;
  border-bottom-color: black;
}
.light-text #comments input:not([type="submit"]):focus, .light-text #comments textarea:focus {
  border-bottom-color: white;
}
section.team-bottom {
  padding: 40px 0;
}
section.team-bottom .footer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
section.team-bottom .footer-content ul.btns .btn, section.team-bottom .footer-content ul.btns .wp-block-button .wp-block-button__link, .wp-block-button section.team-bottom .footer-content ul.btns .wp-block-button__link, section.team-bottom .footer-content ul.btns .gform_wrapper form .gform_footer input[type="submit"], .gform_wrapper form .gform_footer section.team-bottom .footer-content ul.btns input[type="submit"], section.team-bottom .footer-content ul.btns #comments input[type="submit"], #comments section.team-bottom .footer-content ul.btns input[type="submit"] {
  min-width: 150px;
  text-align: center;
}
section.team-bottom .footer-content ul li {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .post-content .gallery.gallery-columns-1 figure, .post-content .gallery.gallery-columns-2 figure, .post-content .gallery.gallery-columns-3 figure, .post-content .gallery.gallery-columns-4 figure, .post-content .gallery.gallery-columns-5 figure, .post-content .gallery.gallery-columns-6 figure, .post-content .gallery.gallery-columns-7 figure, .post-content .gallery.gallery-columns-8 figure, .post-content .gallery.gallery-columns-9 figure {
    width: 46%;
    margin: 11px 2%;
  }
}
body.single-team .post-content h3 {
  font-family: Alegreya Sans;
  font-size: 30px;
}
.page-header {
  position: relative;
  margin: 0;
  padding: 154px 0 0 0;
  border: 0;
  box-sizing: border-box;
  background-color: #004368;
  background-position: center;
  background-size: cover;
  background-image: url(../images/header-placeholder.jpg);
  height: 700px;
  max-height: calc(100vh - 80px);
}
.page-header .page-title {
  display: inline-block;
  margin: 0;
  font-size: 48px;
  line-height: 54px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  font-weight: bold;
  text-transform: none;
  position: absolute;
  bottom: 132px;
}
@media (max-width: 991px) {
  .page-header .page-title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .page-header .page-title {
    font-size: 34px;
    line-height: 40px;
  }
}
.page-header .category {
  position: absolute;
  bottom: 70px;
  font-size: 20px;
  padding: 14px 20px;
  margin: 0 0 0 50px;
  height: 50px;
  background: white;
  color: black;
  font-family: "Advent Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.page-header .category:before {
  position: absolute;
  content: ' ';
  background-color: #fd4f00;
  background-image: url(../images/readmore-arrow-big.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 0;
  left: -50px;
}
.page-header .category.team {
  margin-left: 0;
}
.page-header .category.team:before {
  display: none;
  left: 0;
}
.page-header.title-only {
  background: none transparent;
  padding: 0;
  border: 0;
  height: auto;
}
.page-header.title-only .page-title {
  display: inline-block;
  margin: 0;
  font-size: 74px;
  line-height: 1.2;
  color: #19405B;
  background: transparent;
  padding: 0;
  font-weight: bold;
  text-transform: none;
  position: relative;
  bottom: auto;
}
.page-header.title-only .subtitle, .page-header.title-only section.singular-intro h1, section.singular-intro .page-header.title-only h1, .page-header.title-only section .section-title, section .page-header.title-only .section-title {
  font-size: 36px;
  line-height: 1.2;
  color: #19405B;
  font-weight: 400;
  margin: 0;
}
.post-header {
  margin-bottom: 30px;
}
.post-header.disciplines-header {
  background: #F6F6F6;
}
.post-header .post-header-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.post-header .post-header-wrapper .header-left {
  flex: 0 0 40%;
  padding: 0 30px 30px 0;
}
.post-header .post-header-wrapper .header-left .category {
  padding: 20px 0 10px;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #E95C29;
  font-family: Alegreya Sans;
}
.post-header .post-header-wrapper .header-left h1.title {
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  text-transform: none;
  color: #02415E;
  margin: 0 0 30px 0;
}
.post-header .post-header-wrapper .header-left .intro p {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  font-family: Alegreya Sans;
  color: #000000;
}
.post-header .post-header-wrapper .header-right {
  flex: 0 0 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .post-header .post-header-wrapper .header-left {
    flex: 0 0 50%;
  }
  .post-header .post-header-wrapper .header-right {
    flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .post-header .post-header-wrapper .header-left {
    flex: 0 0 100%;
    padding: 0;
  }
  .post-header .post-header-wrapper .header-right {
    display: none;
  }
}
.post-content-wrapper {
  padding: 0;
}
.post-content-wrapper .post-content h2 {
  margin: 54px 0 40px;
  font-weight: 700;
}
.post-content-wrapper .post-content p {
  color: #000;
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
.post-content-wrapper .post-content a:not(.btn):not(.wp-block-button__link) {
  color: #000;
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 18px;
  text-decoration: underline;
}
.post-content-wrapper .post-content a:not(.btn):not(.wp-block-button__link):hover {
  color: #fd4f00;
  text-decoration: none;
}
.sidebar-wrapper {
  padding: 0;
}
.sidebar-wrapper h4 {
  font-size: 18px;
  line-height: 32px;
  margin: 40px 0 20px 0;
}
.sidebar-wrapper .related-items .grid-item {
  margin: 0 0 30px 0;
}
.sidebar-wrapper .related-items .grid-item .grid-item-container .featured-image {
  padding-top: 56.25%;
}
@media (max-width: 1199px) {
  .sidebar-wrapper .related-items {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .sidebar-wrapper .related-items h4 {
    flex: 0 0 100%;
  }
  .sidebar-wrapper .related-items .grid-item {
    flex: 0 0 360px;
    max-width: 360px;
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .sidebar-wrapper .related-items .grid-item {
    flex: 0 0 300px;
    max-width: 300px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .sidebar-wrapper .related-items {
    display: block;
  }
  .sidebar-wrapper .related-items .grid-item {
    max-width: 360px;
    margin-right: 0px;
  }
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.breakout-left {
  margin: 0;
  width: 115%;
  transform: translateX(-15%);
}
@media (max-width: 1399px) {
  .breakout-left {
    width: 110%;
    transform: translateX(-10%);
  }
}
@media (max-width: 991px) {
  .breakout-left {
    width: 100%;
    transform: translateX(0);
  }
}
.breakout-left img, .breakout-left figure {
  width: 100%;
  height: auto;
}
.breakout-right {
  margin: 0;
  width: 115%;
}
@media (max-width: 1399px) {
  .breakout-right {
    width: 110%;
  }
}
@media (max-width: 991px) {
  .breakout-right {
    width: 100%;
  }
}
.breakout-right img, .breakout-right figure {
  width: 100%;
  height: auto;
}
.grid-item .grid-item-container {
  display: block;
  margin: 0;
  background: #f6f6f6;
  height: 100%;
}
.fixed-grid-block .grid-item .grid-item-container {
  background: #fff;
}
.grid-item .grid-item-container .featured-image {
  position: relative;
  width: 100%;
  padding-top: 75%;
  height: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.grid-item .grid-item-container .featured-image:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../images/project-arrow.png);
  background-position: 30% center;
  background-repeat: no-repeat;
  background-size: 25%;
  -webkit-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.grid-item .grid-item-container:hover {
  text-decoration: none !important;
}
.grid-item .grid-item-container:hover .featured-image:after {
  opacity: 1;
  background-position: center center;
}
.grid-item .grid-item-container .content {
  position: relative;
  color: black;
  padding: 24px 20px;
}
.grid-item .grid-item-container .content .sub {
  position: absolute;
  display: inline-block;
  background: white;
  height: 22px;
  line-height: 22px;
  padding-left: 32px;
  padding-right: 12px;
  top: -11px;
  left: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #02415E;
  font-family: Alegreya Sans;
}
.grid-item .grid-item-container .content .sub:before {
  position: absolute;
  content: ' ';
  background-color: #fd4f00;
  background-image: url(../images/arrow-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0px;
}
.grid-item .grid-item-container .content h3 {
  padding: 0;
  margin: 0;
  font-family: Alegreya Sans;
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  color: #323232;
}
@media (max-width: 991px) {
  .grid-item .grid-item-container .content h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .grid-item .grid-item-container .content {
    min-height: 104px;
  }
}
@media (max-width: 767px) {
  .grid-item .grid-item-container .content {
    min-height: auto;
  }
}
.share-post {
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
  padding: 30px 0;
  margin: 0 0 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.share-post .share-left {
  flex: 0 0 50%;
  width: 50%;
  font-weight: 700;
  font-size: 18px;
  color: #02415E;
  font-family: Alegreya Sans;
}
.share-post .share-right {
  flex: 0 0 50%;
  width: 50%;
}
.share-post .share-right .share-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.share-post .share-right .share-links li {
  margin-left: 16px;
}
.share-post .share-right .share-links li a {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.share-post .share-right .share-links li a.fb {
  background-image: url(../images/facebook.svg);
}
.share-post .share-right .share-links li a.tw {
  background-image: url(../images/xlogo.png);
}
.share-post .share-right .share-links li a.li {
  background-image: url(../images/linkedin.svg);
}
.pagination {
  width: 100%;
}
.pagination nav.pagination {
  text-align: center;
}
.pagination nav.pagination .pagination-numbers {
  list-style: none;
  padding: 10px 15px;
  margin: 0 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination nav.pagination .pagination-numbers li {
  margin: 0 3px;
}
.pagination nav.pagination .pagination-numbers li .page-numbers {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  background-color: #F0F4FA;
  color: #78A0BB;
  border-radius: 2px;
  font-weight: 700;
  transition: 0.2s all;
}
.pagination nav.pagination .pagination-numbers li .page-numbers.dots {
  background-color: transparent;
  color: #eee;
}
.pagination nav.pagination .pagination-numbers li:hover .page-numbers, .pagination nav.pagination .pagination-numbers li.active .page-numbers {
  background-color: #EC5E2A;
  color: white;
  font-weight: 700;
  text-decoration: none;
}
.pagination nav.pagination .pagination-numbers li:hover .page-numbers.dots, .pagination nav.pagination .pagination-numbers li.active .page-numbers.dots {
  background-color: transparent;
  color: #eee;
}
.post-cta-block {
  background: #F3F3F3;
  padding: 48px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  font-family: Alegreya Sans;
}
.post-cta-block .content-left {
  flex: 0 0 60%;
}
.post-cta-block .content-left p {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}
.post-cta-block .button-wrapper {
  flex: 0 0 40%;
  text-align: right;
}
.post-cta-block .button-wrapper .btn, .post-cta-block .button-wrapper .wp-block-button .wp-block-button__link, .wp-block-button .post-cta-block .button-wrapper .wp-block-button__link, .post-cta-block .button-wrapper .gform_wrapper form .gform_footer input[type="submit"], .gform_wrapper form .gform_footer .post-cta-block .button-wrapper input[type="submit"], .post-cta-block .button-wrapper #comments input[type="submit"], #comments .post-cta-block .button-wrapper input[type="submit"] {
  position: relative;
  padding: 20px 28px;
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  font-family: Alegreya Sans;
  text-transform: none;
  letter-spacing: 0px;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.1);
}
.post-cta-block .button-wrapper .btn i, .post-cta-block .button-wrapper .wp-block-button .wp-block-button__link i, .wp-block-button .post-cta-block .button-wrapper .wp-block-button__link i, .post-cta-block .button-wrapper .gform_wrapper form .gform_footer input[type="submit"] i, .gform_wrapper form .gform_footer .post-cta-block .button-wrapper input[type="submit"] i, .post-cta-block .button-wrapper #comments input[type="submit"] i, #comments .post-cta-block .button-wrapper input[type="submit"] i {
  text-align: right;
  margin-left: 20px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .post-cta-block {
    padding: 32px 32px;
    display: block;
  }
  .post-cta-block .content-left {
    width: 100%;
  }
  .post-cta-block .button-wrapper {
    text-align: left;
    margin: 20px 0 0 0;
  }
}
.post-footer-block {
  background: #F3F3F3;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  font-family: Alegreya Sans;
  min-height: 460px;
}
.post-footer-block .content-left {
  flex: 0 0 60%;
  padding: 48px 60px;
  background: #02415E;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.post-footer-block .content-left h3 {
  font-weight: 400;
  font-size: 54px;
  line-height: 64px;
  color: white;
  margin: 0;
}
.post-footer-block .content-right {
  flex: 0 0 40%;
  padding: 48px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.post-footer-block .content-right .text {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
}
.post-footer-block .content-right .text .post-title {
  font-weight: 700;
}
.post-footer-block .content-right .button-wrapper .btn, .post-footer-block .content-right .button-wrapper .wp-block-button .wp-block-button__link, .wp-block-button .post-footer-block .content-right .button-wrapper .wp-block-button__link, .post-footer-block .content-right .button-wrapper .gform_wrapper form .gform_footer input[type="submit"], .gform_wrapper form .gform_footer .post-footer-block .content-right .button-wrapper input[type="submit"], .post-footer-block .content-right .button-wrapper #comments input[type="submit"], #comments .post-footer-block .content-right .button-wrapper input[type="submit"] {
  position: relative;
  padding: 20px 28px;
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  font-family: Alegreya Sans;
  text-transform: none;
  letter-spacing: 0px;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.1);
}
.post-footer-block .content-right .button-wrapper .btn i, .post-footer-block .content-right .button-wrapper .wp-block-button .wp-block-button__link i, .wp-block-button .post-footer-block .content-right .button-wrapper .wp-block-button__link i, .post-footer-block .content-right .button-wrapper .gform_wrapper form .gform_footer input[type="submit"] i, .gform_wrapper form .gform_footer .post-footer-block .content-right .button-wrapper input[type="submit"] i, .post-footer-block .content-right .button-wrapper #comments input[type="submit"] i, #comments .post-footer-block .content-right .button-wrapper input[type="submit"] i {
  text-align: right;
  margin-left: 20px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .post-footer-block {
    min-height: 300px;
  }
  .post-footer-block .content-left {
    flex: 0 0 60%;
    padding: 24px 30px;
  }
  .post-footer-block .content-left h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .post-footer-block .content-right {
    flex: 0 0 40%;
    padding: 24px 30px;
  }
  .post-footer-block .content-right .text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .post-footer-block {
    min-height: auto;
    display: block;
  }
  .post-footer-block .content-left {
    width: 100%;
    padding: 24px 30px;
  }
  .post-footer-block .content-left h3 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
  .post-footer-block .content-right {
    width: 100%;
    padding: 24px 30px;
  }
  .post-footer-block .content-right .text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.archive-block .archive-filter-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.archive-block .archive-filter-wrapper .filter-selection {
  flex: 0 0 23%;
  margin-right: 2%;
}
.archive-block .archive-filter-wrapper .grid-parent {
  flex: 0 0 75%;
}
@media (max-width: 1199px) {
  .archive-block {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .archive-block {
    padding: 60px 0;
  }
  .archive-block .archive-filter-wrapper {
    display: block;
  }
  .archive-block .archive-filter-wrapper .filter-selection {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .archive-block .archive-filter-wrapper .grid-parent {
    width: 100%;
  }
}
.block-team-banner {
  position: relative;
  margin-bottom: 30px;
}
.block-team-banner .image-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 0px;
  width: 100%;
}
.block-team-banner .image-grid .item {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-team-banner .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
}
.block-team-banner .content-wrapper .content {
  flex: 0 0 auto;
  text-align: center;
}
.block-team-banner .content-wrapper .content h3 {
  color: white;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
}
.block-team-banner .content-wrapper .content .btn, .block-team-banner .content-wrapper .content .wp-block-button .wp-block-button__link, .wp-block-button .block-team-banner .content-wrapper .content .wp-block-button__link, .block-team-banner .content-wrapper .content .gform_wrapper form .gform_footer input[type="submit"], .gform_wrapper form .gform_footer .block-team-banner .content-wrapper .content input[type="submit"], .block-team-banner .content-wrapper .content #comments input[type="submit"], #comments .block-team-banner .content-wrapper .content input[type="submit"] {
  box-shadow: 0px 24px 32px 0px rgba(0, 0, 0, 0.1);
  text-transform: none;
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .block-team-banner .content-wrapper .content h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .block-team-banner .image-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .block-team-banner .content-wrapper .content h3 {
    font-size: 32px;
  }
}
.block-team-grid {
  position: relative;
  margin-bottom: 30px;
  /*make cols equal height*/
}
.block-team-grid .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /*make cols equal height*/
}
.block-team-grid .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
@media (max-width: 560px) {
  .block-team-grid .row > [class*='col-'] {
    width: 100%;
  }
}
.block-team-grid .member-item {
  margin-bottom: 30px;
  perspective: 1000px;
}
.block-team-grid .member-item .member-item-inner {
  position: relative;
  transition: transform 0.4s;
  transform-style: preserve-3d;
}
.block-team-grid .member-item .member-item-inner .member-content {
  border: 1px solid white;
}
.block-team-grid .member-item .member-item-inner .member-content .image {
  width: 100%;
  padding-top: 120%;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
.block-team-grid .member-item .member-item-inner .member-content span {
  display: block;
}
.block-team-grid .member-item .member-item-inner .member-content .name {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
}
.block-team-grid .member-item .member-item-inner .member-content .function {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  min-height: 32px;
}
.block-team-grid .member-item .member-item-inner .hover-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 28px 18px 28px;
}
.block-team-grid .member-item .member-item-inner .hover-content .hover-content-inner {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.block-team-grid .member-item .member-item-inner .hover-content .hover-content-inner .member-info {
  flex: 0 0 auto;
  padding: 0 15px;
}
.block-team-grid .member-item .member-item-inner .hover-content .hover-content-inner .member-info .name {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
}
.block-team-grid .member-item .member-item-inner .hover-content .hover-content-inner .member-info .function {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #000;
}
.block-team-grid .member-item .member-item-inner .hover-content .hover-content-inner .contact-info {
  flex: 0 0 auto;
}
.block-team-grid .member-item .member-item-inner .hover-content .hover-content-inner .contact-info p {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}
.block-team-grid .member-item .member-item-inner .hover-content .hover-content-inner .contact-info .phone {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  background-image: url(../images/phone.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0 0 0 24px;
  margin: 12px 0;
}
.block-team-grid .member-item .member-item-inner .hover-content .hover-content-inner .contact-info .btn, .block-team-grid .member-item .member-item-inner .hover-content .hover-content-inner .contact-info .wp-block-button .wp-block-button__link, .wp-block-button .block-team-grid .member-item .member-item-inner .hover-content .hover-content-inner .contact-info .wp-block-button__link, .block-team-grid .member-item .member-item-inner .hover-content .hover-content-inner .contact-info .gform_wrapper form .gform_footer input[type="submit"], .gform_wrapper form .gform_footer .block-team-grid .member-item .member-item-inner .hover-content .hover-content-inner .contact-info input[type="submit"], .block-team-grid .member-item .member-item-inner .hover-content .hover-content-inner .contact-info #comments input[type="submit"], #comments .block-team-grid .member-item .member-item-inner .hover-content .hover-content-inner .contact-info input[type="submit"] {
  padding: 20px 10px;
  width: 100%;
  margin: 16px 0 0 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 800;
}
.block-team-grid .member-item:hover .member-item-inner {
  transform: rotateY(180deg);
}
.block-team-grid .member-item:hover .member-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.block-team-grid .member-item:hover .hover-content {
  display: block;
}
.block-card-grid {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  /*make cols equal height*/
  /*make cols equal height*/
}
.block-card-grid .card-item {
  perspective: 1000px;
  display: flex;
  flex-direction: column;
  width: calc(20% - 13px);
}
.block-card-grid .card-item.6-column-cards {
  width: calc(16.666666666666666666666666666667% - 13px);
}
@media (max-width: 1200px) {
  .block-card-grid .card-item {
    width: calc(25% - 13px);
  }
  .block-card-grid .card-item.6-column-cards {
    width: calc(33.333333333333333333333333333333% - 13px);
  }
}
@media (max-width: 991px) {
  .block-card-grid .card-item {
    width: calc(50% - 13px);
  }
}
.block-card-grid .card-item .card-item-inner {
  position: relative;
  transition: transform 0.4s;
  transform-style: preserve-3d;
  height: 100%;
}
.block-card-grid .card-item .card-item-inner .card-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.block-card-grid .card-item .card-item-inner .card-content .image {
  width: auto;
  height: 30px;
  margin-bottom: 13px;
}
.block-card-grid .card-item .card-item-inner .card-content .title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: none;
  text-align: center;
  padding: 0 10px;
}
.block-card-grid .card-item .card-item-inner .hover-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  background: white;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 22px 0;
  height: 100%;
}
.block-card-grid .card-item .card-item-inner .hover-content .hover-content-inner {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.block-card-grid .card-item .card-item-inner .hover-content .hover-content-inner .card-info {
  flex: 0 0 auto;
  padding: 0 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .block-card-grid .card-item .card-item-inner .hover-content .hover-content-inner .card-info {
    text-align: center;
  }
}
.block-card-grid .card-item .card-item-inner .hover-content .hover-content-inner .card-info .title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: none;
}
.block-card-grid .card-item .card-item-inner .hover-content .hover-content-inner .card-info .title .image {
  display: none;
}
.block-card-grid .card-item .card-item-inner .hover-content .hover-content-inner .card-info .intro p {
  color: #000;
  text-align: left;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .block-card-grid .card-item .card-item-inner .hover-content .hover-content-inner .card-info .intro {
    display: none;
  }
}
.block-card-grid .card-item .card-item-inner .hover-content .hover-content-inner .card-info .btn, .block-card-grid .card-item .card-item-inner .hover-content .hover-content-inner .card-info .wp-block-button .wp-block-button__link, .wp-block-button .block-card-grid .card-item .card-item-inner .hover-content .hover-content-inner .card-info .wp-block-button__link, .block-card-grid .card-item .card-item-inner .hover-content .hover-content-inner .card-info .gform_wrapper form .gform_footer input[type="submit"], .gform_wrapper form .gform_footer .block-card-grid .card-item .card-item-inner .hover-content .hover-content-inner .card-info input[type="submit"], .block-card-grid .card-item .card-item-inner .hover-content .hover-content-inner .card-info #comments input[type="submit"], #comments .block-card-grid .card-item .card-item-inner .hover-content .hover-content-inner .card-info input[type="submit"] {
  padding: 5px 10px;
  margin: 16px 0 0 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
}
.block-card-grid .card-item:hover .card-item-inner {
  transform: rotateY(180deg);
}
.block-card-grid .card-item:hover .card-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.block-card-grid .card-item:hover .hover-content {
  display: block;
}
.block-card-grid.card-hover-center .card-item .card-item-inner .hover-content .hover-content-inner .card-info {
  text-align: center !important;
}
.block-card-grid.col-6-cards .card-item {
  width: calc(16.666666666666666666666666666667% - 13px);
}
@media (max-width: 1200px) {
  .block-card-grid.col-6-cards .card-item {
    width: calc(33.333333333333333333333333333333% - 13px);
  }
}
@media (max-width: 991px) {
  .block-card-grid.col-6-cards .card-item {
    width: calc(50% - 13px);
  }
}
@media (min-width: 992px) {
  .page-template-page-template-disciplines .block-card-grid {
    gap: 8px;
  }
  .page-template-page-template-disciplines .block-card-grid .card-item {
    width: calc(20% - 8px);
    flex-grow: 1;
  }
  .page-template-page-template-disciplines .block-card-grid .card-item .card-info {
    text-align: center !important;
    padding: 0 10px !important;
  }
  .page-template-page-template-disciplines .block-card-grid .card-item .title {
    font-size: 16px !important;
  }
  .page-template-page-template-disciplines .block-card-grid .card-item .intro {
    display: none !important;
  }
}
.block-button-list .button-row {
  display: block;
  margin-bottom: 10px;
}
.block-button-list .button-row .button-item {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #000 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.block-button-list .button-row .button-item picture {
  width: 36px;
  text-align: center;
  flex-shrink: 0;
}
.block-button-list .button-row .button-item picture img {
  max-height: 30px;
  width: auto;
}
.block-button-list .button-row .button-item:hover {
  color: #fd4f00 !important;
  text-decoration: none !important;
}
