/*!
Theme Name: WH Gardiner
Theme URI: http://www.whgardiner.com
Description: A custom WordPress theme built for WH Gardiner
Author: Company 119
Author URI: http://www.company119.com
Version: 1.1.0
*/
/* Responsive Breakpoints */
/* Variables */
/* Fonts */
@font-face {
  font-family: 'Helvetica Neue';
  src: url("assets/dist/fonts/HelveticaNeueLTPro-Lt.otf");
  font-weight: 300;
  font-style: normal;
  descent-override: 0%;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("assets/dist/fonts/HelveticaNeueLTPro-Roman.otf");
  font-weight: 400;
  font-style: normal;
  descent-override: 0%;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("assets/dist/fonts/HelveticaNeueLTPro-Bd.otf");
  font-weight: 700;
  font-style: normal;
  descent-override: 0%;
}

/* Colors */
/* Normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: "Helvetica Neue", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

button,
input,
select,
textarea {
  font-family: "Helvetica Neue", sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

p,
pre {
  margin: 1.5em 0;
}

blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px;
}

h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Mixins */
/* Base Styles */
html, body {
  height: 100%;
}

html *, body * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html h1, html h2, html h3, html h4, html h5, body h1, body h2, body h3, body h4, body h5 {
  line-height: 1em;
}

html ul.plain, body ul.plain {
  margin: 0;
  padding: 0;
  list-style: none;
}

html img.alignleft, body img.alignleft {
  float: left;
  margin-right: 20px;
}

html img.alignright, body img.alignright {
  float: right;
  margin-left: 20px;
}

html img.alignleft, html img.alignright, body img.alignleft, body img.alignright {
  margin-bottom: 20px;
}

html .wrap, body .wrap {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  height: 92%;
  width: 90%;
}

html .full, body .full {
  width: 100%;
}

html .group, html .wrap, body .group, body .wrap {
  zoom: 1;
}

html .group:before, html .group:after, html .wrap:before, html .wrap:after, body .group:before, body .group:after, body .wrap:before, body .wrap:after {
  display: table;
  content: "";
}

html .group:after, html .wrap:after, body .group:after, body .wrap:after {
  clear: both;
}

/* Body */
body {
  font-family: "Helvetica Neu", sans-serif;
  color: #000000;
}

body main {
  background-color: white;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Helvetica Neue", sans-serif;
}

body h1 {
  font-size: 4.6em;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  body h1 {
    font-size: 3em;
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  body h1 {
    font-size: 2.1em;
  }
}

body h2 {
  font-size: 2em;
  color: #000000;
  margin: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  body h2 {
    font-size: 1.5em;
  }
}

body h3 {
  font-size: 1.67em;
  color: #000000;
  font-weight: normal;
  margin: 0;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  body h3 {
    font-size: 1.2em;
  }
}

body h4 {
  font-size: .8em;
  color: #000000;
  margin: .5em 0;
}

body a {
  color: #0000FF;
  text-decoration: none;
  font-weight: bold;
}

body a:hover:not(.btn) {
  text-decoration: underline;
}

body p {
  line-height: 1.7;
  font-size: .93em;
}

body input, body select, body textarea {
  padding: 10px !important;
  border-radius: 0;
  border: 1px solid #dcddde;
}

body input:focus, body select:focus, body textarea:focus {
  border: 1px solid #636466;
  outline: 0 none;
}

body label {
  text-transform: capitalize;
}

body .gform_body {
  max-width: 100%;
}

body .gform_body .gfield_list_cell select {
  width: 100%;
}

body img {
  max-width: 100%;
}

body .bullets-container {
  right: initial;
  left: 0;
}

body .col-1-3:nth-child(3n+4) {
  margin-left: 0;
  clear: both;
}

body #gform_fields_2 #field_2_9 .ginput_container_list {
  padding-left: 60px;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  body #gform_fields_2 #field_2_9 .ginput_container_list {
    padding-left: 0;
  }
}

body #gform_fields_2 #field_2_9 .ginput_container_list .gfield_list_icons {
  position: absolute;
  left: 7px;
  margin-top: 15px !important;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  body #gform_fields_2 #field_2_9 .ginput_container_list .gfield_list_icons {
    position: initial;
    left: initial;
    margin-top: initial !important;
  }
}

body #gform_fields_2 #field_2_11 {
  padding-left: 50px;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  body #gform_fields_2 #field_2_11 {
    padding-left: 0;
  }
}

/* Header */
header.main {
  position: absolute;
  z-index: 100;
  font-family: "Helvetica Neue", sans-serif;
  padding: 15px 0;
  border-top: 3px solid #0000FF;
  transition: .5s ease all;
}

header.main .logo-bar {
  position: relative;
}

header.main.fixed {
  background-color: #000000;
  position: fixed;
  padding: 10px 0;
}

header.main.fixed .logo .header-logo:not(#header-logo-monogram) {
  opacity: 0;
}

header.main.fixed .logo .header-logo#header-logo-monogram {
  height: 31.75px;
}

header.main.fixed .menu {
  font-size: .75em;
  margin-top: 0;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  header.main.fixed .menu {
    font-size: .9em;
  }
}

header.main .logo {
  float: left;
  margin-right: 30px;
}

header.main .logo .header-logo {
  opacity: 1;
  transition: .5s ease all;
  height: 31.75px;
}

header.main .logo .header-logo#header-logo-monogram {
  margin-right: 5px;
  filter: brightness(0) saturate(100%) invert(8%) sepia(98%) saturate(6631%) hue-rotate(245deg) brightness(114%) contrast(137%);
  height: 70px;
}

header.main .mobile-toggle-button {
  display: none;
  float: right;
  font-size: 1.2em;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 0;
  color: #fff;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  header.main .mobile-toggle-button {
    display: block;
  }
}

header.main .mobile-toggle-button i {
  margin-right: 5px;
}

header.main .menu {
  color: #fff;
  list-style-type: none;
  text-transform: unset;
  position: relative;
  font-size: .81em;
  margin: 0;
  padding: 0;
  margin-top: 6px;
  justify-content: flex-end;
  display: flex;
  transition: .5s ease all;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  header.main .menu {
    display: none;
    clear: both;
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    background-color: #636466;
    font-size: 1.1em;
  }
}

header.main .menu li {
  float: left;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  header.main .menu li {
    display: list-item;
    float: none;
    margin: 0;
  }
}

header.main .menu li.search-icon {
  cursor: pointer;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  header.main .menu li.search-icon {
    display: none !important;
  }
}

header.main .menu li a {
  display: block;
  color: #fff;
  text-align: left;
  text-decoration: none;
  padding: 6px 12px;
  border: 2px solid transparent;
}

header.main .menu li a i {
  font-weight: normal;
}

header.main .menu li a:hover {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

header.main .menu li .sub-menu {
  z-index: 10;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  transition: all .4s ease;
  border-radius: 0;
  background-color: #000000;
}

header.main .menu li .sub-menu:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 8px;
  border-bottom-color: #636466;
  content: " ";
  pointer-events: none;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  header.main .menu li .sub-menu:before {
    display: none;
  }
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  header.main .menu li .sub-menu {
    position: relative;
    top: 0;
    left: 0 !important;
    height: 0;
    background-color: #565759;
  }
}

header.main .menu li .sub-menu li {
  float: none;
  position: relative;
  white-space: nowrap;
  margin: 0;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  header.main .menu li .sub-menu li {
    white-space: normal;
    display: list-item;
    margin-left: 15px;
  }
}

header.main .menu li .sub-menu li a:hover {
  background-color: #323232;
  border: 2px solid transparent;
}

header.main .menu li .sub-menu li.menu-item-has-children a {
  padding-right: 50px;
}

header.main .menu li .sub-menu li.menu-item-has-children a .open-menu {
  cursor: context-menu;
  padding-left: 10px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  cursor: pointer;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  header.main .menu li .sub-menu li.menu-item-has-children a .open-menu {
    padding: 10px 20px;
  }
}

header.main .menu li .sub-menu li.menu-item-has-children a .open-menu .fa-angle-left {
  padding-left: 3px;
}

header.main .menu li .sub-menu li.menu-item-has-children a .open-menu:before {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 0;
  width: 2px;
  /* or 100px */
  border-left: 1px solid #fff;
}

header.main .menu li .sub-menu li.menu-item-has-children .sub-menu>li>a {
  padding-right: 25px;
}

header.main .menu li .sub-menu li .sub-menu {
  z-index: 10;
  position: relative;
  background-color: #565759;
  opacity: 1;
  visibility: visible;
  list-style-type: none;
  top: 0;
}

header.main .menu li .sub-menu li .sub-menu:before {
  border: none;
}

header.main .menu li .sub-menu li .sub-menu li {
  margin: 0;
  overflow: hidden;
  height: 0;
  transition: height 400ms ease-in;
}

header.main .menu li .sub-menu li .sub-menu li.open {
  height: auto;
}

header.main .menu li .sub-menu li .sub-menu li a {
  color: #fff;
  padding-right: 0 !important;
  padding-left: 25px;
}

header.main .menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  header.main .menu li:hover .sub-menu {
    height: auto;
  }
}

header.main .searchform {
  display: block;
  top: 0;
  right: 0;
  width: 0%;
  height: 0%;
  transition: ease all .35s;
}

header.main .searchform.active {
  bottom: 0;
  left: 0;
  width: 150px;
}

header.main .searchform.active i {
  opacity: 1 !important;
  visibility: visible !important;
  transition-delay: none !important;
}

header.main .searchform .wrap {
  height: auto;
  position: relative;
}

header.main .searchform .wrap input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 1.5em;
  border: none;
}

header.main .searchform .wrap input::-webkit-input-placeholder {
  color: #fff;
}

header.main .searchform .wrap input:-moz-placeholder {
  color: #fff;
}

header.main .searchform .wrap input::-moz-placeholder {
  color: #fff;
}

header.main .searchform .wrap input:-ms-input-placeholder {
  color: #fff;
}

header.main .searchform .wrap i {
  color: #fff;
  font-size: 4em;
  cursor: pointer;
  opacity: 0;
  transition: .5s ease all;
}

header.main .searchform .wrap i.fa-close {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
}

header.main .searchform .wrap i.fa-search {
  display: none;
  float: right;
  position: absolute;
  top: 40%;
  right: 2%;
}

header.main #contact-pull-out {
  position: absolute;
  right: 0;
  top: 75px;
  height: 50px;
  width: 60px;
  border-radius: 0;
  background-color: #0000FF;
  cursor: pointer;
  text-align: center;
  transition: .5s ease all;
}

header.main #contact-pull-out:hover {
  width: 400px;
}

header.main #contact-pull-out:hover .box {
  width: 340px;
}

header.main #contact-pull-out:hover .box .group {
  opacity: 1;
  /*                transition-delay: .25s;*/
}

header.main #contact-pull-out svg {
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}

header.main #contact-pull-out svg path {
  fill: #fff;
}

header.main #contact-pull-out .box {
  float: right;
  background-color: #0000FF;
  height: 80px;
  width: 0;
  transition: .5s ease all;
  border-radius: 5px 0 0 5px;
  position: relative;
  overflow: hidden;
}

header.main #contact-pull-out .box .group {
  text-align: left;
  opacity: 0;
  transition: .5s ease all;
  transition-delay: 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  padding-left: 10px;
  padding-top: 2px;
  white-space: nowrap;
}

header.main #contact-pull-out .box .group h4 {
  color: #fff;
}

header.main #contact-pull-out .box .group .contact-info {
  color: #fff;
  margin: .5em auto;
  font-size: 1em;
}

header.main #contact-pull-out .box .group .contact-info a {
  color: #fff;
  text-transform: uppercase;
}

header.main #contact-pull-out .box .group .divider {
  color: #fff;
  margin: 0 5px;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  header.main #contact-pull-out {
    width: 100%;
    height: 35px;
    bottom: 0;
    top: auto;
    position: fixed;
    border-radius: 0;
  }

  header.main #contact-pull-out:hover {
    height: 80px;
    width: 100%;
  }

  header.main #contact-pull-out:hover .box {
    height: 80px;
  }

  header.main #contact-pull-out:hover .box .group {
    opacity: 1;
    transition-delay: .15s;
  }

  header.main #contact-pull-out .box {
    height: 0;
    width: 100%;
  }
}

@media screen and (max-width: 400px), (max-device-width: 400px) {
  header.main #contact-pull-out .box {
    width: 285px !important;
  }

  header.main #contact-pull-out .box .contact-info span, header.main #contact-pull-out .box .contact-info a {
    font-size: .8em;
  }
}

/* Hero.scss */
.hero.home {
  position: relative;
  height: 800px;
  width: 100%;
  display: table;
  /*        &:before {
              content: '';
              position: absolute;
              top: 70%;
              right: 0;
              bottom: 0;
              left: 0;
              background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);  FF3.6-15 
              background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);  Chrome10-25,Safari5.1-6 
              background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
              opacity: 1;
              z-index: 10;
          }*/
}

.hero.home video {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: -2;
}

.hero.home .mobile-background {
  position: absolute;
  top: 63px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  display: none;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  .hero.home .mobile-background {
    display: block;
  }
}

.hero.home .group {
  position: relative;
  width: 100%;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  margin: auto;
  color: #fff;
  z-index: 20;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .hero.home .group {
    width: 90%;
  }
}

.hero.home .group #monogram-img {
  position: absolute;
  right: 0;
  top: 50%;
  width: 500px;
  max-width: 45vw;
  transform: translate(0, -50%);
  opacity: 0.25;
  z-index: -1;
}

.hero.home .group h3 {
  margin: 0;
  color: #fff;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .hero.home .group h3 {
    font-size: 1em;
  }
}

.hero.home .group h1 {
  margin: 10px 0;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .hero.home .group h1 {
    font-size: 2.5em;
  }
}

.hero.home .group .text {
  width: 50%;
  margin: 25px auto;
  font-size: 1.05em;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .hero.home .group .text {
    width: 90%;
  }
}

.hero.home .group a {
  margin: 0 15px;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .hero.home .group a {
    margin: 0;
    margin-bottom: 15px;
  }
}

.hero.home.background-overlay {
  background-color: rgba(47, 58, 62, 0.65);
}

.hero.home.background-overlay #background-video {
  filter: grayscale(100%);
}

.hero.home #down_arrow {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  z-index: 50;
  top: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  cursor: pointer;
  border: 2px solid;
  height: 38px;
  width: 38px;
  text-align: center;
  border-radius: 50%;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .hero.home #down_arrow {
    top: 90%;
  }
}

.hero.home #down_arrow .fa {
  color: #fff;
  font-weight: lighter;
  margin-top: 2px;
}

.hero.home #down_arrow:hover {
  color: #fff;
}

.hero.home .transition-texture {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.hero.page {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
}

.hero.page .hero-img {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.hero.page hgroup {
  text-align: center;
  width: 90%;
  margin: auto;
}

.hero.page hgroup h1 {
  margin: 0;
  margin-bottom: .25em;
  color: #fff;
}

.hero.page hgroup h3 {
  margin: 0;
  color: #fff;
}

/* Content */
.page {
  background-color: #fff;
}

.content {
  padding: 80px 0;
  clear: both;
  overflow: auto;
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content {
    padding: 40px 0;
  }
}

.content.default {
  background-color: #dcddde;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.default .row {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.default .image {
    margin-bottom: 50px;
    text-align: center;
  }
}

.content.lazy-hidden {
  opacity: 0;
}

.content.centered {
  text-align: center;
  margin: auto;
  background-size: cover;
  background-position: center;
}

.content.centered.white-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
}

.content.centered.parallax {
  background-attachment: fixed;
}

.content.centered hgroup {
  margin: auto;
}

.content.centered hgroup h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 36px;
}

.content.centered hgroup h2 #change {
  transition: 0.3s ease all;
}

.content.centered hgroup h3 {
  margin: 0;
}

.content.centered hgroup h3+h2 {
  margin-top: 10px;
}

.content.centered .text {
  width: 65%;
  margin: 1em auto;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.centered .text {
    width: 100%;
  }
}

.content.centered .icons {
  margin: 1em auto;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.centered .icons {
    display: block;
  }
}

@media screen and (max-width: 920px), (max-device-width: 920px) {
  .content.centered .icons {
    flex-wrap: wrap;
  }
}

.content.centered .icons .group {
  vertical-align: top;
  padding: 0 32px;
  width: 16%;
  flex-basis: 0;
  flex-grow: 1;
  position: relative;
}

.content.centered .icons .group a {
  display: block;
}

@media screen and (max-width: 1100px), (max-device-width: 1100px) {
  .content.centered .icons .group {
    padding: 0 15px;
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.centered .icons .group {
    width: 100% !important;
    display: block;
    margin: 50px auto;
  }
}

.content.centered .icons .group:not(:last-child) .icon:after {
  content: "\2022";
  font-size: 31px;
  color: #979c9e;
  position: absolute;
  line-height: 0;
  top: 102px;
  right: -42px;
  letter-spacing: 5px;
}

@media screen and (max-width: 1100px), (max-device-width: 1100px) {
  .content.centered .icons .group:not(:last-child) .icon:after {
    right: -25px;
  }
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  .content.centered .icons .group:not(:last-child) .icon:after {
    content: "";
  }
}

@media screen and (max-width: 920px), (max-device-width: 920px) {
  .content.centered .icons .group {
    flex: 0 33%;
  }

  .content.centered .icons .group :nth-child(3n + 3):after {
    content: "";
  }
}

.content.centered .icons .group:nth-child(3) {
  width: 20%;
}

.content.centered .icons .group:nth-child(3):hover .icon:before {
  transition: 0.5s ease all;
}

.content.centered .icons .group:nth-child(3):hover .heading {
  color: #0000FF;
  border: 2px solid #9999ff;
}

.content.centered .icons .group:first-child:hover .heading {
  color: #0000FF;
  border: 2px solid #9999ff;
}

.content.centered .icons .group:nth-child(2) {
  width: 20%;
}

.content.centered .icons .group:nth-child(2):hover .heading {
  color: #0000FF;
  border: 2px solid #9999ff;
}

.content.centered .icons .group:nth-child(4):hover .heading {
  color: #0000FF;
  border: 2px solid #9999ff;
}

.content.centered .icons .group:nth-child(4):after {
  left: 110%;
}

@media screen and (max-width: 1100px), (max-device-width: 1100px) {
  .content.centered .icons .group:nth-child(4):after {
    left: 100%;
  }
}

.content.centered .icons .group:nth-child(5):hover .heading {
  color: #0000FF;
  border: 2px solid #9999ff;
}

.content.centered .icons .group:nth-child(5):after {
  left: 125%;
}

@media screen and (max-width: 1100px), (max-device-width: 1100px) {
  .content.centered .icons .group:nth-child(5):after {
    left: 110%;
  }
}

.content.centered .icons .group:nth-child(6):hover .heading {
  color: #0000FF;
  border: 2px solid #9999ff;
}

.content.centered .icons .group:nth-child(6):after {
  left: 125%;
}

@media screen and (max-width: 1100px), (max-device-width: 1100px) {
  .content.centered .icons .group:nth-child(6):after {
    left: 110%;
  }
}

.content.centered .icons .group:nth-child(7):hover .heading {
  color: #0000FF;
  border: 2px solid #9999ff;
}

.content.centered .icons .group:hover svg {
  transform: scale(1.15);
}

.content.centered .icons .group .icon {
  margin: 0 auto;
  margin-bottom: 10px;
  height: 75px;
  line-height: 75px;
  border-radius: 10px;
  position: relative;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.centered .icons .group .icon {
    line-height: 100px;
  }
}

.content.centered .icons .group .icon svg {
  vertical-align: middle;
  transition: ease 0.3s all;
  filter: brightness(0) saturate(100%) invert(8%) sepia(98%) saturate(6631%) hue-rotate(245deg) brightness(114%) contrast(137%);
}

.content.centered .icons .group .icon svg path {
  fill: #fff;
}

.content.centered .icons .group .icon:before {
  content: " ";
  position: absolute;
  z-index: 10;
  border-radius: 15px;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px solid transparent;
  transition: 0.5s ease all;
}

.content.centered .icons .group .heading {
  margin: 0 auto;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize;
  color: #636466;
  border-radius: 0;
  transition: 0.5s ease all;
  border: 2px solid transparent;
  font-size: 14px;
}

.content.centered .icons .group p {
  margin: 15px auto;
  font-size: 0.85em;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.centered .icons .group p {
    width: 60%;
  }
}

.content.half-content, .content.split-content {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

@media screen and (max-width: 1200px), (max-device-width: 1200px) {
  .content.half-content, .content.split-content {
    background-size: 100%;
  }
}

@media screen and (max-width: 1530px), (max-device-width: 1530px) {
  .content.half-content, .content.split-content {
    background-size: 90%;
  }
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  .content.half-content, .content.split-content {
    background-size: contain;
  }
}

.content.half-content.text-right, .content.split-content.text-right {
  background-position: left;
}

.content.half-content.text-right .text, .content.split-content.text-right .text {
  float: right;
  padding-left: 5%;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  .content.half-content.text-right .text, .content.split-content.text-right .text {
    padding-left: 7%;
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.text-right .text, .content.split-content.text-right .text {
    padding-left: 0;
  }
}

.content.half-content.text-left, .content.split-content.text-left {
  background-position: right;
}

.content.half-content.text-left .text, .content.split-content.text-left .text {
  float: left;
}

.content.half-content.text-left .text .group, .content.split-content.text-left .text .group {
  padding-right: 10%;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.text-left .text .group, .content.split-content.text-left .text .group {
    padding-right: 0;
  }
}

.content.half-content.dual-content.text-right .text, .content.split-content.dual-content.text-right .text {
  float: left;
  padding-left: 0;
}

.content.half-content.dual-content.text-right .text:nth-of-type(1), .content.split-content.dual-content.text-right .text:nth-of-type(1) {
  padding-right: 5%;
}

.content.half-content.dual-content.text-right .text:nth-of-type(1) .group h2, .content.split-content.dual-content.text-right .text:nth-of-type(1) .group h2 {
  color: #fff !important;
}

.content.half-content.dual-content.text-right .text:nth-of-type(1) .group p, .content.split-content.dual-content.text-right .text:nth-of-type(1) .group p {
  color: #fff !important;
}

.content.half-content.dual-content.text-right .text:nth-of-type(2), .content.split-content.dual-content.text-right .text:nth-of-type(2) {
  padding-left: 5%;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  .content.half-content.dual-content.text-right .text:nth-of-type(2), .content.split-content.dual-content.text-right .text:nth-of-type(2) {
    padding-left: 7%;
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.dual-content.text-right .text:nth-of-type(2), .content.split-content.dual-content.text-right .text:nth-of-type(2) {
    padding-left: 0;
  }
}

.content.half-content.dual-content.text-right .text:nth-of-type(2) .group, .content.split-content.dual-content.text-right .text:nth-of-type(2) .group {
  float: right;
}

.content.half-content.dual-content.text-left .text, .content.split-content.dual-content.text-left .text {
  float: left;
}

.content.half-content.dual-content.text-left .text:nth-of-type(1), .content.split-content.dual-content.text-left .text:nth-of-type(1) {
  padding-right: 5%;
}

.content.half-content.dual-content.text-left .text:nth-of-type(2), .content.split-content.dual-content.text-left .text:nth-of-type(2) {
  padding-left: 5%;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
  .content.half-content.dual-content.text-left .text:nth-of-type(2), .content.split-content.dual-content.text-left .text:nth-of-type(2) {
    padding-left: 7%;
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.dual-content.text-left .text:nth-of-type(2), .content.split-content.dual-content.text-left .text:nth-of-type(2) {
    padding-left: 0;
  }
}

.content.half-content.dual-content.text-left .text:nth-of-type(2) .group, .content.split-content.dual-content.text-left .text:nth-of-type(2) .group {
  float: right !important;
}

.content.half-content.dual-content.text-left .text:nth-of-type(2) .group h2, .content.split-content.dual-content.text-left .text:nth-of-type(2) .group h2 {
  color: #fff !important;
}

.content.half-content.dual-content.text-left .text:nth-of-type(2) .group p, .content.split-content.dual-content.text-left .text:nth-of-type(2) .group p {
  color: #fff !important;
}

.content.half-content .statistics, .content.split-content .statistics {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content .statistics, .content.split-content .statistics {
    position: relative;
    min-height: 475px;
    display: table;
    transform: none;
  }
}

.content.half-content .statistics.text-right, .content.split-content .statistics.text-right {
  right: initial;
  left: 0;
}

.content.half-content .statistics.text-right .groups .group, .content.split-content .statistics.text-right .groups .group {
  margin-left: 0;
}

.content.half-content .statistics.text-right+.text, .content.split-content .statistics.text-right+.text {
  padding-left: 10%;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content .statistics.text-right+.text, .content.split-content .statistics.text-right+.text {
    padding-left: 0%;
  }
}

.content.half-content .statistics.text-left+.text, .content.split-content .statistics.text-left+.text {
  margin-left: 0;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content .statistics .groups, .content.split-content .statistics .groups {
    display: table-cell;
    vertical-align: middle;
  }
}

.content.half-content .statistics .groups .group, .content.split-content .statistics .groups .group {
  margin-left: 25%;
  white-space: nowrap;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content .statistics .groups .group, .content.split-content .statistics .groups .group {
    margin-left: 0;
  }
}

.content.half-content .statistics .groups .group+.group, .content.split-content .statistics .groups .group+.group {
  margin-top: 40px;
}

.content.half-content .statistics .groups .group .icon, .content.split-content .statistics .groups .group .icon {
  float: left;
  width: 92px;
  height: 92px;
  line-height: 92px;
  background-color: #fff;
  border-radius: 0;
  text-align: center;
  margin-right: 30px;
  position: relative;
}

.content.half-content .statistics .groups .group .icon:before, .content.split-content .statistics .groups .group .icon:before {
  content: " ";
  position: absolute;
  z-index: 10;
  border-radius: 0;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.content.half-content .statistics .groups .group .icon svg, .content.split-content .statistics .groups .group .icon svg {
  margin: auto;
  vertical-align: middle;
}

.content.half-content .statistics .groups .group .icon svg path, .content.split-content .statistics .groups .group .icon svg path {
  fill: #636466;
}

.content.half-content .statistics .groups .group .odometer_text, .content.split-content .statistics .groups .group .odometer_text {
  text-align: left;
}

.content.half-content .statistics .groups .group .odometer_text h1, .content.split-content .statistics .groups .group .odometer_text h1 {
  margin: 0;
  font-size: 3em;
  letter-spacing: 0px;
  /*                            @include respond_to($phone){
                                  font-size: 4em;
                              }*/
}

.content.half-content .statistics .groups .group .odometer_text .unit, .content.split-content .statistics .groups .group .odometer_text .unit {
  margin: 0;
  margin-bottom: 8px;
  font-size: 2.7em;
  vertical-align: middle;
  font-weight: bold;
  /*                            @include respond_to($phone){
                                  font-size: 4em;
                              }*/
}

.content.half-content .statistics .groups .group .odometer_text h4, .content.split-content .statistics .groups .group .odometer_text h4 {
  margin: 0;
  color: #fff;
  white-space: normal;
}

.content.half-content .text, .content.split-content .text {
  float: left;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content .text, .content.split-content .text {
    min-height: 475px;
    display: table;
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content .text .group, .content.split-content .text .group {
    display: table-cell;
    vertical-align: middle;
  }
}

.content.half-content .text .group h2, .content.split-content .text .group h2 {
  margin: 0;
  margin-bottom: 10px;
}

.content.half-content .text .group h3, .content.split-content .text .group h3 {
  text-transform: none !important;
  margin: 0;
}

.content.half-content .text .group h3+h2, .content.split-content .text .group h3+h2 {
  margin-top: 10px;
}

.content.half-content .text .group ul.events, .content.split-content .text .group ul.events {
  padding: 1em 0;
  text-transform: capitalize;
}

.content.half-content .text .group ul.events .event, .content.split-content .text .group ul.events .event {
  margin: 1em 0;
}

.content.half-content .text .group ul.events .event a, .content.split-content .text .group ul.events .event a {
  padding: 6px 12px;
  border: 2px solid transparent;
  border-radius: 0;
  display: flex;
  justify-content: flex-start;
}

.content.half-content .text .group ul.events .event a .date, .content.split-content .text .group ul.events .event a .date {
  color: #0000FF;
}

.content.half-content .text .group ul.events .event a .divider, .content.split-content .text .group ul.events .event a .divider {
  color: #dcddde;
  margin: 0 5px;
}

.content.half-content .text .group ul.events .event a .title, .content.split-content .text .group ul.events .event a .title {
  color: #636466;
}

.content.half-content .text .group ul.events .event a:hover, .content.split-content .text .group ul.events .event a:hover {
  border: 2px solid #0000FF;
  text-decoration: none;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {

  .content.half-content.bg-mobile-full h2,
  .content.half-content.bg-mobile-full h3,
  .content.half-content.bg-mobile-full p, .content.split-content.bg-mobile-full h2,
  .content.split-content.bg-mobile-full h3,
  .content.split-content.bg-mobile-full p {
    color: #fff;
  }

  .content.half-content.bg-mobile-full a, .content.split-content.bg-mobile-full a {
    border: solid 2px rgba(255, 255, 255, 0.3);
    color: #fff;
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.events, .content.split-content.events {
    text-align: center;
  }
}

.content.half-content.background-overlay:before, .content.split-content.background-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.content.half-content.background-overlay.bg-darkgray svg path, .content.split-content.background-overlay.bg-darkgray svg path {
  fill: #636466;
}

.content.half-content.background-overlay.bg-darkgray.text-right:before, .content.split-content.background-overlay.bg-darkgray.text-right:before {
  background-image: linear-gradient(270deg, #f2f4f3 50%, rgba(0, 0, 0, 0.85) 50.1%);
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-darkgray.text-right:before, .content.split-content.background-overlay.bg-darkgray.text-right:before {
    background-image: linear-gradient(0deg, #f2f4f3 50%, rgba(0, 0, 0, 0.85) 50.1%);
  }
}

.content.half-content.background-overlay.bg-darkgray.text-left:before, .content.split-content.background-overlay.bg-darkgray.text-left:before {
  background-image: linear-gradient(90deg, #f2f4f3 50%, rgba(0, 0, 0, 0.85) 50.1%);
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-darkgray.text-left:before, .content.split-content.background-overlay.bg-darkgray.text-left:before {
    background-image: linear-gradient(0deg, #f2f4f3 50%, rgba(0, 0, 0, 0.85) 50.1%);
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-darkgray.bg-mobile-full:before, .content.split-content.background-overlay.bg-darkgray.bg-mobile-full:before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
  }
}

.content.half-content.background-overlay.bg-green svg path, .content.split-content.background-overlay.bg-green svg path {
  fill: #4dc560;
}

.content.half-content.background-overlay.bg-green.text-right:before, .content.split-content.background-overlay.bg-green.text-right:before {
  background-image: linear-gradient(270deg, #f2f4f3 50%, rgba(77, 197, 96, 0.85) 50.1%);
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-green.text-right:before, .content.split-content.background-overlay.bg-green.text-right:before {
    background-image: linear-gradient(0deg, #f2f4f3 50%, rgba(77, 197, 96, 0.85) 50.1%);
  }
}

.content.half-content.background-overlay.bg-green.text-left:before, .content.split-content.background-overlay.bg-green.text-left:before {
  background-image: linear-gradient(90deg, #f2f4f3 50%, rgba(77, 197, 96, 0.85) 50.1%);
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-green.text-left:before, .content.split-content.background-overlay.bg-green.text-left:before {
    background-image: linear-gradient(0deg, #f2f4f3 50%, rgba(77, 197, 96, 0.85) 50.1%);
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-green.bg-mobile-full:before, .content.split-content.background-overlay.bg-green.bg-mobile-full:before {
    background-image: linear-gradient(rgba(77, 197, 96, 0.85), rgba(77, 197, 96, 0.85));
  }
}

.content.half-content.background-overlay.bg-blue svg path, .content.split-content.background-overlay.bg-blue svg path {
  fill: #0000FF;
}

.content.half-content.background-overlay.bg-blue:before, .content.split-content.background-overlay.bg-blue:before {
  background-image: linear-gradient(270deg, #f2f4f3 50%, rgba(0, 0, 255, 0.7) 50.1%); 
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-blue:before, .content.split-content.background-overlay.bg-blue:before {
    background-image: linear-gradient(180deg, rgba(0, 0, 255, 0.5) 50%, #f2f4f3 50.1%);
  }
}

.content.half-content.background-overlay.bg-blue.text-left:before, .content.split-content.background-overlay.bg-blue.text-left:before {
  background-image: linear-gradient(90deg, #f2f4f3 50%, rgba(0, 0, 255, 0.85) 50.1%);
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-blue.text-left:before, .content.split-content.background-overlay.bg-blue.text-left:before {
    background-image: linear-gradient(0deg, #f2f4f3 50%, rgba(0, 0, 255, 0.85) 50.1%);
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-blue.bg-mobile-full:before, .content.split-content.background-overlay.bg-blue.bg-mobile-full:before {
    background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(0, 0, 255, 0.85));
  }
}

.content.half-content.background-overlay.bg-red svg path, .content.split-content.background-overlay.bg-red svg path {
  fill: #0000FF;
}

.content.half-content.background-overlay.bg-red:before, .content.split-content.background-overlay.bg-red:before {
  background-image: linear-gradient(270deg, #f2f4f3 50%, rgba(208, 71, 51, 0.85) 50.1%);
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-red:before, .content.split-content.background-overlay.bg-red:before {
    background-image: linear-gradient(180deg, rgba(208, 71, 51, 0.85) 50%, #f2f4f3 50.1%);
  }
}

.content.half-content.background-overlay.bg-red.text-left:before, .content.split-content.background-overlay.bg-red.text-left:before {
  background-image: linear-gradient(90deg, #f2f4f3 50%, rgba(208, 71, 51, 0.85) 50.1%);
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-red.text-left:before, .content.split-content.background-overlay.bg-red.text-left:before {
    background-image: linear-gradient(0deg, #f2f4f3 50%, rgba(208, 71, 51, 0.85) 50.1%);
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-red.bg-mobile-full:before, .content.split-content.background-overlay.bg-red.bg-mobile-full:before {
    background-image: linear-gradient(rgba(208, 71, 51, 0.85), rgba(208, 71, 51, 0.85));
  }
}

.content.half-content.background-overlay.bg-gray svg path, .content.split-content.background-overlay.bg-gray svg path {
  fill: #a7a9ac;
}

.content.half-content.background-overlay.bg-gray:before, .content.split-content.background-overlay.bg-gray:before {
  background-image: linear-gradient(270deg, #f2f4f3 50%, rgba(0, 0, 0, 0.85) 50.1%);
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-gray:before, .content.split-content.background-overlay.bg-gray:before {
    background-image: linear-gradient(0deg, #f2f4f3 50%, rgba(0, 0, 0, 0.85) 50.1%);
  }
}

.content.half-content.background-overlay.bg-gray.text-left:not(.bg-hide-overlay):before, .content.split-content.background-overlay.bg-gray.text-left:not(.bg-hide-overlay):before {
  background-image: linear-gradient(90deg, #f2f4f3 50%, rgba(0, 0, 0, 0.85) 50.1%);
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-gray.text-left:not(.bg-hide-overlay):before, .content.split-content.background-overlay.bg-gray.text-left:not(.bg-hide-overlay):before {
    background-image: linear-gradient(0deg, #f2f4f3 50%, rgba(0, 0, 0, 0.85) 50.1%);
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-gray.bg-mobile-full:before, .content.split-content.background-overlay.bg-gray.bg-mobile-full:before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
  }
}

.content.half-content.background-overlay.bg-gold svg path, .content.split-content.background-overlay.bg-gold svg path {
  fill: #bea255;
}

.content.half-content.background-overlay.bg-gold:before, .content.split-content.background-overlay.bg-gold:before {
  background-image: linear-gradient(270deg, #f2f4f3 50%, rgba(190, 162, 85, 0.85) 50.1%);
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-gold:before, .content.split-content.background-overlay.bg-gold:before {
    background-image: linear-gradient(0deg, #f2f4f3 50%, rgba(190, 162, 85, 0.85) 50.1%);
  }
}

.content.half-content.background-overlay.bg-gold.text-left:before, .content.split-content.background-overlay.bg-gold.text-left:before {
  background-image: linear-gradient(90deg, #f2f4f3 50%, rgba(190, 162, 85, 0.85) 50.1%);
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-gold.text-left:before, .content.split-content.background-overlay.bg-gold.text-left:before {
    background-image: linear-gradient(0deg, #f2f4f3 50%, rgba(190, 162, 85, 0.85) 50.1%);
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.background-overlay.bg-gold.bg-mobile-full:before, .content.split-content.background-overlay.bg-gold.bg-mobile-full:before {
    background-image: linear-gradient(rgba(190, 162, 85, 0.85), rgba(190, 162, 85, 0.85));
  }
}

@media (min-width: 720px) {
  .content.half-content.background-overlay.bg-hide-overlay.text-right:before, .content.split-content.background-overlay.bg-hide-overlay.text-right:before {
    background-image: linear-gradient(270deg, #f2f4f3 50%, rgba(0, 0, 0, 0) 50.1%);
  }

  .content.half-content.background-overlay.bg-hide-overlay.text-left:before, .content.split-content.background-overlay.bg-hide-overlay.text-left:before {
    background-image: linear-gradient(90deg, #f2f4f3 50%, rgba(0, 0, 0, 0) 50.1%);
  }
}

.content.half-content .centered-icon, .content.split-content .centered-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 92px;
  height: 92px;
  line-height: 92px;
  background-color: #fff;
  text-align: center;
}

.content.half-content .centered-icon:before, .content.split-content .centered-icon:before {
  content: " ";
  position: absolute;
  z-index: 10;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.content.half-content .centered-icon svg, .content.split-content .centered-icon svg {
  vertical-align: middle;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content .centered-icon, .content.split-content .centered-icon {
    display: none;
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.half-content.events:before, .content.split-content.events:before {
    background-color: rgba(242, 244, 243, 0.85) !important;
    background-image: none !important;
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.map-section {
    padding: 0;
  }
}

.content.map-section.background-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.content.map-section.background-overlay.bg-darkgray {
  background-color: rgba(99, 100, 102, 0.85);
}

.content.map-section.background-overlay.bg-green {
  background-color: rgba(77, 197, 96, 0.85);
}

.content.map-section.background-overlay.bg-blue {
  background-color: rgba(56, 155, 211, 0.85);
}

.content.map-section.background-overlay.bg-mainblue {
  background-color: rgba(0, 0, 255, 0.85);
}

.content.map-section.background-overlay.bg-gray {
  background-color: rgba(167, 169, 172, 0.85);
}

.content.map-section.background-overlay.bg-gold {
  background-color: rgba(190, 162, 85, 0.85);
}

.content.map-section.background-overlay.bg-white {
  background-color: rgba(255, 255, 255, 0.85);
}

.content.map-section.background-overlay.bg-white .group {
  color: #636466;
}

.content.map-section.background-overlay.bg-white .group h2 {
  color: #636466;
}

.content.map-section.background-overlay.bg-white .group h3 {
  color: #000000;
}

.content.map-section .displaymap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 53%;
  z-index: 1;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.map-section .displaymap {
    width: 100%;
    position: relative;
    height: 300px;
  }
}

.content.map-section .displaymap.left {
  left: 0;
}

.content.map-section .displaymap.right {
  right: 0;
}

.content.map-section .text {
  float: left;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.map-section .text {
    min-height: 300px;
    display: table;
  }
}

.content.map-section .text .group {
  color: #fff;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.map-section .text .group {
    display: table-cell;
    vertical-align: middle;
  }
}

.content.map-section .text .group h2 {
  margin: 0;
  color: #0000FF;
  margin-bottom: 10px;
}

.content.map-section .text .group h3 {
  margin: 0;
  color: #fff;
}

.content.map-section.map-left .text {
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.content.map-section.map-left .text .group {
  margin-left: 30px;
}

.content.product-slider {
  text-align: center;
}

.content.product-slider h2 {
  margin-bottom: 1em;
}

.content.product-slider ul.product-slide {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  display: none;
}

.content.product-slider ul.product-slide.show {
  display: block;
}

.content.product-slider ul.product-slide .product {
  display: inline-block;
  width: 32.6%;
  padding: 0 30px;
  text-align: center;
  position: relative;
  vertical-align: top;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.product-slider ul.product-slide .product {
    width: 100%;
    padding: 25px 0;
  }
}

.content.product-slider ul.product-slide .product img {
  width: 150px;
  filter: grayscale(0%);
  object-fit: unset;
}

.content.product-slider ul.product-slide .product h4 {
  margin: 1.5em 0;
}

.content.product-slider ul.product-slide .product p {
  margin: 1em 0;
}

.content.product-slider ul.product-slide .product:not(:last-child):after {
  content: "\2022 \2022 \2022 \2022";
  font-size: 31px;
  color: #979c9e;
  position: absolute;
  line-height: 0;
  top: 30%;
  left: 92%;
  letter-spacing: 5px;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .content.product-slider ul.product-slide .product:not(:last-child):after {
    display: none;
  }
}

.content.product-slider .arrow {
  color: #dcddde;
  text-decoration: none;
  opacity: 0.5;
  position: absolute;
  top: 20%;
  cursor: pointer;
}

.content.product-slider .arrow:hover {
  opacity: 0.9;
}

.content.product-slider .arrow.right {
  right: -5%;
}

.content.product-slider .arrow.left {
  left: -5%;
}

.content.testimonials {
  height: 350px;
}

.content.testimonials .slides {
  position: absolute;
  display: table;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 100%;
}

.content.testimonials .slides .slide {
  display: none;
}

.content.testimonials .slides .slide.show {
  display: block;
}

.content.testimonials .slides .slide h3 {
  color: #fff;
  line-height: 1.2;
}

.content.testimonials .slides .slide p {
  color: #fff;
}

.content.testimonials .slides .slide p .name {
  font-weight: bold;
}

.content.tile-grid h3+.tiles,
.content.tile-grid h2+.tiles {
  margin-top: 50px;
}

.content.tile-grid .tiles .tile {
  margin-bottom: 50px;
}

.content.tile-grid .tiles .tile h4 {
  margin-top: 25px;
}

.content .searchform {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #636466;
  text-align: center;
}

.content .searchform input {
  width: 50%;
}

.content .loop-items .loop-item {
  margin-bottom: 60px;
}

.content .loop-items .loop-item h3 {
  margin-bottom: 5px;
}

.content .loop-items .loop-item .entry .date {
  font-weight: bold;
  margin-bottom: 5px;
}

/* History */
.wpex-timeline-icon .fa {
  background: #0000FF !important;
}

.wpex-timeline-label h2 {
  color: #0000FF !important;
}

.tlct-shortdes {
  font-family: "Helvetica Neue", sans-serif !important;
  font-size: 14px !important;
}

.wpex-tltitle.wpex-loadmore span,
.wptl-feature-name span {
  font-family: "Helvetica Neue", sans-serif !important;
  font-size: 26px !important;
}

.breadcrumbs {
  text-transform: capitalize;
  padding: 15px 0;
  background-color: white;
  font-family: "Helvetica Neue", sans-serif;
  color: #000000;
  font-size: 0.86em;
}

.breadcrumbs a {
  color: #0000FF;
  font-weight: normal;
}

.breadcrumbs .divider {
  margin: 0 15px;
}

/* Footer */
footer.main {
  background-color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  text-transform: capitalize;
  font-size: .965em;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  footer.main {
    text-align: center;
    margin-bottom: 35px;
    font-size: 1em;
  }
}

footer.main .content {
  padding: 40px 0;
}

footer.main .content .first .logo {
  display: flex;
  margin-bottom: 1em;
  text-decoration: none;
}

footer.main .content .first .logo img {
  height: 31.75px;
}

footer.main .content .first .logo img#footer-logo-monogram {
  height: 50px;
  margin-right: 7px;
}

@media (max-width: 720px) {
  footer.main .content .first .logo {
    justify-content: center;
  }
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  footer.main .content .first .emergency-information {
    display: block;
    margin-bottom: 1em;
  }
}

footer.main .content .first .social-icons {
  display: flex;
  flex-direction: row;
  padding: 0;
}

footer.main .content .first .social-icons li {
  margin-right: 1.25rem;
  list-style: none;
}

footer.main .content .first .social-icons li a::before {
  font-size: 1.5rem;
}

footer.main .content .first .emergency-information .contact-info {
  color: #0000FF;
  margin: .5em auto;
  font-size: .86em;
}

footer.main .content .first .emergency-information .divider {
  color: #0000FF;
  margin: 0 5px;
}

footer.main .content .location {
  display: inline-block;
}

footer.main .content .location:nth-last-child(1) {
  margin-left: 0;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  footer.main .content .location {
    margin-bottom: 1em;
  }
}

footer.main .content .location .location-details {
  margin: .5em 0;
  font-size: .86em;
  color: #000000;
  font-weight: normal;
}

footer.main .copyright {
  text-align: center;
  color: white;
  font-size: .6em;
  font-weight: lighter;
  padding: 15px 0;
  background-color: #292e34;
}

footer.main .copyright span {
  margin: 0 5px;
}

footer.main .copyright a {
  color: white;
}

/* Modules */
[class*='col-'] {
  float: left;
}

[class*='col-']+[class*='col-'] {
  margin-left: 5%;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  [class*='col-'] {
    float: none !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
}

.col-3-4 {
  width: 73.75%;
}

.col-2-3 {
  width: 65%;
}

.col-1-2 {
  width: 47.5%;
}

.col-1-3 {
  width: 30%;
}

.col-1-4 {
  width: 21.25%;
}

.row {
  margin-bottom: 50px;
  overflow: auto;
}

.btn,
input[type="submit"] {
  border-radius: 0;
  padding: 18px 25px;
  text-align: center;
  background-color: transparent;
  color: #0000FF;
  display: inline-block;
  text-decoration: none;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  transition: all 0.1s ease;
  border: solid 2px #0000FF;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {

  .btn,
  input[type="submit"] {
    margin-top: 0.5rem;
  }
}

.btn:hover,
input[type="submit"]:hover {
  background-color: #0000FF;
  color: #fff;
}

.btn.red,
input[type="submit"].red {
  background-color: #0000FF;
  color: #fff;
}

.btn.red:hover,
input[type="submit"].red:hover {
  background-color: #0000cc;
  border-color: #0000cc;
}

.btn.white,
input[type="submit"].white {
  border: solid 2px rgba(255, 255, 255, 0.3);
  color: #fff;
}

.btn.white:hover,
input[type="submit"].white:hover {
  background-color: #0000FF;
  color: #fff;
  border: solid 2px #0000FF;
}

.btn.small,
input[type="submit"].small {
  width: auto;
  padding: 10px 10px;
}

.btn.full,
input[type="submit"].full {
  display: block;
  width: 100%;
}

.event-filters {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 1.5rem rgba(220, 221, 222, 0.25);
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
  .event-filters {
    margin-bottom: 1.5rem;
  }
}

.event-filters__footer {
  padding-top: 1.5rem;
}

.event-list h2 {
  background-color: #636466;
  color: #fff;
  padding: 0.75rem 1rem 0.75rem 1rem;
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
}

.filter,
.filter * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter__input {
  opacity: 0;
  visibility: hidden;
  text-indent: -9999px;
  position: absolute;
}

.filter__input:checked+.filter__label::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.393 7.5l-5.643 5.784-2.644-2.506-1.856 1.858 4.5 4.364 7.5-7.643-1.857-1.857z"/></svg>');
}

.filter__label {
  cursor: pointer;
  text-transform: none;
  display: block;
  padding: 0.3rem 0;
  display: flex;
}

.filter__label::before {
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12z'/></svg>");
  flex: 0 0 1.2rem;
  height: 1.2rem;
  max-width: 1.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 0.5rem;
}

.filter+.filter {
  margin-top: 1.5rem;
}

.content.testimonials .slides .slide h3 {
  text-transform: unset;
}

.linecard-img__single {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.linecard-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.linecard-container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hover-container {
  position: absolute;
  height: 0;
  top: 100%;
  transition: top .3s ease-in-out;
}

.hover-container p {
  margin-bottom: .5rem;
}

.linecard {
  
}

.linecard-img__link {
  padding: 0 1rem;
  min-height: 25vh;
  max-height: 25vh;
  min-width: 100%;
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;

}

.linecard p {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.linecard-img__single {
  max-height: 100%;
  width: 200px;
}

.linecard-img__link:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
  text-decoration: none!important;
}

.linecard-img__link:hover .linecard-img__single {
  filter: none;
  transition: all 0.3s ease-in-out;
}

.linecard-container hgroup .linecard-headline {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
}

.logo-headings {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

@media (max-width: 768px) {
  .logo-headings {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}


@media (max-width: 426px) {
  .linecard-container hgroup .linecard-headline {
    font-size: 30px !important;
  }
}