@charset "UTF-8";
/*!
Theme Name:		Stratejus Theme
Description:	Custom theme developed by Stratejus, Inc.
Version:		1.0
Author:			Stratejus, Inc.
Author URI:		https://stratejus.com
*/
img, legend {
  border: 0;
}

legend, td, th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre, textarea {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #333;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

textarea, input {
  outline: none;
}

[href^="tel:"] {
  cursor: default;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table {
  margin-bottom: 0;
  width: 100%;
}

table td, table th {
  border: 1px solid #666;
  padding: 6px;
}

table th {
  font-weight: bold;
}

blockquote {
  padding: 15px 15px 10px;
  border-left: 1px solid #DDD;
  background: #F5F5F5;
}
blockquote p {
  margin: 0;
}
blockquote p + p {
  margin-top: 10px;
}
blockquote footer {
  clear: none;
  margin: 20px 0 0;
  padding: 0;
  border: none;
  color: #222;
  font-size: 1.3em;
  font-style: italic;
  text-align: right;
}

.embed-container {
  position: relative;
  padding-bottom: 55.8%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

button, [class*=btn-], input[type=submit] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:focus, .slick-slide:focus, .slick-slide a:focus {
  outline: 0;
}

.hidden, .seoOnly {
  display: none !important;
}

.uppercase {
  text-transform: uppercase;
}

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

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

.highlight-red, .required {
  color: #e64444;
}

.text-align-right {
  text-align: right;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearboth {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.row {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 30px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.lt-ie9 .row {
  width: 1200px;
}

[class*=col-] {
  padding: 0;
  display: inline-block;
  margin-right: -0.25em;
  vertical-align: top;
}

.push-right {
  float: right;
}

.push-left {
  float: left;
}

/*
[class*='col-'] {
    float: left;
    padding: $col-padding;
}
*/
.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.3333333333%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.col-6 {
  width: 16.6666666667%;
}

.col-7 {
  width: 14.2857142857%;
}

.col-8 {
  width: 12.5%;
}

.col-9 {
  width: 11.1111111111%;
}

.col-10 {
  width: 10%;
}

.col-11 {
  width: 9.0909090909%;
}

.col-12 {
  width: 8.3333333333%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-37 {
  width: 37%;
}

.col-39 {
  width: 39%;
}

.col-40 {
  width: 40%;
}

.col-60 {
  width: 60%;
}

.col-61 {
  width: 61%;
}

.col-63 {
  width: 63%;
}

.col-70 {
  width: 70%;
}

.col-75 {
  width: 75%;
}

@media (max-width: 480px) {
  .col-1 {
    width: 100%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .col-7 {
    width: 100%;
  }
  .col-8 {
    width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  .col-11 {
    width: 100%;
  }
  .col-12 {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 925px) {
  .col-4,
  .col-6,
  .col-8,
  .col-10,
  .col-12 {
    width: 50%;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-5,
  .col-7,
  .col-9,
  .col-11 {
    width: 100%;
  }
}
@media (max-width: 925px) {
  .col-25 {
    width: 100%;
  }
  .col-30 {
    width: 100%;
  }
  .col-37 {
    width: 100%;
  }
  .col-39 {
    width: 100%;
  }
  .col-40 {
    width: 100%;
  }
  .col-60 {
    width: 100%;
  }
  .col-61 {
    width: 100%;
  }
  .col-63 {
    width: 100%;
  }
  .col-70 {
    width: 100%;
  }
  .col-75 {
    width: 100%;
  }
}
@font-face {
  font-family: "icons";
  src: url("fonts/icons.eot?-xn55oe");
  src: url("fonts/icons.eot?#iefix-xn55oe") format("embedded-opentype"), url("fonts/icons.woff?-xn55oe") format("woff"), url("fonts/icons.ttf?-xn55oe") format("truetype"), url("fonts/icons.svg?-xn55oe#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"],
.read-more:after,
.accordion__trigger:before {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-new-tab:before {
  content: "\e615";
}

.icon-linkedin:before {
  content: "\eac9";
}

.icon-external-link:before {
  content: "\e611";
}

.icon-google-plus:before {
  content: "\e60a";
}

.icon-minus:before {
  content: "\e609";
}

.icon-plus:before {
  content: "\e606";
}

.icon-plus-sign:before {
  content: "\e607";
}

.icon-minus-circle:before {
  content: "\e608";
}

.icon-search:before {
  content: "\e600";
}

.icon-user:before {
  content: "\e605";
}

.icon-check:before {
  content: "\e60b";
}

.icon-remove:before {
  content: "\e60c";
}

.icon-off:before {
  content: "\e601";
}

.icon-cog:before {
  content: "\e60d";
}

.icon-home:before {
  content: "\e60f";
}

.icon-remove-circle:before {
  content: "\e610";
}

.icon-check-circle:before {
  content: "\e612";
}

.icon-question-sign:before {
  content: "\e613";
}

.icon-info-circle:before {
  content: "\e614";
}

.icon-cogs:before {
  content: "\e616";
}

.icon-twitter:before {
  content: "\e617";
}

.icon-facebook:before {
  content: "\e618";
}

.icon-credit:before {
  content: "\e619";
}

.icon-circle-arrow-right:before {
  content: "\e61a";
}

.icon-group:before {
  content: "\e61b";
}

.icon-caret-right:before {
  content: "\e604";
}

.icon-instagram:before {
  content: "\e602";
}

.icon-pinterest:before {
  content: "\e603";
}

.icon-triangle-right:before {
  content: "\e60e";
}

.slick-slider {
  position: relative;
  display: block;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9 ; /*lte IE 8*/
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.7;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #006378;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.2s;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 18px;
  left: 32px;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 25px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.2s, color 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #006378;
  opacity: 1;
}

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal,
.remodal:after {
  background-size: 687px 250px !important;
}

.remodal {
  width: 100%;
  margin-bottom: 10px;
  padding: 80px 3% 70px;
  transform: translate3d(0, 0, 0);
  background: #380d38;
  color: #fff;
  position: relative;
}
.remodal:after {
  max-height: 100%;
}
.remodal__inner {
  position: relative;
  flex: 1;
  padding: 100px 40px 100px;
}
.remodal__inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 10px;
  left: 10px;
  border: 3px solid #380d38;
  border-radius: 60px 0 60px 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: -1;
}
.remodal__title {
  font-size: 43px;
  text-transform: uppercase;
  line-height: 1;
}
.remodal__subtitle {
  font-size: 26px;
  margin: 12px 0 0;
}
.remodal__content {
  font-size: 19px;
  margin: 27px 0 0;
  line-height: 1.5;
}
.remodal .line-above:before {
  width: 100%;
}
.remodal__logo {
  margin: 0 auto 40px !important;
  height: 75px !important;
}
@media (max-width: 480px) {
  .remodal {
    padding: 50px 20px 40px;
  }
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #fff;
  line-height: 0;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  cursor: pointer;
  transition: background 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.remodal-close:after {
  content: "X";
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 15px;
  top: 0;
}
.remodal-close:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #380d38;
}

.remodal-confirm,
.remodal-cancel {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff !important;
  background: rgb(36.7760330579, 122.5867768595, 175.1239669421);
  border: none;
  margin: 0 0 0 20px;
  position: relative;
  top: 1px;
  padding: 12px 25px 12px 25px !important;
  transition: background 0.2s;
  margin: 32px 0 0;
  cursor: pointer;
}
.remodal-confirm:hover,
.remodal-cancel:hover {
  background: rgb(50.7851239669, 150.8504132231, 212.1148760331);
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 591px) {
  .remodal {
    max-width: 550px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.alert {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 8px 0 8px;
  display: none;
  background: rgb(181.6975308642, 93.0864197531, 35.8024691358);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
  z-index: 102;
  position: relative;
}
.alert p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  top: 1px;
  display: inline-block;
}
.alert-visible .alert {
  display: block;
}
.alert__btn {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff !important;
  background: #380d38;
  display: inline-block;
  margin: 0 0 0 20px;
  position: relative;
  top: 1px;
  padding: 9px 15px 9px 15px !important;
  transition: background 0.2s;
}
.alert__btn:hover {
  background: rgb(97.3913043478, 22.6086956522, 97.3913043478);
}
.alert .row {
  padding: 0 60px 0 20px;
}

.btn-alert-close {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #fff;
  line-height: 0;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  padding: 0px 18px 0;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-alert-close:after {
  content: "X";
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 15px;
  top: 0;
}
.btn-alert-close:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}

.is-visible {
  display: block;
}

@media (max-width: 925px) {
  .alert {
    font-size: 16px;
    padding: 9px 0 11px;
  }
  .alert__btn {
    margin: 10px 0 0;
  }
}
input[type=submit] {
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  line-height: 28px;
  text-align: center;
  padding: 6px 20px 7px;
  background: rgb(181.6975308642, 93.0864197531, 35.8024691358);
  color: #fff;
  transition: background 0.2s;
}
input[type=submit]:hover {
  background: rgb(215.2469135802, 116.8580246914, 53.2530864198);
}

.gform_wrapper {
  margin: 0 !important;
  max-width: 100% !important;
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 20px 0 0 !important;
}

.gform_wrapper .gform_fields > li:first-child {
  margin-top: 0 !important;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.gform_wrapper input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url],
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password],
.gform_wrapper textarea {
  font-size: 13px !important;
  padding: 4px !important;
}

.gform_wrapper ul li.gfield {
  margin: 9px 0 0 !important;
}

.gform_wrapper .top_label .gfield_label {
  margin: 0 !important;
}

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  margin: 5px 0 15px !important;
  line-height: 10px !important;
}

.gform_wrapper .ginput_complex {
  margin: 0 0 -15px !important;
}

.gform_wrapper .gform_body .gsection {
  margin: 40px 0 0 !important;
}

/* ==========================================================================
   Typography
   ========================================================================== */
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: color 0.2s;
}

header a,
footer a {
  color: #fff;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

.content__header {
  padding: 50px 40px 0;
}
.content__header h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  color: #380d38;
}
.content__header.extra-padding {
  padding-top: 80px;
}

.content__main {
  font-size: 16px;
  font-weight: 400;
  padding: 40px 40px 40px;
}
.content__main h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 35px 0 0;
  color: #380d38;
}
.content__main h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 30px 0 0;
}
.content__main h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 3px;
}
.content__main p,
.content__main ul,
.content__main ol,
.content__main blockquote {
  margin: 15px 0;
  line-height: 28px;
}
.content__main h3 + p,
.content__main h3 + ul,
.content__main h3 + ol,
.content__main h4 + p,
.content__main h4 + ul,
.content__main h4 + ol {
  margin-top: 0;
}
.content__main *:first-child {
  margin-top: 0;
}
.content__main *:last-child {
  margin-bottom: 0;
}
.content__main ul {
  padding: 0 0 0 40px;
}
.content__main ul li {
  position: relative;
  list-style: none;
}
.content__main ul li:before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #006378;
  position: absolute;
  left: -13px;
  top: 11px;
  border-radius: 50%;
}
.content__main .children,
.content__main .wsp-posts-list {
  margin: 0;
}
.content__main ol {
  padding: 0 0 0 40px;
}
.content__main a {
  color: #006378;
}
.content__main a:hover {
  color: rgb(0, 73.755, 89.4);
}
.content__main table {
  width: 100%;
  margin: 15px 0;
}
.content__main table td,
.content__main table th {
  border: none;
  font-size: 16px;
  line-height: 18px;
  padding: 8px 10px;
}
.content__main table th {
  font-weight: bold;
  text-align: left;
}
.content__main table tr:nth-child(odd) {
  background: #F0F0F0;
}
.content__main .highlight-blue {
  color: #359ad6;
}
.content__main .highlight-purple {
  color: #663366;
}
.content__main .highlight-teal {
  color: #006378;
}
.content__main .highlight-orange {
  color: #cc6600;
}
.content__main .background-purple {
  color: #fff;
  background: #663366;
  display: block;
  padding: 8px 13px;
  text-shadow: 1px 1px 1px #000;
}
.content__main .background-teal {
  color: #fff;
  background: #006378;
  display: block;
  padding: 8px 13px;
  text-shadow: 1px 1px 1px #000;
}
.content__main .sd-content li:before {
  display: none;
}
.content__main .comment-reply-title {
  margin: 0 0 10px;
}
.content__main .comments-area {
  margin: 30px 0 0;
}

body.search-results .instant-search .content__header {
  display: flex;
  flex-direction: column;
}
body.search-results .instant-search .content__header #kd-stats .ais-Stats {
  position: relative !important;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
body.search-results .instant-search .content__header #kd-search-box .ais-SearchBox-input {
  background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22search-icon%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2040%2040%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M24.828%2031.657a16.76%2016.76%200%200%201-7.992%202.015C7.538%2033.672%200%2026.134%200%2016.836%200%207.538%207.538%200%2016.836%200c9.298%200%2016.836%207.538%2016.836%2016.836%200%203.22-.905%206.23-2.475%208.79.288.18.56.395.81.645l5.985%205.986A4.54%204.54%200%200%201%2038%2038.673a4.535%204.535%200%200%201-6.417-.007l-5.986-5.986a4.545%204.545%200%200%201-.77-1.023zm-7.992-4.046c5.95%200%2010.775-4.823%2010.775-10.774%200-5.95-4.823-10.775-10.774-10.775-5.95%200-10.775%204.825-10.775%2010.776%200%205.95%204.825%2010.775%2010.776%2010.775z%22%20fill-rule%3D%22evenodd%22%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 1.25rem 1.25rem; /* adjust as needed */
  border: 2px solid #e7e7e7;
  border-radius: 30px;
  font-size: 1.25rem;
  padding: 1rem 3rem 1rem 1rem;
  margin-bottom: 0.25rem;
  transition: all 0.3s ease-in-out;
}
body.search-results .instant-search .content__header #kd-search-box .ais-SearchBox-input:focus {
  outline: none;
  border: 2px solid rgb(36.7760330579, 122.5867768595, 175.1239669421);
}
body.search-results .instant-search .content__header #kd-search-box .ais-SearchBox-form {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
}
body.search-results .instant-search .content__header #kd-facets {
  width: 100%;
}
body.search-results .instant-search .content__header #kd-facets h3 {
  display: none;
}
body.search-results .instant-search .content__header #kd-facets .ais-Menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
body.search-results .instant-search .content__header #kd-facets .ais-Menu-list li {
  padding: 0;
  margin: 0;
}
body.search-results .instant-search .content__header #kd-facets .ais-Menu-list li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #006378;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.125rem;
  transform: 300ms ease-in-out;
}
body.search-results .instant-search .content__header #kd-facets .ais-Menu-list li a:hover {
  color: #380d38;
  background-color: rgba(56, 13, 56, 0.1);
  border: none !important;
}
body.search-results .instant-search .content__header #kd-facets .ais-Menu-list li a .ais-Menu-count {
  font-size: 70%;
  font-weight: normal;
}
body.search-results .instant-search .content__header #kd-facets .ais-Menu-list li.ais-Menu-item--selected a {
  color: #380d38;
  background-color: rgba(56, 13, 56, 0.1);
}
body.search-results .instant-search .ais-Hits ol {
  padding-left: 0;
}
body.search-results .instant-search .ais-Hits ol li.ais-Hits-item {
  width: 100%;
  margin-bottom: 1rem;
}
body.search-results .instant-search .ais-Hits ol li.ais-Hits-item h2 {
  line-height: 1.4 !important;
}
body.search-results .instant-search .ais-Hits ol li.ais-Hits-item h2 a {
  text-decoration: underline;
  font-weight: bold;
  color: rgb(36.7760330579, 122.5867768595, 175.1239669421);
}
body.search-results .instant-search .ais-Hits ol li.ais-Hits-item h2 a:hover {
  color: #380d38;
}
body.search-results .instant-search .ais-Hits ol li.ais-Hits-item article {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}
body.search-results .instant-search .ais-Hits ol li.ais-Hits-item article.kd-hits--item-promotions {
  background-color: #f5fbff;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
}
body.search-results .instant-search .ais-Hits ol li.ais-Hits-item article.kd-hits--item-promotions .ais-hits--thumbnail {
  flex: 0 0 33%;
  margin: 0;
}
body.search-results .instant-search .ais-Hits ol li.ais-Hits-item article.kd-hits--item-promotions .ais-hits--thumbnail img {
  max-width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
  margin-left: 0;
}
body.search-results .instant-search .ais-Hits ol li.ais-Hits-item article .ais-hits--thumbnail {
  flex: 0 0 100px;
  margin: 0;
}
body.search-results .instant-search .ais-Hits ol li.ais-Hits-item article .ais-hits--thumbnail img {
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  margin-left: 0;
}
body.search-results .instant-search .ais-Hits ol li.ais-Hits-item article .ais-hits--content {
  flex: 1 1 auto;
}
body.search-results .instant-search .ais-Pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
body.search-results .instant-search .ais-Pagination .ais-Pagination-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center li;
  align-items-margin: 0 0.5rem;
}
body.search-results .instant-search .ais-Pagination .ais-Pagination-list li::before {
  content: none;
}

@media (max-width: 925px) {
  body.search-results .instant-search .ais-Hits article .ais-hits--thumbnail {
    flex: 0 0 20% !important;
  }
  body.search-results .instant-search .ais-Hits article .ais-hits--thumbnail img {
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center center;
    margin-left: 2rem;
  }
  body.search-results .instant-search .ais-Hits article .excerpt {
    display: none;
  }
  body.search-results .instant-search .content__header #kd-facets {
    width: 100%;
  }
  body.search-results .instant-search .content__header #kd-facets h3.menu-toggle {
    display: block;
    background-color: #f0f0f0;
    padding: 10px;
    cursor: pointer;
    position: relative;
  }
  body.search-results .instant-search .content__header #kd-facets .mobile-menu {
    display: none;
  }
  body.search-results .instant-search .content__header #kd-facets .mobile-menu.open {
    display: block;
  }
  body.search-results .instant-search .content__header #kd-facets .ais-Menu-list {
    flex-direction: column;
  }
  body.search-results .instant-search .content__header #kd-facets .ais-Menu-list li {
    border-bottom: 1px solid #a7a7a7;
  }
}
.aa-dropdown-menu .autocomplete-header {
  border-top: 1px solid #e0e0e0;
  margin: 0 !important;
}
.aa-dropdown-menu .autocomplete-header .autocomplete-header-title {
  line-height: 1.2;
  padding: 10px 10px 5px 10px;
  color: #380d38;
}

.aa-dropdown-menu .aa-suggestion {
  padding: 0 !important;
}
.aa-dropdown-menu .aa-suggestion .suggestion-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 5px 10px;
  background-color: #ffffff;
  gap: 10px;
  height: auto;
  max-height: 200px;
  border-top: 1px solid #e0e0e0;
  justify-content: flex-start;
  align-items: center;
}
.aa-dropdown-menu .aa-suggestion .suggestion-link img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  object-position: center center;
  margin: 0;
}
.aa-dropdown-menu .aa-suggestion .suggestion-link.promotion-suggestion {
  background-color: #f5fbff;
  padding: 10px 10px 20px 10px;
}
.aa-dropdown-menu .aa-suggestion .suggestion-link.promotion-suggestion:hover, .aa-dropdown-menu .aa-suggestion .suggestion-link.promotion-suggestion:focus {
  background-color: #d7efff;
}
.aa-dropdown-menu .aa-suggestion .suggestion-link.promotion-suggestion .suggestion-post-title {
  font-weight: bold;
  color: #006378;
  text-decoration: none;
  white-space: wrap !important;
  font-size: 120%;
}
.aa-dropdown-menu .aa-suggestion .suggestion-link.promotion-suggestion img {
  width: 48px;
  height: 48px;
}
.aa-dropdown-menu .aa-suggestion .suggestion-link:hover {
  background-color: #e0e0e0;
}
.aa-dropdown-menu .aa-suggestion .suggestion-link:focus {
  outline: none;
  background-color: #d0d0d0;
}
.aa-dropdown-menu .aa-suggestion .suggestion-post-title {
  font-weight: bold;
  color: rgb(36.7760330579, 122.5867768595, 175.1239669421);
  text-decoration: none;
  white-space: wrap !important;
}
.aa-dropdown-menu .aa-suggestion .aa-suggestion-content {
  color: #006378;
  font-size: 0.875rem;
}

.masthead__search {
  background: rgba(152, 152, 152, 0.25);
  width: 100%;
  position: absolute;
  padding: 11px 0;
}

.logo {
  display: block;
  width: 174px;
  height: 100px;
  background: url(/img/logo.png) center no-repeat;
  background: url(/img/logo.svg) center no-repeat;
}

.searchform {
  position: relative;
  color: #999;
}
.searchform input[type=text] {
  width: 400px;
  border: 1px solid #879075;
  border-radius: 8px;
  color: #333;
  padding: 5px 28px;
  font-size: 13px;
}
.searchform input[type=submit] {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  width: 25px;
  padding: 0;
  height: 27px;
  z-index: 100;
  box-shadow: none;
}
.searchform input[type=submit]:hover + .icon-search {
  color: #380d38;
}
.searchform .icon-search {
  position: absolute;
  left: 8px;
  top: 7px;
  font-size: 13px;
  color: #333;
  transition: color 0.2s;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}

:-moz-placeholder { /* Firefox 18- */
  color: #333;
}

nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  display: inline-block;
}
nav a {
  display: block;
}

.col-nav {
  padding: 0 0 0 30px;
  position: relative;
}

.primary-nav {
  text-align: center;
  display: table;
  width: 100%;
}
.primary-nav__container {
  max-width: 820px;
}
.primary-nav a {
  font-size: 14px;
  font-weight: 700;
  padding: 8px 10px;
  color: #fff;
  position: relative;
  z-index: 100;
}
.primary-nav a:hover {
  color: rgb(229.5652173913, 145.4347826087, 229.5652173913);
}
.primary-nav > li > a {
  border-top: 5px solid transparent;
}
.primary-nav > li:hover > a {
  color: #380d38;
  border-top: 5px solid #006378;
  background: rgba(255, 255, 255, 0.99);
}
.primary-nav > li:hover .sub-menu {
  display: block;
}
.primary-nav > li {
  display: table-cell;
  text-overflow: ellipsis;
  vertical-align: bottom;
  padding: 0 0 0 1px;
}
.primary-nav > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 1px;
  height: 40px;
  background: #380d38;
  background: linear-gradient(to bottom, #380d38 0%, #9e899f 100%);
}
.primary-nav > li:first-child a:before {
  display: none;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100px;
  right: 0;
  background: rgba(255, 255, 255, 0.93);
  width: 900px;
  text-align: left;
  text-transform: none;
  padding: 40px;
  border-bottom: 5px solid #006378;
  box-shadow: 0px 2px 8px #000;
}
.sub-menu li {
  display: block;
  break-inside: avoid;
  border-bottom: 1px solid #c1c4c4;
}
.sub-menu__img-container {
  padding: 10px 0 0;
}
.sub-menu__img-container img {
  border: 2px solid rgb(36.7760330579, 122.5867768595, 175.1239669421);
  box-shadow: 0px 1px 4px #000;
}
.sub-menu__list {
  column-count: 2;
  padding: 0 0 0 20px;
}
.sub-menu a {
  font-size: 16px;
  padding: 7px 10px 8px;
  color: #380d38;
  transition: background 0.2s;
}
.sub-menu a:hover {
  background: rgba(56, 13, 56, 0.1);
  color: #380d38;
}

.secondary-nav {
  font-size: 0;
}
.secondary-nav a {
  font-size: 13px;
  padding: 17px 15px;
  transition: background 0.2s;
}
.secondary-nav a:hover {
  background: rgb(0, 141.075, 171);
}
.secondary-nav .blue a {
  background: rgb(36.7760330579, 122.5867768595, 175.1239669421);
}
.secondary-nav .blue a:hover {
  background: rgb(50.7851239669, 150.8504132231, 212.1148760331);
}
.secondary-nav .orange a {
  background: rgb(181.6975308642, 93.0864197531, 35.8024691358);
}
.secondary-nav .orange a:hover {
  background: rgb(215.2469135802, 116.8580246914, 53.2530864198);
}
.secondary-nav li {
  border-right: 1px solid #380d38;
}
.secondary-nav li:first-child {
  border-left: 1px solid #380d38;
}

.main {
  overflow: hidden;
}

.slider--home, .slider--home .slick-track {
  height: 720px;
}
.slider--home img, .slider--home .slick-track img {
  display: none;
}
.slider--home__slide {
  background-position: top center;
  position: relative;
}
.slider--home:after, .slider--home .slick-track:after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.lte-ie9 .bucket {
  min-height: 300px;
}

.slider--buckets {
  margin: -200px auto 0;
  padding: 0 30px;
  z-index: 999;
}
.slider--buckets .slick-track {
  display: flex;
  padding: 3px 0 7px;
}
.slider--buckets .slick-list {
  margin-bottom: -10px;
}
.slider--buckets .slick-slide {
  margin: 0 10px;
  display: flex;
  height: auto;
}
.slider--buckets .bucket {
  position: relative;
  box-shadow: 1px 2px 8px #666;
  width: 100%;
  overflow: hidden;
}
.slider--buckets .bucket h2 {
  font-size: 18px;
  line-height: 20px;
  margin: 15px auto;
}
.slider--buckets .bucket p {
  font-size: 14px;
  line-height: 18px;
}
.slider--buckets .bucket__padding {
  padding: 20px 19px 57px;
}
.slider--buckets .bucket__img {
  margin: 0 auto;
  position: relative;
}
.slider--buckets .bucket__img--border-1 {
  border: 2px solid rgb(118.0869565217, 27.4130434783, 118.0869565217);
}
.slider--buckets .bucket__img--border-2 {
  border: 2px solid rgb(0, 162.1125, 196.5);
}
.slider--buckets .bucket__img--border-3 {
  border: 2px solid rgb(71.8595041322, 161.5983471074, 216.5404958678);
}
.slider--buckets .bucket__img--border-4 {
  border: 2px solid rgb(219.4444444444, 131.4444444444, 74.5555555556);
}
.slider--buckets .bucket__link {
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
  padding: 10px 0 11px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 101;
  transform: translateZ(0);
  transition: background 0.2s;
}
.slider--buckets .bucket__link.bg-1:hover {
  background: rgb(97.3913043478, 22.6086956522, 97.3913043478);
}
.slider--buckets .bucket__link.bg-2:hover {
  background: rgb(0, 141.075, 171);
}
.slider--buckets .bucket__link.bg-3:hover {
  background: rgb(50.7851239669, 150.8504132231, 212.1148760331);
}
.slider--buckets .bucket__link.bg-4:hover {
  background: rgb(215.2469135802, 116.8580246914, 53.2530864198);
}
.slider--buckets .bucket__content {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  filter: blur(0);
  bottom: -100%;
  transition: transform 0.3s;
  transform: translate3d(0, -40px, 0);
}
.slider--buckets .bucket__hidden {
  padding: 40px 20px 20px;
  opacity: 0;
  transition: opacity 0.3s;
}
.slider--buckets .bucket__hidden h2 {
  margin: 0 0 15px;
}
.slider--buckets .bucket:hover .bucket__content {
  transform: translate3d(0, -94%, 0);
}
.slider--buckets .bucket:hover .bucket__hidden {
  opacity: 1;
}
.slider--buckets .bucket:hover .circle--arrow {
  top: -22px;
  transform: rotate(180deg);
  transform-origin: bottom;
}
.slider--buckets .circle--arrow {
  left: 0;
  right: 0;
  top: -20px;
  margin: 0 auto;
  position: absolute;
  height: 20px;
  width: 40px;
  overflow: hidden;
}
.slider--buckets .circle--arrow:before {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.slider--buckets .circle--arrow:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #fff transparent;
}
.slider--buckets .shadow--butterfly {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-shadow: 0px 0px 6px #777;
}
.slider--buckets .shadow--butterfly:before, .slider--buckets .shadow--butterfly:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #333;
  box-shadow: 0 15px 10px #333;
  transform: rotate(-3deg);
}
.slider--buckets .shadow--butterfly:after {
  right: 10px;
  left: auto;
  transform: rotate(3deg);
}
.slider--buckets .slick-next,
.slider--buckets .slick-prev {
  height: 100%;
  width: 10px;
  margin: 3px 0 0;
  z-index: 100;
  background: #380d38;
  transition: background 0.2s;
}
.slider--buckets .slick-next:hover,
.slider--buckets .slick-prev:hover {
  background: rgb(97.3913043478, 22.6086956522, 97.3913043478);
}
.slider--buckets .slick-next:hover .circle--arrow-slick:before,
.slider--buckets .slick-prev:hover .circle--arrow-slick:before {
  background: rgb(97.3913043478, 22.6086956522, 97.3913043478);
}
.slider--buckets .slick-next:before,
.slider--buckets .slick-prev:before {
  display: none;
}
.slider--buckets .slick-next {
  right: 30px;
}
.slider--buckets .slick-prev {
  left: 30px;
}
.slider--buckets .circle--arrow-slick {
  top: 50%;
  margin: -20px 0 0;
  position: absolute;
  height: 60px;
  width: 30px;
  overflow: hidden;
}
.slider--buckets .circle--arrow-slick:before, .slider--buckets .circle--arrow-slick:after {
  content: "";
  position: absolute;
}
.slider--buckets .circle--arrow-slick:before {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  top: 0;
  background: #380d38;
  transition: background 0.2s;
  border: 3px solid rgb(181.6975308642, 93.0864197531, 35.8024691358);
}
.slider--buckets .circle--arrow-slick:after {
  top: 50%;
  margin: -8px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.slider--buckets .circle--arrow-right {
  left: 10px;
}
.slider--buckets .circle--arrow-right:before {
  left: -30px;
}
.slider--buckets .circle--arrow-right:after {
  left: 2px;
  border-width: 8.5px 0 8.5px 14px;
  border-color: transparent transparent transparent #fff;
}
.slider--buckets .circle--arrow-left {
  left: -30px;
}
.slider--buckets .circle--arrow-left:before {
  right: -30px;
}
.slider--buckets .circle--arrow-left:after {
  left: 12px;
  border-width: 8.5px 14px 8.5px 0;
  border-color: transparent #fff transparent transparent;
}

.grid {
  margin-top: 40px;
  margin-bottom: 40px;
}
.grid__block {
  max-width: 340px;
  margin: 0 auto;
}
.grid__block h2 {
  font-size: 22px;
  font-weight: 400;
  color: #380d38;
}
.grid__block p {
  font-size: 24px;
  font-weight: 300;
}
.grid__block a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  display: block;
  margin: 13px 0 0;
  color: #380d38;
  transition: color 0.2s;
}
.grid__block a:hover {
  color: rgb(118.0869565217, 27.4130434783, 118.0869565217);
}
.grid__block a:after {
  margin-left: 0;
  font-size: 18px;
  line-height: 10px;
  position: relative;
  top: 3px;
}
.grid__block img {
  margin: 18px 0 16px;
  box-shadow: 1px 1px 6px #999;
}
.grid__col {
  position: relative;
  padding: 0 30px;
  border-left: 1px solid #a2a2a3;
}
.grid__col:first-child {
  border-left: none;
  padding-left: 0;
}
.grid__col:last-child {
  padding-right: 0;
}
.grid__col + .grid__col:after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: -23px;
  left: -22px;
}
.grid__row + .grid__row {
  border-top: 1px solid #a2a2a3;
  margin: 20px 0 0;
  padding: 20px 0 0;
}

.flexbox .grid__col {
  width: auto;
  display: block;
  margin: 0;
}

.flexbox .grid__row {
  display: flex;
  justify-content: space-between;
}

.tab {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 25px 13px;
  cursor: pointer;
  box-shadow: inset 0px -3px 9px -4px #444;
  white-space: nowrap;
}
.tab__img {
  border: 2px solid #6db7c7;
  box-shadow: 1px 1px 6px #000;
}
.tab__content {
  padding: 0 0 0 45px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  z-index: 100;
}
.tab__title {
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 20px;
}
.slick-current .tab {
  box-shadow: none;
}

.slider--tabs__nav .slick-slide:not(:last-child) .tab {
  margin-right: 20px;
}

.slider--tabs .slick-slide {
  padding: 40px 0;
}
.slider--tabs .row {
  display: flex;
  align-items: center;
}
.slider--tabs a {
  color: #fff;
  display: inline-block;
  margin: 20px 0 0;
  letter-spacing: 3px;
}
.slider--tabs__container {
  position: relative;
  box-shadow: 0px -1px 9px #444;
}
.slider--tabs__nav {
  z-index: 100;
}

.btn-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 100;
  padding: 0;
  display: none;
}
.btn-container .slick-prev {
  left: 30px;
}
.btn-container .slick-next {
  right: 30px;
}
.btn-container .slick-next:before {
  color: white;
}

.main {
  background: #006378 url(/img/bg-c.jpg) top center no-repeat;
  position: relative;
}
.main:after {
  content: "";
  position: absolute;
  top: 950px;
  width: 100%;
  height: 200px;
  background: rgba(0, 99, 120, 0);
  background: linear-gradient(to bottom, rgba(0, 99, 120, 0) 0%, #006378 100%);
}
.home .main, .home .main:after {
  background: none;
}

.content.row {
  padding: 0;
}

.breadcrumbs {
  font-size: 13px;
  margin: 8px 0 0;
  color: #666;
}
.breadcrumbs a {
  color: #380d38;
}
.breadcrumbs a:hover {
  color: rgb(31.1652173913, 7.2347826087, 31.1652173913);
}
.breadcrumbs span {
  position: relative;
}
.breadcrumbs span:after {
  content: ">";
  position: absolute;
  left: -11px;
}
.breadcrumbs span:first-child:after {
  display: none;
}

.content [class*=col-] {
  margin-right: 0;
}

.sidebar {
  padding: 57px 20px;
  border-left: 1px solid #cbcbcc;
}
.sidebar__menu li {
  list-style: none;
}
.sidebar__menu > li > a {
  border-bottom: none;
  font-size: 21px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 6px;
}
.sidebar__menu > li > a:hover {
  color: rgb(118.0869565217, 27.4130434783, 118.0869565217);
  background: none;
}
.sidebar__menu a {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 8px 12px;
  border-bottom: 1px solid #a7a7a7;
  color: #380d38;
  transition: background 0.2s, color 0.2s;
}
.sidebar__menu a:hover {
  background: rgba(56, 13, 56, 0.1);
}
.sidebar__menu ul {
  padding: 0;
}
.sidebar__menu li:before {
  display: none !important;
}
.sidebar__menu .children {
  padding: 0;
  margin: 0;
}
.sidebar__menu .children .children {
  margin: 3px 0 5px;
}
.sidebar__menu .children .children .children {
  margin: 0;
}
.sidebar .children .children a {
  font-size: 13px;
  font-weight: 700;
  color: #006378;
  padding: 8px 20px 8px 20px;
  border-bottom: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sidebar .children .children a:hover {
  background: none;
  color: rgb(0, 141.075, 171);
}
.sidebar .children .children > .page_item_has_children > a {
  padding: 18px 20px 4px 20px;
}
.sidebar .children .children .children a {
  font-weight: 400;
  color: #333;
  padding: 5px 20px 5px 20px;
}
.sidebar .children .children .children a:hover {
  color: #006378;
}
.sidebar .menu-toggle {
  display: none;
}
.sidebar .separator {
  margin: 30px 0 0;
}

.flexbox .flex {
  display: flex;
}
.flexbox .sidebar {
  padding: 0 20px;
  margin: 57px 0;
  display: block;
}
.flexbox .sidebar.extra-padding {
  padding-top: 20px;
}

.slider--page {
  background: #fff;
}
.slider--page .slick-next,
.slider--page .slick-prev {
  z-index: 100;
}
.slider--page .slick-next:before,
.slider--page .slick-prev:before {
  display: none;
}
.slider--page .slick-next {
  right: 0;
}
.slider--page .slick-prev {
  left: 0;
}
.slider--page .circle--arrow-slick {
  top: 50%;
  margin: -20px 0 0;
  position: absolute;
  height: 60px;
  width: 30px;
  overflow: hidden;
}
.slider--page .circle--arrow-slick:before, .slider--page .circle--arrow-slick:after {
  content: "";
  position: absolute;
}
.slider--page .circle--arrow-slick:before {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  top: 0;
  background: rgba(0, 99, 120, 0.88);
  transition: background 0.2s;
}
.slider--page .circle--arrow-slick:after {
  top: 50%;
  margin: -8px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.slider--page .circle--arrow-slick:hover:before {
  background: #006378;
}
.slider--page .circle--arrow-right {
  left: -10px;
}
.slider--page .circle--arrow-right:before {
  left: 0;
}
.slider--page .circle--arrow-right:after {
  left: 10px;
  border-width: 8.5px 0 8.5px 14px;
  border-color: transparent transparent transparent #fff;
}
.slider--page .circle--arrow-left {
  left: 0;
}
.slider--page .circle--arrow-left:before {
  right: 0px;
}
.slider--page .circle--arrow-left:after {
  left: 5px;
  border-width: 8.5px 14px 8.5px 0;
  border-color: transparent #fff transparent transparent;
}

.cards {
  font-size: 0;
}
.cards__title + .cards {
  margin: 15px 0 0;
}

.card {
  padding: 15px;
  color: #333;
  transition: background 0.2s;
}
.card:hover {
  background: #efefef;
}
.card__col:nth-child(n+3) {
  margin: 10px 0 0 0;
}
.card__img {
  margin: 0 0 20px;
}
.card__title {
  margin: 0 0 4px !important;
}
.card__content {
  font-size: 16px;
  margin: 0 !important;
}
.card img {
  float: right;
  border: 2px solid rgb(181.6975308642, 93.0864197531, 35.8024691358);
  margin: 0 0 10px 20px;
}

.btn--orange {
  font-size: 16px;
  line-height: 28px;
  padding: 6px 18px 7px;
  display: inline-block;
  color: #fff !important;
  border: none;
  transition: background 0.2s;
  background: rgb(181.6975308642, 93.0864197531, 35.8024691358);
}
.btn--orange:not(:last-child) {
  margin: 0 8px 0 0;
}
.btn--orange a {
  color: #fff;
}
.btn--orange a:hover {
  color: #fff;
}
.btn--orange:hover {
  color: #fff;
  background: rgb(215.2469135802, 116.8580246914, 53.2530864198);
}

.nav--location ul {
  font-size: 0;
  padding: 0 0 0 15px;
}
.nav--location li {
  margin: 0 10px 10px 0;
}
.nav--location li:before {
  display: none !important;
}
.nav--location a {
  font-size: 16px;
  background: #006378;
  color: #fff;
  display: block;
  padding: 5px 22px 6px;
  transition: background 0.2s;
}
.nav--location a:hover {
  background: rgb(0, 56.925, 69);
  color: #fff;
}
.nav--location .current_page_item a {
  background: rgb(0, 56.925, 69);
}

.features {
  margin: 15px 0;
}
.features [class*=col-] {
  margin-right: -0.25em;
}

.feature {
  padding: 15px;
  transition: background 0.2s;
}
.feature:hover {
  background: #efefef;
}
.feature__col:nth-child(n+3) {
  margin: 10px 0 0 0;
}
.feature__img {
  margin: 0 0 20px;
}
.feature__title {
  font-size: 22px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: #380d38;
  margin: 0 0 4px !important;
}
.feature__content {
  font-size: 16px;
  margin: 0 !important;
  color: #333;
}
.feature__link {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  display: block;
  margin: 13px 0 0;
  color: #380d38;
  transition: color 0.2s;
  border: none;
}
.feature__link:hover {
  color: rgb(159.4782608696, 37.0217391304, 159.4782608696);
}

.location-box {
  margin: 15px 0;
}
.location-box__title {
  font-weight: 700 !important;
  font-size: 22px !important;
  color: #fff !important;
  background: #380d38 !important;
  text-transform: uppercase;
  padding: 11px 20px 9px;
}
.location-box__content {
  padding: 30px;
  background: #e8f6fc;
  overflow: auto;
}
.location-box .two-col {
  margin: 10px 0 0;
  padding: 0;
  column-count: 2;
}
.location-box .two-col li {
  padding: 0 0 0 15px;
  break-inside: avoid;
}
.location-box .two-col li:before {
  left: 0;
}
.location-box .two-col--one {
  column-count: 1 !important;
}
.location-box h3 {
  font-size: 19px;
  margin-bottom: 5px;
}
.location-box--contact ul {
  padding: 0 0 0 1px;
  margin: 5px 0 0 !important;
}
.location-box--contact li:before {
  display: none !important;
}
.location-box--contact [class*=icon-] {
  margin: 0 5px 0 0;
}
.location-box--contact .acf-map + h3 {
  margin-top: 0;
}
.location-box .acf-map {
  width: 380px !important;
  height: 220px;
  float: right;
  border: 2px solid #006378;
  margin: 0 0 1em 1em;
}

.single-location [class*=col-] {
  margin-right: -0.25em;
}

.sidebar__section + .sidebar__section {
  margin: 25px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #cbcbcc;
}
.sidebar__facebook [class*=icon-] {
  font-size: 28px;
  margin: 0 auto 10px;
  display: inline-block;
}
.sidebar__downloads__title {
  font-size: 22px;
  font-weight: 400;
  color: #006378;
}
.sidebar__downloads p {
  font-size: 14px;
  font-weight: 400;
}
.sidebar .btn--orange {
  font-size: 12px;
  font-weight: 700;
  padding: 6px 20px 7px;
  margin: 10px 0 0;
  border-radius: 20px;
}

.btn--facebook {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #3c589a;
  width: 100%;
  display: block;
  padding: 6px 20px 7px;
  margin: 10px 0 0;
  border-radius: 20px;
  border: none;
  transition: background 0.2s;
}
.btn--facebook a {
  color: #fff;
}
.btn--facebook:hover {
  background: rgb(78.691588785, 110.7476635514, 186.308411215);
}

#respond {
  margin: 35px 0 0;
}

.comment-form {
  clear: both;
}
.comment-form p {
  padding: 10px 15px 15px 15px;
  margin: 0;
}
.comment-form textarea,
.comment-form input {
  font-size: 12px;
  font-family: Verdana, sans-serif;
  display: block;
  border: 1px solid #ccc;
  padding: 6px 10px !important;
  margin: 2px 0 0;
}
.comment-form input[type=submit] {
  background: #e9826e;
  border: 3px solid #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 6px #666;
  font-size: 18px;
  font-family: "roboto_slabbold";
  color: #fff;
  padding: 3px 20px;
  -webkit-transition: box-shadow 0.2s, background 0.2s;
  transition: box-shadow 0.2s, background 0.2s;
}
.comment-form input[type=submit]:hover {
  background: #ed9483;
}
.comment-form .form-submit {
  margin: 20px 0 0;
}
.comment-form .comment-notes {
  padding: 0;
  margin: 6px 0 15px !important;
}
.comment-form .comment-form-url {
  display: none;
}
.comment-form .comment-form-comment,
.comment-form .comment-form-email {
  background: #ffeae5;
}

.comment-meta {
  margin: -5px 0 0;
  font-size: 13px;
}

.commentlist {
  padding: 0 !important;
}
.commentlist li {
  padding: 12px 14px;
}
.commentlist li:before {
  display: none;
}
.commentlist li:nth-child(even) {
  background: #fff5ff;
}
.commentlist .comment-author {
  font-weight: 700;
}
.commentlist .comment-author .fn {
  font-style: normal;
}
.commentlist .comment-author .says {
  display: none;
}
.commentlist .reply {
  text-align: right;
}

.comments-area ol {
  list-style: none;
}

#reply-title small {
  clear: both;
  display: block;
}

#cancel-comment-reply-link {
  font-size: 16px;
  line-height: 28px;
  padding: 6px 18px 7px;
  display: inline-block;
  color: #fff;
  border: none;
  transition: background 0.2s;
  background: rgb(181.6975308642, 93.0864197531, 35.8024691358);
  margin: 7px 0 5px;
}
#cancel-comment-reply-link a {
  color: #fff;
}
#cancel-comment-reply-link a:hover {
  color: #fff;
}
#cancel-comment-reply-link:hover {
  color: #fff;
  background: rgb(215.2469135802, 116.8580246914, 53.2530864198);
}

.jetpack_subscription_widget h2 {
  font-size: 20px;
}
.sidebar__menu + .jetpack_subscription_widget {
  margin: 30px 0 0;
}
.jetpack_subscription_widget #subscribe-email input {
  width: 100%;
  margin: 15px 0 18px;
  padding: 3px 8px 5px;
  color: #333;
}

.slider--history__nav {
  margin: 0 auto;
}
.slider--history__nav h2 {
  font-size: 24px;
  margin: 5px 0 0 6px;
}
.slider--history__nav .slick-slide {
  padding: 0 4px;
}
.slider--history__nav .circle--arrow {
  left: 0;
  right: 0;
  top: -20px;
  margin: 0 auto;
  position: absolute;
  height: 20px;
  width: 40px;
  overflow: hidden;
}
.slider--history__nav .circle--arrow:before {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.slider--history__nav .circle--arrow:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #fff transparent;
}
.slider--history__nav .slick-next,
.slider--history__nav .slick-prev {
  height: 150px;
  width: 10px;
  margin: 0;
  z-index: 100;
  transform: none;
  top: 0;
  background: #380d38;
  transition: background 0.2s;
}
.slider--history__nav .slick-next:hover,
.slider--history__nav .slick-prev:hover {
  background: rgb(97.3913043478, 22.6086956522, 97.3913043478);
}
.slider--history__nav .slick-next:hover .circle--arrow-slick:before,
.slider--history__nav .slick-prev:hover .circle--arrow-slick:before {
  background: rgb(97.3913043478, 22.6086956522, 97.3913043478);
}
.slider--history__nav .slick-next:before,
.slider--history__nav .slick-prev:before {
  display: none;
}
.slider--history__nav .slick-next {
  right: 0;
}
.slider--history__nav .slick-prev {
  left: -6px;
}
.slider--history__nav .circle--arrow-slick {
  top: 44%;
  margin: -20px 0 0;
  position: absolute;
  height: 60px;
  width: 30px;
  overflow: hidden;
}
.slider--history__nav .circle--arrow-slick:before, .slider--history__nav .circle--arrow-slick:after {
  content: "";
  position: absolute;
}
.slider--history__nav .circle--arrow-slick:before {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  top: 0;
  background: #380d38;
  transition: background 0.2s;
  border: 3px solid rgb(181.6975308642, 93.0864197531, 35.8024691358);
}
.slider--history__nav .circle--arrow-slick:after {
  top: 50%;
  margin: -8px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.slider--history__nav .circle--arrow-right {
  left: 10px;
}
.slider--history__nav .circle--arrow-right:before {
  left: -30px;
}
.slider--history__nav .circle--arrow-right:after {
  left: 2px;
  border-width: 8.5px 0 8.5px 14px;
  border-color: transparent transparent transparent #fff;
}
.slider--history__nav .circle--arrow-left {
  left: -30px;
}
.slider--history__nav .circle--arrow-left:before {
  right: -30px;
}
.slider--history__nav .circle--arrow-left:after {
  left: 12px;
  border-width: 8.5px 14px 8.5px 0;
  border-color: transparent #fff transparent transparent;
}

.slider--history {
  margin: 30px 0 0;
}
.slider--history img {
  float: left;
}
.slider--history h2 {
  margin: 0;
}
.slider--history .slick-slide {
  padding: 20px;
  background: #e5e5e5;
}
.slider--history [class*=col-] {
  margin-right: -0.25em;
}
.slider--history__content {
  padding: 15px 0 0 25px;
}
.content__main .sd-social-icon-text .sd-content ul li a.sd-button {
  color: #333 !important;
}

.block {
  margin: 15px 0;
}

.block.accordion,
.block.wysiwyg {
  margin: 30px 0;
}

.accordion__trigger {
  cursor: pointer;
  background: none;
  border: 0;
  color: #380d38;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 12px 15px 13px 31px;
  position: relative;
  text-align: left;
  width: 100%;
  transition: background 0.2s;
}
.accordion__trigger:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #999 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 8px 2px;
  background-repeat: repeat-x;
}
.accordion__trigger[aria-expanded=true]:before {
  content: "\e609";
}
.accordion__trigger:before {
  content: "\e606";
  position: absolute;
  left: 10px;
  top: 16px;
  font-size: 13px;
}
.accordion dt:first-child .Accordion-trigger {
  border-radius: 0.3em 0.3em 0 0;
}
.accordion__title {
  display: block;
  /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8295099/ */
  pointer-events: none;
}
.accordion__icon {
  border: solid hsl(0, 0%, 62%);
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
}
.accordion__panel {
  margin: 0;
  padding: 1em 1.5em;
  /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
}
.accordion__panel[hidden] {
  display: none;
}

.image-list {
  margin: 30px 0;
}
.image-list__block:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}
.image-list__block:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  top: 0px;
  background-image: linear-gradient(to right, #999 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 8px 2px;
  background-repeat: repeat-x;
}
.image-list__block *:last-child {
  margin-bottom: 0;
}
.image-list__title {
  font-weight: 700 !important;
  margin: 0 !important;
  line-height: 28px;
}
.image-list__block__subtitle {
  font-size: 15px !important;
  margin: 2px 0 15px !important;
  color: #380d38 !important;
}
.image-list__block__deck {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 3px;
  color: #380d38;
}
.image-list__content {
  padding: 0 0 0 35px;
}
.image-list .embed-container {
  margin-top: 0;
}
.image-list p {
  line-height: 1.5;
  margin-top: 5px;
}

.list__multi ul {
  column-count: 2;
  column-gap: 20px;
  padding: 0 0 0 15px;
}
.list__multi ul li {
  break-inside: avoid;
}
.list__multi ul li:before {
  left: -10px;
}
.list__multi--3 ul {
  column-count: 3;
}

.features__multi__col {
  padding: 5px;
}
.features__multi__card {
  padding: 20px 25px 65px;
  background: #f7f7f7;
  position: relative;
}
.features__multi__title {
  margin: 0;
}
.features__multi__content {
  margin: 15px 0 30px !important;
}
.features__multi__btn {
  position: absolute;
  bottom: 25px;
}

.image-grid {
  text-align: center;
  padding: 0 !important;
  overflow: auto;
  column-count: 3;
  column-gap: 20px;
  column-width: 30%;
}
.image-grid img {
  max-height: 100%;
  width: auto;
}
.image-grid__spacer {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.image-grid li {
  margin: 0 0 20px !important;
  border: 1px solid #380d38;
  height: 135px;
  break-inside: avoid;
}
.image-grid li > img {
  max-height: 111px;
}
.image-grid li:before {
  display: none !important;
}

.block--btn {
  font-size: 0;
}

.content__main blockquote {
  padding: 65px 25px 20px;
  border: 3px solid #006378;
  text-align: center;
  position: relative;
  margin: 40px 0 35px !important;
  line-height: 2 !important;
  box-shadow: 2px 2px 5px #ccc, inset 2px 2px 5px #ccc;
  background: none;
}
.content__main blockquote:before {
  content: "“";
  display: block;
  width: 70px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: 0 auto;
  background: #fff;
  color: #006378;
  font-size: 150px;
  line-height: 130px;
}
.content__main blockquote p {
  font-size: 22px;
  font-style: italic;
  margin: 0 !important;
  line-height: 1.4;
}
.content__main blockquote p + p {
  margin-top: 15px !important;
}
.content__main cite {
  font-size: 16px;
  font-style: normal;
  display: block;
  margin: 30px 0 0;
}

.read-more {
  display: inline-block;
}

.read-more:after {
  content: "\e60e";
  margin-left: 3px;
}

article + article {
  margin: 30px 0 0;
}

.date {
  margin: 5px 0 0;
}

.articles {
  margin: 40px 0 0;
}

.pagination-blog {
  overflow: auto;
  margin: 30px auto 0;
  max-width: 320px;
  text-align: center;
}

.nav-previous, .nav-next {
  display: block;
  margin: 0;
  display: inline-block;
}

.nav-previous a, .nav-next a {
  font-size: 18px !important;
  background: #380d38;
  transition: background 0.2s;
  color: #fff;
  border: none;
  padding: 10px 17px 11px;
  display: block;
}
.nav-previous a:hover, .nav-next a:hover {
  background: rgb(14.6086956522, 3.3913043478, 14.6086956522);
  color: #fff;
}

.nav-next:empty, .nav-previous:empty {
  display: none;
}

.nav-next {
  margin-right: 15px;
}

.nav-next a:before {
  content: "«";
  margin-right: 2px;
  position: relative;
  top: -1px;
}

.nav-previous a:after {
  content: "»";
  margin-left: 4px;
  position: relative;
  top: -1px;
}

.footer__credits {
  padding: 8px 0;
  color: #442a45;
}
.footer__credits p {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.footer__credits a {
  color: #8a8a8a !important;
}
.footer__credits img {
  margin: 0 20px 0 3px;
}
.footer__credits__text {
  position: relative;
  top: 2px;
}
.footer__credits__row {
  padding: 8px 20px 6px !important;
}
.footer__logo {
  height: 73px;
  float: left;
  margin: 0 30px 30px 0;
}
.footer__container {
  padding: 40px 0;
}
.footer__logo-address {
  width: 370px;
}
.footer__social span {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 14px 0 0;
  font-size: 24px;
  margin: 0 2px;
  transition: background 0.2s;
}
.footer__social .icon-facebook {
  background: #3b5999;
}
.footer__social .icon-facebook:hover {
  background: rgb(76.7405660377, 111.6933962264, 186.2594339623);
}
.footer__social .icon-twitter {
  background: #2ca9e1;
}
.footer__social .icon-twitter:hover {
  background: rgb(88.6514522822, 187.1991701245, 231.3485477178);
}
.footer__social .icon-linkedin {
  background: #0781b2;
}
.footer__social .icon-linkedin:hover {
  background: rgb(8.9297297297, 164.5621621622, 227.0702702703);
}
.footer__social .icon-pinterest {
  background: #cc2029;
}
.footer__social .icon-pinterest:hover {
  background: rgb(224.7627118644, 62.2372881356, 70.7415254237);
}
.footer__social .icon-instagram {
  background: #3b5999;
}
.footer__social .icon-instagram:hover {
  background: rgb(76.7405660377, 111.6933962264, 186.2594339623);
}
.footer__nav ul {
  float: left;
  width: 48%;
}
.footer__nav ul + ul {
  margin: 0 0 0 4%;
}
.footer__nav li {
  display: block;
}
.footer__nav a {
  font-size: 13px;
  padding: 5px 8px;
  display: inline-block;
}
.footer__nav a:hover {
  color: rgb(36.7760330579, 122.5867768595, 175.1239669421);
}
.footer__nav .orange a {
  background: rgb(181.6975308642, 93.0864197531, 35.8024691358);
  border-radius: 8px;
}
.footer .row,
.footer .social__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-1 {
  background: #380d38;
}

.bg-2 {
  background: #006378;
}

.bg-3 {
  background: rgb(36.7760330579, 122.5867768595, 175.1239669421);
}

.bg-4 {
  background: rgb(181.6975308642, 93.0864197531, 35.8024691358);
}

.bg-5 {
  background: #fff;
}

.bg-black {
  background: #000;
}
.bg-black--transparent {
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.9);
}

.bg-white {
  background: #fff;
}
.bg-white--transparent {
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.9);
}

.color-1 {
  color: #380d38;
}

.color-2 {
  color: #006378;
}

.color-3 {
  color: rgb(36.7760330579, 122.5867768595, 175.1239669421);
}

.color-4 {
  color: rgb(181.6975308642, 93.0864197531, 35.8024691358);
}

.color-5 {
  color: #fff;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

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

.text-align-left {
  text-align: left;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

.text-transform-lowercase {
  text-transform: lowercase;
}

.border-top-secondary {
  border-top: 3px solid #006378;
}

.border-bottom-secondary {
  border-bottom: 3px solid #006378;
}

.border-left-secondary {
  border-left: 3px solid #006378;
}

.border-right-secondary {
  border-right: 3px solid #006378;
}

.display-table {
  display: table;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
}

.display-table-row {
  display: table-row;
}

.valign-bottom {
  vertical-align: bottom;
}

.zindex-100 {
  position: relative;
  z-index: 100;
}

.zindex-101 {
  position: relative;
  z-index: 101;
}

.opacity-100 {
  opacity: 1;
}

.border-round {
  border-radius: 50%;
}

.nowrap {
  white-space: nowrap;
}

.margin-0,
.content__main .margin-0 {
  margin: 0;
}

.align-self-center {
  align-self: center;
}

.menu-lines {
  position: absolute;
  left: 25px;
  display: block;
  text-align: left;
  top: 20px;
}
.menu-lines, .menu-lines:before, .menu-lines:after {
  height: 2px;
  background: #fff;
  width: 17px;
}
.menu-lines:before, .menu-lines:after {
  position: absolute;
  content: "";
}
.menu-lines:before {
  top: -6px;
}
.menu-lines:after {
  top: 6px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icons";
    src: url("icons/icons.svg#icons") format("svg");
  }
}
.btn-nav {
  display: none;
}

@media (min-width: 1200px) {
  .slider--page {
    height: 590px;
  }
}
@media (max-width: 1172px) {
  .slider--history__nav {
    max-width: 665px;
  }
}
@media (max-width: 1000px) {
  .masthead .row,
  .footer .row {
    padding: 0 10px;
  }
}
@media (max-width: 925px) {
  .searchform input[type=text] {
    width: 300px;
  }
  .masthead__search {
    padding: 8px 0;
  }
  .slider--home,
  .slider--home .slick-track {
    height: 450px;
  }
  .slider--home__slide {
    background-size: 1200px 450px !important;
  }
  .flexbox .grid__row {
    flex-wrap: wrap;
  }
  .flexbox .grid__col,
  .grid__block {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .grid__col {
    border-left: none;
  }
  .grid__col + .grid__col {
    border-top: 1px solid #a2a2a3;
    padding-top: 30px;
    margin-top: 30px;
  }
  .footer .row {
    display: block;
  }
  .footer [class*=col-] {
    width: 100%;
  }
  .footer .social__container {
    margin: 40px 0 35px;
  }
  .footer__logo {
    float: none;
    margin: 0 auto 15px;
  }
  .footer .address {
    text-align: center;
  }
  .footer ul {
    float: none;
    margin: 0 !important;
    text-align: center;
    width: 100%;
  }
  .footer__container {
    padding: 40px 0 30px;
  }
  .content__header {
    padding: 20px 20px 0;
  }
  .content__main {
    padding: 30px 20px 20px;
  }
  .content__container .flex {
    flex-wrap: wrap;
  }
  .content__header.extra-padding {
    padding-top: 20px;
  }
  .image-list__block {
    flex-wrap: wrap;
  }
  .image-list__block__subtitle {
    margin: 2px 0 12px !important;
  }
  .image-list__content {
    padding: 25px 0 0;
  }
  .image-list__img {
    box-sizing: border-box;
  }
  .flexbox .sidebar,
  .col-75 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .flexbox .sidebar {
    margin: 0;
    order: -1;
    padding: 20px;
  }
  .flexbox .sidebar.extra-padding {
    padding-top: 60px;
  }
  .secondary-nav__container {
    display: none;
  }
  .masthead--secondary__container {
    height: 20px;
  }
  .col-nav {
    display: none;
  }
  .logo {
    margin: 0 auto;
  }
  .btn-nav {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 50px 25px;
  }
  .menu-lines {
    left: 18px;
    top: 48px;
  }
  .primary-nav > li a:before {
    display: none;
  }
  .primary-nav__container {
    float: none;
    overflow: hidden;
    padding: 0;
  }
  #primary-nav li {
    border-left: none;
  }
  .primary-nav > li:hover > a {
    box-shadow: none;
  }
  #menu-primary > .menu-item-has-children:hover .sub-menu,
  #menu-primary > .menu-item-has-children .sub-menu {
    display: none;
    position: relative;
    height: auto;
    top: 0;
  }
  .sub-menu li:last-child {
    border-bottom: none !important;
  }
  .primary-nav > li:hover > a {
    background: none;
  }
  #outer-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #333;
  }
  #inner-wrap {
    background: #fff;
    width: 100%;
  }
  #primary-nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #primary-nav .block {
    z-index: 2;
    position: relative;
    padding: 0.75em 1.25em;
    background: #333333;
  }
  #primary-nav ul:before,
  #primary-nav ul:after {
    content: "";
    display: none;
  }
  #primary-nav ul:after {
    clear: both;
  }
  #primary-nav li.is-active a {
    color: #fff;
  }
  .bg-white {
    top: 0px;
  }
  #secondary-nav {
    display: none;
  }
  #menu-primary {
    width: 100%;
  }
  #menu-primary > li:first-child > a {
    border-left: none;
  }
  #menu-primary > li > a {
    border-top: none;
    max-width: none;
    width: 100%;
    display: block;
    text-align: left;
    padding: 15px 15px 16px;
    height: auto;
    font-size: 16px;
  }
  .primary-nav .iconic:before {
    float: left;
    margin: -9px 15px 0 0;
  }
  #menu-primary br,
  .sub-menu .iconic {
    display: none;
  }
  /* SECOND GROUP */
  #masthead,
  #logo {
    height: 60px;
    z-index: 101;
  }
  #primary-nav li {
    display: block;
  }
  #primary-nav .row {
    padding: 0 1px 0 0;
  }
  #primary-nav a {
    margin-right: 0;
    border-bottom: 1px solid #4f4f4f;
    color: #fff;
    font-size: 14px;
  }
  #primary-nav a:after {
    color: #fff;
  }
  .primary-nav .sub-menu {
    position: relative;
    box-shadow: none;
    padding: 0px 0 1px;
    top: 0;
    position: relative;
    width: 100%;
    display: none;
  }
  .show-sub-menu + .sub-menu {
    display: block !important;
    background: #484848;
    border-bottom: none;
    padding: 0 20px 0 0;
  }
  .sub-menu a:hover {
    background: #380d38 !important;
  }
  .sub-menu .sub-menu a {
    text-shadow: none;
    padding: 6px 10px 6px 10px;
    font-weight: 400;
  }
  .sub-menu .sub-menu {
    display: block !important;
    padding: 3px 0 0px 0px !important;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 10px;
  }
  .sub-menu__list {
    column-count: 1;
    padding: 0 0 0 12px;
  }
  .sub-menu__img-container {
    padding: 10px 0 5px 20px;
  }
  .sub-menu li + li:before {
    width: 92%;
  }
  .primary-nav > li {
    height: auto;
  }
  #menu-primary-navigation > li > a {
    background: #008dca;
  }
  .menu-item-has-children:hover .sub-menu {
    display: none;
  }
  .sub-menu li {
    width: 100%;
    float: none;
  }
  .sub-menu a {
    text-transform: none;
    padding: 12px 10px;
    border: none !important;
  }
  .show {
    display: block !important;
    width: 100%;
    min-height: 40px;
  }
  #primary-nav {
    position: absolute;
    top: 0;
    display: none;
    background: none;
  }
  #primary-nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #primary-nav:target .close-btn {
    display: block;
  }
  #primary-nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em;
  }
  .menu-item-has-children > a {
    margin: 0;
  }
  .mask {
    position: absolute;
    top: 0px;
    width: 20px;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
    left: -20px;
  }
  .shadow {
    width: 100%;
    box-shadow: -8px 0px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 102;
    height: 100%;
    left: 20px;
  }
  .js-ready #primary-nav {
    height: 100%;
    width: 70%;
  }
  .js-ready #primary-nav .block {
    background: transparent;
  }
  .js-ready #primary-nav .close-btn {
    display: block;
    opacity: 0.7;
  }
  .js-ready #primary-nav .close-btn:focus,
  .js-ready #primary-nav .close-btn:hover {
    opacity: 1;
  }
  .js-ready #primary-nav {
    left: -70%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }
  .js-nav #inner-wrap {
    left: 70%;
  }
  .csstransforms3d.csstransitions.js-ready #primary-nav {
    left: 0;
    transform: translate3d(-100%, 0, 0);
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 400ms ease;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }
  .csstransforms3d.csstransitions.js-ready #primary-nav .block {
    opacity: 0.7;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform-origin: 50% 0%;
  }
  .csstransforms3d.csstransitions.js-nav #primary-nav .block {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 820px) {
  .row {
    padding: 0 20px;
  }
  .tab {
    font-size: 17px;
    padding: 11px 12px 11px;
  }
  .tab__content {
    padding: 0;
    margin: 18px 0 0;
  }
  .tab__title {
    margin: 0 0 14px;
  }
  .slider--tabs .row {
    display: block;
    padding: 0 20px;
  }
  .slider--tabs a {
    margin: 14px 0 0;
  }
  .slider--tabs__nav li:not(:last-child) .tab {
    margin-right: 5px;
  }
  .slider--tabs .slick-slide {
    padding: 25px 0 20px;
  }
  .content__tabs > .row {
    padding: 0 10px;
  }
  .location-box .two-col {
    column-count: 1;
  }
}
@media (max-width: 690px) {
  .slider--history__nav {
    max-width: 496px;
  }
}
@media (max-width: 600px) {
  .content__tabs > .row {
    padding: 0;
  }
  .slider--tabs__nav li {
    display: block;
    width: 50% !important;
  }
  .slider--tabs__nav .tab {
    margin-right: 0 !important;
  }
}
@media (max-width: 570px) {
  .slider--history__nav {
    max-width: 327px;
  }
}
@media (max-width: 480px) {
  .slider--page .slick-next,
  .slider--page .slick-prev {
    display: none !important;
  }
  .slider--page .slick-dots {
    bottom: 10px;
    left: 5px;
  }
}
@media (max-width: 420px) {
  .slider--history__nav {
    max-width: 263px;
    padding: 0 17px;
  }
  .slider--history__nav .slick-next,
  .slider--history__nav .slick-prev {
    height: 107px;
  }
  .slider--history__nav .slick-next {
    right: 10px;
  }
  .slider--history__nav .slick-prev {
    left: 11px;
  }
  .slider--history__nav .circle--arrow-slick {
    top: 42%;
  }
}

/*# sourceMappingURL=style.css.map */
