/*
Theme Name: Springboard
Theme URI: 
Author: Bret Hummel
Author URI: http://brethummel.com/
Description: Custom theme developed for [client name]
Version: 1.1.1
*/

/* Don't use this file. Make edits to files in 'sass/stylesheets/' and everything will compile at runtime. */
/* compiled by scssphp 1.3 on Tue, 19 Aug 2025 00:46:15 +0000 (0.4031s) */

@charset "UTF-8";
/* set the overriding variables */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

header {
  background-color: #8e8e8e;
  height: 90px;
  position: relative;
  z-index: 20; }
  header.fixed {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    transition: background-color 0.2s; }
  header.transparent {
    background-color: transparent !important; }
  @media (max-width: 991.98px) {
    header.transparent .main-menu {
      top: 0px;
      padding: 90px 30px 40px 30px; } }
header.transparent + .content-container > .content > .block:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  height: 90px;
  width: 100%; }
header.transparent + .content-container > .content > .block.bkgnd-white:before {
  background-color: white; }
header.transparent + .content-container > .content > .block.bkgnd-light:before {
  background-color: #f5f5f5; }
header.transparent + .content-container > .content > .block.bkgnd-light2:before {
  background-color: #f5f5f5; }
header.transparent + .content-container > .content > .block.bkgnd-primary:before {
  background-color: #3a969a; }
header.transparent + .content-container > .content > .block.bkgnd-secondary:before {
  background-color: #3c5b76; }
header.transparent + .content-container > .content > .block.bkgnd-tertiary {
  background-color: #7bafd4; }
header.transparent + .content-container > .content > .block.bkgnd-accent {
  background-color: #f58153; }
header.transparent.bkgnd-white .logo svg path.dark, header.transparent.bkgnd-white .logo svg rect.dark, header.transparent.bkgnd-white .logo svg circle.dark, header.transparent.bkgnd-light .logo svg path.dark, header.transparent.bkgnd-light .logo svg rect.dark, header.transparent.bkgnd-light .logo svg circle.dark, header.transparent.bkgnd-light2 .logo svg path.dark, header.transparent.bkgnd-light2 .logo svg rect.dark, header.transparent.bkgnd-light2 .logo svg circle.dark {
  fill: #8e8e8e; }
header.transparent.bkgnd-white .logo svg path.light, header.transparent.bkgnd-white .logo svg rect.light, header.transparent.bkgnd-white .logo svg circle.light, header.transparent.bkgnd-light .logo svg path.light, header.transparent.bkgnd-light .logo svg rect.light, header.transparent.bkgnd-light .logo svg circle.light, header.transparent.bkgnd-light2 .logo svg path.light, header.transparent.bkgnd-light2 .logo svg rect.light, header.transparent.bkgnd-light2 .logo svg circle.light {
  fill: #ffc107; }
header.transparent.bkgnd-white .logo svg path.tagline, header.transparent.bkgnd-white .logo svg rect.tagline, header.transparent.bkgnd-white .logo svg circle.tagline, header.transparent.bkgnd-light .logo svg path.tagline, header.transparent.bkgnd-light .logo svg rect.tagline, header.transparent.bkgnd-light .logo svg circle.tagline, header.transparent.bkgnd-light2 .logo svg path.tagline, header.transparent.bkgnd-light2 .logo svg rect.tagline, header.transparent.bkgnd-light2 .logo svg circle.tagline {
  fill: #8e8e8e; }
header.transparent.bkgnd-white .main-menu ul li.current a, header.transparent.bkgnd-light .main-menu ul li.current a, header.transparent.bkgnd-light2 .main-menu ul li.current a {
  color: #8e8e8e;
  border-color: #ffc107; }
header.transparent.bkgnd-white .main-menu ul li.contact, header.transparent.bkgnd-light .main-menu ul li.contact, header.transparent.bkgnd-light2 .main-menu ul li.contact {
  background-color: #ffc107; }
  header.transparent.bkgnd-white .main-menu ul li.contact:hover, header.transparent.bkgnd-light .main-menu ul li.contact:hover, header.transparent.bkgnd-light2 .main-menu ul li.contact:hover {
    background-color: #8e8e8e; }
  header.transparent.bkgnd-white .main-menu ul li.contact a, header.transparent.bkgnd-light .main-menu ul li.contact a, header.transparent.bkgnd-light2 .main-menu ul li.contact a {
    color: #8e8e8e; }
    header.transparent.bkgnd-white .main-menu ul li.contact a:hover, header.transparent.bkgnd-light .main-menu ul li.contact a:hover, header.transparent.bkgnd-light2 .main-menu ul li.contact a:hover {
      text-decoration: none;
      color: white; }
header.transparent.bkgnd-white .main-menu ul li a:hover, header.transparent.bkgnd-light .main-menu ul li a:hover, header.transparent.bkgnd-light2 .main-menu ul li a:hover {
  color: #8e8e8e;
  border-color: #ffc107; }
header.transparent.bkgnd-primary .logo svg path.dark, header.transparent.bkgnd-primary .logo svg rect.dark, header.transparent.bkgnd-primary .logo svg circle.dark {
  fill: white; }
header.transparent.bkgnd-primary .logo svg path.light, header.transparent.bkgnd-primary .logo svg rect.light, header.transparent.bkgnd-primary .logo svg circle.light {
  fill: #ffc107; }
header.transparent.bkgnd-primary .logo svg path.tagline, header.transparent.bkgnd-primary .logo svg rect.tagline, header.transparent.bkgnd-primary .logo svg circle.tagline {
  fill: white; }
header.transparent.bkgnd-primary .main-menu ul li.current a {
  color: white;
  border-color: #ffc107; }
header.transparent.bkgnd-primary .main-menu ul li.contact {
  background-color: #ffc107; }
  header.transparent.bkgnd-primary .main-menu ul li.contact:hover {
    background-color: #8e8e8e; }
  header.transparent.bkgnd-primary .main-menu ul li.contact a {
    color: #8e8e8e; }
    header.transparent.bkgnd-primary .main-menu ul li.contact a:hover {
      text-decoration: none;
      color: white; }
header.transparent.bkgnd-primary .main-menu ul li a {
  color: white; }
  header.transparent.bkgnd-primary .main-menu ul li a:hover {
    color: white;
    border-color: #ffc107; }
header.transparent.bkgnd-secondary .logo svg path.dark, header.transparent.bkgnd-secondary .logo svg rect.dark, header.transparent.bkgnd-secondary .logo svg circle.dark {
  fill: #8e8e8e; }
header.transparent.bkgnd-secondary .logo svg path.light, header.transparent.bkgnd-secondary .logo svg rect.light, header.transparent.bkgnd-secondary .logo svg circle.light {
  fill: white; }
header.transparent.bkgnd-secondary .logo svg path.tagline, header.transparent.bkgnd-secondary .logo svg rect.tagline, header.transparent.bkgnd-secondary .logo svg circle.tagline {
  fill: #8e8e8e; }
header.transparent.bkgnd-secondary .main-menu ul li.current a {
  color: #8e8e8e;
  border-color: white; }
header.transparent.bkgnd-secondary .main-menu ul li.contact {
  background-color: white; }
  header.transparent.bkgnd-secondary .main-menu ul li.contact:hover {
    background-color: #8e8e8e; }
  header.transparent.bkgnd-secondary .main-menu ul li.contact a {
    color: #8e8e8e; }
    header.transparent.bkgnd-secondary .main-menu ul li.contact a:hover {
      text-decoration: none;
      color: white; }
header.transparent.bkgnd-secondary .main-menu ul li a {
  color: #8e8e8e; }
  header.transparent.bkgnd-secondary .main-menu ul li a:hover {
    color: #8e8e8e;
    border-color: white; }
header > .container {
  height: 100%; }
  header > .container > .row {
    height: 100%; }
header .hamburger {
  position: absolute;
  right: 0px;
  padding-right: 25px; }
@media (max-width: 359.98px) {
  header .hamburger {
    padding-right: 20px; } }
header .hamburger .hamburger-container {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 45px;
  margin: 0px 0px 2px auto;
  transition: margin-top 300ms ease-in; }
  header .hamburger .hamburger-container .line {
    position: absolute;
    width: 38px;
    height: 4px;
    background-color: white;
    margin-bottom: 7px;
    margin-left: 0px;
    left: 0px;
    transition: top 300ms ease-in, left 300ms ease-in, background-color 300ms, opacity 300ms, transform 300ms ease-in; }
    header .hamburger .hamburger-container .line.top {
      top: 5px; }
    header .hamburger .hamburger-container .line.middle {
      top: 17px; }
    header .hamburger .hamburger-container .line.bottom {
      top: 29px; }
header.menu-open .hamburger-container {
  height: 40px; }
  header.menu-open .hamburger-container .line.top {
    transform: rotate(-43deg);
    top: 17px;
    z-index: 10; }
  header.menu-open .hamburger-container .line.middle {
    margin-left: 0px !important;
    z-index: 1;
    opacity: 0;
    top: 0px;
    left: 0px; }
  header.menu-open .hamburger-container .line.bottom {
    transform: rotate(43deg);
    top: 17px;
    z-index: 10; }
header .logo img {
  height: 40px;
  width: auto; }
@media (max-width: 575.98px) {
  header .logo img {
    height: 34px;
    width: auto; } }
@media (max-width: 359.98px) {
  header .logo img {
    height: 28px;
    width: auto; } }
header .main-menu {
  text-align: right; }
@media (min-width: 992px) {
  header .main-menu {
    display: block !important; } }
header .main-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px; }
@media (max-width: 991.98px) {
  header .main-menu ul {
    /*margin: 40px 0px 50px 0px;*/ } }
header .main-menu ul li {
  display: inline-block;
  font-family: 'Nunito Sans', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.2em;
  margin: 0px 20px; }
  header .main-menu ul li:last-child {
    margin-right: 0px; }
    header .main-menu ul li.current a {
      color: #3c5b76; }
  header .main-menu ul li a {
    color: white; }
    header .main-menu ul li a:hover {
      color: #3c5b76;
      text-decoration: none; }
@media (max-width: 991.98px) {
  header .main-menu {
    display: none;
    background-color: darkgrey;
    position: absolute !important;
    top: 90px;
    right: 0px;
    width: 45% !important;
    padding: 40px 30px;
    max-width: 335px;
    text-align: left; }
    header .main-menu ul li {
      display: block;
      margin: 0px;
      font-size: 18px;
      line-height: 1.5;
      margin: 8px 0px; }
      header .main-menu ul li.current a {
        padding-left: 8px;
        border-bottom: none;
        border-left: 2.5px solid #26353F;
        position: relative;
        left: -10.5px; }
    header .main-menu ul li a:hover {
      color: #3c5b76;
      padding-left: 8px;
      border-bottom: none;
      border-left: 2.5px solid #3c5b76;
      position: relative;
      left: -10.5px; } }
@media (max-width: 991.98px) and (max-width: 359.98px) {
  header .main-menu {
    padding-right: 20px !important; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  header .main-menu {
    width: 62% !important; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  header .main-menu {
    width: 80vw !important; } }
@media (max-width: 359.98px) {
  header .main-menu {
    width: 90vw !important; } }

.logged-in header.fixed {
  top: 32px; }
@media only screen and (max-width: 600px) {
  .logged-in header.fixed {
    top: 0px; } }

html body {
  font-weight: normal;
  background-color: #e4e5e5;
  color: black; }
  html body .vert-center {
    align-items: flex-start !important; }
  html body .content {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
    /* min-height: 500px; */ }
    html body.dev-env:before {
      color: white !important; }
  html body pre {
    color: inherit; }
    html body .block.light h1, html body .block .light h1 {
      color: #3a969a; }
      html body .block.light h1 a, html body .block .light h1 a {
        color: #3a969a; }
        html body .block.light h1 a:hover, html body .block .light h1 a:hover {
          color: #3c5b76; }
    html body .block.light h2, html body .block .light h2 {
      color: #3c5b76; }
      html body .block.light h2 a, html body .block .light h2 a {
        color: #3c5b76; }
        html body .block.light h2 a:hover, html body .block .light h2 a:hover {
          color: #3a969a; }
    html body .block.light h3, html body .block .light h3 {
      color: #3c5b76; }
      html body .block.light h3 a, html body .block .light h3 a {
        color: #3c5b76; }
        html body .block.light h3 a:hover, html body .block .light h3 a:hover {
          color: #3a969a; }
    html body .block.light h4, html body .block .light h4 {
      color: #3a969a; }
    html body .block.light h5, html body .block .light h5 {
      color: #3a969a; }
    html body .block.light h6, html body .block .light h6 {
      color: #3a969a; }
    html body .block.light p, html body .block .light p {
      color: #3c5b76; }
    html body .block.light a, html body .block .light a {
      color: #3a969a; }
      html body .block.light a:hover, html body .block .light a:hover {
        color: #f58153; }
      html body .block.light a.button, html body .block .light a.button {
        color: white; }
        html body .block.light a.button.primary, html body .block .light a.button.primary {
          background-color: #3a969a;
          color: white; }
          html body .block.light a.button.primary:hover, html body .block .light a.button.primary:hover {
            color: white;
            background-color: #f58153; }
        html body .block.light a.button.secondary, html body .block .light a.button.secondary {
          background-color: #3c5b76;
          color: white; }
          html body .block.light a.button.secondary:hover, html body .block .light a.button.secondary:hover {
            color: white;
            background-color: #f58153; }
        html body .block.light a.button.tertiary, html body .block .light a.button.tertiary {
          background-color: #7bafd4;
          color: white; }
          html body .block.light a.button.tertiary:hover, html body .block .light a.button.tertiary:hover {
            color: white;
            background-color: #f58153; }
        html body .block.light a.button.accent, html body .block .light a.button.accent {
          background-color: #f58153;
          color: white; }
          html body .block.light a.button.accent:hover, html body .block .light a.button.accent:hover {
            color: white;
            background-color: #3c5b76; }
        html body .block.light a.button.outline, html body .block .light a.button.outline {
          border: 1px solid white; }
          html body .block.light a.button.outline:hover, html body .block .light a.button.outline:hover {
            color: white;
            border: 1px solid #f58153;
            background-color: #f58153; }
    html body .block.light form button[type=submit], html body .block .light form button[type=submit] {
      background-color: #3a969a !important;
      color: white !important; }
      html body .block.light form button[type=submit]:hover, html body .block .light form button[type=submit]:hover {
        background-color: #f58153 !important;
        color: white !important; }
  html body .block.dark h1, html body .block .dark h1 {
    color: white; }
    html body .block.dark h1 a, html body .block .dark h1 a {
      color: white; }
      html body .block.dark h1 a:hover, html body .block .dark h1 a:hover {
        color: #f58153; }
  html body .block.dark h2, html body .block .dark h2 {
    color: white; }
    html body .block.dark h2 a, html body .block .dark h2 a {
      color: white; }
      html body .block.dark h2 a:hover, html body .block .dark h2 a:hover {
        color: #f58153; }
  html body .block.dark h3, html body .block .dark h3 {
    color: white; }
    html body .block.dark h3 a, html body .block .dark h3 a {
      color: white; }
      html body .block.dark h3 a:hover, html body .block .dark h3 a:hover {
        color: #f58153; }
  html body .block.dark h4, html body .block .dark h4 {
    color: white; }
  html body .block.dark h5, html body .block .dark h5 {
    color: white; }
  html body .block.dark h6, html body .block .dark h6 {
    color: white; }
  html body .block.dark p, html body .block .dark p {
    color: white; }
  html body .block.dark a, html body .block .dark a {
    color: white; }
    html body .block.dark a:hover, html body .block .dark a:hover {
      color: #f58153; }
    html body .block.dark a.button, html body .block .dark a.button {
      color: #3c5b76; }
      html body .block.dark a.button.primary, html body .block .dark a.button.primary {
        background-color: #f58153;
        color: white; }
        html body .block.dark a.button.primary:hover, html body .block .dark a.button.primary:hover {
          color: white;
          background-color: black; }
      html body .block.dark a.button.secondary, html body .block .dark a.button.secondary {
        background-color: #f58153;
        color: white; }
        html body .block.dark a.button.secondary:hover, html body .block .dark a.button.secondary:hover {
          color: white;
          background-color: black; }
      html body .block.dark a.button.tertiary, html body .block .dark a.button.tertiary {
        background-color: white;
        color: #7bafd4; }
        html body .block.dark a.button.tertiary:hover, html body .block .dark a.button.tertiary:hover {
          color: #f58153;
          background-color: white; }
      html body .block.dark a.button.accent, html body .block .dark a.button.accent {
        background-color: #f58153;
        color: white; }
        html body .block.dark a.button.accent:hover, html body .block .dark a.button.accent:hover {
          color: white;
          background-color: #3c5b76; }
      html body .block.dark a.button.outline, html body .block .dark a.button.outline {
        border: 1px solid white; }
        html body .block.dark a.button.outline:hover, html body .block .dark a.button.outline:hover {
          color: white;
          border: 1px solid #f58153;
          background-color: #f58153; }
  html body .block.dark form button[type=submit], html body .block .dark form button[type=submit] {
    background-color: #f58153 !important;
    color: white !important; }
    html body .block.dark form button[type=submit]:hover, html body .block .dark form button[type=submit]:hover {
      color: white !important;
      background-color: black !important; }
  html body h1 {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.1; }
  @media (max-width: 767.98px) {
    html body h1 {
      font-size: 36px; } }
  html body h1 sup {
    top: -1.1em;
    font-size: 40%; }
  html body h2 {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.1; }
  @media (max-width: 767.98px) {
    html body h2 {
      font-size: 32px; } }
  html body h2 sup {
    top: -1.1em;
    font-size: 40%; }
  html body h3 {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.1; }
  @media (max-width: 767.98px) {
    html body h3 {
      font-size: 24px; } }
  html body h3 sup {
    top: -1.1em;
    font-size: 40%; }
  html body h3 a {
    color: #3a969a; }
    html body h3 a:hover {
      color: #3c5b76;
      text-decoration: none; }
  html body h4 {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 22px;
    text-transform: uppercase; }
  @media (max-width: 767.98px) {
    html body h4 {
      font-size: 20px; } }
  html body h4 sup {
    top: -1.1em;
    font-size: 40%; }
  html body h5 {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase; }
  @media (max-width: 767.98px) {
    html body h5 {
      font-size: 18px; } }
  html body h5 sup {
    top: -1.1em;
    font-size: 40%; }
  html body h6 {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase; }
  @media (max-width: 767.98px) {
    html body h6 {
      font-size: 18px; } }
  html body h6 sup {
    top: -1.1em;
    font-size: 40%; }
  html body p {
    font-size: 16px; }
    html body p:last-child {
      margin-bottom: 6px; }
    html body p.intro, html body p .intro {
      font-size: 20px; }
    html body p.caption, html body p .caption {
      font-size: 14px;
      font-style: italic; }
    html body p.button-container {
      margin-bottom: 0px; }
    html body p + ul {
      margin-top: 8px; }
  html body .block.below p:last-child {
    margin-bottom: 18px !important; }
  html body ul {
    margin-bottom: 30px; }
    html body ul li {
      page-break-inside: avoid;
      break-inside: avoid-column; }
      html body ul li ul {
        margin-top: 3px;
        margin-bottom: 6px; }
  html body h1 + p, html body h2 + p, html body h3 + p, html body h4 + p, html body h5 + p, html body h6 + p {
    margin-top: 18px; }
  html body p + h1, html body p + h2, html body p + h3, html body p + h4, html body p + h5, html body p + h6 {
    margin-top: 36px; }
    html body a[href^="tel:"], html body a[href^="mailto:"] {
      white-space: nowrap; }
    html body a:hover {
      text-decoration: underline; }
    html body a.button {
      display: inline-block;
      text-decoration: none;
      margin: 12px 8px 0px 0px;
      color: white;
      line-height: 1.1; }
      html body a.button:only-of-type {
        margin: 12px 0px 0px 0px; }
      html body a.button:last-of-type {
        margin: 12px 0px 0px 0px; }
      html body a.button:hover {
        text-decoration: none; }
      html body a.button.small {
        font-size: 14px;
        padding: 5px 14px;
        border-radius: 20px; }
      html body a.button.medium {
        font-size: 16px;
        padding: 8px 20px;
        border-radius: 20px; }
      html body a.button.primary {
        background-color: #3a969a;
        color: white; }
        html body a.button.primary:hover {
          color: white;
          background-color: #f58153; }
      html body a.button.secondary {
        background-color: #3c5b76;
        color: white; }
        html body a.button.secondary:hover {
          color: white;
          background-color: #f58153; }
      html body a.button.tertiary {
        background-color: #7bafd4;
        color: white; }
        html body a.button.tertiary:hover {
          color: white;
          background-color: #f58153; }
      html body a.button.accent {
        background-color: #f58153;
        color: white; }
        html body a.button.accent:hover {
          color: white;
          background-color: #3c5b76; }
      html body a.button.outline {
        border: 1px solid white; }
        html body a.button.outline:hover {
          color: white;
          border: 1px solid #f58153;
          background-color: #f58153; }
  html body form {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    color: black !important; }
    html body form button[type=submit] {
      display: inline-block !important;
      text-decoration: none !important;
      margin: 12px 4px 0px 4px !important;
      font-size: 16px !important;
      padding: 8px 20px !important;
      border-radius: 20px !important; }
      html body form button[type=submit]:hover {
        text-decoration: none !important; }
html .pop-overlay {
  background-color: rgba(0, 0, 0, 0.92); }
  html .pop-overlay .pop-modal {
    background-color: white;
    padding: 60px 50px;
    min-height: 65vh;
    max-height: 90vh;
    margin-top: 6vh;
    margin-bottom: 6vh;
    width: 80vw;
    max-width: 1140px; }
    html .pop-overlay .pop-modal .pop-close {
      top: 20px;
      right: 20px; }
      html .pop-overlay .pop-modal .pop-close img {
        height: 32px;
        width: 32px; }

footer .footer-container .container-xl {
  padding: 0px; }
footer .footer-container .content {
  background-color: #26353F;
  color: white;
  padding-top: 52px;
  padding-bottom: 48.75px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); }
  footer .footer-container .content ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 0px; }
    footer .footer-container .content .address .branding {
      margin-bottom: 25px; }
      footer .footer-container .content .address .branding img {
        height: 45px;
        width: auto; }
      @media (max-width: 767.98px) {
        footer .footer-container .content .address .branding {
          display: inline-block;
          vertical-align: top;
          width: 48%; } }
    @media (max-width: 767.98px) {
      footer .footer-container .content .address .address-container {
        display: inline-block;
        vertical-align: top;
        width: 50%; } }
    footer .footer-container .content .address .address-container p {
      margin-bottom: 0px;
      line-height: 1.3;
      font-size: 14px; }
      footer .footer-container .content .address .address-container p.phone a {
        font-weight: 700; }
      footer .footer-container .content .address .address-container p.phone, footer .footer-container .content .address .address-container p.email {
        margin-top: 10px; }
        footer .footer-container .content .address .address-container p.phone a, footer .footer-container .content .address .address-container p.email a {
          color: white; }
          footer .footer-container .content .address .address-container p.phone a:hover, footer .footer-container .content .address .address-container p.email a:hover {
            text-decoration: underline; }
      footer .footer-container .content .address .address-container p.email {
        margin-top: 0px; }
  footer .footer-container .content .social {
    margin-top: 25px; }
    footer .footer-container .content .social ul {
      list-style: none;
      margin: 0px;
      padding: 0px 0px 0px 0px; }
      footer .footer-container .content .social ul li {
        display: inline-block;
        margin-right: 8px; }
        footer .footer-container .content .social ul li a svg {
          fill: white; }
          footer .footer-container .content .social ul li a:hover svg {
            fill: #17a2b8; }
  footer .footer-container .content .navigation {
    font-size: 0px;
    text-align: right; }
  @media (max-width: 767.98px) {
    footer .footer-container .content .navigation {
      text-align: left; } }
  footer .footer-container .content .navigation h2 {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #3c5b76;
    margin-top: 6px;
    margin-bottom: 14px;
    text-align: left; }
  @media (max-width: 991.98px) {
    footer .footer-container .content .navigation h2 {
      font-size: 15px; } }
  footer .footer-container .content .navigation ul {
    list-style: none;
    margin: 0px;
    text-align: left; }
    footer .footer-container .content .navigation ul li {
      display: block;
      font-size: 15px;
      font-weight: 400;
      text-transform: none;
      padding: 0px;
      line-height: 1.3;
      margin: 0px 0px 9px 0px; }
    @media (max-width: 991.98px) {
      footer .footer-container .content .navigation ul li {
        font-size: 14px; } }
    footer .footer-container .content .navigation ul li a {
      color: white;
      padding: 0px; }
      footer .footer-container .content .navigation ul li a:hover {
        text-decoration: underline; }
    footer .footer-container .content .navigation ul li.phone a {
      font-weight: 700;
      color: white; }
      footer .footer-container .content .navigation ul li.phone a:hover {
        text-decoration: underline; }
  footer .footer-container .content .navigation .nav-container {
    width: 100%;
    text-align: right; }
    footer .footer-container .content .navigation .nav-container ul {
      text-align: right;
      list-style: none;
      margin: 0px;
      padding: 0px; }
    @media (max-width: 991.98px) {
      footer .footer-container .content .navigation .nav-container ul {
        margin: 70px 0px 50px 0px; } }
  @media (max-width: 767.98px) {
    footer .footer-container .content .navigation .nav-container ul {
      margin: 0px 0px 50px 0px;
      text-align: left; } }
  footer .footer-container .content .navigation .nav-container ul li {
    display: inline-block;
    font-family: 'Nunito Sans', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em;
    margin: 0px 15px; }
    footer .footer-container .content .navigation .nav-container ul li:last-child {
      margin-right: 0px; }
    footer .footer-container .content .navigation .nav-container ul li:first-child {
      margin-left: 0px; }
      footer .footer-container .content .navigation .nav-container ul li.current a {
        border-bottom: 1px solid white; }
    footer .footer-container .content .navigation .nav-container ul li a {
      color: white;
      padding-bottom: 3px; }
      footer .footer-container .content .navigation .nav-container ul li a:hover {
        color: white;
        text-decoration: none;
        border-bottom: 1px solid white; }
  footer .footer-container .content .copyright {
    margin-top: 20px; }
  @media (min-width: 768px) {
    footer .footer-container .content .copyright {
      position: absolute;
      bottom: 0px;
      right: 15px; } }
@media (max-width: 575.98px) {
  footer .footer-container .content .copyright .copyright-container {
    margin-top: 30px; } }
footer .footer-container .content .copyright p {
  color: #8e8e8e;
  font-size: 12px;
  margin-bottom: 8px; }
  footer .footer-container .content .copyright p:last-of-type {
    margin-bottom: 0px; }
  footer .footer-container .content .copyright p a {
    color: #4a85af;
    text-decoration: underline; }
    footer .footer-container .content .copyright p a:hover {
      color: white; }

body.post .block.block-text, body.post .block.block-textimage {
  padding-top: 48.75px;
  padding-bottom: 48.75px; }
  body.post .block.block-text + .block-textimage .container .row .text-col, body.post .block.block-textimage + .block-textimage .container .row .text-col {
    padding-top: 0px;
    padding-bottom: 48.75px;
    justify-content: flex-start; }
    body.post .block.block-text + .block-textimage .container .row .image-col .image-container, body.post .block.block-textimage + .block-textimage .container .row .image-col .image-container {
      margin-top: 0px;
      margin-bottom: 55.25px; }
    body.post .block.block-text + .block-textimage .container .row .image-col .caption, body.post .block.block-textimage + .block-textimage .container .row .image-col .caption {
      margin-bottom: 55.25px !important; }
@media (min-width: 992px) {
  body.post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 {
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important; }
    body.post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 .image-container {
      height: auto;
      margin-bottom: 48.75px; } }
@media (max-width: 991.98px) {
  body.post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 .image-container {
    height: 225px; }
    body.post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 .image-container img {
      object-position: center center; } }
body.post .block.block-textimage.image-right:first-child .container .row .image-col.col-lg-5 .image-container img {
  object-fit: contain; }
@media (min-width: 992px) {
  body.post .block.block-textimage.image-right:first-child .container .row .text-col.col-lg-7 {
    padding-right: 0px !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    max-width: 70% !important; } }
@media (max-width: 991.98px) {
  body.post .block.block-textimage.image-right:first-child .container .row .text-col.col-lg-7 {
    padding-top: 42.25px; } }
body.post .block.block-textimage + .block-text {
  padding-top: 0px; }
body.post .block.block-fullimage {
  padding-top: 0px;
  padding-bottom: 48.75px; }
  body.post .block.block-fullimage:not(.captioned) + .block-gallery {
    margin-top: -32.75px; }
body.post .block.block-fullimage.captioned .caption-container {
  margin-bottom: 0px; }
body.post .block.block-fullimage + .block-text {
  padding-top: 0px; }
  body.post .block.block-fullimage + .block-textimage .container .row .text-col {
    padding-top: 15px;
    padding-bottom: 48.75px;
    justify-content: flex-start; }
    body.post .block.block-fullimage + .block-textimage .container .row .image-col .image-container {
      margin-top: 15px;
      margin-bottom: 55.25px; }
body.post .block.block-pullquote.padded {
  padding-top: 55.25px;
  padding-bottom: 55.25px; }
body.post h1 + h3 {
  margin-top: 12px; }

pre {
  margin: 0px 0px 0px 35px !important;
  font-size: 10px !important; }
  pre:first-of-type {
    margin-top: 20px !important; }
  pre:last-of-type {
    margin-bottom: 20px !important; }

html body {
  font-family: Arial, Helvetica, sans-serif;
  position: relative; }
  html body.no-scroll {
    overflow: hidden; }
  html body .vert-center {
    display: -webkit-flex;
    /* Safari */
    -webkit-justify-content: center;
    /* Safari */
    display: flex;
    justify-content: center;
    align-items: center; }
  html body .content {
    padding: 0px; }
  html body .container {
    padding: 0px 30px;
    position: relative; }
  @media (min-width: 1200px) {
    html body .container {
      padding: 0px 60px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body .container {
    padding: 0px 30px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  html body .container {
    padding: 0px 25px; } }
@media (max-width: 359.98px) {
  html body .container {
    padding: 0px 20px; } }
html body .blocks-wrapper .block {
  background-color: unset !important; }
  html body .blocks-wrapper .block.padded {
    padding-top: 39px;
    padding-bottom: 39px; }
  html body .blocks-wrapper .block .container {
    padding-left: 15px;
    padding-right: 15px; }
html body .block.padded {
  padding-top: 65px;
  padding-bottom: 65px; }
@media (max-width: 575.98px) {
  html body .block.padded {
    padding-top: 12vw;
    padding-bottom: 12vw; } }
html body .block.padded.above {
  padding-top: 0px !important;
  margin-top: -32.5px; }
@media (max-width: 575.98px) {
  html body .block.padded.above {
    margin-top: -6vw; } }
html body .block.padded.below {
  padding-bottom: 0px !important;
  margin-bottom: -32.5px; }
@media (max-width: 575.98px) {
  html body .block.padded.below {
    margin-bottom: -6vw; } }
html body .block.padded.below.has-buttons {
  margin-bottom: 0px !important; }
@media (max-width: 991.98px) {
  html body .block.full .container, html body .block.controlled .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px auto; } }
html body .block.left {
  text-align: left; }
html body .block.center {
  text-align: center; }
  html body .block.center ul {
    text-align: center;
    list-style-position: inside;
    padding: 0px; }
html body .block.right {
  text-align: right; }
  html body .block.right ul {
    text-align: right;
    list-style-position: inside; }
html body .block.bkgnd-white, html body .block .bkgnd-white {
  background-color: white; }
html body .block.bkgnd-light, html body .block .bkgnd-light {
  background-color: #f5f5f5; }
html body .block.bkgnd-light2, html body .block .bkgnd-light2 {
  background-color: #f5f5f5; }
html body .block.bkgnd-primary, html body .block .bkgnd-primary {
  background-color: #3a969a; }
html body .block.bkgnd-secondary, html body .block .bkgnd-secondary {
  background-color: #3c5b76; }
html body .block.bkgnd-tertiary, html body .block .bkgnd-tertiary {
  background-color: #7bafd4; }
html body .block.bkgnd-accent, html body .block .bkgnd-accent {
  background-color: #f58153; }
@media only screen and (max-width: 600px) {
  html body #wpadminbar {
    top: -46px; } }
html body.dev-env:before {
  content: "00";
  color: white;
  position: absolute;
  top: 2px;
  left: 5px;
  z-index: 100;
  line-height: 1;
  font-size: 12px;
  content: "xxs"; }
@media (min-width: 360px) {
  html body.dev-env:before {
    content: "xs"; } }
@media (min-width: 576px) {
  html body.dev-env:before {
    content: "sm"; } }
@media (min-width: 768px) {
  html body.dev-env:before {
    content: "md"; } }
@media (min-width: 992px) {
  html body.dev-env:before {
    content: "lg"; } }
@media (min-width: 1200px) {
  html body.dev-env:before {
    content: "xl"; } }
html .pop-overlay {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 50;
  display: none; }
  html .pop-overlay .pop-modal {
    position: relative;
    display: block; }
    html .pop-overlay .pop-modal .pop-close {
      position: absolute;
      cursor: pointer; }
html .nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background-color: rgba(0, 0, 0, 0.92) !important; }
  html .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-wrap {
    left: 10vw !important;
    right: 10vw !important;
    height: calc(80vw * .5625) !important;
    top: calc((100% - (80vw * .5625))/2) !important;
    bottom: unset !important; }

.block-accordion {
  padding-bottom: 81.25px; }
@media (max-width: 991.98px) {
  .block-accordion .hidden-mobile {
    display: none !important; } }
@media (min-width: 992px) {
  .block-accordion .hidden-desktop {
    display: none !important; } }
.block-accordion.cols-2 .accordion-container.open .category {
  opacity: 0.25; }
.block-accordion .category {
  transition: opacity 0.5s ease; }
  .block-accordion .category.open {
    opacity: 1 !important; }
    .block-accordion .category.open .tab h4:after {
      content: ""; }
  .block-accordion .category .tab {
    border-bottom: 1px solid #3c5b76;
    padding: 20px 0px;
    cursor: pointer;
    height: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    align-items: center; }
    .block-accordion .category .tab h4 {
      position: relative;
      line-height: 1;
      margin: 0px;
      padding-right: 50px;
      width: 100%; }
      .block-accordion .category .tab h4:hover {
        color: #3c5b76; }
      .block-accordion .category .tab h4:after {
        position: absolute;
        font-family: typicons !important;
        content: "";
        top: 0px;
        right: 20px;
        margin-left: 6px; }
.block-accordion .category-detail {
  display: none; }
  .block-accordion .category-detail.init.open {
    display: block; }
  .block-accordion .category-detail .subcategories-container {
    border-top: 1px solid #3c5b76;
    margin-top: -1px;
    margin-bottom: 20px; }
    .block-accordion .category-detail .subcategories-container .subcategory {
      border-top: 1px solid #3c5b76;
      margin: -1px 15px 0px 15px; }
      .block-accordion .category-detail .subcategories-container .subcategory.open .tab h4:before {
        content: ""; }
      .block-accordion .category-detail .subcategories-container .subcategory .tab {
        border-bottom: 1px solid #3c5b76;
        padding: 20px 0px;
        cursor: pointer;
        height: 100%;
        display: -webkit-flex;
        /* Safari */
        display: flex;
        align-items: center; }
        .block-accordion .category-detail .subcategories-container .subcategory .tab h4 {
          position: relative;
          line-height: 1;
          margin: 0px;
          padding-left: 40px;
          width: 100%;
          text-transform: capitalize;
          font-size: 108%;
          color: #3c5b76; }
          .block-accordion .category-detail .subcategories-container .subcategory .tab h4:hover {
            color: #3a969a; }
          .block-accordion .category-detail .subcategories-container .subcategory .tab h4:before {
            position: absolute;
            font-family: typicons !important;
            content: "";
            top: 0px;
            left: 15px;
            margin-right: 6px; }
      .block-accordion .category-detail .subcategories-container .subcategory .subcategory-detail {
        display: none; }
  .block-accordion .category-detail .blocks-wrapper {
    border-top: 1px solid #3c5b76;
    border-bottom: 1px solid #3c5b76;
    margin-top: -1px; }

.block-bio.light .bio-col .person-container p.title {
  color: #3a969a; }
.block-bio.dark .bio-col .person-container p.title {
  color: white; }
.block-bio .bio-col {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
@media (min-width: 768px) {
  .block-bio .bio-col {
    padding-left: 40px; } }
.block-bio .bio-col .person-container {
  margin-bottom: 15px; }
  .block-bio .bio-col .person-container h3 {
    display: inline-block;
    margin-right: 9px; }
  .block-bio .bio-col .person-container p.title {
    display: inline-block;
    font-size: 22px;
    font-style: italic;
    margin-top: 0px; }
.block-bio .bio-col p.read-more {
  display: block !important;
  margin-top: 8px; }
  .block-bio .bio-col p.read-more a {
    font-size: 14px; }
    .block-bio .bio-col p.read-more a:after {
      display: inline-block;
      position: relative;
      font-family: typicons !important;
      content: "";
      top: 1px;
      margin-left: 6px; }
      .block-bio .bio-col p.read-more a.open:after {
        content: ""; }
.block-bio .bio-col .bio-container.read-more {
  max-height: 280px;
  position: relative;
  overflow: hidden;
  transition: max-height 2s ease-out, height 0.3s ease-out; }
  .block-bio .bio-col .bio-container.read-more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0px;
    left: 0px;
    background-repeat: repeat-x;
    transition: opacity 0.3s;
    opacity: 1; }
  .block-bio .bio-col .bio-container.read-more.open {
    max-height: 2000px; }
    .block-bio .bio-col .bio-container.read-more.open:after {
      opacity: 0; }
  .block-bio .bio-col .bio-container.read-more.bkgnd-light:after {
    background-image: url("images/mask_bottom_light.png"); }
.block-bio .bio-col .bio-container.read-more.bkgnd-white:after {
  background-image: url("images/mask_bottom_white.png"); }
.block-bio .bio-col .bio-container.read-more.bkgnd-primary:after {
  background-image: url("images/mask_bottom_primary.png"); }
.block-bio .bio-col .bio-container.read-more.bkgnd-secondary:after {
  background-image: url("images/mask_bottom_secondary.png"); }
.block-bio .bio-col .bio-container > .read-more {
  display: none;
  margin-bottom: 20px; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-buttons .buttons .button {
  margin-top: 0px; }

.block-contactform .form-col .frm_forms form {
  padding-top: 15px; }
  .block-contactform .form-col .frm_forms form label.frm_primary_label {
    /*display: none !important;*/ }
  .block-contactform .form-col .frm_forms form input, .block-contactform .form-col .frm_forms form select, .block-contactform .form-col .frm_forms form textarea {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    border-radius: 0px !important;
    border: none;
    box-shadow: 0px 0px 0px 0px !important; }
    .block-contactform .form-col .frm_forms form .frm_blank_field input, .block-contactform .form-col .frm_forms form .frm_blank_field select, .block-contactform .form-col .frm_forms form .frm_blank_field textarea {
      border: 0 !important;
      border-bottom: 2px solid #B94A48 !important; }
      .block-contactform .form-col .frm_forms form .frm_blank_field input:focus, .block-contactform .form-col .frm_forms form .frm_blank_field select:focus, .block-contactform .form-col .frm_forms form .frm_blank_field textarea:focus {
        border: 0 !important;
        border-bottom: 2px solid #B94A48 !important; }
  .block-contactform .form-col .frm_forms form .frm_error {
    margin-top: 6px;
    font-style: italic; }
    .block-contactform .form-col .frm_forms form .frm_submit button {
      font-family: Arial, Helvetica, sans-serif;
      line-height: 24px; }
.block-contactform .map-col #map {
  font-size: 0px; }
  .block-contactform .map-col #map iframe {
    height: 450px;
    min-height: 400px;
    width: 100%;
    border: none; }
.block-contactform .info-map #map {
  font-size: 0px; }
  .block-contactform .info-map #map iframe {
    width: 100%;
    border: none; }
  @media (min-width: 1200px) {
    .block-contactform .info-map #map iframe {
      height: 360px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform .info-map #map iframe {
    height: 320px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform .info-map #map iframe {
    height: 300px; } }
@media (max-width: 767.98px) {
  .block-contactform .info-map #map iframe {
    height: 360px; } }
.block-contactform .info-col {
  padding-top: 15px; }
@media (max-width: 767.98px) {
  .block-contactform .info-col {
    padding-top: 40px; } }
.block-contactform .info-col .info {
  height: 100%; }
@media (max-width: 767.98px) {
  .block-contactform .info-col .info {
    border: none;
    padding-left: 0px; } }
.block-contactform .info-col .info h4 {
  margin-bottom: 15px; }
@media (max-width: 767.98px) {
  .block-contactform .info-col .info h4 {
    padding-right: 0px; } }
.block-contactform .info-col .info p {
  position: relative;
  margin-bottom: 25px; }
  .block-contactform .info-col .info p.icon {
    padding-left: 35px;
    margin-bottom: 16px; }
  .block-contactform .info-col .info p:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 1px;
    left: 0px; }
    .block-contactform .info-col .info p.phone:before {
      background-image: url(images/icon_phone.png); }
  .block-contactform .info-col .info p.fax:before {
    background-image: url(images/icon_fax.png); }
.block-contactform .info-col .info p.email:before {
  background-image: url(images/icon_email.png); }
.block-contactform .info-col .info p.address:before {
  background-image: url(images/icon_address.png); }
.block-contactform.info .info-col .info {
  padding-left: 30px;
  border-left: 1px solid #3a969a; }
.block-contactform.info-map .info-col .info {
  height: unset !important;
  margin-bottom: 65px; }
.block-contactform.map .info-col .info {
  padding-bottom: 65px; }
@media (min-width: 768px) {
  .block-contactform.map .info-col .info {
    padding-top: 65px; } }
.block-contactform.map.map-left .info-col .info {
  padding-left: 30px; }
.block-contactform.map.fill-column {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .block-contactform.map.fill-column .container {
    padding: 0px;
    max-width: unset !important; }
  @media (min-width: 768px) {
    .block-contactform.map.fill-column .container .info-col .info {
      padding-top: 65px;
      padding-bottom: 65px; } }
@media (min-width: 576px) {
  .block-contactform.map.fill-column .container .info-col .info {
    width: 540px;
    max-width: 540px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px auto; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-contactform.map.fill-column .container .info-col .info {
    width: 100vw;
    max-width: 100vw;
    padding-left: 25px;
    padding-right: 25px; } }
@media (max-width: 359.98px) {
  .block-contactform.map.fill-column .container .info-col .info {
    width: 100vw;
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-5 .info {
    width: 475px;
    max-width: 475px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-5 .info {
    width: 400px;
    max-width: 400px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-5 .info {
    width: 300px;
    max-width: 300px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-6 .info {
    width: 570px;
    max-width: 570px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-6 .info {
    width: 480px;
    max-width: 480px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-6 .info {
    width: 360px;
    max-width: 360px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-7 .info {
    width: 665px;
    max-width: 665px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-7 .info {
    width: 560px;
    max-width: 560px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-md-7 .info {
    width: 420px;
    max-width: 420px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) {
  .block-contactform.map.fill-column.map-right .container .info-col {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 992px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-4 .info {
    width: 380px;
    max-width: 380px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-4 .info {
    width: 320px;
    max-width: 320px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-4 .info {
    width: 240px;
    max-width: 240px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-6 .info {
    width: 570px;
    max-width: 570px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-6 .info {
    width: 480px;
    max-width: 480px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-6 .info {
    width: 360px;
    max-width: 360px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 1200px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-8 .info {
    width: 760px;
    max-width: 760px;
    padding-left: 60px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-8 .info {
    width: 640px;
    max-width: 640px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991.98px) {
  .block-contactform.map.fill-column.map-right .container .info-col.col-lg-8 .info {
    width: 480px;
    max-width: 480px;
    padding-left: 30px;
    margin: 0px 0px 0px auto; } }
.block-contactform.map.fill-column.map-left .container .info-col .info {
  padding-right: 30px; }
@media (min-width: 1200px) {
  .block-contactform.map.fill-column.map-left .container .info-col .info {
    padding-right: 60px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-contactform.map.fill-column.map-left .container .info-col .info {
    padding-right: 30px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-contactform.map.fill-column.map-left .container .info-col .info {
    padding-right: 25px; } }
@media (max-width: 359.98px) {
  .block-contactform.map.fill-column.map-left .container .info-col .info {
    padding-right: 20px; } }
.block-contactform.bkgnd-white .form-col .frm_forms form input, .block-contactform.bkgnd-white .form-col .frm_forms form select, .block-contactform.bkgnd-white .form-col .frm_forms form textarea {
  background-color: #f1f2f2; }
  .block-contactform.bkgnd-white .form-col .frm_forms form input:focus, .block-contactform.bkgnd-white .form-col .frm_forms form select:focus, .block-contactform.bkgnd-white .form-col .frm_forms form textarea:focus {
    background-color: #f1f2f2 !important; }
.block-contactform.bkgnd-light .form-col .frm_forms form input, .block-contactform.bkgnd-light .form-col .frm_forms form select, .block-contactform.bkgnd-light .form-col .frm_forms form textarea {
  background-color: white; }
  .block-contactform.bkgnd-light .form-col .frm_forms form input:focus, .block-contactform.bkgnd-light .form-col .frm_forms form select:focus, .block-contactform.bkgnd-light .form-col .frm_forms form textarea:focus {
    background-color: white !important; }

.block-fullimage.carousel.full-width {
  font-size: 0px; }
  .block-fullimage.carousel.full-width .slides {
    z-index: 2; }
    .block-fullimage.carousel.full-width .slides .slide img {
      max-height: 800px;
      width: 100% !important;
      object-fit: cover;
      object-position: center center; }
  .block-fullimage.carousel.full-width .dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 5; }
    .block-fullimage.carousel.full-width .dots ul.slick-dots {
      text-align: center;
      margin: 0px auto;
      padding: 0px 0px 10px 0px;
      list-style: none;
      position: relative; }
      .block-fullimage.carousel.full-width .dots ul.slick-dots li {
        margin: 0px 6px;
        padding: 0px;
        display: inline-block;
        height: 8px;
        width: 8px;
        border-radius: 8px;
        cursor: pointer;
        background-color: white;
        opacity: 0.35; }
        .block-fullimage.carousel.full-width .dots ul.slick-dots li.slick-active {
          opacity: 1; }
        .block-fullimage.carousel.full-width .dots ul.slick-dots li button {
          display: none !important; }
        .block-fullimage.carousel.full-width .dots ul.slick-dots li:before {
          display: none; }
.block-fullimage.image.full-width {
  max-height: 800px;
  overflow: hidden; }
  .block-fullimage.image.full-width img {
    max-height: 800px;
    width: 100% !important;
    object-fit: cover;
    object-position: center center; }
.block-fullimage.image.scale img {
  max-width: 100% !important;
  height: auto !important;
  min-height: unset !important; }
@media (max-width: 767.98px) {
  .block-fullimage.image img {
    height: 480px !important;
    object-fit: cover;
    object-position: center center; } }
@media (max-width: 575.98px) {
  .block-fullimage.image img {
    height: 86.7vw !important;
    object-fit: cover;
    object-position: center center; } }
.block-fullimage.text {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
@media (max-width: 575.98px) {
  .block-fullimage.text {
    padding-top: 12vw;
    padding-bottom: 12vw; }
    .block-fullimage.text .text-container {
      width: 100%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-fullimage.text {
    padding-top: 65px;
    padding-bottom: 65px; }
    .block-fullimage.text .text-container {
      width: 100%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-fullimage.text {
    padding-top: 97.5px;
    padding-bottom: 97.5px; }
    .block-fullimage.text .text-container {
      width: 100%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-fullimage.text {
    padding-top: 130px;
    padding-bottom: 130px; }
    .block-fullimage.text .text-container {
      width: 85%; } }
@media (min-width: 1200px) {
  .block-fullimage.text {
    padding-top: 130px;
    padding-bottom: 130px; }
    .block-fullimage.text .text-container {
      width: 75%; } }
.block-fullimage.text .text-container {
  padding: 65px;
  margin: 0px auto; }
@media (max-width: 575.98px) {
  .block-fullimage.text .text-container {
    padding: 12vw; } }
.block-fullimage.text .text-container.bkgnd-white {
  background-color: white; }
.block-fullimage.text .text-container.bkgnd-light {
  background-color: #f5f5f5; }
.block-fullimage.text .text-container.bkgnd-light2 {
  background-color: #f5f5f5; }
.block-fullimage.text .text-container.bkgnd-primary {
  background-color: #3a969a; }
.block-fullimage.text .text-container.bkgnd-secondary {
  background-color: #3c5b76; }
.block-fullimage.video .video-container.oembed {
  position: relative;
  width: 100%;
  overflow: hidden; }
@media (max-width: 575.98px) {
  .block-fullimage.video .video-container.oembed {
    height: calc((100vw - 60px) * .5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-fullimage.video .video-container.oembed {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-fullimage.video .video-container.oembed {
    height: 371.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-fullimage.video .video-container.oembed {
    height: 506.25px; } }
@media (min-width: 1200px) {
  .block-fullimage.video .video-container.oembed {
    height: 573.75px; } }
.block-fullimage.video .video-container.oembed iframe {
  height: 100%;
  width: 100%; }
.block-fullimage.video .video-container.lightbox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .block-fullimage.video .video-container.lightbox .play-button {
    position: absolute;
    width: 20%; }
.block-fullimage .caption-container {
  padding-top: 14px;
  margin-bottom: 30px; }
.block-fullimage + .block.padded.above {
  margin-top: -20px !important; }

.block-hero {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10;
  height: 520px;
  overflow: hidden; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-hero {
    height: 480px; } }
@media (max-width: 767.98px) {
  .block-hero {
    max-height: 450px;
    height: 85vw; } }
.block-hero.left .title-container .row {
  justify-content: flex-start !important; }
.block-hero.center .title-container .row {
  justify-content: center !important; }
.block-hero.right .title-container .row {
  justify-content: flex-end !important; }
.block-hero.image.top {
  background-position: top center; }
.block-hero.image.middle {
  background-position: center center; }
.block-hero.image.bottom {
  background-position: bottom center; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-hero.marquee.video {
    height: 55vw;
    max-height: 480px; } }
@media (max-width: 767.98px) {
  .block-hero.marquee.video {
    max-height: 440px; } }
.block-hero.marquee.video .video-container {
  overflow: hidden;
  position: relative; }
  .block-hero.marquee.video .video-container video {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px; }
  @media (max-width: 767.98px) {
    .block-hero.marquee.video .video-container video {
      top: 0px;
      height: 100%;
      width: auto;
      max-height: 600px;
      min-height: 100%;
      min-width: 100%; } }
.block-hero.marquee.video .title-container {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%; }
  .block-hero.marquee.video .title-container .container {
    height: 100%; }
    .block-hero.marquee.video .title-container .container .row {
      height: 100%; }
.block-hero.marquee .title {
  justify-content: center; }
  .block-hero.marquee .title .text-container {
    margin-top: 25%; }
.block-hero.page {
  height: 300px; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-hero.page {
    height: 280px; } }
@media (max-width: 767.98px) {
  .block-hero.page {
    max-height: 280px;
    height: 45vw; } }
.block-hero.page .title {
  justify-content: flex-end; }
  .block-hero.page .title .text-container {
    margin-bottom: 45px; }
.block-hero.carousel .slides .slide {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 520px; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-hero.carousel .slides .slide {
    height: 480px; } }
@media (max-width: 767.98px) {
  .block-hero.carousel .slides .slide {
    max-height: 450px;
    height: 85vw; } }
.block-hero.carousel .slides .slide.left {
  text-align: left; }
  .block-hero.carousel .slides .slide.left .title-container .row {
    justify-content: flex-start !important; }
.block-hero.carousel .slides .slide.center {
  text-align: center; }
  .block-hero.carousel .slides .slide.center .title-container .row {
    justify-content: center !important; }
.block-hero.carousel .slides .slide.right {
  text-align: right; }
  .block-hero.carousel .slides .slide.right .title-container .row {
    justify-content: flex-end !important; }
.block-hero.carousel .slides .slide .title {
  justify-content: center; }
  .block-hero.carousel .slides .slide .title .text-container {
    margin-top: 25%; }
.block-hero.carousel .dots {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  z-index: 5; }
  .block-hero.carousel .dots ul.slick-dots {
    text-align: center;
    margin: 0px auto;
    padding: 0px 0px 10px 0px;
    list-style: none;
    position: relative; }
    .block-hero.carousel .dots ul.slick-dots li {
      margin: 0px 6px;
      padding: 0px;
      display: inline-block;
      height: 8px;
      width: 8px;
      border-radius: 8px;
      cursor: pointer;
      background-color: white;
      opacity: 0.35; }
      .block-hero.carousel .dots ul.slick-dots li.slick-active {
        opacity: 1; }
      .block-hero.carousel .dots ul.slick-dots li button {
        display: none !important; }
      .block-hero.carousel .dots ul.slick-dots li:before {
        display: none; }
.block-hero .tinter {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1; }
.block-hero .title-container {
  z-index: 2; }
  .block-hero .title-container .title {
    display: flex;
    flex-direction: column; }
    .block-hero .title-container .title .text-container h1 {
      color: white; }
    .block-hero .title-container .title .text-container p {
      color: white; }

.block-legal p {
  font-size: 12px;
  font-style: italic; }

.block-peoplegrid .person {
  margin-bottom: 30px; }
  .block-peoplegrid .person .image-container {
    position: relative; }
    .block-peoplegrid .person .image-container.over .image.rollover {
      opacity: 1; }
    .block-peoplegrid .person .image-container .image {
      margin-bottom: 15px; }
      .block-peoplegrid .person .image-container .image.rollover {
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0;
        transition: all 0.5s; }
  .block-peoplegrid .person .info-container {
    position: relative; }
    .block-peoplegrid .person .info-container .image {
      margin-bottom: 15px; }
  .block-peoplegrid .person .info-container h5 {
    margin-bottom: 0px; }
  .block-peoplegrid .person .info-container p.title {
    font-style: italic;
    font-size: 93.75%;
    margin-bottom: 0px; }
    .block-peoplegrid .person .info-container p.title a {
      text-decoration: none; }
      .block-peoplegrid .person .info-container p.title a:hover {
        text-decoration: underline; }
  .block-peoplegrid .person .info-container h5 + p {
    margin-top: 2px; }
  .block-peoplegrid .person .info-container .social {
    position: absolute;
    right: 10px;
    bottom: 10px; }
    .block-peoplegrid .person .info-container .social ul {
      margin: 0px;
      padding: 0px; }
      .block-peoplegrid .person .info-container .social ul li {
        display: inline-block; }
        .block-peoplegrid .person .info-container .social ul li.email svg {
          margin-top: 7px; }
      .block-peoplegrid .person .info-container .social ul li.instagram svg {
        margin-top: 3px; }
.block-peoplegrid .person .mini-bio-container p.mini-bio {
  margin-top: 16px;
  font-size: 15px; }
.block-peoplegrid .person .bio {
  display: none; }
.block-peoplegrid.light .person .info-container h5 {
  color: #3c5b76; }
  .block-peoplegrid.light .person .info-container h5 a:hover {
    color: #3a969a;
    text-decoration: none; }
.block-peoplegrid.light .person .info-container p.title a {
  color: #26353F; }
  .block-peoplegrid.light .person .info-container p.title a:hover {
    color: #26353F; }
.block-peoplegrid.light .person .info-container .social {
  position: absolute;
  right: 10px;
  bottom: 10px; }
  .block-peoplegrid.light .person .info-container .social ul {
    margin: 0px;
    padding: 0px; }
    .block-peoplegrid.light .person .info-container .social ul li {
      display: inline-block;
      margin-right: 8px; }
      .block-peoplegrid.light .person .info-container .social ul li a svg {
        fill: #26353F; }
        .block-peoplegrid.light .person .info-container .social ul li a:hover svg {
          fill: #f58153; }
.block-peoplegrid.two-col .card-columns {
  -webkit-column-count: 2 !important;
  -moz-column-count: 2 !important;
  column-count: 2 !important; }
@media (max-width: 767.98px) {
  .block-peoplegrid.two-col .card-columns {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important; } }
.block-peoplegrid.three-col .card-columns {
  -webkit-column-count: 3 !important;
  -moz-column-count: 3 !important;
  column-count: 3 !important; }
.block-peoplegrid.four-col .card-columns {
  -webkit-column-count: 4 !important;
  -moz-column-count: 4 !important;
  column-count: 4 !important; }
.block-peoplegrid .card-columns .card {
  max-width: 100% !important;
  border: none !important;
  margin-bottom: 42px; }

.block-posts {
  transition: all 0.4s; }
  .block-posts.padded {
    padding-bottom: 40px !important; }
  .block-posts .active-tags {
    margin-bottom: 16px; }
    .block-posts .active-tags h3 span.reset {
      font-size: 16px;
      margin-left: 16px; }
  .block-posts .posts-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px; }
    .block-posts .posts-container.no-flex {
      display: block !important; }
    .block-posts .posts-container .post-container {
      transition: all 0.4s; }
      .block-posts .posts-container .post-container.just-loaded {
        opacity: 0; }
  .block-posts .sidebar .search-bar {
    margin-bottom: 24px;
    position: relative; }
    .block-posts .sidebar .search-bar > span {
      background-color: #f5f5f5;
      display: inline-block;
      width: 36px;
      height: 32px;
      vertical-align: top;
      padding-left: 8px;
      padding-right: 6px; }
      .block-posts .sidebar .search-bar > span:before {
        content: "";
        font-family: 'microns';
        font-size: 21px;
        color: black;
        position: relative; }
    .block-posts .sidebar .search-bar input {
      display: inline-block;
      vertical-align: top;
      background-color: #f5f5f5;
      border: none;
      outline: 0px;
      width: calc(100% - 36px);
      padding: 4px 15px 4px 0px;
      position: relative; }
    .block-posts .sidebar .search-bar .search-results {
      position: absolute;
      background-color: white;
      box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
      width: 320px;
      right: 0px;
      top: 37px;
      padding: 24px 20px 20px 20px;
      display: none; }
      .block-posts .sidebar .search-bar .search-results .loading {
        text-align: center;
        padding-top: 14px;
        padding-bottom: 14px; }
      .block-posts .sidebar .search-bar .search-results ul {
        list-style: none;
        margin: 0px;
        padding: 0px; }
        .block-posts .sidebar .search-bar .search-results ul li {
          font-size: 16px;
          line-height: 1.3;
          margin-bottom: 13px;
          display: none; }
          .block-posts .sidebar .search-bar .search-results ul li a {
            color: #26353F;
            text-decoration: none; }
            .block-posts .sidebar .search-bar .search-results ul li a:hover {
              color: #3c5b76;
              text-decoration: underline; }
          .block-posts .sidebar .search-bar .search-results ul li span.content-match {
            margin-top: 3px;
            margin-left: 8px;
            font-size: 13px;
            font-style: italic;
            color: #f58153; }
      .block-posts .sidebar .search-bar .search-results p.no-results {
        font-size: 16px;
        line-height: 1.3;
        margin-top: 0px;
        margin-bottom: 4px;
        display: none; }
      .block-posts .sidebar .search-bar .search-results p.all-results {
        font-size: 14px;
        margin-top: 18px;
        margin-bottom: 0px;
        display: none; }
  .block-posts .sidebar .tag-cloud h4 {
    margin-bottom: 20px; }
  .block-posts .sidebar .tag-cloud ul {
    list-style: none;
    padding: 0px; }
    .block-posts .sidebar .tag-cloud ul.tags li {
      line-height: 1.3;
      margin-bottom: 16px; }
  .block-posts .filter-row {
    display: flex;
    justify-content: space-between; }
  @media (max-width: 767.98px) {
    .block-posts .filter-row {
      display: block; } }
  .block-posts .filter-row h2 {
    vertical-align: baseline; }
  .block-posts .filter-row .filters {
    vertical-align: baseline; }
    .block-posts .filter-row .filters ul {
      list-style: none;
      padding: 0px; }
      .block-posts .filter-row .filters ul li {
        position: relative;
        display: inline-block;
        margin-right: 20px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer; }
        .block-posts .filter-row .filters ul li:last-of-type {
          margin-right: 0px; }
        .block-posts .filter-row .filters ul li:before {
          position: relative;
          content: "";
          font-size: 27px;
          font-family: typicons !important;
          margin-right: 9px;
          top: 2px;
          color: #8e8e8e;
          opacity: 0.5; }
          .block-posts .filter-row .filters ul li.active:before {
            opacity: 0.35; }
          .block-posts .filter-row .filters ul li.active:after {
            position: absolute;
            content: "";
            font-size: 22px;
            font-family: typicons !important;
            top: 5px;
            left: 1px; }
  .block-posts .load-more {
    margin-top: 22px;
    text-align: center; }
    .block-posts .load-more.hide {
      display: none; }
      .block-posts .load-more p img {
        height: 32px;
        width: 32px; }
  .block-posts .view-all {
    margin-top: 20px; }
  .block-posts .no-results {
    display: none; }
    .block-posts .no-results p {
      border-top: 1px solid #8e8e8e;
      padding-top: 22px;
      font-size: 18px; }
    .block-posts .no-results.show {
      display: block; }

.block-published.padded {
  padding-top: 65px;
  padding-bottom: 0px !important;
  margin-bottom: -45.5px; }
@media (max-width: 575.98px) {
  .block-published.padded {
    padding-top: 9vw !important; } }

.block-pullquote .container .row .quote {
  text-align: center; }
@media (min-width: 992px) {
  .block-pullquote .container .row .quote {
    padding: 0px 15%; } }
.block-pullquote .container .row .quote p {
  color: #3a969a;
  font-size: 20px; }
  .block-pullquote .container .row .quote p:first-child:before {
    color: #3a969a;
    content: "“";
    display: block;
    text-align: center;
    font-size: 112px;
    margin-bottom: -100px;
    margin-top: -50px; }
.block-pullquote .container .row .attribution {
  text-align: center; }
  .block-pullquote .container .row .attribution p {
    font-style: italic;
    margin-top: 16px;
    margin-bottom: 0px; }

.block-rule {
  padding-top: 48.75px !important;
  padding-bottom: 48.75px !important; }
@media (max-width: 575.98px) {
  .block-rule {
    padding-top: 9vw !important;
    padding-bottom: 9vw !important; } }
.block-rule.above {
  margin-top: 0px !important; }
.block-rule.below {
  margin-bottom: 0px !important; }
.block-rule hr {
  border-top: 1px solid #26353F;
  margin: 0px; }
  .block-rule hr.light {
    border-color: #8e8e8e;
    opacity: 0.35; }
  .block-rule hr.primary {
    border-color: #3a969a; }
  .block-rule hr.secondary {
    border-color: #3c5b76; }
  .block-rule hr.tertiary {
    border-color: #7bafd4; }
  .block-rule hr.accent {
    border-color: #f58153; }
  .block-rule hr.accent2 {
    border-color: #7fc1b0; }

@media (max-width: 991.98px) {
  .block-textimage.full + .block-rule {
    padding-top: 0px !important; } }

.block-share {
  padding-top: 48.75px !important;
  padding-bottom: 48.75px !important; }
@media (max-width: 575.98px) {
  .block-share {
    padding-top: 9vw !important;
    padding-bottom: 9vw !important; } }
.block-share.above {
  margin-top: -10px !important; }
.block-share.below {
  margin-bottom: 0px !important; }
  .block-share .content-container .swp_social_panel .swp_share_button a {
    color: white; }

.block-strip {
  padding: 20px 0px 18px 0px; }
  .block-strip h1, .block-strip h2, .block-strip h3, .block-strip h4, .block-strip p {
    line-height: 1; }
    .block-strip p:first-child {
      margin-top: 6px !important; }
    .block-strip p:last-child {
      margin-bottom: 10px !important; }

@media (max-width: 767.98px) {
  .block-testimonials.image .slides-container .slides .slide .text-col {
    margin-top: 40px; } }
.block-testimonials.quote .dots {
  margin-top: 0px; }
.block-testimonials.logo .slides-container .slides .slide .text-col .logo {
  width: 100%;
  margin-bottom: 8px; }
  .block-testimonials.logo .slides-container .slides .slide .text-col .logo img {
    height: 152px;
    width: auto;
    margin: 0px auto; }
.block-testimonials .slides-container .slides .slide .text-col {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 25px; }
  .block-testimonials .slides-container .slides .slide .text-col .quote {
    position: relative;
    padding: 0px 25px;
    margin: 0px auto 15px auto;
    width: 93%; }
  @media (max-width: 991.98px) {
    .block-testimonials .slides-container .slides .slide .text-col .quote {
      width: 90%; } }
  .block-testimonials .slides-container .slides .slide .text-col .quote:before {
    content: "“";
    font-size: 112px;
    position: absolute;
    left: -25px;
    top: -48px;
    color: #3a969a;
    z-index: 25;
    display: none; }
  .block-testimonials .slides-container .slides .slide .text-col .quote:after {
    content: "”";
    font-size: 112px;
    position: absolute;
    right: -25px;
    bottom: -94px;
    color: #3a969a;
    z-index: 25;
    display: none; }
  .block-testimonials .slides-container .slides .slide .text-col .quote p {
    position: relative;
    line-height: 1.75;
    font-size: 18px; }
    .block-testimonials .slides-container .slides .slide .text-col .quote p:before, .block-testimonials .slides-container .slides .slide .text-col .quote p:after {
      font-size: 70px;
      line-height: 0px;
      position: relative;
      display: inline;
      color: #3a969a;
      z-index: 25; }
    .block-testimonials .slides-container .slides .slide .text-col .quote p:before {
      content: "“";
      left: -8px;
      top: 28px; }
    .block-testimonials .slides-container .slides .slide .text-col .quote p:after {
      content: "”";
      right: -9px;
      bottom: -33px; }
.block-testimonials .slides-container .slides .slide .text-col p.attribution .name {
  font-weight: 700; }
.block-testimonials .slides-container .slides .slide .text-col p.attribution .title {
  font-style: italic; }
.block-testimonials .dots {
  margin-top: 32.5px;
  display: inline-block;
  vertical-align: middle; }
@media (max-width: 575.98px) {
  .block-testimonials .dots {
    margin-top: 6vw; } }
.block-testimonials .dots ul.slick-dots {
  text-align: center;
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  position: relative; }
  .block-testimonials .dots ul.slick-dots li {
    margin: 0px 6px;
    padding: 0px;
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #8e8e8e;
    opacity: 0.35; }
    .block-testimonials .dots ul.slick-dots li.slick-active {
      opacity: 1; }
    .block-testimonials .dots ul.slick-dots li button {
      display: none !important; }
    .block-testimonials .dots ul.slick-dots li:before {
      display: none; }
.block-testimonials .arrows {
  text-align: center;
  margin-top: 20px; }
  .block-testimonials .arrows .prev, .block-testimonials .arrows .next {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 8px;
    cursor: pointer; }
    .block-testimonials .arrows .prev:before, .block-testimonials .arrows .next:before {
      content: "";
      font-family: typicons !important;
      font-size: 27px;
      color: #8e8e8e;
      position: relative;
      top: 2px; }
      .block-testimonials .arrows .prev:hover:before, .block-testimonials .arrows .next:hover:before {
        color: white; }
  .block-testimonials .arrows .prev:before {
    content: ""; }

.blocks-wrapper .block-text.padded {
  padding-top: 48.75px !important;
  padding-bottom: 48.75px !important; }
@media (max-width: 575.98px) {
  .blocks-wrapper .block-text.padded {
    padding-top: 9vw !important;
    padding-bottom: 9vw !important; } }
.blocks-wrapper .block-text.padded.above {
  margin-top: 0px !important; }
.blocks-wrapper .block-text.padded.below {
  margin-bottom: 0px !important; }

.block-text.one-col.center .col-one .content-container {
  margin: 0px auto; }
@media (min-width: 1200px) {
  .block-text.one-col.center .col-one .content-container {
    width: 70%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-text.one-col.center .col-one .content-container {
    width: 80%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-text.one-col.center .col-one .content-container {
    width: 90%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-text.one-col.center .col-one .content-container {
    width: 93%; } }
.block-text.two-col.controlled {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px; }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-text.two-col.controlled {
    width: 100vw;
    overflow: hidden; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-text.two-col.controlled {
    overflow: hidden; } }
.block-text.two-col.controlled.unique-bkgnds .container .col-one {
  padding-bottom: 65px; }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled.unique-bkgnds .container .col-one {
    padding-bottom: 12vw; } }
.block-text.two-col.controlled.unique-bkgnds .container .col-two {
  padding-top: 65px; }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled.unique-bkgnds .container .col-two {
    padding-top: 12vw; } }
.block-text.two-col.controlled.has-buttons .container .col-one, .block-text.two-col.controlled.has-buttons .container .col-two {
  padding-bottom: 0px; }
.block-text.two-col.controlled.has-buttons .container .buttons-container {
  margin-top: 25px;
  padding-bottom: 65px; }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled.has-buttons .container .buttons-container {
    padding-bottom: 12vw; } }
@media (max-width: 991.98px) {
  .block-text.two-col.controlled.has-buttons.unique-bkgnds .container .col-one {
    padding-bottom: 65px; } }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled.has-buttons.unique-bkgnds .container .col-one {
    padding-bottom: 12vw; } }
.block-text.two-col.controlled .backgrounds {
  position: absolute;
  height: 100%;
  width: 100%; }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled .backgrounds {
    overflow: hidden; } }
.block-text.two-col.controlled .backgrounds .row {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px; }
  .block-text.two-col.controlled .backgrounds .row .col-one-bkgnd, .block-text.two-col.controlled .backgrounds .row .col-two-bkgnd {
    padding-top: 65px;
    padding-bottom: 65px; }
  @media (min-width: 992px) {
    .block-text.two-col.controlled .backgrounds .row .col-one-bkgnd, .block-text.two-col.controlled .backgrounds .row .col-two-bkgnd {
      height: 100%; } }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled .backgrounds .row .col-one-bkgnd, .block-text.two-col.controlled .backgrounds .row .col-two-bkgnd {
    padding-top: 12vw;
    padding-bottom: 12vw; } }
@media (max-width: 991.98px) {
  .block-text.two-col.controlled .container {
    margin-right: 0px;
    margin-left: 0px; } }
@media (max-width: 991.98px) {
  .block-text.two-col.controlled .container .row {
    margin-right: 0px;
    margin-left: 0px; } }
.block-text.two-col.controlled .container .col-one, .block-text.two-col.controlled .container .col-two, .block-text.two-col.controlled .container .buttons-container {
  padding-top: 65px;
  padding-bottom: 65px; }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled .container .col-one, .block-text.two-col.controlled .container .col-two, .block-text.two-col.controlled .container .buttons-container {
    padding-top: 12vw;
    padding-bottom: 12vw; } }
.block-text.two-col.controlled .container .col-one .content-container, .block-text.two-col.controlled .container .col-two .content-container, .block-text.two-col.controlled .container .buttons-container .content-container {
  width: 100%; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-text.two-col.controlled .container .col-one .content-container, .block-text.two-col.controlled .container .col-two .content-container, .block-text.two-col.controlled .container .buttons-container .content-container {
    width: 720px;
    max-width: 720px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px auto; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-text.two-col.controlled .container .col-one .content-container, .block-text.two-col.controlled .container .col-two .content-container, .block-text.two-col.controlled .container .buttons-container .content-container {
    width: 540px;
    max-width: 540px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px auto; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-text.two-col.controlled .container .col-one .content-container, .block-text.two-col.controlled .container .col-two .content-container, .block-text.two-col.controlled .container .buttons-container .content-container {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0px auto; } }
@media (max-width: 359.98px) {
  .block-text.two-col.controlled .container .col-one .content-container, .block-text.two-col.controlled .container .col-two .content-container, .block-text.two-col.controlled .container .buttons-container .content-container {
    width: 100%;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px auto; } }
@media (min-width: 992px) {
  .block-text.two-col.controlled .container .col-one {
    padding-right: 55px; } }
@media (max-width: 991.98px) {
  .block-text.two-col.controlled .container .col-one {
    padding-bottom: 0px; } }
@media (min-width: 992px) {
  .block-text.two-col.controlled .container .col-two {
    padding-left: 55px; } }
@media (max-width: 991.98px) {
  .block-text.two-col.controlled .container .col-two {
    padding-top: 32.5px; } }
@media (max-width: 575.98px) {
  .block-text.two-col.controlled .container .col-two {
    padding-top: 6vw; } }
.block-text .col-one.wrapped {
  column-count: 2;
  column-gap: 115px; }
@media (max-width: 991.98px) {
  .block-text .col-one.wrapped {
    column-count: 1; } }
.block-text .col-two ul {
  padding: 0px 0px 0px 40px;
  margin: 15px 0px 30px 0px; }
.block-text .buttons-container {
  padding-top: 0px !important;
  margin-top: 20px; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }
  .blocks-wrapper .block-textimage.padded .text-col {
    padding-top: 39px;
    padding-bottom: 39px; }
  @media (max-width: 575.98px) {
    .blocks-wrapper .block-textimage.padded .text-col {
      padding-top: 7.2vw;
      padding-bottom: 7.2vw; } }
.blocks-wrapper .block-textimage.padded .image-col .image-container, .blocks-wrapper .block-textimage.padded .image-col .video-container {
  margin-top: 39px;
  margin-bottom: 39px; }
@media (max-width: 575.98px) {
  .blocks-wrapper .block-textimage.padded .image-col .image-container, .blocks-wrapper .block-textimage.padded .image-col .video-container {
    padding-top: 7.2vw;
    padding-bottom: 7.2vw; } }
.blocks-wrapper .block-textimage.padded.subcategories .image-col .image-container, .blocks-wrapper .block-textimage.padded.subcategories .image-col .video-container {
  margin-top: 39px;
  margin-bottom: 39px; }
@media (max-width: 575.98px) {
  .blocks-wrapper .block-textimage.padded.subcategories .image-col .image-container, .blocks-wrapper .block-textimage.padded.subcategories .image-col .video-container {
    padding-top: 7.2vw;
    padding-bottom: 7.2vw; } }
@media (max-width: 991.98px) {
  .blocks-wrapper .block-textimage.image-left .text-col, .blocks-wrapper .block-textimage.image-right .text-col {
    padding-top: 0px; }
    .blocks-wrapper .block-textimage.image-left .image-col .image-container, .blocks-wrapper .block-textimage.image-right .image-col .image-container {
      margin-bottom: 39px; } }
@media (max-width: 575.98px) {
  .blocks-wrapper .block-textimage.image-left .image-col .image-container, .blocks-wrapper .block-textimage.image-right .image-col .image-container {
    margin-bottom: 7.2vw; } }

.block-accordion.subcategories .blocks-wrapper .block-textimage.padded .image-col .image-container, .block-accordion.subcategories .blocks-wrapper .block-textimage.padded .image-col .video-container {
  margin-top: 39px;
  margin-bottom: 39px; }
@media (max-width: 575.98px) {
  .block-accordion.subcategories .blocks-wrapper .block-textimage.padded .image-col .image-container, .block-accordion.subcategories .blocks-wrapper .block-textimage.padded .image-col .video-container {
    padding-top: 7.2vw;
    padding-bottom: 7.2vw; } }

.block-textimage.full.image {
  position: relative; }
  .block-textimage.full.image .full-image-row {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px; }
  @media (max-width: 991.98px) {
    .block-textimage.full.image .full-image-row {
      display: none; } }
  .block-textimage.full.image .full-image-row .image-col {
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px; }
    .block-textimage.full.image .full-image-row .image-col.right {
      left: unset !important;
      right: 0px; }
    .block-textimage.full.image .full-image-row .image-col.fifty {
      width: 50%; }
    @media (min-width: 1200px) {
      .block-textimage.full.image .full-image-row .image-col.one-third {
        width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .41666667 * (1140px - 60px - 60px + 15px + 15px) )); } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .block-textimage.full.image .full-image-row .image-col.one-third {
      width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .41666667 * (960px - 30px - 30px + 15px + 15px) )); } }
@media (min-width: 1200px) {
  .block-textimage.full.image .full-image-row .image-col.two-thirds {
    width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .58333333 * (1140px - 60px - 60px + 15px + 15px) )); } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage.full.image .full-image-row .image-col.two-thirds {
    width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .58333333 * (960px - 30px - 30px + 15px + 15px) )); } }
@media (min-width: 1200px) {
  .block-textimage.full.image .full-image-row .image-col.one-fourth {
    width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .25 * (1140px - 60px - 60px + 15px + 15px) )); } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage.full.image .full-image-row .image-col.one-fourth {
    width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .25* (960px - 30px - 30px + 15px + 15px) )); } }
@media (min-width: 1200px) {
  .block-textimage.full.image .full-image-row .image-col.three-fourths {
    width: calc((((100% - 1140px) / 2) + 60px - 15px) + ( .75 * (1140px - 60px - 60px + 15px + 15px) )); } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage.full.image .full-image-row .image-col.three-fourths {
    width: calc((((100% - 960px) / 2) + 30px - 15px) + ( .75* (960px - 30px - 30px + 15px + 15px) )); } }
.block-textimage.full.image .full-image-row .image-col img {
  height: 100%;
  width: 100%;
  object-fit: cover; }
@media (max-width: 991.98px) {
  .block-textimage.full.image .image-col .image-container {
    position: relative;
    width: 100vw;
    margin-bottom: 32.5px !important; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage.full.image .image-col .image-container {
    left: calc((((100vw - 720px) / 2) + 30px) * -1); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage.full.image .image-col .image-container {
    left: calc((((100vw - 540px) / 2) + 30px) * -1); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage.full.image .image-col .image-container {
    left: -25px; } }
@media (max-width: 359.98px) {
  .block-textimage.full.image .image-col .image-container {
    left: -20px; } }
@media (min-width: 992px) {
  .block-textimage.full.image .image-col .image-container img {
    opacity: 0; } }
.block-textimage.padded {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .block-textimage.padded .text-col {
    padding-top: 65px;
    padding-bottom: 65px; }
  @media (max-width: 575.98px) {
    .block-textimage.padded .text-col {
      padding-top: 12vw;
      padding-bottom: 12vw; } }
.block-textimage.padded .image-col .image-container, .block-textimage.padded .image-col .video-container {
  margin-top: 65px;
  margin-bottom: 65px; }
@media (max-width: 991.98px) {
  .block-textimage.padded .image-col .image-container, .block-textimage.padded .image-col .video-container {
    margin-bottom: 39px; } }
.block-textimage.padded .image-col .image-container + p.caption, .block-textimage.padded .image-col .video-container + p.caption {
  margin-top: -29.25px;
  margin-bottom: 65px; }
.block-textimage.padded .image-col .lottie-container {
  background-size: cover;
  background-repeat: no-repeat; }
@media (min-width: 992px) {
  .block-textimage.image-right .container .text-col {
    padding-right: 55px; }
  .block-textimage.image-right .container .image-col {
    padding-left: 0px; } }
@media (max-width: 991.98px) {
  .block-textimage.image-right .container .image-col .image-container {
    margin-bottom: 0px; } }
@media (min-width: 992px) {
  .block-textimage.image-left .container .text-col {
    padding-left: 55px; }
  .block-textimage.image-left .container .image-col {
    padding-right: 0px; } }
@media (max-width: 991.98px) {
  .block-textimage.image-left .container .image-col .image-container {
    margin-bottom: 0px; } }
.block-textimage .container .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center; }
.block-textimage .container .image-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
  @media (max-width: 359.98px) {
    .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
      height: calc((100vw - (2 * 20px)) * 1); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 1); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    height: 480px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    height: 660px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    height: 372.5000031px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.square.col-lg-5 .image-container, .block-textimage .container .image-col.square.col-lg-5 .video-container {
    height: 422.5000035px; } }
.block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    height: calc((100vw - (2 * 20px)) * 1); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 1); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    height: 480px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    height: 660px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    height: 450px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.square.col-lg-6 .image-container, .block-textimage .container .image-col.square.col-lg-6 .video-container {
    height: 510px; } }
.block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    height: calc((100vw - (2 * 20px)) * 1); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 1); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    height: 480px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    height: 660px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    height: 527.4999969px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.square.col-lg-7 .image-container, .block-textimage .container .image-col.square.col-lg-7 .video-container {
    height: 597.4999965px; } }
.block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    height: 319.68px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    height: 439.56px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    height: 238.0950020646px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.rect.col-lg-5 .image-container, .block-textimage .container .image-col.rect.col-lg-5 .video-container {
    height: 271.395002331px; } }
.block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    height: 319.68px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    height: 439.56px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    height: 289.71px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.rect.col-lg-6 .image-container, .block-textimage .container .image-col.rect.col-lg-6 .video-container {
    height: 329.67px; } }
.block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.666);
    padding-top: 0px;
    padding-bottom: 0px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    height: 319.68px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    height: 439.56px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    height: 341.3249979354px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.rect.col-lg-7 .image-container, .block-textimage .container .image-col.rect.col-lg-7 .video-container {
    height: 387.944997669px; } }
.block-textimage .container .image-col.rect .image-container {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .block-textimage .container .image-col.rect .image-container img, .block-textimage .container .image-col.rect .image-container video {
    position: relative;
    object-fit: cover;
    height: 100%;
    width: 100%; }
.block-textimage .container .image-col.circle .image-container {
  border-radius: 60%;
  overflow: hidden; }
.block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.5625); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    height: 371.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    height: 209.5312517438px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.widescreen.col-lg-5 .video-container {
    height: 237.6562519688px; } }
.block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.5625); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    height: 371.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    height: 253.125px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.widescreen.col-lg-6 .video-container {
    height: 286.875px; } }
.block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.5625); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.5625); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    height: 270px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    height: 371.25px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    height: 296.7187482563px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.widescreen.col-lg-7 .video-container {
    height: 336.0937480313px; } }
.block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.75); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.75); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    height: 360px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    height: 495px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    height: 279.375002325px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.fullscreen.col-lg-5 .video-container {
    height: 316.875002625px; } }
.block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.75); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.75); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    height: 360px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    height: 495px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    height: 337.5px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.fullscreen.col-lg-6 .video-container {
    height: 382.5px; } }
.block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
  /*height: calc((100vw - (2 * $p-container-xxs)) * $ratio);*/ }
@media (max-width: 359.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    height: calc((100vw - (2 * 20px)) * 0.75); } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    /*height: calc((100vw - (2 * $p-container-xs)) * $ratio);*/
    height: calc((100vw - (2 * 25px)) * 0.75); } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    height: 360px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    height: 495px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    height: 395.624997675px; } }
@media (min-width: 1200px) {
  .block-textimage .container .image-col.fullscreen.col-lg-7 .video-container {
    height: 448.124997375px; } }
.block-textimage .container .image-col .video-container {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .block-textimage .container .image-col .video-container iframe {
    height: 100%;
    width: 100%; }
.block-textimage .container .top .image-container img {
  object-position: top center; }
.block-textimage .container .middle .image-container img {
  object-position: center center; }
.block-textimage .container .bottom .image-container img {
  object-position: bottom center; }

.block-tiles {
  margin-bottom: -55px; }
@media (min-width: 1200px) {
  .block-tiles .container {
    padding-right: 60px;
    padding-left: 60px; } }
.block-tiles.cards .tile {
  margin-bottom: 30px; }
  .block-tiles.cards .tile .card-container {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    height: 100%;
    padding: 30px 35px; }
  @media (max-width: 767.98px) {
    .block-tiles.cards .tile .card-container {
      padding: 40px 35px;
      width: 80%;
      margin: 0px auto; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-tiles.cards .tile .card-container {
    width: 90%; } }
@media (max-width: 359.98px) {
  .block-tiles.cards .tile .card-container {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-tiles.cards .tile.image.col-md-5 {
    flex: 0 0 50%;
    max-width: 50%; } }
.block-tiles.cards .tile.image .card-container {
  position: relative;
  padding: 0px; }
  .block-tiles.cards .tile.image .card-container .image {
    width: 100%;
    height: 180px;
    overflow: hidden; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .block-tiles.cards .tile.image .card-container .image {
      height: 200px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-tiles.cards .tile.image .card-container .image {
    height: 50vw;
    max-height: 220px; } }
.block-tiles.cards .tile.image .card-container .image img {
  max-width: unset !important;
  width: 100%;
  min-height: 100%;
  position: relative;
  object-fit: cover;
  object-position: center center;
  overflow: hidden; }
.block-tiles.cards .tile.image .card-container .text {
  padding: 10px 35px 30px 35px; }
@media (max-width: 575.98px) {
  .block-tiles.cards .tile.image .card-container .text {
    width: 95%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-tiles.cards .tile.image .card-container .text {
    width: 90%; } }
@media (min-width: 1200px) {
  .block-tiles.cards .tile.image .card-container .text {
    width: 90%; } }
.block-tiles.cards .tile.button {
  padding-bottom: 0px !important; }
  .block-tiles.cards .tile.button .card-container .buttons {
    bottom: 30px; }
.block-tiles.cards .tile.button.image .card-container {
  padding-bottom: 57px; }
.block-tiles.cards .tile.button.icon .card-container {
  padding-bottom: 87px; }
.block-tiles.cards .tile.button a.button:only-child {
  margin: 0px; }
.block-tiles .tile {
  text-align: center;
  margin-bottom: 55px;
  position: relative; }
  .block-tiles .tile .image {
    width: 55%;
    margin: 0px auto 25px auto; }
  @media (max-width: 575.98px) {
    .block-tiles .tile .image {
      width: 40%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-tiles .tile .image {
    width: 50%; } }
.block-tiles .tile .image img {
  max-width: 100%; }
.block-tiles .tile .text {
  margin: 0px auto; }
@media (max-width: 575.98px) {
  .block-tiles .tile .text {
    width: 85%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-tiles .tile .text {
    width: 75%; } }
@media (min-width: 1200px) {
  .block-tiles .tile .text {
    width: 90%; } }
.block-tiles .tile .text p {
  font-size: 93.75%; }
.block-tiles .tile.button.icon {
  padding-bottom: 57px; }
.block-tiles .tile.button .buttons {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-audioplayer {
  position: relative; }
  .block-audioplayer.padded {
    padding-top: 42.25px !important;
    padding-bottom: 42.25px !important; }
  .block-audioplayer .base-color, .block-audioplayer .progress-color, .block-audioplayer .cursor-color {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
    display: none; }
  .block-audioplayer #awp-wrapper {
    width: 100%; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .row {
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    @media (max-width: 767.98px) {
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .row {
        -ms-flex-align: center !important;
        align-items: center !important; } }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .mobile-info {
      margin-bottom: 12px; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .mobile-info .awp-info .awp-player-artist {
        font-size: 13px; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .mobile-info .awp-info .awp-player-title {
        font-size: 18px; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-playback-toggle {
      display: inline-block;
      vertical-align: middle; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-playback-toggle i {
        width: 48px;
        height: 50px;
        font-size: 40px !important;
        line-height: 50px !important;
        color: white;
        text-align: left;
        display: inline-block; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-playback-toggle .awp-btn-pause {
        display: none; }
        .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-playback-toggle .awp-btn-pause i {
          font-size: 36px !important; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-info {
      pointer-events: none;
      display: inline-block;
      vertical-align: middle; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-info .awp-player-artist {
        font-size: 13px; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .controls .awp-info .awp-player-title {
        font-size: 18px; }
  .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper {
    height: 25px;
    width: 125px;
    margin: 0px 0px 0px auto;
    text-align: right; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-player-volume {
      width: 22px;
      height: 22px;
      display: inline-block;
      vertical-align: middle;
      text-align: left; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-player-volume i {
        width: 25px;
        height: 25px;
        font-size: 18px !important;
        line-height: 25px !important;
        color: white; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-volume-seekbar {
      position: relative;
      background: rgba(0, 0, 0, 0);
      cursor: pointer;
      touch-action: none;
      width: 80px;
      display: inline-block;
      vertical-align: middle; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
        position: absolute;
        width: 80px;
        height: 5px;
        background-color: rgba(255, 255, 255, 0.15); }
        .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .volume .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
          position: absolute;
          height: 100%;
          background-color: white; }
  .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform {
    position: relative; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-waveform-wrap {
      margin-top: 20px;
      margin-bottom: 28px; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-waveform-wrap .awp-waveform-preloader {
        position: absolute;
        width: 100%;
        height: 20px;
        text-align: center;
        font-size: 12px;
        opacity: 0.5;
        left: 0px;
        top: 70px; }
        .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-waveform-wrap .awp-waveform canvas {
          max-width: none !important; }
      .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-waveform-wrap .awp-waveform-img-progress-wrap {
        border-right: 3px solid #0000ff; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-media-time-total, .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-media-time-current {
      position: absolute;
      bottom: 0px;
      font-size: 12px; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-media-time-total {
      right: 15px; }
    .block-audioplayer #awp-wrapper .awp-player-wrap .awp-player-holder .waveform .awp-media-time-current {
      left: 15px; }
  .block-audioplayer #awp-playlist-list {
    display: none; }
  .block-audioplayer.dark {
    color: white; }
    .block-audioplayer.dark .base-color {
      background-color: rgba(255, 255, 255, 0.2); }
    .block-audioplayer.dark .progress-color {
      background-color: white; }
    .block-audioplayer.dark .cursor-color {
      background-color: white; }
  .block-audioplayer.light {
    color: black; }
    .block-audioplayer.light .base-color {
      background-color: rgba(0, 0, 0, 0.2); }
      .block-audioplayer.light.primary .progress-color {
        background-color: #3a969a; }
      .block-audioplayer.light.primary .cursor-color {
        background-color: #3a969a; }
        .block-audioplayer.light.primary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-playback-toggle i {
          color: #3a969a !important; }
      .block-audioplayer.light.primary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-player-volume i {
        color: #3a969a !important; }
    .block-audioplayer.light.primary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
      background-color: rgba(0, 0, 0, 0.2); }
      .block-audioplayer.light.primary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
        background-color: #3a969a !important; }
  .block-audioplayer.light.secondary .progress-color {
    background-color: #3c5b76; }
  .block-audioplayer.light.secondary .cursor-color {
    background-color: #3c5b76; }
    .block-audioplayer.light.secondary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-playback-toggle i {
      color: #3c5b76 !important; }
  .block-audioplayer.light.secondary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-player-volume i {
    color: #3c5b76 !important; }
.block-audioplayer.light.secondary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
  background-color: rgba(0, 0, 0, 0.2); }
  .block-audioplayer.light.secondary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
    background-color: #3c5b76 !important; }
.block-audioplayer.light.tertiary .progress-color {
  background-color: #7bafd4; }
.block-audioplayer.light.tertiary .cursor-color {
  background-color: #7bafd4; }
  .block-audioplayer.light.tertiary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-playback-toggle i {
    color: #7bafd4 !important; }
.block-audioplayer.light.tertiary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-player-volume i {
  color: #7bafd4 !important; }
.block-audioplayer.light.tertiary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg {
  background-color: rgba(0, 0, 0, 0.2); }
  .block-audioplayer.light.tertiary #awp-wrapper .awp-player-wrap .awp-player-holder .awp-volume-wrapper .awp-volume-seekbar .awp-volume-bg .awp-volume-level {
    background-color: #7bafd4 !important; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-gallery.columns-full .container, .block-gallery.columns-full-cropped .container {
  max-width: unset !important;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden; }
.block-gallery.columns-full-cropped .container .row {
  margin-left: -5%;
  margin-right: -5%; }
@media (max-width: 767.98px) {
  .block-gallery.columns-full-cropped .container .row {
    margin-left: -12%;
    margin-right: -12%; } }
@media (min-width: 992px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-3, .block-gallery.columns-full.columns-5 .image-container.col-lg-3, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-5, .block-gallery.columns-full.columns-5 .image-container.col-lg-5, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-5 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; } }
@media (max-width: 991.98px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-5.col-md-12, .block-gallery.columns-full.columns-5 .image-container.col-lg-5.col-md-12, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-5.col-md-12 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }
@media (min-width: 992px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-8, .block-gallery.columns-full.columns-5 .image-container.col-lg-8, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-8 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; } }
@media (max-width: 991.98px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-8.col-md-12, .block-gallery.columns-full.columns-5 .image-container.col-lg-8.col-md-12, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-8.col-md-12 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }
@media (min-width: 992px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-10, .block-gallery.columns-full.columns-5 .image-container.col-lg-10, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-10 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; } }
@media (max-width: 991.98px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-10.col-md-12, .block-gallery.columns-full.columns-5 .image-container.col-lg-10.col-md-12, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-10.col-md-12 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }
@media (max-width: 991.98px) {
  .block-gallery.columns.columns-5 .image-container.col-md-6, .block-gallery.columns.columns-5 .image-container.col-sm-6, .block-gallery.columns.columns-5 .image-container.col-6, .block-gallery.columns-full.columns-5 .image-container.col-md-6, .block-gallery.columns-full.columns-5 .image-container.col-sm-6, .block-gallery.columns-full.columns-5 .image-container.col-6, .block-gallery.columns-full-cropped.columns-5 .image-container.col-md-6, .block-gallery.columns-full-cropped.columns-5 .image-container.col-sm-6, .block-gallery.columns-full-cropped.columns-5 .image-container.col-6 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }
@media (min-width: 1200px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns.columns-5 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-12 .image img {
    height: 246px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns.columns-5 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-12 .image img {
    height: 216px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery.columns.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns.columns-5 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns-full.columns-5 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-6 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-9 .image img, .block-gallery.columns-full-cropped.columns-5 .image-container.col-lg-12 .image img {
    height: 324px; } }
@media (min-width: 1200px) {
  .block-gallery.columns.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns.columns-4 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-12 .image img {
    height: 246px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery.columns.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns.columns-4 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-12 .image img {
    height: 216px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery.columns.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns.columns-4 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns-full.columns-4 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-6 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-9 .image img, .block-gallery.columns-full-cropped.columns-4 .image-container.col-lg-12 .image img {
    height: 324px; } }
@media (min-width: 1200px) {
  .block-gallery.columns.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns.columns-3 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns-full.columns-3 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns-full-cropped.columns-3 .image-container.col-lg-12 .image img {
    height: 332px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery.columns.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns.columns-3 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns-full.columns-3 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns-full-cropped.columns-3 .image-container.col-lg-12 .image img {
    height: 292px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery.columns.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns.columns-3 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns-full.columns-3 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-3 .image-container.col-lg-8 .image img, .block-gallery.columns-full-cropped.columns-3 .image-container.col-lg-12 .image img {
    height: 324px; } }
@media (min-width: 1200px) {
  .block-gallery.columns.columns-2 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-2 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-2 .image-container.col-lg-12 .image img {
    height: 504px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-gallery.columns.columns-2 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-2 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-2 .image-container.col-lg-12 .image img {
    height: 444px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-gallery.columns.columns-2 .image-container.col-lg-12 .image img, .block-gallery.columns-full.columns-2 .image-container.col-lg-12 .image img, .block-gallery.columns-full-cropped.columns-2 .image-container.col-lg-12 .image img {
    height: 324px; } }
.block-gallery.columns .image-container .image, .block-gallery.columns-full .image-container .image, .block-gallery.columns-full-cropped .image-container .image {
  margin-bottom: 12px; }
.block-gallery.lightboxed .image-container .image {
  cursor: pointer; }
.block-gallery .image-container .image {
  overflow: hidden; }
  .block-gallery .image-container .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center; }
.block-gallery .image-container .sub-gallery {
  display: none; }

body .pop-overlay .pop-modal.pop-gallery {
  height: 80vh;
  max-height: 800px;
  max-width: unset !important;
  padding: 0px; }
  body .pop-overlay .pop-modal.pop-gallery .pop-content {
    height: 100%;
    position: relative; }
    body .pop-overlay .pop-modal.pop-gallery .pop-content .slides {
      height: 100%; }
      body .pop-overlay .pop-modal.pop-gallery .pop-content .slides .slick-list {
        height: 100%; }
        body .pop-overlay .pop-modal.pop-gallery .pop-content .slides .slick-list .slick-track {
          height: 100%; }
          body .pop-overlay .pop-modal.pop-gallery .pop-content .slides .slick-list .slick-track .slick-slide {
            height: 100%; }
            body .pop-overlay .pop-modal.pop-gallery .pop-content .slides .slick-list .slick-track .slick-slide > div {
              height: 100%; }
              body .pop-overlay .pop-modal.pop-gallery .pop-content .slides .slick-list .slick-track .slick-slide > div .slide {
                width: 100%;
                height: 100%; }
                body .pop-overlay .pop-modal.pop-gallery .pop-content .slides .slick-list .slick-track .slick-slide > div .slide img {
                  object-fit: contain;
                  object-position: center center;
                  width: 100%;
                  height: 100%; }
    body .pop-overlay .pop-modal.pop-gallery .pop-content .caption {
      position: absolute;
      left: 0px;
      bottom: 0px;
      min-height: 100px;
      width: 100%;
      display: flex;
      align-items: flex-end; }
      body .pop-overlay .pop-modal.pop-gallery .pop-content .caption:before {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        height: 100%;
        width: 100%;
        background-image: url("images/mask_bottom_black.png");
        background-size: contain;
        opacity: 0.65; }
      body .pop-overlay .pop-modal.pop-gallery .pop-content .caption p {
        color: white;
        line-height: 1.35;
        z-index: 1;
        padding: 0px 150px 20px 20px;
        margin-bottom: 0px; }
    body .pop-overlay .pop-modal.pop-gallery .pop-content .pagelink {
      position: absolute;
      right: 20px;
      bottom: 15px; }
    body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows {
      text-align: center;
      margin-top: 20px; }
      body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .prev, body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .next {
        height: 100%;
        position: absolute;
        top: 0px;
        vertical-align: middle;
        margin: 0px 20px;
        cursor: pointer; }
        body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .prev:before, body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .next:before {
          content: "";
          font-family: microns !important;
          font-size: 46px;
          color: #c2c2c2;
          position: relative;
          top: calc(50% - 25px); }
          body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .prev:hover:before, body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .next:hover:before {
            color: white; }
      body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .next {
        right: 0px; }
      body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .prev {
        left: 0px; }
        body .pop-overlay .pop-modal.pop-gallery .pop-content .arrows .prev:before {
          content: ""; }
    body .pop-overlay .pop-modal.pop-gallery .pop-content .dots ul.slick-dots {
      text-align: center;
      margin: 0px auto;
      padding: 0px;
      list-style: none;
      position: relative; }
      body .pop-overlay .pop-modal.pop-gallery .pop-content .dots ul.slick-dots li {
        margin: 0px 6px;
        padding: 0px;
        display: inline-block;
        height: 8px;
        width: 8px;
        border-radius: 8px;
        cursor: pointer;
        background-color: #c2c2c2;
        opacity: 0.35; }
        body .pop-overlay .pop-modal.pop-gallery .pop-content .dots ul.slick-dots li.slick-active {
          opacity: 1; }
        body .pop-overlay .pop-modal.pop-gallery .pop-content .dots ul.slick-dots li button {
          display: none !important; }
        body .pop-overlay .pop-modal.pop-gallery .pop-content .dots ul.slick-dots li:before {
          display: none; }

.blocks-wrapper {
  /* The role of .blocks-wrapper is to apply special rules when a block is inside another block */ }

.block-logogrid .logo-container {
  margin-bottom: 40px; }
@media (min-width: 992px) {
  .block-logogrid .logo-container.col-lg-fifths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .block-logogrid .logo-container.col-lg-eighths {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }
.block-logogrid .logo-container.col-lg-eighths .logo {
  padding: 6px; }
.block-logogrid .logo-container .logo {
  position: relative;
  padding: 30px; }
@media (max-width: 991.98px) {
  .block-logogrid .logo-container .logo {
    padding: 20px; } }
.block-logogrid .logo-container .logo a {
  display: block;
  position: relative; }
  .block-logogrid .logo-container .logo a p {
    position: absolute;
    left: 0px;
    width: 100%;
    text-decoration: underline; }
    .block-logogrid .logo-container .logo a:hover p {
      color: #3a969a;
      text-decoration: underline;
      opacity: 1; }
.block-logogrid .logo-container .logo img {
  height: 100%;
  width: 100%;
  transition: all 0.5s; }
.block-logogrid .logo-container .logo p {
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
  color: #3a969a;
  transition: opacity 0.5s;
  opacity: 0; }

.block-photostrip.full .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px; }
.block-photostrip.strip .photos-container {
  height: 320px;
  overflow: hidden; }
.block-photostrip.carousel {
  overflow: hidden; }
  .block-photostrip.carousel.focus .photos-container:before, .block-photostrip.carousel.focus .photos-container:after {
    margin: 25px 0px; }
  .block-photostrip.carousel.focus .photos-container .photo {
    margin: 25px 0px; }
    .block-photostrip.carousel.focus .photos-container .photo.slick-center, .block-photostrip.carousel.focus .photos-container .photo.slick-loop {
      height: 370px;
      margin: 0px; }
  .block-photostrip.carousel.focus .back, .block-photostrip.carousel.focus .next {
    height: 370px; }
  .block-photostrip.carousel .photos-container {
    position: relative; }
    .block-photostrip.carousel .photos-container:before, .block-photostrip.carousel .photos-container:after {
      content: "";
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 90px;
      height: 320px;
      position: absolute;
      top: 0px;
      z-index: 1; }
    @media (max-width: 575.98px) {
      .block-photostrip.carousel .photos-container:before, .block-photostrip.carousel .photos-container:after {
        width: 70px; } }
    .block-photostrip.carousel .photos-container:before {
      background-image: url("partials/core/medium/block_photostrip/images/gradient_left.png");
      left: 0px; }
    .block-photostrip.carousel .photos-container:after {
      background-image: url("partials/core/medium/block_photostrip/images/gradient_right.png");
      right: 0px; }
  .block-photostrip.carousel .back, .block-photostrip.carousel .next {
    position: absolute;
    align-items: center !important;
    width: 90px;
    height: 320px;
    z-index: 2;
    top: 0px; }
  @media (max-width: 575.98px) {
    .block-photostrip.carousel .back, .block-photostrip.carousel .next {
      width: 70px; } }
  .block-photostrip.carousel .back svg, .block-photostrip.carousel .next svg {
    height: 30px;
    width: 30px;
    opacity: 0.92;
    cursor: pointer; }
    .block-photostrip.carousel .back svg:hover, .block-photostrip.carousel .next svg:hover {
      opacity: 1; }
    .block-photostrip.carousel .back svg polyline, .block-photostrip.carousel .next svg polyline {
      fill: none;
      stroke: white;
      stroke-miterlimit: 10;
      stroke-width: 12px; }
  .block-photostrip.carousel .back {
    left: 15px;
    justify-content: flex-start; }
    .block-photostrip.carousel .back svg {
      margin-left: 8px; }
  .block-photostrip.carousel .next {
    right: 15px;
    justify-content: flex-end; }
    .block-photostrip.carousel .next svg {
      margin-right: 8px; }
.block-photostrip .photos-container {
  font-size: 0px; }
  .block-photostrip .photos-container .photo {
    display: inline-block;
    width: 25%;
    height: 320px;
    transition: height 0.9s, margin 0.9s; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .block-photostrip .photos-container .photo {
      width: 33.3333333333%; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-photostrip .photos-container .photo {
    width: 50%; } }
.block-photostrip .photos-container .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.blocks-wrapper .block-resources.padded.above {
  margin-top: 0px !important; }
.blocks-wrapper .block-resources.padded.below {
  margin-bottom: 0px !important; }

.block-resources.bullets.columns-2 ul.resources {
  column-count: 2; }
.block-resources.bullets.columns-3 ul.resources {
  column-count: 3; }
.block-resources.bullets.columns-4 ul.resources {
  column-count: 4; }
.block-resources.bullets ul.resources {
  list-style: none;
  margin: 12px 0px 0px 0px;
  padding: 0px; }
  .block-resources.bullets ul.resources li {
    position: relative;
    line-height: 1.25;
    padding-left: 30px;
    margin-bottom: 12px; }
    .block-resources.bullets ul.resources li:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      background-image: url('partials/core/medium/block_resources/images/icon_pdf.png');
      background-size: cover;
      background-repeat: no-repeat;
      left: 0px;
      top: 3px; }
      .block-resources.bullets ul.resources li.doc:before {
        background-image: url('partials/core/medium/block_resources/images/icon_doc.png'); }
    .block-resources.bullets ul.resources li.ppt:before {
      background-image: url('partials/core/medium/block_resources/images/icon_ppt.png'); }
  .block-resources.bullets ul.resources li.url:before {
    background-image: url('partials/core/medium/block_resources/images/icon_url.png'); }
.block-resources.bullets ul.resources li.vid:before {
  background-image: url('partials/core/medium/block_resources/images/icon_vid.png'); }
.block-resources.bullets ul.resources li.xls:before {
  background-image: url('partials/core/medium/block_resources/images/icon_xls.png'); }
.block-resources.bullets ul.resources li.zip:before {
  background-image: url('partials/core/medium/block_resources/images/icon_zip.png'); }
.block-resources.cards .row {
  margin-bottom: -30px; }
.block-resources.cards .tile {
  margin-bottom: 30px; }
  .block-resources.cards .tile .card-container {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    height: 100%;
    padding: 20px; }
    .block-resources.cards .tile .card-container .icon {
      width: 64px;
      margin: 0px;
      display: flex;
      align-items: center; }
    .block-resources.cards .tile .card-container .text {
      text-align: left;
      padding-left: 24px;
      display: flex;
      align-items: center;
      width: calc(100% - 64px); }
      .block-resources.cards .tile .card-container .text p {
        line-height: 1.2; }

.block-section .block-text.one-col + .block-resources.padded {
  padding-top: 0px !important; }

.block-section.bkgnd-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .block-section > .block.padded {
    padding-top: 22.75px;
    padding-bottom: 22.75px; }
    .block-section > .block.padded:first-child {
      padding-top: 0px !important; }
      .block-section > .block.padded:first-child.block-text.two-col .container .row .col-one {
        padding-top: 0px !important; }
      @media (min-width: 992px) {
        .block-section > .block.padded:first-child.block-text.two-col .container .row .col-two {
          padding-top: 0px !important; } }
    .block-section > .block.padded:last-child:not(:only-child) {
      padding-bottom: 0px !important; }
      .block-section > .block.padded:last-child:not(:only-child):not(.block-tiles) {
        margin-bottom: 0px !important; }
    @media (min-width: 992px) {
      .block-section > .block.padded:last-child.block-text.two-col .container .row .col-one {
        padding-bottom: 0px !important; } }
    .block-section > .block.padded:last-child.block-text.two-col .container .row .col-two {
      padding-bottom: 0px !important; }
    .block-section > .block.padded:last-child.block-text .buttons {
      margin-bottom: 0px !important; }
  .block-section > .block.padded.block-text.one-col {
    background-color: transparent; }
    .block-section > .block.padded.block-text.one-col .container .row .content-container .buttons {
      margin-bottom: 42.25px; }
  .block-section > .block.padded.block-text.two-col {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent; }
    .block-section > .block.padded.block-text.two-col .backgrounds .row .col-one-bkgnd, .block-section > .block.padded.block-text.two-col .backgrounds .row .col-two-bkgnd {
      background: transparent !important;
      background-color: transparent !important; }
  .block-section > .block.padded.block-text.two-col .container .row .col-one, .block-section > .block.padded.block-text.two-col .container .row .col-two {
    padding-top: 26px;
    padding-bottom: 26px; }
.block-section > .block.padded.block-text .container .row .col-one, .block-section > .block.padded.block-text .container .row .col-two {
  background: transparent !important;
  background-color: transparent !important; }
.block-section > .block.padded.block-posts {
  background-color: transparent !important;
  padding-top: 0px !important; }
  .block-section > .block.padded.block-posts:not(:last-child) {
    margin-bottom: -55.25px !important; }
.block-section > .block.padded.block-tiles {
  background-color: transparent !important; }
  .block-section > .block.padded.block-tiles:not(:last-child) {
    margin-bottom: -55.25px !important; }
.block-section > .block.padded.block-textimage {
  background-color: transparent !important; }
  .block-section > .block.padded.block-textimage .container .text-col {
    padding-top: 22.75px;
    padding-bottom: 0px !important; }
    .block-section > .block.padded.block-textimage .container .image-col .image-container {
      display: flex;
      align-items: center;
      margin-top: 22.75px;
      margin-bottom: 0px !important; }
.block-section > .block.padded.block-accordion {
  background-color: transparent !important;
  padding-bottom: 42.25px; }
.block-section > .block.padded.block-fullimage {
  background-color: transparent !important;
  margin-bottom: 42.25px; }
.block-section > .block.padded.block-buttons {
  background-color: transparent !important;
  margin-bottom: 42.25px; }
  .block-section > .block.padded.block-buttons:last-child {
    margin-bottom: 0px !important; }
.block-section > .block.padded.block-related, .block-section > .block.padded.block-testimonials, .block-section > .block.padded.block-resources, .block-section > .block.padded.block-contactform {
  background-color: transparent !important; }

.block-ticker {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden; }
  .block-ticker.dark .line-text {
    color: white; }
.block-ticker.light .line-text {
  color: black; }
.block-ticker.single .line-text {
  font-size: 0px; }
  .block-ticker.single .line-text span {
    font-size: 16px; }
    .block-ticker.single .line-text span:before {
      content: "•";
      margin-left: 8px;
      margin-right: 8px; }
.block-ticker.single .eocjs-newsticker .eocjs-newsticker-container {
  height: 20px; }
.block-ticker.single .eocjs-newsticker .eocjs-newsticker-one {
  height: 20px; }
.block-ticker.echo .eocjs-newsticker .eocjs-newsticker-container, .block-ticker.unique .eocjs-newsticker .eocjs-newsticker-container {
  height: 20px; }
.block-ticker.echo .eocjs-newsticker .eocjs-newsticker-one, .block-ticker.echo .eocjs-newsticker .eocjs-newsticker-two, .block-ticker.unique .eocjs-newsticker .eocjs-newsticker-one, .block-ticker.unique .eocjs-newsticker .eocjs-newsticker-two {
  height: 20px; }
.block-ticker .eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  overflow: hidden; }
.block-ticker .eocjs-newsticker .eocjs-newsticker-one, .block-ticker .eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: nowrap;
  line-height: 1; }

.block-map {
  padding-bottom: 30px !important; }
  .block-map.full-width {
    padding-bottom: 0px !important;
    padding-top: 0px !important; }
    .block-map.full-width .container {
      padding: 0px;
      max-width: unset !important; }
      .block-map.full-width .container .row .map-container {
        font-size: 0px; }
        .block-map.full-width .container .row .map-container iframe {
          width: 100%;
          height: 460px; }

.blocks-wrapper .block-related.padded {
  padding-top: 48.75px !important;
  padding-bottom: 48.75px !important; }
@media (max-width: 575.98px) {
  .blocks-wrapper .block-related.padded {
    padding-top: 9vw !important;
    padding-bottom: 9vw !important; } }
.blocks-wrapper .block-related.padded.above {
  margin-top: 0px !important; }
.blocks-wrapper .block-related.padded.below {
  margin-bottom: 0px !important; }

.block-related.padded {
  padding-bottom: 40px !important; }
  .block-related .container .row .title-container h2 {
    margin-bottom: 22px; }
  .block-related .container .row h2 {
    /* old */
    margin-bottom: 22px; }
  .block-related .container .row .articles-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .block-related .container .row .articles-container .article-container {
      margin-bottom: 25px; }
      .block-related .container .row .articles-container .article-container .article .image-container img {
        width: 100%;
        max-width: 100%;
        height: 146px;
        object-fit: cover;
        object-position: center center; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .block-related .container .row .articles-container .article-container .article .image-container img {
          height: 160px; } }
    @media (max-width: 575.98px) {
      .block-related .container .row .articles-container .article-container .article .image-container img {
        height: 45vw; } }
  .block-related .container .row .articles-container .article-container .article .text-container h4 {
    margin-top: 20px; }
  .block-related .container .row .articles-container .article-container .article .text-container p {
    margin-top: 4px;
    margin-bottom: 6px; }

.post {
  margin-bottom: 25px; }
  .post .post-container {
    position: relative;
    padding: 0px;
    height: 100%;
    padding-bottom: 40px;
    background-color: white; }
    .post .post-container .image-container {
      position: relative;
      width: 100%;
      height: 150px; }
    @media (max-width: 767.98px) {
      .post .post-container .image-container {
        height: 37vw; } }
  @media (max-width: 575.98px) {
    .post .post-container .image-container {
      height: 40vw; } }
  .post .post-container .image-container .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  @media (max-width: 767.98px) {
    .post .post-container .image-container .image {
      height: 37vw;
      border-bottom: 1px solid #8e8e8e; } }
@media (max-width: 575.98px) {
  .post .post-container .image-container .image {
    height: 40vw; } }
.post .post-container .text-container {
  padding: 20px 15px; }
  .post .post-container .text-container h3, .post .post-container .text-container h4 {
    margin-top: 0px; }
    .post .post-container .text-container h3 a, .post .post-container .text-container h4 a {
      color: #3a969a; }
      .post .post-container .text-container h3 a:hover, .post .post-container .text-container h4 a:hover {
        color: #3c5b76;
        text-decoration: none; }
    .post .post-container .text-container h3 + p.date, .post .post-container .text-container h4 + p.date {
      margin-top: -5px;
      margin-bottom: 15px; }
  .post .post-container .text-container p.read-more {
    position: absolute;
    bottom: 0px;
    left: 15px;
    margin-top: 0px;
    margin-bottom: 20px; }
    .post .post-container .text-container p.read-more a.button.tertiary {
      background-color: #17a2b8; }
      .post .post-container .text-container p.read-more a.button.tertiary:hover {
        background-color: #7bafd4; }
  .post .post-container .text-container p.type {
    font-weight: 700;
    color: #f58153;
    margin-bottom: 3px; }
  .post .post-container .text-container p.date {
    margin-bottom: 4px;
    font-size: 13px;
    font-style: italic;
    color: #8e8e8e; }
d:last-child.block-text .buttons {
      margin-bottom: 0px !important; }
  .block-section > .block.padded.block-text.one-col {
    background-color: transparent; }
    .block-section > .block.padded.block-text.one-col .container .row .content-container .buttons {
      margin-bottom: 32.5px; }
  .block-section > .block.padded.block-text.two-col {
    padding-top: 0px;
    padding-bottom: 0px; }
    .block-section > .block.padded.block-text.two-col .backgrounds .row .col-one-bkgnd, .block-section > .block.padded.block-text.two-col .backgrounds .row .col-two-bkgnd, .block-section > .block.padded.block-text.two-col .backgrounds .row .column-one-bkgnd, .block-section > .block.padded.block-text.two-col .backgrounds .row .column-two-bkgnd {
      background: transparent !important;
      background-color: transparent !important; }
  .block-section > .block.padded.block-text.two-col .container .row .col-one, .block-section > .block.padded.block-text.two-col .container .row .col-two, .block-section > .block.padded.block-text.two-col .container .row .column-one, .block-section > .block.padded.block-text.two-col .container .row .column-two {
    padding-top: 20px;
    padding-bottom: 20px; }
.block-section > .block.padded.block-text .container .row .col-one, .block-section > .block.padded.block-text .container .row .col-two, .block-section > .block.padded.block-text .container .row .column-one, .block-section > .block.padded.block-text .container .row .column-two {
  background: transparent !important;
  background-color: transparent !important; }
.block-section > .block.padded.block-posts {
  background-color: transparent !important; }
  .block-section > .block.padded.block-posts:not(:last-child) {
    margin-bottom: -42.5px !important; }
.block-section > .block.padded.block-tiles {
  background-color: transparent !important; }
  .block-section > .block.padded.block-tiles:not(:last-child) {
    margin-bottom: -42.5px !important; }
.block-section > .block.padded.block-gallery {
  background-color: transparent !important; }
  .block-section > .block.padded.block-gallery:not(:last-child) {
    margin-bottom: -42.5px !important; }
.block-section > .block.padded.block-textimage {
  background-color: transparent !important; }
  .block-section > .block.padded.block-textimage .container .text-col {
    padding-bottom: 0px !important; }
    .block-section > .block.padded.block-textimage .container .image-col .image-container {
      display: flex;
      align-items: center;
      margin-bottom: 0px !important; }
.block-section > .block.padded.block-fullimage {
  background-color: transparent !important;
  margin-bottom: 32.5px; }
.block-section > .block.padded.block-buttons {
  background-color: transparent !important;
  margin-bottom: 32.5px; }
  .block-section > .block.padded.block-buttons:last-child {
    margin-bottom: 0px !important; }
.block-section > .block.padded.block-related {
  background-color: transparent !important; }
.block-section > .block.padded.block-testimonials {
  background-color: transparent !important; }
  .block-section > .block.padded.block-testimonials .slides-container .text-col {
    padding-top: 0px; }
.block-section > .block.padded.block-accordion {
  background-color: transparent !important;
  padding-top: 0px !important; }

.block-ticker {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden; }
  .block-ticker.dark .line-text {
    color: white; }
.block-ticker.light .line-text {
  color: #292b30; }
.block-ticker.single .line-text {
  font-size: 0px; }
  .block-ticker.single .line-text span {
    font-size: 16px; }
    .block-ticker.single .line-text span:before {
      content: "•";
      margin-left: 8px;
      margin-right: 8px; }
.block-ticker.single .eocjs-newsticker .eocjs-newsticker-container {
  height: 20px; }
.block-ticker.single .eocjs-newsticker .eocjs-newsticker-one {
  height: 20px; }
.block-ticker.echo .eocjs-newsticker .eocjs-newsticker-container, .block-ticker.unique .eocjs-newsticker .eocjs-newsticker-container {
  height: 20px; }
.block-ticker.echo .eocjs-newsticker .eocjs-newsticker-one, .block-ticker.echo .eocjs-newsticker .eocjs-newsticker-two, .block-ticker.unique .eocjs-newsticker .eocjs-newsticker-one, .block-ticker.unique .eocjs-newsticker .eocjs-newsticker-two {
  height: 20px; }
.block-ticker .eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  overflow: hidden; }
.block-ticker .eocjs-newsticker .eocjs-newsticker-one, .block-ticker .eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: nowrap;
  line-height: 1; }

.block-map {
  padding-bottom: 15px !important; }
  .block-map.full-width {
    padding-bottom: 0px !important;
    padding-top: 0px !important; }
    .block-map.full-width .container {
      padding: 0px;
      max-width: unset !important; }
      .block-map.full-width .container .row .map-container {
        font-size: 0px; }
        .block-map.full-width .container .row .map-container iframe {
          width: 100%;
          height: 460px; }

.blocks-wrapper .block-related.padded {
  padding-top: 37.5px !important;
  padding-bottom: 37.5px !important; }
@media (max-width: 575.98px) {
  .blocks-wrapper .block-related.padded {
    padding-top: 9vw !important;
    padding-bottom: 9vw !important; } }
.blocks-wrapper .block-related.padded.above {
  margin-top: 0px !important; }
.blocks-wrapper .block-related.padded.below {
  margin-bottom: 0px !important; }

.block-related.padded {
  padding-bottom: 25px !important; }
  .block-related .container .row .title-container h2 {
    margin-bottom: 22px; }
  .block-related .container .row h2 {
    /* old */
    margin-bottom: 22px; }
  .block-related .container .row .articles-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .block-related .container .row .articles-container .article-container {
      margin-bottom: 25px; }
      .block-related .container .row .articles-container .article-container .article .image-container img {
        width: 100%;
        max-width: 100%;
        height: 146px;
        object-fit: cover;
        object-position: center center; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .block-related .container .row .articles-container .article-container .article .image-container img {
          height: 160px; } }
    @media (max-width: 575.98px) {
      .block-related .container .row .articles-container .article-container .article .image-container img {
        height: 45vw; } }
  .block-related .container .row .articles-container .article-container .article .text-container h4 {
    margin-top: 20px; }
  .block-related .container .row .articles-container .article-container .article .text-container p {
    margin-top: 4px;
    margin-bottom: 6px; }

.post {
  margin-bottom: 25px; }
  .post .post-container {
    position: relative;
    padding: 0px;
    height: 100%;
    padding-bottom: 40px;
    background-color: white; }
    .post .post-container .image-container {
      position: relative;
      width: 100%;
      height: 150px; }
    @media (max-width: 767.98px) {
      .post .post-container .image-container {
        height: 37vw; } }
  @media (max-width: 575.98px) {
    .post .post-container .image-container {
      height: 40vw; } }
  .post .post-container .image-container .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  @media (max-width: 767.98px) {
    .post .post-container .image-container .image {
      height: 37vw;
      border-bottom: 1px solid #e6e6e6; } }
@media (max-width: 575.98px) {
  .post .post-container .image-container .image {
    height: 40vw; } }
.post .post-container .text-container {
  padding: 20px 15px; }
  .post .post-container .text-container h3, .post .post-container .text-container h4 {
    margin-top: 0px; }
    .post .post-container .text-container h3 a, .post .post-container .text-container h4 a {
      color: #53545d; }
      .post .post-container .text-container h3 a:hover, .post .post-container .text-container h4 a:hover {
        color: #93c252;
        text-decoration: none; }
    .post .post-container .text-container h3 + p.date, .post .post-container .text-container h4 + p.date {
      margin-top: -5px;
      margin-bottom: 15px; }
  .post .post-container .text-container p.read-more {
    position: absolute;
    bottom: 0px;
    left: 15px;
    margin-top: 0px;
    margin-bottom: 20px; }
  .post .post-container .text-container p.type {
    font-weight: 700;
    color: #93c252;
    margin-bottom: 3px; }
  .post .post-container .text-container p.date {
    margin-bottom: 4px;
    font-size: 13px;
    font-style: italic;
    color: #f2f2f2; }

.events .block-accordion .category .tab h4 span.date-time {
  display: inline-block;
  margin-left: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #93c252;
  font-weight: 700;
  text-transform: uppercase; }
.events .block-accordion .category-detail .blocks-wrapper .block-text .content-container h3, .events .block-accordion .category-detail .blocks-wrapper .block-text .content-container h4 {
  font-family: 'PT Sans', sans-serif;
  color: #93c252;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 28px;
  margin-bottom: 4px;
  font-size: 18px; }
.events .block-accordion .category-detail .blocks-wrapper .block-text .content-container h3 + p {
  margin-top: 2px; }

.how-biz-value.bkgnd-light .block-text.biz-form .col-one .content-container form fieldset input, .how-biz-value.bkgnd-light .block-text.biz-form .col-one .content-container form fieldset textarea, .how-biz-value.bkgnd-light .block-text.biz-form .col-one .content-container form fieldset select {
  background-color: white; }
.how-biz-value.bkgnd-white .block-text.biz-form .col-one .content-container form fieldset input, .how-biz-value.bkgnd-white .block-text.biz-form .col-one .content-container form fieldset textarea, .how-biz-value.bkgnd-white .block-text.biz-form .col-one .content-container form fieldset select {
  background-color: #f2f2f2; }
.how-biz-value .block-text.biz-form .col-one .content-container h2 {
  margin-bottom: 25px; }
  .how-biz-value .block-text.biz-form .col-one .content-container form fieldset {
    background-color: transparent !important; }
    .how-biz-value .block-text.biz-form .col-one .content-container form fieldset input, .how-biz-value .block-text.biz-form .col-one .content-container form fieldset textarea, .how-biz-value .block-text.biz-form .col-one .content-container form fieldset select {
      font-family: 'PT Sans', sans-serif !important;
      border-radius: 0px !important;
      border: none !important; }
      .how-biz-value .block-text.biz-form .col-one .content-container form fieldset input:focus, .how-biz-value .block-text.biz-form .col-one .content-container form fieldset textarea:focus, .how-biz-value .block-text.biz-form .col-one .content-container form fieldset select:focus {
        outline: none !important; }

@media (max-width: 575.98px) {
  .client-login .block-buttons .buttons a.button {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 10px; } }

@media (max-width: 767.98px) {
  .block-hero.page {
    min-height: 45vw;
    max-height: unset; }
    .block-hero.page .title-container {
      min-height: 45vw; } }
.block-hero.page .title-container {
  position: relative;
  height: 100% !important; }
  .block-hero.page .title-container .container {
    height: 100% !important; }
    .block-hero.page .title-container .container .row {
      height: 100%; }
.block-hero.page .title {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center;
  justify-content: center; }
  .block-hero.page .title .text-container {
    margin-bottom: 0px; }
  @media (max-width: 767.98px) {
    .block-hero.page .title .text-container {
      margin-top: 45px;
      margin-bottom: 45px; } }
  .block-hero.page .title .text-container h1 {
    margin-bottom: 0px; }
  .block-hero.page .title .text-container .buttons {
    margin-top: 13px; }
    .block-hero.page .title .text-container .buttons a.button.secondary-outline {
      color: white;
      background-color: unset;
      border: 1px solid white; }
      .block-hero.page .title .text-container .buttons a.button.secondary-outline:hover {
        background-color: white;
        border: 1px solid white;
        color: #292b30; }

@media (min-width: 1200px) {
  .block-text.center .col-one .content-container {
    width: 85% !important; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-text.center .col-one .content-container {
    width: 100% !important; } }
.block-text h1 + p > .intro {
  margin-top: 22px; }
  .block-text.how-we-help-start .col-one .content-container ul {
    column-count: 2;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 1200px) {
    .block-text.how-we-help-start .col-one .content-container ul {
      width: 60%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-text.how-we-help-start .col-one .content-container ul {
    width: 70%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-text.how-we-help-start .col-one .content-container ul {
    width: 85%; } }
@media (max-width: 767.98px) {
  .block-text.how-we-help-start .col-one .content-container ul {
    column-count: 1;
    text-align: center;
    margin-left: 0px; } }
.block-text.how-diagram .col-one .content-container p {
  text-align: center; }
  .block-text.how-diagram .col-one .content-container p img.diagram {
    height: auto; }
  @media (min-width: 992px) {
    .block-text.how-diagram .col-one .content-container p img.diagram {
      max-width: 45%; } }
@media (max-width: 991.98px) {
  .block-text.how-diagram .col-one .content-container p img.diagram {
    max-width: 80%;
    margin-bottom: 40px; } }
.block-text.how-diagram .col-one .content-container .key {
  text-align: center; }
@media (min-width: 992px) {
  .block-text.how-diagram .col-one .content-container .key {
    width: 230px;
    position: absolute; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-text.how-diagram .col-one .content-container .key {
    width: 80%;
    margin: 0px auto 35px auto; } }
@media (max-width: 767.98px) {
  .block-text.how-diagram .col-one .content-container .key {
    margin-bottom: 35px; } }
@media (min-width: 1200px) {
  .block-text.how-diagram .col-one .content-container .key.core-values {
    top: 50px;
    left: 50px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-text.how-diagram .col-one .content-container .key.core-values {
    top: 50px;
    left: 30px; } }
@media (min-width: 1200px) {
  .block-text.how-diagram .col-one .content-container .key.experiences {
    top: 50px;
    right: 50px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-text.how-diagram .col-one .content-container .key.experiences {
    top: 50px;
    right: 30px; } }
@media (min-width: 1200px) {
  .block-text.how-diagram .col-one .content-container .key.financial {
    bottom: 50px;
    left: 30px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-text.how-diagram .col-one .content-container .key.financial {
    bottom: 50px;
    left: 10px; } }
@media (min-width: 1200px) {
  .block-text.how-diagram .col-one .content-container .key.alignment {
    bottom: 50px;
    right: 30px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-text.how-diagram .col-one .content-container .key.alignment {
    bottom: 50px;
    right: 10px; } }
.block-text.how-diagram .col-one .content-container .key h4 + p {
  margin-top: 0px; }
@media (min-width: 1200px) {
  .block-text.bio-section .col-one {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .block-text.bio-section .col-two {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-text.bio-section .col-one {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .block-text.bio-section .col-two {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; } }
@media (max-width: 991.98px) {
  .block-text.bio-section .col-one {
    padding-bottom: 0px !important; } }
.block-text.privacy-policy h2 + h4 {
  margin-top: 26px; }
.block-text.privacy-policy p + h2, .block-text.privacy-policy h4 + h2, .block-text.privacy-policy h4 + h4 {
  margin-top: 46px; }

.block-accordion .category {
  margin-top: 15px; }
  .block-accordion .category.open .tab h4:after {
    content: "" !important;
    font-family: microns !important; }
  .block-accordion .category .tab {
    background-color: white;
    border: none; }
    .block-accordion .category .tab h4 {
      font-family: 'Merriweather', serif;
      font-weight: 400;
      padding-left: 50px; }
      .block-accordion .category .tab h4:after {
        content: "" !important;
        font-family: microns !important;
        font-size: 24px;
        color: #93c252;
        top: -3px;
        right: unset !important;
        left: 10px; }
.block-accordion .category-detail .blocks-wrapper {
  background-color: white;
  border: none !important;
  padding-left: 5px;
  padding-right: 5px; }
  .block-accordion .category-detail .blocks-wrapper .block.padded:first-child {
    padding-top: 0px !important; }
  .block-accordion .category-detail .blocks-wrapper .block.padded:last-child {
    padding-bottom: 15px !important; }

.block-buttons.above {
  margin-top: -12.5px !important; }
  .block-buttons .buttons a {
    text-transform: uppercase; }

.block-fullimage.image .image-container {
  text-align: center; }
.block-fullimage.text.looking-ahead {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px; }
  .block-fullimage.text.looking-ahead > .container:first-child {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #93c252;
    mix-blend-mode: multiply;
    max-width: unset !important; }
    .block-fullimage.text.looking-ahead > .container:first-child:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0px;
      background-color: #93c252;
      mix-blend-mode: color-burn;
      opacity: 0.5;
      z-index: 2; }
    .block-fullimage.text.looking-ahead > .container:first-child:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0px;
      background-color: #93c252;
      mix-blend-mode: multiply; }
  .block-fullimage.text.looking-ahead > .container .text-container {
    width: 100%;
    background-color: transparent !important;
    padding: 0px; }
    .block-fullimage.text.looking-ahead > .container .text-container h2 {
      color: white;
      margin-bottom: 28px; }
    .block-fullimage.text.looking-ahead > .container .text-container p {
      color: white;
      font-family: 'Merriweather', serif;
      font-size: 17px;
      line-height: 1.8; }

.block-textimage.bio-head .container {
  padding-left: 0px;
  padding-right: 0px;
  max-width: unset !important; }
  .block-textimage.bio-head .container .row {
    margin-right: 0px;
    margin-left: 0px; }
    .block-textimage.bio-head .container .row .image-col {
      padding: 0px; }
      .block-textimage.bio-head .container .row .image-col .image-container {
        height: auto !important;
        margin: 0px; }
      @media (max-width: 991.98px) {
        .block-textimage.bio-head .container .row .image-col .image-container img {
          object-position: center center; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .block-textimage.bio-head .container .row .image-col .image-container {
        max-height: 470px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .block-textimage.bio-head .container .row .image-col .image-container {
      max-height: 400px; } }
@media (min-width: 992px) {
  .block-textimage.bio-head .container .row .text-col {
    padding-right: 60px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-textimage.bio-head .container .row .text-col {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px auto;
    max-width: 720px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-textimage.bio-head .container .row .text-col {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px auto;
    max-width: 540px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  .block-textimage.bio-head .container .row .text-col {
    padding-left: 25px;
    padding-right: 25px; } }
@media (max-width: 359.98px) {
  .block-textimage.bio-head .container .row .text-col {
    padding-left: 20px;
    padding-right: 20px; } }
.block-textimage.bio-head .container .row .text-col .content-container p {
  margin-bottom: 8px; }
.block-textimage.bio-head .container .row .text-col .content-container ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .block-textimage.bio-head .container .row .text-col .content-container ul.social {
    margin-top: 4px; }
    .block-textimage.bio-head .container .row .text-col .content-container ul.social li {
      margin: 0px 4px;
      display: inline-block; }
      .block-textimage.bio-head .container .row .text-col .content-container ul.social li a {
        font-size: 0px; }
        .block-textimage.bio-head .container .row .text-col .content-container ul.social li a:before {
          content: "";
          display: inline-block;
          width: 20px;
          height: 20px;
          background-color: #93c252;
          position: relative;
          vertical-align: middle;
          -webkit-mask: none center / contain no-repeat;
          mask: none center / contain no-repeat; }
          .block-textimage.bio-head .container .row .text-col .content-container ul.social li a:hover:before {
            background-color: #292b30; }
      .block-textimage.bio-head .container .row .text-col .content-container ul.social li.linkedin a:before {
        -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 23 22'><path d='M232.1,118.28h4.56V133H232.1Zm2.28-7.3a2.65,2.65,0,1,1-2.65,2.65,2.65,2.65,0,0,1,2.65-2.65' transform='translate(-231.73 -110.98)'></path><path d='M239.52,118.28h4.37v2H244a4.81,4.81,0,0,1,4.32-2.37c4.61,0,5.46,3,5.46,7V133h-4.55v-7.15c0-1.7,0-3.89-2.37-3.89s-2.74,1.85-2.74,3.77V133h-4.55Z' transform='translate(-231.73 -110.98)'></path></svg>");
        mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 23 22'><path d='M232.1,118.28h4.56V133H232.1Zm2.28-7.3a2.65,2.65,0,1,1-2.65,2.65,2.65,2.65,0,0,1,2.65-2.65' transform='translate(-231.73 -110.98)'></path><path d='M239.52,118.28h4.37v2H244a4.81,4.81,0,0,1,4.32-2.37c4.61,0,5.46,3,5.46,7V133h-4.55v-7.15c0-1.7,0-3.89-2.37-3.89s-2.74,1.85-2.74,3.77V133h-4.55Z' transform='translate(-231.73 -110.98)'></path></svg>"); }
    .block-textimage.bio-head .container .row .text-col .content-container ul.social li.email a:before {
      top: 3px;
      -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 22 20'><g><path d='M11,9.5L21.7,2c-0.3-0.5-0.9-0.8-1.5-0.8H1.8C1.2,1.2,0.6,1.5,0.3,2L11,9.5z'></path><polygon points='14.6,8.5 22,14.4 22,3.3'></polygon><g><polygon points='7.4,8.5 0.1,3.3 0.1,14.4'></polygon><path d='M13.5,9.3l-2.2,1.5c-0.1,0.1-0.2,0.1-0.4,0.1s-0.3,0-0.4-0.1L8.5,9.3l-8.3,6.6C0.4,16.5,1.1,17,1.8,17h18.4 c0.7,0,1.4-0.4,1.6-1.1L13.5,9.3z'></path></g></g></svg>");
      mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 22 20'><g><path d='M11,9.5L21.7,2c-0.3-0.5-0.9-0.8-1.5-0.8H1.8C1.2,1.2,0.6,1.5,0.3,2L11,9.5z'></path><polygon points='14.6,8.5 22,14.4 22,3.3'></polygon><g><polygon points='7.4,8.5 0.1,3.3 0.1,14.4'></polygon><path d='M13.5,9.3l-2.2,1.5c-0.1,0.1-0.2,0.1-0.4,0.1s-0.3,0-0.4-0.1L8.5,9.3l-8.3,6.6C0.4,16.5,1.1,17,1.8,17h18.4 c0.7,0,1.4-0.4,1.6-1.1L13.5,9.3z'></path></g></g></svg>"); }

.block-contactform .info-col .info h4 {
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 26px;
  border-bottom: 4px solid #93c252;
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 16px;
  margin-bottom: 2px; }
  .block-contactform .info-col .info p.icon {
    padding-left: 0px; }
  .block-contactform .info-col .info p:before {
    display: none; }
    .block-contactform .info-col .info p.phone + p.fax {
      margin-top: -16px; }

.block-tiles.home-tiles.cards .tile:nth-of-type(1) .card-container {
  background-color: #93c252; }
.block-tiles.home-tiles.cards .tile:nth-of-type(2) .card-container {
  background-color: #66853a; }
.block-tiles.home-tiles.cards .tile:nth-of-type(3) .card-container {
  background-color: #4d6175; }
@media (min-width: 768px) {
  .block-tiles.home-tiles.cards .tile {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important; } }
@media (min-width: 1200px) {
  .block-tiles.home-tiles.cards .tile {
    -ms-flex: 0 0 33.3333% !important;
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important; } }
.block-tiles.home-tiles.cards .tile .card-container {
  box-shadow: unset !important; }
  .block-tiles.home-tiles.cards .tile .card-container .text {
    color: white; }
    .block-tiles.home-tiles.cards .tile .card-container .text h4, .block-tiles.home-tiles.cards .tile .card-container .text p {
      color: white; }
    .block-tiles.home-tiles.cards .tile .card-container .text ul {
      text-align: center;
      list-style-position: inside;
      padding: 0px;
      margin-bottom: 0px; }
.block-tiles.home-pillars.columns {
  background-color: aliceblue; }
  .block-tiles.home-pillars.columns .tile {
    margin-bottom: 30px; }
    .block-tiles.home-pillars.columns .tile:nth-of-type(1) .card-container {
      background-color: #66853a; }
  .block-tiles.home-pillars.columns .tile:nth-of-type(2) .card-container {
    background-color: #93c252; }
.block-tiles.home-pillars.columns .tile:nth-of-type(3) .card-container {
  background-color: #4d6175; }
.block-tiles.home-pillars.columns .tile:nth-of-type(4) .card-container {
  background-color: #53545d; }
.block-tiles.home-pillars.columns .tile:nth-of-type(5) .card-container {
  background-color: #93c252; }
.block-tiles.home-pillars.columns .tile:nth-of-type(6) .card-container {
  background-color: #66853a; }
.block-tiles.home-pillars.columns .tile:nth-of-type(7) .card-container {
  background-color: #4d6175; }
.block-tiles.home-pillars.columns .tile .card-container {
  height: 100%; }
@media (max-width: 767.98px) {
  .block-tiles.home-pillars.columns .tile .card-container {
    max-width: 90%;
    margin: 0px auto; } }
.block-tiles.home-pillars.columns .tile .card-container .text {
  width: 100%; }
  .block-tiles.home-pillars.columns .tile .card-container .text h4 {
    background-color: #e6e6e6;
    padding: 6px 15px;
    height: 58px;
    border-bottom: 3px white solid; }
  @media (max-width: 767.98px) {
    .block-tiles.home-pillars.columns .tile .card-container .text h4 {
      padding: 17px 15px; } }
  .block-tiles.home-pillars.columns .tile .card-container .text ul {
    text-align: left;
    list-style: none;
    margin: 0px;
    padding: 15px 20px;
    min-height: 292px; }
    .block-tiles.home-pillars.columns .tile .card-container .text ul li {
      color: white;
      line-height: 1.2;
      margin-bottom: 14px; }
.block-tiles.about-standards.cards .row {
  margin-right: -8px;
  margin-left: -8px; }
.block-tiles.about-standards.cards .tile {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px; }
  .block-tiles.about-standards.cards .tile:nth-of-type(1) .card-container {
    background-color: #93c252; }
.block-tiles.about-standards.cards .tile:nth-of-type(2) .card-container {
  background-color: #66853a; }
.block-tiles.about-standards.cards .tile:nth-of-type(3) .card-container {
  background-color: #4d6175; }
.block-tiles.about-standards.cards .tile:nth-of-type(4) .card-container {
  background-color: #53545d; }
.block-tiles.about-standards.cards .tile:nth-of-type(5) .card-container {
  background-color: #292b30; }
@media (min-width: 1200px) {
  .block-tiles.about-standards.cards .tile {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-tiles.about-standards.cards .tile {
    -ms-flex: 0 0 33.3333% !important;
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important; } }
.block-tiles.about-standards.cards .tile .card-container {
  padding: 30px 15px;
  box-shadow: unset !important; }
  .block-tiles.about-standards.cards .tile .card-container .text {
    width: 100%;
    color: white; }
    .block-tiles.about-standards.cards .tile .card-container .text h4, .block-tiles.about-standards.cards .tile .card-container .text p {
      color: white; }
    .block-tiles.about-standards.cards .tile .card-container .text ul {
      text-align: center;
      list-style-position: inside;
      padding: 0px;
      margin-bottom: 0px; }
.block-tiles.about-approach.cards .tile:nth-of-type(1) .card-container .image {
  background-color: #53545d; }
.block-tiles.about-approach.cards .tile:nth-of-type(1) .card-container .text {
  background-color: white; }
.block-tiles.about-approach.cards .tile:nth-of-type(2) .card-container .image {
  background-color: white; }
.block-tiles.about-approach.cards .tile:nth-of-type(2) .card-container .text {
  background-color: #93c252; }
  .block-tiles.about-approach.cards .tile:nth-of-type(2) .card-container .text h4 {
    color: white; }
@media (min-width: 768px) {
  .block-tiles.about-approach.cards .tile {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important; } }
@media (min-width: 1200px) {
  .block-tiles.about-approach.cards .tile {
    -ms-flex: 0 0 42.5% !important;
    flex: 0 0 42.5% !important;
    max-width: 42.5% !important; } }
.block-tiles.about-approach.cards .tile .card-container {
  display: flex;
  flex-direction: column-reverse;
  padding: 0px !important;
  box-shadow: unset !important; }
  .block-tiles.about-approach.cards .tile .card-container .image {
    width: 100%;
    margin: 0px;
    padding: 16px 20px; }
  .block-tiles.about-approach.cards .tile .card-container .text {
    width: 100%;
    padding: 16px 20px; }
    .block-tiles.about-approach.cards .tile .card-container .text h4 {
      font-family: 'Merriweather', serif;
      font-size: 16px;
      margin-bottom: 0px; }
    .block-tiles.about-approach.cards .tile .card-container .text p {
      display: none; }
.block-tiles.about-process {
  margin-bottom: 37.5px; }
  .block-tiles.about-process.cards .tile:nth-of-type(1) .card-container .image {
    display: none; }
  .block-tiles.about-process.cards .tile:nth-of-type(1) .card-container .text {
    padding: 0px !important;
    background-color: #e6e6e6;
    height: 100%; }
    .block-tiles.about-process.cards .tile:nth-of-type(1) .card-container .text h4 {
      color: white;
      background-color: #93c252;
      padding: 16px 20px; }
    .block-tiles.about-process.cards .tile:nth-of-type(1) .card-container .text ul {
      list-style: none;
      padding: 0px;
      margin: 0px; }
      .block-tiles.about-process.cards .tile:nth-of-type(1) .card-container .text ul li {
        text-align: left;
        font-size: 18px;
        border-top: 2px solid white;
        position: relative;
        padding: 30px 20px 30px 90px; }
        .block-tiles.about-process.cards .tile:nth-of-type(1) .card-container .text ul li:before {
          content: "";
          position: absolute;
          height: 52px;
          width: 52px;
          top: 30px;
          left: 20px;
          background-image: url(../../../wp-content/uploads/2023/10/icon_discovery_green.png);
          background-size: cover; }
          .block-tiles.about-process.cards .tile:nth-of-type(1) .card-container .text ul li.discovery:before {
            background-image: url(../../../wp-content/uploads/2023/10/icon_discovery_green.png); }
        .block-tiles.about-process.cards .tile:nth-of-type(1) .card-container .text ul li.consultation:before {
          background-image: url(../../../wp-content/uploads/2023/10/icon_consultation_green.png); }
      .block-tiles.about-process.cards .tile:nth-of-type(1) .card-container .text ul li.priorities:before {
        background-image: url(../../../wp-content/uploads/2022/05/icon_priorities.png); }
    .block-tiles.about-process.cards .tile:nth-of-type(1) .card-container .text ul li.financials:before {
      background-image: url(../../../wp-content/uploads/2022/05/icon_financials.png); }
  .block-tiles.about-process.cards .tile:nth-of-type(1) .card-container .text ul li.plan:before {
    background-image: url(../../../wp-content/uploads/2023/10/icon_plan_green.png); }
.block-tiles.about-process.cards .tile:nth-of-type(1) .card-container .text ul li.action:before {
  top: 17px;
  background-image: url(../../../wp-content/uploads/2023/10/icon_action_green.png); }
.block-tiles.about-process.cards .tile:nth-of-type(1) .card-container .text ul li span.time {
  display: block;
  font-size: 16px;
  font-style: italic; }
.block-tiles.about-process.cards .tile:nth-of-type(2) .card-container .image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6; }
.block-tiles.about-process.cards .tile:nth-of-type(2) .card-container .text {
  background-color: #4d6175; }
  .block-tiles.about-process.cards .tile:nth-of-type(2) .card-container .text h4 {
    color: white; }
@media (max-width: 767.98px) {
  .block-tiles.about-process.cards .tile .card-container .image {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
    .block-tiles.about-process.cards .tile .card-container .image img {
      max-width: 90%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-tiles.about-process.cards .tile {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; }
    .block-tiles.about-process.cards .tile .card-container {
      width: 80%;
      margin: 0px auto; }
      .block-tiles.about-process.cards .tile .card-container .image img {
        max-width: 80%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .block-tiles.about-process.cards .tile {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important; } }
@media (min-width: 1200px) {
  .block-tiles.about-process.cards .tile {
    -ms-flex: 0 0 42.5% !important;
    flex: 0 0 42.5% !important;
    max-width: 42.5% !important; } }
.block-tiles.about-process.cards .tile .card-container {
  display: flex;
  flex-direction: column-reverse;
  padding: 0px !important;
  box-shadow: unset !important; }
  .block-tiles.about-process.cards .tile .card-container .image {
    width: 100%;
    margin: 0px;
    padding: 16px 20px; }
  .block-tiles.about-process.cards .tile .card-container .text {
    width: 100%;
    padding: 16px 20px; }
    .block-tiles.about-process.cards .tile .card-container .text h4 {
      font-family: 'Merriweather', serif;
      font-size: 16px;
      margin-bottom: 0px; }
    .block-tiles.about-process.cards .tile .card-container .text p {
      display: none; }
.block-tiles.contact-steps.cards .container {
  margin-bottom: 18px; }
@media (min-width: 992px) {
  .block-tiles.contact-steps.cards .tile {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important; } }
.block-tiles.contact-steps.cards .tile .card-container {
  position: relative;
  padding: 0px !important;
  box-shadow: unset !important;
  background-color: #f2f2f2; }
  .block-tiles.contact-steps.cards .tile .card-container .image {
    position: absolute;
    top: 11px;
    left: 16px;
    width: auto !important; }
    .block-tiles.contact-steps.cards .tile .card-container .image img {
      height: 50px;
      width: 50px; }
  .block-tiles.contact-steps.cards .tile .card-container .text {
    text-align: left;
    width: 100%; }
    .block-tiles.contact-steps.cards .tile .card-container .text h4 {
      background-color: #93c252;
      color: white;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      padding: 12px 20px 12px 80px;
      margin-bottom: 0px !important;
      border-bottom: 2px solid white; }
    @media (min-width: 992px) {
      .block-tiles.contact-steps.cards .tile .card-container .text h4 {
        height: 112px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .block-tiles.contact-steps.cards .tile .card-container .text h4 {
      height: 94px; } }
@media (max-width: 767.98px) {
  .block-tiles.contact-steps.cards .tile .card-container .text h4 {
    height: 75px; } }
.block-tiles.contact-steps.cards .tile .card-container .text h4 span.time {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-style: italic; }
.block-tiles.contact-steps.cards .tile .card-container .text p {
  padding: 20px 20px 30px 20px;
  margin: 0px !important; }
.block-tiles.client-login.cards .tile .card-container {
  box-shadow: unset !important; }
  .block-tiles.client-login.cards .tile .card-container .image {
    width: 70%;
    margin-bottom: 10px; }
  .block-tiles.client-login.cards .tile .card-container .text {
    display: none; }

.block-peoplegrid.light .person .person-container {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center; }
  .block-peoplegrid.light .person .person-container:hover .image-container {
    opacity: 0.08; }
  .block-peoplegrid.light .person .person-container:hover .info-container {
    margin-top: 0px;
    opacity: 1; }
  .block-peoplegrid.light .person .person-container .image-container {
    transition: all 0.3s;
    opacity: 1; }
    .block-peoplegrid.light .person .person-container .image-container img {
      margin-bottom: 0px; }
  .block-peoplegrid.light .person .person-container .info-container {
    transition: all 0.3s;
    display: block;
    position: absolute;
    padding: 0px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    opacity: 0; }
    .block-peoplegrid.light .person .person-container .info-container p.title a:hover {
      text-decoration: none; }
    .block-peoplegrid.light .person .person-container .info-container .social {
      position: relative;
      left: unset;
      right: unset;
      bottom: unset;
      top: unset;
      margin-top: 4px; }
      .block-peoplegrid.light .person .person-container .info-container .social ul li {
        margin: 0px 4px; }
        .block-peoplegrid.light .person .person-container .info-container .social ul li a svg {
          fill: #93c252; }
          .block-peoplegrid.light .person .person-container .info-container .social ul li a:hover svg {
            fill: #292b30; }
.block-peoplegrid.light .person .mini-bio-container {
  background-color: white;
  padding: 20px; }
  .block-peoplegrid.light .person .mini-bio-container .mini-bio img.certifications {
    margin-top: 6px;
    max-width: 100%;
    width: 100%;
    height: auto; }

.block-gallery.personal-photos .container {
  padding-bottom: 25px !important; }
  .block-gallery.personal-photos .container .row.slick-slider .slick-list .slick-track .slick-slide > div .image-container {
    width: 100% !important;
    max-width: unset !important; }

.block-section .block-text.bio-section .col-one, .block-section .block-text.bio-section .col-two {
  padding-bottom: 0px !important; }

