@charset "UTF-8";

/* -----------------------------------------
   Home page slider
----------------------------------------- */
.slick-slider:not(.slick-initialized)::after {
  content: "";
  display: table;
  clear: both;
}

.slick-slider:not(.slick-initialized) .slick-slide:first-child {
  display: block;
}

#home-slider .slick-slide {
  width: 100%;
  height: 701px;
  /*define the height of slide*/
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (max-width: 64.06125em) {
  #home-slider .slick-slide {
    height: 400px;
  }
}
@media screen and (max-width: 40.06125em) {
  #home-slider .slick-slide {
    height: 300px;
  }
}

#home-slider .slick-slide__inner {
  position: relative;
  height: 100%;
}

#home-slider .slider-caption {
  margin-top: 35px;
  max-width: 850px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#home-slider .slider-caption h3 {
  text-align: center;
  font-size: 2.75rem;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0.2rem 0.2rem 0.2rem #000;
}

.videoHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.videoHolder .video {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.slick-arrow {
  /* Slick arrows global styles */
}

.slick-dots {
  /* Slick dots global styles */
  font-size: 0;
  z-index: 1;
}
.slick-dots li:only-child {
  display: none;
}

#home-slider .slick-slide__inner:after {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

#home-slider .slick-slide__inner {
  z-index: -1;
}

#home-slider:after {
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: inset 0px 58px 48px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 58px 48px -11px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 58px 48px -11px rgba(0, 0, 0, 0.3);
}

/* ---------------------------------------
	Appear animation
--------------------------------------- */
@media print, screen and (min-width: 64.0625em) {
  [data-scroll] {
    -webkit-transition: opacity 0.5s ease-in-out,
      -webkit-transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
    transition: opacity 0.5s ease-in-out,
      -webkit-transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
    -o-transition: opacity 0.5s ease-in-out,
      transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
    transition: opacity 0.5s ease-in-out,
      transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
    transition: opacity 0.5s ease-in-out,
      transform 1s cubic-bezier(0.16, 0.88, 0.45, 1),
      -webkit-transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
  }
  .fade-in,
  .ease-right,
  .ease-left,
  .ease-btm,
  .ease-top {
    opacity: 0;
  }
  .fade-in[data-scroll="in"],
  .ease-right[data-scroll="in"],
  .ease-left[data-scroll="in"],
  .ease-btm[data-scroll="in"],
  .ease-top[data-scroll="in"] {
    opacity: 1;
  }
  .fade-in {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }
  [class*="ease-"][data-scroll="in"] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .ease-right {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  .ease-left {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .ease-top {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  .ease-btm {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  [class*="flip-"][data-scroll="in"] {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  .flip-top {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
  .flip-btm {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  .flip-left {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  .flip-right {
    -webkit-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
  .ease-delay-100 {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .ease-delay-200 {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
  }
  .ease-delay-300 {
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
  }
  .ease-delay-400 {
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
  }
  .ease-delay-500 {
    -webkit-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
  }
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
}

@media screen and (max-width: 40.06125em) {
  .alignright,
  .alignleft,
  .aligncenter,
  .alignnone {
    float: none;
    margin: 0 0 1em;
  }
}

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption figcaption {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  padding: 5px;
  font-size: 11px;
  line-height: 1.4;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  width: 100%;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
  text-align: center;
}
.gallery-item:last-of-type {
  padding-right: 0;
}
.gallery-item > div > a {
  display: block;
  line-height: 0;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
  -webkit-box-shadow: 0 0 0 2px #0073aa;
  box-shadow: 0 0 0 2px #0073aa;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 15px * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n + 2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 15px * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n + 3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 15px * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n + 4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 15px * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n + 5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 15px * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n + 6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 15px * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n + 7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 15px * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n + 8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 15px * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
  margin-right: 0;
}

#wpadminbar {
  -webkit-transform: translateZ(0);
}

.wp-video {
  width: 100% !important;
}
.wp-video .mejs-container {
  width: 100% !important;
  height: auto !important;
}

.mejs-mediaelement {
  position: static !important;
}

mediaelementwrapper {
  display: block;
}

.wp-video-shortcode video,
video.wp-video-shortcode {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html {
  height: 100%;
}

body {
  position: static !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 100vh;
}

main {
  display: block;
}

.grid-container {
  width: 100%;
}

*:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------
	Typography / Forms / Inputs / Buttons
--------------------------------------- */
/* ---------------------------------------
	Typography
--------------------------------------- */
body {
  font-size: 1.25rem;
  color: #616161;
  line-height: 1.5;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

h1,
.h1 {
  /*basic heading styles*/
}

h2,
.h2 {
  /*basic heading styles*/
  font-size: 2rem;
  line-height: 2.2rem;
  color: #616161;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}

h3,
.h3 {
  /*basic heading styles*/
}

h4,
.h4 {
  /*basic heading styles*/
}

h5,
.h5 {
  /*basic heading styles*/
}

h6,
.h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
  font-size: inherit;
}
ul li {
  /*basic list-item styles*/
}

address {
  font-style: normal;
  margin-bottom: 1rem;
}

a {
  color: #1a608b;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  /*basic hover and focus effects*/
  color: #0a2535;
}

.primary-button {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #ee7524;
  font-size: 26px;
  padding: 15px 30px;
}

.button {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #ee7524;
  font-size: 26px;
  padding: 15px 30px;
}

.fancybox-close-small:hover {
  background: none;
}

/* ---------------------------------------
	Forms/Inputs
--------------------------------------- */
.no-outline button,
.no-outline a,
.no-outline [tabindex] {
  outline: none;
}

/* Placeholder styling */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
}

/* Input Styling */
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea,
select,
.select-styled {
  /* STYLES GO THERE */
  height: 2.875rem;
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type="number"] {
  -moz-appearance: textfield;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

[type="checkbox"],
[type="file"],
[type="radio"] {
  margin-bottom: 0;
}

button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-width: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

/* Button additional styles */
.button:hover,
.button:focus {
  /*basic hover and focus effects*/
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this -
comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}
.gform_fields::after {
  content: "";
  display: table;
  clear: both;
}

.gfield {
  position: relative;
  margin-bottom: 20px;
  list-style: none;
}

.gform_hidden {
  display: none;
}

@media print, screen and (min-width: 40.0625em) {
  .gf_left_half,
  .gf_right_half {
    float: left;
    width: calc(50% - 15px);
  }
  .gf_left_half + .gfield:not(.gf_left_half):not(.gf_right_half),
  .gf_right_half + .gfield:not(.gf_left_half):not(.gf_right_half) {
    clear: both;
  }
  .gf_left_third,
  .gf_middle_third,
  .gf_right_third {
    float: left;
    width: calc(33.3333% - 10px);
  }
  .gf_left_third
    + .gfield:not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third),
  .gf_middle_third
    + .gfield:not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third),
  .gf_right_third
    + .gfield:not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third) {
    clear: both;
  }
  .gf_left_half {
    margin-right: 15px;
  }
  .gf_right_half {
    margin-left: 15px;
  }
  .gf_right_half + .gfield {
    clear: both;
  }
  .gf_left_third {
    margin-right: 20px;
  }
  .gf_right_third {
    margin-left: 20px;
  }
  .gf_right_third + .gfield {
    clear: both;
  }
  .gf_middle_third {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.ginput_complex > span {
  display: block;
}

@media print, screen and (min-width: 40.0625em) {
  .ginput_complex {
    margin-right: -15px;
    margin-left: -15px;
  }
  .ginput_complex::after {
    content: "";
    display: table;
    clear: both;
  }
  .ginput_complex > span {
    display: block;
    float: left;
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
  }
  .ginput_complex > span.ginput_full {
    width: calc(100% - 30px);
  }
  .ginput_complex > span.ginput_full > span {
    display: block;
    float: left;
    width: calc(50% - 30px);
  }
  .ginput_complex > span:nth-child(2n + 1):nth-last-child(-n + 2),
  .ginput_complex > span:nth-child(2n + 1):nth-last-child(-n + 2) ~ * {
    margin-bottom: 0;
  }
}

.hidden_label .gfield_label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input,
.gfield_error textarea,
.gfield_error select {
  border-color: #ec7a7a;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  position: relative;
  text-align: right;
  /*aligning of submit button*/
}

.gform_ajax_spinner {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.validation_error {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid #ec7a7a;
  background-color: #f7e4e1;
  color: #333;
  font-size: 14px;
  text-align: left;
}

.validation_message {
  position: absolute;
  z-index: 3;
  top: calc(100% + 7px);
  left: 15px;
  display: inline-block;
  margin: 0;
  padding: 3px 6px;
  border-radius: 2px;
  background-color: #f7e4e1;
  color: #333;
  font-size: 12px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.validation_message::before {
  content: "Error:";
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
}
.validation_message::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20px;
  width: 14px;
  height: 7px;
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: transparent transparent #f7e4e1 transparent;
}

.ginput_container_fileupload .validation_message:empty {
  display: none;
}

input.datepicker_with_icon {
  display: inline-block;
  width: calc(100% - 24px);
  margin-right: 5px;
  vertical-align: middle;
}

.ui-datepicker {
  position: absolute;
  z-index: 9999 !important;
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  border-bottom: 1px solid #bbb;
  background: #f7f7f7;
  color: #8a8a8a;
}
.ui-datepicker thead th {
  padding: 3px;
  border: 1px solid #ddd;
  text-align: center;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  width: 31px;
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody td span,
.ui-datepicker tbody td a {
  display: block;
  height: 29px;
  color: #666;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.ui-datepicker tbody th {
  padding: 5px 0;
  color: #666;
  font-size: 6pt;
  text-transform: uppercase;
  text-align: center;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  height: 30px;
  margin: 0 2.5% 0;
  padding: 5px 20px 5px 5px;
  font-size: 13px;
  line-height: 20px;
}

.ui-datepicker-header {
  position: relative;
  padding: 5px 0;
  border: none;
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
}
.ui-datepicker-header::after {
  content: "";
  display: table;
  clear: both;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 50%;
  padding: 10px;
  color: #fff;
  font-size: 0;
  line-height: 1.4;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ui-datepicker-prev:hover,
.ui-datepicker-prev:focus,
.ui-datepicker-next:hover,
.ui-datepicker-next:focus {
  color: #fff;
}
.ui-datepicker-prev::before,
.ui-datepicker-next::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.ui-datepicker-next {
  right: 0;
}
.ui-datepicker-next::before {
  content: "\f054";
}

.ui-datepicker-prev {
  left: 0;
}
.ui-datepicker-prev::before {
  content: "\f053";
}

.ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 35px;
  padding-left: 35px;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  position: relative;
  width: 32px;
  height: 31px;
  margin: -1px;
  border: 1px solid #c19163;
  /* set the active date border color */
  background: #fff2aa;
  /* set the active date background color */
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  background-color: #d7d7d7;
  color: #b4b3b3;
}

/* ---------------------------------------
	Authorize credit card field
--------------------------------------- */
.ginput_container_creditcard .ginput_cardinfo_left,
.ginput_container_creditcard .ginput_cardinfo_right {
  display: block;
}

@media print, screen and (min-width: 40.0625em) {
  .ginput_container_creditcard .ginput_cardinfo_left {
    margin-right: 15px;
  }
  .ginput_container_creditcard .ginput_cardinfo_right {
    margin-left: 15px;
  }
  .ginput_container_creditcard select.ginput_card_expiration {
    display: inline-block;
    width: 47% !important;
  }
}

@media screen and (max-width: 40.06125em) {
  .ginput_container_creditcard select.ginput_card_expiration_month {
    margin-bottom: 15px;
  }
  .ginput_container_creditcard .ginput_cardinfo_left,
  .ginput_container_creditcard .ginput_cardinfo_right {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.ginput_container_creditcard .ginput_card_expiration_container {
  display: block;
  width: 100%;
}

.ginput_container_creditcard
  .ginput_cardinfo_right
  input.ginput_card_security_code {
  position: relative;
  display: inline-block;
  max-width: 50% !important;
}

.gform_card_icon_container {
  height: 32px;
  margin: 8px 0 6px;
}

div.gform_card_icon {
  float: left;
  width: 36px;
  height: 32px;
  margin-right: 4px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  text-indent: -9000px;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}

.gform_card_icon_container.gform_card_icon_style1
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}

.gform_card_icon_container.gform_card_icon_style2
  div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}

.ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}

.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 4px;
}

.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  position: relative;
  top: -2px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  width: 32px;
  height: 23px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
}

div.gfield_creditcard_warning_message {
  color: red;
  font-weight: 700;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  position: absolute !important;
  left: -9000px;
  display: none !important;
}

.gfield_contains_required .ginput_container_phone .validation_message,
.css-clip,
.gform_wrapper .screen-reader-text,
.gform_wrapper label.hidden_sub_label {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.gform_wrapper .gf_invisible,
.gform_wrapper .gfield_visibility_hidden {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Preloader */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader {
  position: fixed;
  z-index: 100000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background-color: #fff;
  color: #222;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon::before {
  content: "\f1ce";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  font-weight: 900;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  visibility: hidden;
  opacity: 0;
}

/* Position center */
.position-center {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

/* Pagination */
ul.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 15px 0;
  text-align: center;
}
ul.pagination li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  line-height: 1.5;
}
ul.pagination li span,
ul.pagination li a {
  display: block;
  padding: 0 7px;
}
ul.pagination li span.current,
ul.pagination li a.current {
  display: block;
  background: #1a608b;
  color: #fff;
}

/* Search form */
.search {
  position: relative;
}
.posts-list .search {
  margin-bottom: 40px;
}

.search__input {
  padding-right: 75px;
}

.search__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 10px 15px;
  cursor: pointer;
}
.search__submit::after {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
}

#home-slider .slick-slide__inner,
.bg-cover {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.bg-contain {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.stretched-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.rel-wrap {
  position: relative;
}

.rel-content {
  position: relative;
  z-index: 2;
}

.of-cover,
.stretched-img {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media print, screen and (min-width: 40.0625em) {
  .two-columns {
    -webkit-columns: 2;
    columns: 2;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .three-columns {
    -webkit-columns: 3;
    columns: 3;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.jarallax {
  position: relative;
}
.jarallax > .jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jarallax-inline {
  position: relative;
}
.jarallax-inline > .jarallax-img {
  position: relative;
  z-index: -100;
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

img[data-lazy-src] {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

img.pre-lazyload {
  opacity: 0;
}

img.lazyloaded {
  opacity: 1;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
.main-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Comments block */
#comments {
  padding-top: 30px;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.comment {
  position: relative;
  margin-top: 15px;
}
.comment .children {
  list-style: none;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  margin-top: 5px;
  color: #666;
}

.comment-content {
  margin-top: 15px;
  padding-left: 15px;
  border-left: 1px solid #ddd;
  font-size: 14px;
}

.reply {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.comment-reply-link {
  display: block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  background: #777;
  color: #fefefe;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
  background-color: #1a608b;
  color: #fff;
  text-decoration: none;
}

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

.comment-notes,
.comment-form-comment {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.comment-form-comment {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-preferred-size: calc(33.3333% - 20px);
  flex-basis: calc(33.3333% - 20px);
}
@media screen and (max-width: 40.06125em) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .comment-form-author,
  .comment-form-email {
    margin-right: 30px;
  }
}

.comment-form-cookies-consent,
.comment-form .form-submit {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.comment-form .form-submit {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}
.not-found .label {
  background-color: #1a608b;
  text-decoration: none;
  cursor: pointer;
}
.not-found .label:hover {
  background-color: #144869;
  color: #fff;
}

/* ---------------------------------------
	Repeatable blocks
--------------------------------------- */
/* ---------------------------------------
	Social networks
--------------------------------------- */
.stay-tuned {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: -5px;
  margin-left: -5px;
  font-size: 0;
}

.stay-tuned__item {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.stay-tuned__link {
  display: block;
}
.stay-tuned__link .fab {
  display: block;
  font-size: 16px;
}

/* ---------------------------------------
	Side by side
--------------------------------------- */
.sbs-block {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.sbs-block--reverse .cell.sbs-block__img-wrap {
  right: 50%;
  left: 0;
}

.sbs-block__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sbs-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 40.0625em) {
  .sbs-block__content {
    min-height: 400px;
  }
}

.sbs-block__content-inner {
  width: 100%;
}

@media print, screen and (min-width: 40.0625em) {
  .cell.sbs-block__img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 40.06125em) {
  .cell.sbs-block__img-wrap {
    margin-bottom: 25px;
  }
}

.sbs-block__img {
  width: 100%;
  height: 100%;
}

/* ---------------------------------------
	Header
--------------------------------------- */
.logo {
  padding-left: 139px;
}
.logo h1 {
  font-size: 0;
}
.logo a {
  display: inline-block;
}
.logo img {
  max-height: 178px;
}

@media only screen and (max-width: 1700px) {
  .logo {
    padding-left: 0;
  }
}

.footer__copy pre {
  overflow: hidden;
}

.chevron-down {
  position: absolute;
  bottom: 30px;
  z-index: 99;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: pointer;
}

.chevron-down button {
  background: none;
}

.chevron-down i {
  font-size: 50px;
  color: #fff;
}

.header_menu-items {
  padding-bottom: 46px;
}

.is-sticky .header_menu-items {
  padding-bottom: 0;
}

@media screen and (max-width: 64.06125em) {
  /* TOP BAR Mobile STYLING */
  .menu-grid-container {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-grid-container .grid-margin-x {
    margin-left: 0;
    margin-right: 0;
  }
  .menu-grid-container .grid-margin-x .cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .title-bar {
    line-height: 45px;
  }
  .title-bar .menu-icon {
    padding: 0;
    border: none;
    background-color: transparent;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 24px;
    cursor: pointer;
  }
  .title-bar .menu-icon span {
    top: 0;
    display: block;
  }
  .title-bar .menu-icon span::before,
  .title-bar .menu-icon span::after {
    content: "";
    display: block;
  }
  .title-bar .menu-icon span,
  .title-bar .menu-icon span::before,
  .title-bar .menu-icon span::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 0;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .title-bar .menu-icon span::before {
    top: 10px;
  }
  .title-bar .menu-icon span::after {
    top: 20px;
  }
  .title-bar .menu-icon span:hover,
  .title-bar .menu-icon span:hover::before,
  .title-bar .menu-icon span:hover::after {
    background-color: #fff;
  }
  .title-bar .menu-icon.is-active span {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .title-bar .menu-icon.is-active span::before {
    -webkit-transform: rotate(-45deg) translate3d(-4.28571px, -7px, 0);
    transform: rotate(-45deg) translate3d(-4.28571px, -7px, 0);
    display: none;
  }
  .title-bar .menu-icon.is-active span::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg);
  }
  .top-bar {
    display: none;
    background: #1a608b;
    /* menu list background color */
  }
  .header-menu {
    background: transparent;
  }
  .header-menu li > a {
    background: #1a608b;
    /* menu item background color */
    color: #fff;
    /* menu item text color */
    line-height: 45px;
  }
  .header-menu li > a:focus,
  .header-menu li > a:focus + .submenu-toggle {
    background: #165176;
    /* menu item background color on hover */
  }
  .header-menu li.current-menu-item > a,
  .header-menu li.current-menu-item .submenu-toggle,
  .header-menu li.current_page_ancestor > a,
  .header-menu li.current_page_ancestor .submenu-toggle,
  .header-menu li.current_page_parent > a,
  .header-menu li.current_page_parent .submenu-toggle {
    background: #1e6fa0;
    /* current/parent menu item background color */
  }
  .header-menu li[aria-expanded="true"] > a,
  .header-menu li[aria-expanded="true"] .submenu-toggle {
    background: #18577e;
    /* menu item background color on open dropdown */
  }
  .header-menu .submenu-toggle {
    padding: 0;
  }
  .header-menu .submenu a {
    padding-left: 1.54688rem;
  }
  .header-menu .submenu .submenu a {
    padding-left: 2.15625rem;
  }
}

@media print, screen and (min-width: 64.0625em) {
  /* TOP BAR STYLING */
  .header-menu.menu {
    /* Align menu items to the right */
    /* Align menu items to the center */
    /* Dropdown item styling */
  }
  .header-menu.menu li {
    margin: 0 27px;
  }
  .header-menu.menu li > a {
    /* Regular menu item style */
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    padding: 0;
  }
  .header-menu.menu li > a:after {
    position: absolute;
    width: 0%;
    height: 7px;
    background-color: #b7c233;
    content: "";
    bottom: 0;
    left: 0;
  }
  .header-menu.menu li > a:hover:after {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
  }
  .header-menu.menu li.current-menu-item > a,
  .header-menu.menu li.current_page_ancestor > a,
  .header-menu.menu li.current_page_parent > a {
    /* Style of Current page and Ancestor page */
  }
  .header-menu.menu li.current-menu-item > a:after,
  .header-menu.menu li.current_page_ancestor > a:after,
  .header-menu.menu li.current_page_parent > a:after {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
  }
  .header-menu.menu li.has-dropdown > a {
    /* Style of item with dropdown */
  }
  .header-menu.menu li.is-active > a {
    /* Parent link style on dropdown hover */
    background: #e59f74;
    color: #1a608b;
  }
  .header-menu.menu .submenu {
    z-index: 11;
    display: none;
  }
  .header-menu.menu .submenu.js-dropdown-active {
    display: block;
  }
  .header-menu.menu .submenu li > a {
    /* Regular link in dropdown */
    background: #e59f74;
    color: #1a608b;
    line-height: 30px;
  }
  .header-menu.menu .submenu li > a:hover {
    /* Dropdown link on hover */
    background: #227eb6;
    color: #fff;
  }
  .header-menu.menu .submenu li.current-menu-item > a,
  .header-menu.menu .submenu li.current_page_ancestor > a,
  .header-menu.menu .submenu li.current_page_parent > a {
    background: #227eb6;
    color: #fff;
  }
  .header-menu.menu .submenu .submenu {
    /* Styles for 2nd level dropdown menu */
  }
}

.header_menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 99990;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header.is-sticky {
  background-color: #fff;
}
.header.is-sticky .logo img {
  max-height: 120px;
}
.header.is-sticky .header-menu.menu li > a {
  color: #616161;
}

@media only screen and (max-width: 1024px) {
  .title-bar-title {
    display: none;
  }
  .title-bar {
    background: transparent;
    position: relative;
  }
  .title-bar button {
    background: transparent;
  }
  .title-bar .menu-icon {
    width: 63px;
    height: 48px;
  }
  .title-bar .menu-icon span {
    height: 5px;
  }
  .title-bar .menu-icon span:after {
    height: 5px;
    top: 43px;
  }
  .title-bar .menu-icon span:before {
    height: 5px;
    top: 21px;
  }
  .is-sticky .header .title-bar {
    position: absolute;
    right: 33px;
    top: 33px;
  }
  .is-sticky .logo img {
    width: 140px;
  }
  .title-bar .menu-icon.is-active span::after {
    -webkit-transform: translate3d(0, -41px, 0) rotate(-90deg);
    transform: translate3d(0, -41px, 0) rotate(-90deg);
  }
  .title-bar .menu-icon.is-active span {
    -webkit-transform: translate3d(0, 25px, 0) rotate(45deg);
    transform: translate3d(0, 25px, 0) rotate(45deg);
  }
}

/* ---------------------------------------
	Sidebar
--------------------------------------- */
@media screen and (max-width: 40.06125em) {
  .sidebar {
    margin-top: 50px;
  }
}

.widget {
  margin-bottom: 20px;
}
.widget:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------
	Footer
--------------------------------------- */
.footer {
  margin-top: auto;
  background-color: #616161;
}

.footer__logo {
  max-width: 141px;
  margin: 0 auto;
}
.footer__logo img {
  max-height: 120px;
}
@media print, screen and (min-width: 64.0625em) {
  .footer__logo img {
    width: 100%;
  }
}

.footer__sp {
  text-align: right;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  padding: 50px 0;
}
.footer-menu li {
  display: inline-block;
  margin: 0 27px;
}
.footer-menu li a {
  display: block;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer__copy {
  padding-top: 37px;
  padding-bottom: 52px;
  background-color: #616161;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
}
.footer__copy pre {
  font-family: "Open Sans" !important;
}
.footer__copy pre a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
}
.footer__copy pre a:hover {
  text-decoration: underline;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.hero__section {
  position: relative;
  z-index: -1;
}
.hero__section .hero__section-caption h1 {
  padding: 0 20%;
}
.hero__section .hero__section-caption:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.home-certifications {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.home-certifications_image {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  padding: 15px;
}

@media only screen and (max-width: 400px) {
  .hero__section .hero__section-caption h1 {
    padding: 0;
  }
}

.footer li a:hover {
  text-decoration: underline;
}

.chevron-down i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.chevron-down:hover i {
  color: #616161;
}

.image_text-section {
  padding: 65px 0;
}
.image_text-section .right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.image_text-section .image {
  padding: 0 40px;
}
.image_text-section .image img {
  padding: 0 40px;
}
.image_text-section .image_text-content {
  padding: 0 40px;
}
.image_text-section .image_text-content p {
  color: #616161;
  font-size: 1.25rem;
  line-height: 1.5;
}
.image_text-section .image_text-content .primary-button {
  margin-top: 30px;
  padding: 10px 30px;
}
.image_text-section .image_text-content .primary-button:hover {
  color: #616161;
  background-color: #fff;
}

.services__section {
  padding: 80px 0 115px 0;
  background-color: #ebebeb;
}
.services__section .service__item-head {
  z-index: 1;
}
.services__section .service__item-head:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.services__section .services__heading {
  text-align: center;
  margin-bottom: 30px;
}
.services__section .service__items .grid-x {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services__section .service__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 435px;
  margin: 22.5px;
}
.services__section .service__item .service__item-link a {
  padding: 10px 55px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.services__section .service__item .service__item-link a:hover {
  color: #fff;
  background-color: #616161;
  border-color: #616161;
}
.services__section .service__item-head {
  margin-top: 54px;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.services__section .service__item-head h2 {
  color: #fff;
  padding: 0 65px;
  text-shadow: 0.2rem 0.2rem 0.2rem #000;
}
.services__section .service__item:hover .service__item-head:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.services__section .service__item:hover .service__item-head {
  margin-top: 0;
  z-index: 1;
}
.services__section .service__item:hover .service__item-link a {
  opacity: 1;
}

.services_archive__section {
  padding: 65px 0;
}
.services_archive__section .image {
  padding: 0 40px;
}
.services_archive__section .image img {
  padding: 0 40px;
}
.services_archive__section .services_archive-content {
  padding: 0 40px;
}
.services_archive__section .services_archive-content p {
  color: #616161;
  font-size: 1.25rem;
  line-height: 1.5;
}
.services_archive__section .services_archive-content .primary-button {
  margin-top: 30px;
  padding: 10px 30px;
}
.services_archive__section .services_archive-content .primary-button:hover {
  color: #616161;
  background-color: #fff;
}
.services_archive__section:nth-child(odd) {
  background-color: #ebebeb;
}
.services_archive__section:nth-child(odd) .services_archive-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.slick-prev:before,
.slick-next:before {
  font-size: 38px;
}

.slick-prev {
  left: 110px;
}

.slick-next {
  right: 110px;
}

.featured__projects-section .featured__projects-item-image {
  background-size: cover;
  background-position: center center;
}

.featured__projects-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.featured__projects-item-content {
  padding: 100px 50px 0 180px;
  width: 31.5%;
  color: #fff;
  background-color: #616161;
}
.featured__projects-item-content h2 {
  color: #fff;
  margin-bottom: 30px;
}
.featured__projects-item-content h3 {
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.featured__projects-item-content p {
  font-size: 1.25rem;
  line-height: 1.3;
}
.featured__projects-item-content a {
  margin-top: 15px;
  display: inline-block;
  padding: 5px 45px;
  color: #fff;
  background-color: #b7c233;
  font-size: 26px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.featured__projects-item-content a:hover {
  background-color: #fff;
  color: #616161;
}
.featured__projects-item-image {
  height: 700px;
  width: 68.5%;
}

.featured__projects-item-image.fallback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #6e6e6e;
}

.text {
  max-width: 75%;
  margin: 0 auto;
}
.text p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.text .primary-button {
  margin-top: 40px;
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid #616161;
  color: #616161;
  padding: 12px 40px;
}
.text .primary-button:hover {
  background-color: #616161;
  color: #fff;
}
.text.bg {
  padding: 110px 0 55px 0;
}
.text.bg h2 {
  color: #fff;
  margin-bottom: 30px;
}
.text.bg .primary-button {
  margin-top: 0;
  background-color: #ee7524;
  color: #fff;
  border: 0;
  padding: 14px 30px;
  font-size: 29px;
}
.text.bg .primary-button:hover {
  background-color: #fff;
  color: #616161;
}
.text__section {
  padding: 65px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.text__section .bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
}

.page-certifications:not(:last-child) {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #616161;
  margin-bottom: 1.25rem;
}
.page-certifications_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-certifications_image {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  padding: 15px;
}
.page-certifications_image img {
  margin-bottom: 15px;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 7rem;
}

p.single-staff-goback {
  margin: 0 1rem 2rem;
}

@media only screen and (max-width: 1850px) {
  .featured__projects-item-content {
    padding: 60px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
}

@media only screen and (max-width: 1700px) {
  .header .medium-4 {
    width: 15%;
  }
  .header .medium-8 {
    width: 81%;
  }
  .featured__projects-item-image {
    height: unset;
  }
}

@media only screen and (max-width: 1550px) {
  .header .medium-4 {
    width: 10%;
    margin: 0 0 0 5px !important;
  }
  .header .medium-8 {
    width: 86%;
    margin: 0 !important;
  }
  .header .header-menu.menu li > a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1450px) {
  .featured__projects-item-image {
    background-size: cover;
    height: 100%;
  }
  .featured__projects-wrapper .slick-slide div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1250px) {
  .header .header-menu.menu li {
    margin: 0 10px;
  }
  .header .header-menu.menu li a {
    font-size: 14px;
  }
  .featured__projects-item-content {
    width: 45%;
  }
  .featured__projects-item-image {
    width: 55%;
  }
  .text p,
  .image_text-section .image_text-content p,
  .featured__projects-item-content p,
  .featured__projects-item-content a {
    font-size: 20px;
  }
  .image_text-content ul li {
    font-size: 16px;
  }
  .image_text-section .image_text-content .primary-button,
  .primary-button {
    font-size: 26px;
    margin-top: 30px;
  }
  .services__section .service__item {
    height: 340px;
  }
  #home-slider .slick-slide {
    height: 783px;
  }
  .text__section,
  .image_text-section,
  .services__section,
  .services_archive__section {
    padding: 60px 0;
  }
  .featured__projects-item-content h2,
  .featured__projects-item-content h3,
  .services__section .service__item-head h2,
  .services__section .service__item .service__item-link a {
    font-size: 20px;
  }
  .featured__projects-item-content h2,
  .featured__projects-item-content h3 {
    margin-bottom: 5px;
    width: 100%;
  }
  .image_text-section .image_text-content,
  .services_archive__section .services_archive-content {
    padding-left: 0;
    padding-top: 25px;
  }
  .image_text-section .image img,
  .services_archive__section .image img {
    padding: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .footer-menu li {
    margin: 0 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .header .medium-4 .logo {
    text-align: center;
  }
  .header .title-bar {
    position: absolute;
    right: 11px;
    top: 44px;
  }
  .header.is-sticky .title-bar {
    top: 30px;
  }
  .header #main-menu {
    width: 100%;
  }
  .header .header-menu.menu li {
    margin: 0;
  }
  .header.is-sticky .logo img {
    max-height: 113px;
  }
  .header.is-sticky .title-bar .menu-icon span {
    background-color: #b7c233;
  }
  .header.is-sticky .title-bar .menu-icon span:before,
  .header.is-sticky .title-bar .menu-icon span:after {
    background-color: #b7c233;
  }
  .header.is-sticky .top-bar li a {
    color: #b7c233;
  }
  .header .top-bar {
    background: #fff;
  }
  .header .top-bar li {
    border-top: 1px solid #b7c233;
  }
  .header .top-bar li:last-child {
    border-bottom: 1px solid #b7c233;
  }
  .header .top-bar li a {
    color: #616161;
    background: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .image_text-section,
  .services_archive__section {
    padding: 0 0 60px 0;
  }
  .image_text-section .medium-6,
  .services_archive__section .medium-6 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .image_text-section .medium-6 .image img,
  .services_archive__section .medium-6 .image img {
    width: 100%;
  }
  .image_text-section .medium-6:last-child,
  .services_archive__section .medium-6:last-child {
    padding: 10px;
  }
  .image_text-section .image,
  .services_archive__section .image {
    padding: 10px;
  }
  .image_text-section .medium-6,
  .services_archive__section .medium-6 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .image_text-section .right,
  .services_archive__section:nth-child(odd) .services_archive-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page-certifications_image,
  .home-certifications_image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 950px) {
  .services__section .service__item {
    height: 240px;
  }
  .featured__projects-item-content {
    width: 50%;
  }
  .featured__projects-item-image {
    width: 50%;
    background-position: center center;
  }
  .image_text-section .image,
  .services_archive__section .image {
    padding: 0;
  }
}

@media only screen and (max-width: 850px) {
  .services__items .medium-4 {
    width: 50%;
  }
  .image_text-section .image_text-content,
  .services_archive__section .services_archive-content {
    padding: 25px 60px 0 60px;
  }
}

@media only screen and (max-width: 640px) {
  .featured__projects-section {
    background-color: #616161;
  }
  #home-slider .slider-caption {
    margin-top: 87px;
    max-width: 415px;
  }
  .footer__copy pre a {
    font-size: 20px;
  }
  .services__items {
    padding: 0 13px;
  }
  .services__section .service__item {
    height: 440px;
  }
  .services__section .service__item h2 {
    font-size: 32px;
  }
  .featured__projects-item-content,
  .featured__projects-item-image {
    width: 100%;
  }
  .featured__projects-item-image {
    height: 697px;
  }
  .featured__projects-item-content {
    padding: 107px 0 79px 0;
    width: 366px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
  }
  .text__section,
  .image_text-section,
  .services__section,
  .services_archive__section {
    padding: 25px 0;
  }
  .text__section {
    padding: 65px 0 65px 0;
  }
  .footer-menu li {
    width: 100%;
    margin-bottom: 11px;
  }
  .footer-menu li a {
    font-size: 20px;
  }
  .footer-menu {
    padding-bottom: 60px !important;
  }
  .footer__logo {
    max-width: 265px;
  }
  .footer__logo img {
    max-height: 100%;
    height: auto;
    width: 100%;
  }
  .footer-menu {
    padding: 65px 0;
  }
  .text {
    max-width: 93%;
  }
  .text .primary-button {
    margin-top: 56px;
    padding: 12px 53px;
  }
  .slick-prev,
  .slick-next {
    top: 28%;
  }
  .footer__copy {
    padding-top: 71px;
  }
  .footer__copy pre {
    font-size: 20px;
  }
  .slick-prev {
    left: 55px;
  }
  .slick-next {
    right: 35px;
  }
  .featured__projects-item-content h2,
  .featured__projects-item-content h3 {
    font-size: 32px;
  }
  .featured__projects-item-content h2 {
    margin-bottom: 28px;
  }
  .featured__projects-item-content h3 {
    margin-bottom: 25px;
  }
  .featured__projects-item-content p {
    margin-bottom: 38px;
  }
  .featured__projects-item-content a {
    font-size: 25px;
    padding: 10px 73px;
  }
  .services__items .medium-4 {
    width: 100%;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .image_text-section h2 {
    margin-top: 95px;
  }
  .image_text-section .medium-6,
  .services_archive__section .medium-6 {
    padding: 0 70px;
  }
  .services__heading h2 {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  header .logo img {
    max-height: 100%;
    height: auto;
    width: 300px;
  }
  .image_text-section,
  .services_archive__section {
    padding-top: 0;
  }
  .image_text-section .medium-6:first-child,
  .services_archive__section .medium-6:first-child {
    padding: 0;
  }
  .services__section .service__item {
    height: 423px;
  }
  .services__section .service__item {
    margin: 20.5px;
  }
  .image_text-section,
  .services_archive__section {
    padding-bottom: 97px;
  }
}

@media only screen and (max-width: 600px) {
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  .image_text-section .image_text-content,
  .services_archive__section .services_archive-content {
    padding: 0;
  }
  .slick-next,
  .slick-prev {
    display: none !important;
  }
  .services__items {
    padding: 0;
  }
  .footer__copy pre {
    font-size: 12px;
  }
  .footer__copy pre a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 550px) {
  header .logo img {
    width: 160px;
  }
  .header .medium-4 .logo {
    text-align: left;
  }
  .image_text-section .medium-6,
  .services_archive__section .medium-6 {
    padding: 0 25px;
  }
  .image_text-section .image_text-content,
  .services_archive__section .services_archive-content {
    padding: 0 15px;
  }
  .page-certifications_image,
  .home-certifications_image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .featured__projects-item-image {
    height: 400px;
  }
  .title-bar .menu-icon span {
    width: 85%;
  }
  .header .title-bar {
    right: 0;
  }
  .text .primary-button {
    padding: 12px 5px;
  }
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 5px;
  }
  #home-slider .slick-slide {
    height: 580px;
  }
  #home-slider .slider-caption {
    margin-top: 0;
  }
  #home-slider .slider-caption h3 {
    font-size: 26px;
  }
  .primary-button {
    font-size: 18px !important;
    padding: 15px !important;
  }
  .services__section .service__item h2 {
    font-size: 18px;
  }
  .services__section .service__item {
    height: 350px;
  }
  .featured__projects-item-content {
    padding: 20px 10px;
  }
  h2 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 400px) {
  .footer__copy pre {
    font-size: 12px;
  }
  .image_text-section h2,
  .services_archive__section h2 {
    margin-top: 25px;
    font-size: 18px;
  }
}

.error404 header li a {
  color: #616161 !important;
}

.error404 .not-found {
  margin-top: 150px;
}

.slick-prev,
.slick-next {
  width: 23px;
  height: 37px;
}

/* ---------------------------------------
	Page: Blog
--------------------------------------- */
/* ---------------------------------------
	Blog page
--------------------------------------- */
.preview {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.preview__meta {
  margin-top: 20px;
  margin-bottom: 0;
  color: #666;
  font-size: 14px;
}

@media screen and (max-width: 40.06125em) {
  .preview__thumb {
    margin-bottom: 20px;
  }
}

/* ---------------------------------------
	Post / Page inner view
--------------------------------------- */
.entry__thumb {
  margin-bottom: 20px;
}

.entry__meta {
  color: #666;
  font-size: 14px;
}

.entry__cat {
  margin-top: 20px;
}

/* ---------------------------------------
	TMPL: Default page
--------------------------------------- */
/* ---------------------------------------
	TMPL: Default
--------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
}

.hero__section {
  padding: 225px 0 160px 0;
  background-size: cover;
  position: relative;
  background-position: bottom center;
}
.hero__section:after {
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: inset 0px 58px 48px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 58px 48px -11px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 58px 48px -11px rgba(0, 0, 0, 0.3);
}
.hero__section-caption {
  text-align: center;
}
.hero__section-caption h1 {
  color: #fff;
  font-size: 2.75rem;
  text-transform: uppercase;
}

.staff__section {
  padding-bottom: 43px;
}


.staff__member-link span {
  font-size: 19px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 30px;
}

.staff__member-image {
  max-width: 424px;
  display: inline-block;
  position: relative;
}
.staff__member-image img {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.staff__member-link {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 155px;
  display: inline-block;
  opacity: 0;
}

.staff__member:hover .staff__member-link {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.staff__member:hover .staff__member-image:after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 1;
}

.staff__member-title {
  max-width: 400px;
  margin: 15px 0 70px 0;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.staff__member-title-pos {
  font-size: 21px;
  font-weight: 500;
}

.projects {
  padding: 65px 0;
}
.projects__item {
  position: relative;
  text-align: center;
  flex-basis: 369px;
  -ms-flex-preferred-size: 369px;
  padding: 0 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 15rem;
}
.projects__item-link a {
  font-size: 19px;
  color: #fff;
  display: block;
  border: 1px solid #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.projects__item-link a:hover {
  background-color: #fff;
  color: #616161;
}
.projects__item-link a img {
  width: 100%;
  max-height: 15rem;
  height: auto;
}
.projects__item:hover .projects__item-head:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
}
.projects__item:hover .projects__item-head {
  margin-top: 0;
  z-index: 1;
}
.projects__heading {
  padding: 0 30px;
  flex-basis: 369px;
  -ms-flex-preferred-size: 369px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.projects__heading h2 {
  color: #616161;
  font-family: Montserrat;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  margin: 7px auto 65px 0;
}

@media (max-width: 767px) {
  .project-modal-text h2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
}

.project-modal-text .image_text-section {
  padding: 30px 0;
}
.project-modal-text .image_text-section .grid-container {
  padding: 0;
}
.project-modal-text .image_text-section .image {
  padding: 0;
}
.project-modal-text .image_text-section .image img {
  padding: 0;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .project-modal-text .image_text-section .image {
    padding: 0 13px;
  }
  .project-modal-text .image_text-section .image img {
    width: auto;
  }
}
.project-modal-text .image_text-section .image_text-content {
  padding: 0;
}

.single__staff-section {
  padding: 90px 0;
}

.single__staff-title {
  color: #616161;
  font-family: Montserrat;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.single__staff-title-info {
  font-weight: 500;
}
.single__staff-title-info a {
  padding-left: 15px;
}
.single__staff-title-info a i {
  color: #0177b5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 40px;
}
.single__staff-title-info a:hover i {
  color: #000;
}

.single__staff-image {
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.single__staff-image img {
  width: 600px;
  height: 100%;
}

.single__staff-quote {
  width: 600px;
  margin: 15px 60px 0 auto;
  background-color: #16b2c7;
}
.single__staff-quote blockquote {
  position: relative;
  padding: 105px 48px 68px 24px;
  color: #fff;
}
.single__staff-quote blockquote:after {
  position: absolute;
  font-weight: 400;
  font-size: 170px;
  content: "“";
  left: 10px;
  top: -2rem;
  font-style: italic;
}
.single__staff-quote blockquote:before {
  position: absolute;
  font-weight: 400;
  font-size: 170px;
  content: "”";
  right: 30px;
  bottom: -8rem;
  font-style: italic;
}
.single__staff-quote blockquote p {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.sitemap {
  padding: 100px 0;
}
.sitemap .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact {
  padding: 125px 0;
}
.contact__section {
  padding: 65px 0;
}
.contact__wrapper {
  padding: 0 140px;
}
.contact__info {
  padding: 0 170px;
}
.contact__info h2 {
  margin-bottom: 40px;
}
.contact__info a {
  text-decoration: none;
  color: #616161;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  line-height: 59px;
}
.contact__info a:hover {
  color: #ee7524;
}
.contact__info a:hover:before {
  color: #ee7524;
}
.contact__info a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  margin-right: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact__info a:first-child:before {
  content: "\f0e0";
}
.contact__info a:last-child:before {
  content: "\f095";
}
.contact__form .gform_title {
  color: #616161;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.84px;
  margin-bottom: 46px;
}
.contact__form .gform_body li {
  margin-bottom: 35px;
}
.contact__form .gform_body li .has_first_name {
  margin: 0 !important;
}
.contact__form .gform_body li .name_first {
  width: 100%;
  margin: 1rem 0 !important;
}
.contact__form .gform_body li .name_last {
  width: 100%;
  margin: 0 !important;
}
.contact__form .gform_body li label {
  color: #616161;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}
.contact__form .gform_body li input {
  height: 61px;
  background-color: #e1e1e1;
  border: 0;
}
.contact__form .gform_body li textarea {
  border: 0;
  height: 224px;
  background-color: #e1e1e1;
}
.contact__form .gform_footer {
  text-align: left;
}
.contact__form .gform_footer button {
  background-color: #ee7524;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  text-transform: lowercase;
  padding: 11px 78px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact__form .gform_footer button:hover {
  color: #616161;
  background-color: #fff;
}

.clients__item {
  margin-bottom: 45px;
}

@media only screen and (max-width: 1550px) {
  .services__items .projects__item {
    width: 100%;
  }
  .services__items .projects__heading h2 {
    font-size: 20px;
  }
  .services__items .medium-3 {
    padding: 0 25px !important;
  }
  .services__items .projects__heading h2 {
    margin-bottom: 15px;
  }
  .staff__wrapper {
    margin: 0;
  }
  .staff__member-image {
    margin: 0 auto;
  }
  .staff__member-title {
    margin-left: auto;
    margin-right: auto;
  }
  .contact__info {
    padding: 0 50px;
  }
  .contact__wrapper {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 1400px) {
  .single__staff-quote {
    margin-right: 0;
    width: 100%;
  }
  .single__staff-image {
    padding-right: 0;
  }
  .single__staff-section .image {
    padding-left: 62px;
  }
}

@media only screen and (max-width: 1300px) {
  .services__items .medium-3 {
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .staff-item {
    width: 22% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .staff__member-title,
  .staff__member-title-pos {
    font-size: 18px;
  }
  .staff__member-title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .contact__section {
    padding: 30px 0;
  }
  .contact__section .medium-6 {
    width: 100%;
    margin: 0;
    padding: 0 25px;
  }
  .contact__section .contact__info {
    padding: 0;
  }
}

@media only screen and (max-width: 850px) {
  .single__staff-section .image {
    padding-left: 0;
  }
}

@media only screen and (max-width: 800px) {
  .hero__section {
    padding: 270px 0 310px 0;
  }
  .hero__section-caption h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .hero__section {
    padding: 270px 0 210px 0;
  }
  .single__staff-image img {
    width: 350px;
  }
  .single__staff-image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact__wrapper {
    padding: 0;
  }
  .contact__info a {
    font-size: 18px;
  }
  .single__staff-quote {
    margin-bottom: 25px;
  }
  .single__staff-section {
    padding: 25px 0;
  }
  .single__staff-quote blockquote {
    padding-right: 10px;
    padding-top: 60px;
  }
  .single__staff-quote blockquote p {
    font-size: 16px;
  }
  .single__staff-quote blockquote:after {
    top: -3rem;
  }
  .services__items .medium-3 {
    width: 100%;
  }
  .services__items .projects__heading h2 {
    font-size: 17px;
  }
  .staff__member-image {
    background-position: top center;
  }
  .staff__member-image,
  .staff__member-title {
    margin: 0 auto;
    text-align: center;
  }
  .staff__member-title {
    margin: 15px auto;
  }
}

@media only screen and (max-width: 550px) {
  .hero__section {
    padding: 180px 0 140px 0;
  }
  .footer__logo {
    max-width: 160px;
  }
  .projects__item {
    padding: 0;
    min-height: auto;
  }
}

/* ---------------------------------------
	TMPL: Contact page
--------------------------------------- */
.contact__content {
  margin-bottom: 50px;
}

.contact__form {
  margin-bottom: 50px;
}

.contact__map-wrap {
  margin-top: 50px;
}

.contact__map {
  height: 450px;
}

.contact__content {
  margin-bottom: 50px;
}

.contact-link {
  position: relative;
  padding-left: 30px;
}
.contact-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  color: #1a608b;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-link--email::before {
  content: "\f0e0";
}
.contact-link--phone::before {
  content: "\f879";
}
.contact-link--address::before {
  content: "\f3c5";
}
.contact-link a {
  color: inherit;
  text-decoration: none;
}
.contact-link a:hover,
.contact-link a:focus {
  text-decoration: underline;
}
