﻿@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, 
details, 
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
} 
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
} 
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}  
small {
  font-size: 80%;
  display: inline-block;
}
img {
  border-style: none;
} 
button,
input,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
} 
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-attachment: fixed;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #777;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.xdebug-var-dump {
  position: relative;
  z-index: 1000;
}
hr {
  margin: 15px 0;
  border-width: 0;
  border-top: 1px solid currentColor;
  opacity: 0.1;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
} 
p:empty {
  display: none;
}
a,
button,
input {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
ins {
  text-decoration: none;
} 
.col,
.gallery-item,
.columns {
  position: relative;
  margin: 0;
  padding: 0 15px 30px;
  width: 100%;
}
.col-fit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.col-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.col-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.col-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.col-has-radius {
  overflow: hidden;
}
@media screen and (min-width: 850px) {
  .col:first-child .col-inner {
    margin-left: auto;
    margin-right: 0;
  }
  .col + .col .col-inner {
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 549px) {
  .small-col-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media screen and (min-width: 850px) {
  .large-col-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media screen and (max-width: 849px) {
  .medium-col-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .col {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 850px) {
  .row-divided > .col + .col:not(.large-12) {
    border-left: 1px solid #ececec;
  }
  .row-divided.row-reverse > .col + .col:not(.large-12) {
    border-left: 0;
    border-right: 1px solid #ececec;
  }
  .col-divided {
    padding-right: 30px;
    border-right: 1px solid #ececec;
  }
  .col.col-divided:not(.col-first):last-child {
    border-right: 0;
    padding-right: 0;
    padding-left: 30px;
    border-left: 1px solid #ececec;
  }
  .col-border {
    padding-right: 0;
    border-right: 1px solid #ececec;
  }
  .col-border + .col,
  .col-divided + .col {
    padding-left: 30px;
  }
}
.dark .col-divided {
  border-color: rgba(255, 255, 255, 0.2);
}
.align-equal > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.align-middle {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
  vertical-align: middle !important;
}
.align-bottom {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
  vertical-align: bottom !important;
}
.align-top {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
  vertical-align: top !important;
}
.align-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-right {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.small-1 {
  max-width: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
}
.small-2 {
  max-width: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
.small-3 {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.small-4 {
  max-width: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
.small-5 {
  max-width: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
}
.small-6 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.small-7 {
  max-width: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
}
.small-8 {
  max-width: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
}
.small-9 {
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}
.small-10 {
  max-width: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
}
.small-11 {
  max-width: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
}
.small-12 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.small-columns-1 > .col,
.small-columns-1 .flickity-slider > .col {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.small-columns-2 > .col,
.small-columns-2 .flickity-slider > .col {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.small-columns-3 > .col,
.small-columns-3 .flickity-slider > .col {
  max-width: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
.small-columns-4 > .col,
.small-columns-4 .flickity-slider > .col {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.small-columns-5 > .col,
.small-columns-5 .flickity-slider > .col {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.small-columns-6 > .col,
.small-columns-6 .flickity-slider > .col {
  max-width: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
.small-columns-7 > .col,
.small-columns-7 .flickity-slider > .col {
  max-width: 14.2857142857%;
  -ms-flex-preferred-size: 14.2857142857%;
  flex-basis: 14.2857142857%;
}
.small-columns-8 > .col,
.small-columns-8 .flickity-slider > .col {
  max-width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
}
@media screen and (min-width: 550px) {
  .medium-1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .medium-2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .medium-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .medium-4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .medium-5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .medium-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .medium-7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .medium-8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .medium-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .medium-10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .medium-11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .medium-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .medium-columns-1 > .col,
  .medium-columns-1 .flickity-slider > .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .medium-columns-2 > .col,
  .medium-columns-2 .flickity-slider > .col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .medium-columns-3 > .col,
  .medium-columns-3 .flickity-slider > .col {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .medium-columns-4 > .col,
  .medium-columns-4 .flickity-slider > .col {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .medium-columns-5 > .col,
  .medium-columns-5 .flickity-slider > .col {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .medium-columns-6 > .col,
  .medium-columns-6 .flickity-slider > .col {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .medium-columns-7 > .col,
  .medium-columns-7 .flickity-slider > .col {
    max-width: 14.2857142857%;
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%;
  }
  .medium-columns-8 > .col,
  .medium-columns-8 .flickity-slider > .col {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
}
@media screen and (min-width: 850px) {
  .large-1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .large-2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .large-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .large-4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .large-5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .large-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .large-7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .large-8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .large-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .large-10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .large-11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .large-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .gallery-columns-1 .gallery-item,
  .large-columns-1 > .col,
  .large-columns-1 .flickity-slider > .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .gallery-columns-2 .gallery-item,
  .large-columns-2 > .col,
  .large-columns-2 .flickity-slider > .col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .gallery-columns-3 .gallery-item,
  .large-columns-3 > .col,
  .large-columns-3 .flickity-slider > .col {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .gallery-columns-4 .gallery-item,
  .large-columns-4 > .col,
  .large-columns-4 .flickity-slider > .col {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .gallery-columns-5 .gallery-item,
  .large-columns-5 > .col,
  .large-columns-5 .flickity-slider > .col {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .gallery-columns-6 .gallery-item,
  .large-columns-6 > .col,
  .large-columns-6 .flickity-slider > .col {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .gallery-columns-7 .gallery-item,
  .large-columns-7 > .col,
  .large-columns-7 .flickity-slider > .col {
    max-width: 14.2857142857%;
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%;
  }
  .gallery-columns-8 .gallery-item,
  .large-columns-8 > .col,
  .large-columns-8 .flickity-slider > .col {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
}
.has-shadow > .col > .col-inner {
  background-color: #fff;
}
.col-hover-focus .col-inner,
.col-hover-fade .col-inner,
.col-hover-blur .col-inner {
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.col-hover-fade .col-inner {
  opacity: 0.6;
}
.col-hover-fade:hover .col-inner {
  opacity: 1;
}
.col-hover-blur .col-inner {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.col-hover-blur:hover .col-inner {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.col-hover-focus:hover .col-inner {
  opacity: 1;
}
.row:hover .col-hover-focus .col:not(:hover) {
  opacity: 0.6;
}
body,
.container,
.full-width .ubermenu-nav,
.container-width,
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
.container-width,
.full-width .ubermenu-nav,
.container,
.row {
  max-width: 1080px;
}
.row.row-collapse {
  max-width: 1050px;
}
.row.row-small {
  max-width: 1065px;
}
.row.row-large {
  max-width: 1110px;
}
body.framed,
body.framed header,
body.framed .header-wrapper,
body.boxed,
body.boxed header,
body.boxed .header-wrapper,
body.boxed .is-sticky-section {
  max-width: 1170px;
}
@media screen and (min-width: 850px) {
  body.framed {
    margin: 30px auto;
  }
}
.flex-row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.flex-row-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-row-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-row-col {
  -js-display: flex;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.text-center .flex-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .flex-row {
  height: 100%;
}
.flex-col {
  max-height: 100%;
}
.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
}
.flex-center {
  margin: 0 auto;
}
.flex-left {
  margin-right: auto;
}
.flex-right {
  margin-left: auto;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-has-center > .nav-row > .flex-col:not(.flex-center),
.flex-has-center > .flex-row > .flex-col:not(.flex-center),
.flex-has-center > .flex-col:not(.flex-center) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 849px) {
  .medium-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .medium-flex-wrap .flex-col {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
  }
}
@media (max-width: 549px) {
  .small-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .small-flex-wrap .flex-col {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 850px) {
  .col2-set,
  .u-columns {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col2-set > div + div,
  .u-columns > div + div {
    padding-left: 30px;
  }
}
.row-grid .box .image-cover {
  padding: 0;
  height: 100%;
}
.grid-col > .col-inner {
  height: 100%;
}
.grid-col .slider:not(.flickity-enabled),
.grid-col > .col-inner > .img,
.grid-col > .col-inner > .img div,
.grid-col > .col-inner > .img .img-inner > img,
.grid-col .slider > .img,
.grid-col .flickity-slider > .img,
.grid-col .col-inner > .img,
.grid-col .slider-wrapper,
.grid-col .slider,
.grid-col .banner,
.grid-col .box,
.grid-col .box-image,
.grid-col .box-image img,
.grid-col .image-cover,
.grid-col .image-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute !important;
  top: 0;
  bottom: 0;
  height: 100%;
  padding: 0 !important;
}
.grid-col .box-image img {
  font-family: "object-fit: cover;";
}
.grid-col .flickity-viewport {
  height: 100% !important;
}
.grid-col .box:not(.box-shade):not(.box-overlay):not(.box-badge) .box-text {
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  bottom: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media all and (-ms-high-contrast: none) {
  .payment-icon svg {
    max-width: 50px;
  }
  .slider-nav-circle .flickity-prev-next-button svg {
    height: 36px !important;
  }
  .nav > li > a > i {
    top: -1px;
  }
}
.row,
.gallery {
  width: 100%;
  -js-display: flex;
  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;
}
.row > div:not(.col):not([class^="col-"]) {
  width: 100% !important;
}
.row.row-masonry,
.row.row-grid {
  display: block;
}
.row.row-masonry > .col,
.row.row-grid > .col {
  float: left;
}
.row .gallery,
.row .row:not(.row-collapse),
.container .row:not(.row-collapse),
.lightbox-content .row:not(.row-collapse) {
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.row .container {
  padding-left: 0;
  padding-right: 0;
}
.slider-wrapper + .row:not(.row-collapse),
.banner-grid-wrapper + .row:not(.row-collapse),
.banner + .row:not(.row-collapse),
.section + .row:not(.row-collapse) {
  margin-top: 30px;
}
.row-full-width {
  max-width: 100% !important;
}
.row-isotope {
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 549px) {
  .small-row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 849px) {
  .medium-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.row-collapse {
  padding: 0;
}
.row-collapse > .flickity-viewport > .flickity-slider > .col,
.row-collapse > .col {
  padding: 0 !important;
}
.row-collapse > .col .container {
  max-width: 100%;
}
.row .row-small:not(.row-collapse),
.container .row-small:not(.row-collapse) {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}
.row-small > .flickity-viewport > .flickity-slider > .col,
.row-small > .col {
  padding: 0 9.8px 19.6px;
  margin-bottom: 0;
}
.row .row-xsmall:not(.row-collapse),
.container .row-xsmall:not(.row-collapse) {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 0;
}
.row-xsmall > .flickity-viewport > .flickity-slider > .col,
.row-xsmall > .col {
  padding: 0 2px 3px;
  margin-bottom: 0;
}
@media screen and (min-width: 850px) {
  .row-large {
    padding-left: 0;
    padding-right: 0;
  }
  .row .row-large:not(.row-collapse),
  .container .row-large:not(.row-collapse) {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0;
  }
  .row-large > .flickity-viewport > .flickity-slider > .col,
  .row-large > .col {
    padding: 0 30px 30px;
    margin-bottom: 0;
  }
}
.row-dashed,
.row-solid {
  overflow: hidden;
}
.row-dashed .col,
.row-solid .col {
  position: relative;
  padding: 0;
}
.row-dashed .col-inner,
.row-solid .col-inner {
  padding: 15px;
}
.row-dashed .col:before,
.row-solid .col:before {
  position: absolute;
  content: " ";
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dashed #ddd;
}
.row-dashed .col:after,
.row-solid .col:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dashed #ddd;
}
.row-solid .col:before {
  border-left-style: solid;
}
.row-solid .col:after {
  border-bottom-style: solid;
}
.dark .row-solid .col:before,
.dark .row-solid .col:after,
.dark .row-dashed .col:before,
.dark .row-dashed .col:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.block-html-after-header .row .col {
  padding-bottom: 0;
} 
.section {
  padding: 30px 0;
  position: relative;
  min-height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section.dark {
  background-color: #666;
}
.section-bg {
  overflow: hidden;
}
.section-bg,
.section-content {
  width: 100%;
}
.section-content {
  z-index: 1;
}
.has-parallax {
  overflow: hidden;
}
.container .section,
.row .section {
  padding-left: 30px;
  padding-right: 30px;
} 
li.current-dropdown > .nav-dropdown,
.next-prev-thumbs li.has-dropdown:hover > .nav-dropdown,
.no-js li.has-dropdown:hover > .nav-dropdown {
  opacity: 1;
  max-height: inherit;
  left: -15px;
}
 
.menu-item-has-block .nav-dropdown {
  padding: 0;
}
li.current-dropdown > .nav-dropdown-full,
li.has-dropdown:hover > .nav-dropdown-full {
  position: fixed;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: 50% !important;
  -webkit-transition: opacity 0.3s !important;
  -o-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  width: 100%;
  max-width: 1150px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
  
li.html .row,
li.html form,
li.html select,
li.html input {
  margin: 0;
}
li.html > .button {
  margin-bottom: 0;
}
li.hide-title > a {
  display: none !important;
}
 
@media (min-width: 850px) {
  .tabbed-content .nav-vertical {
    padding-top: 0;
    width: 25%;
  }
  .nav-vertical + .tab-panels {
    margin-top: 0 !important;
    border-left: 1px solid #ddd;
    padding: 0 30px 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tabbed-content .nav-vertical.nav-outline {
    padding-right: 15px;
  }
}
@media (max-width: 549px) {
  .small-nav-collapse > li {
    width: 100%;
    margin: 0 !important;
  }
  .small-nav-collapse > li a {
    width: 100%;
    display: block;
  }
}
@media (max-width: 549px) {
  .small-nav-touch {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
  }
  .small-nav-touch > li {
    display: inline-block;
  }
}
 
.text-center .toggle {
  margin-left: -35px;
}
.text-center .nav-vertical li {
  border: 0;
}
.text-center.nav-vertical li li,
.text-center .nav-vertical li li {
  padding-left: 0;
}
  
   
table {
  width: 100%;
  margin-bottom: 1em;
  border-color: #ececec;
  border-spacing: 0;
}
th,
td {
  padding: 0.5em;
  text-align: left;
  border-bottom: 1px solid #ececec;
  line-height: 1.3;
  font-size: 0.9em;
}
td {
  color: #666;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
.dark th,
.dark td {
  border-color: rgba(255, 255, 255, 0.08);
}
td label,
td .label,
td input,
td select,
td form,
td dl,
td p {
  margin: 0.5em 0;
}
label {
  color: #222;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 849px) {
  .touch-scroll-table {
    width: calc(100% + 30px);
    padding: 15px;
    position: relative;
    overflow-y: hidden;
    margin-left: -15px;
    overflow-x: scroll;
    -webkit-box-shadow: inset -2px 0px 18px -5px rgba(0, 0, 0, 0.5);
    box-shadow: inset -2px 0px 18px -5px rgba(0, 0, 0, 0.5);
  }
  .touch-scroll-table table {
    width: 100%;
  }
} 
a {
  color: #334862;
  text-decoration: none;
}
a:focus,
.button:focus,
button:focus,
input:focus {
  outline: none;
}
a.plain {
  color: currentColor;
  -webkit-transition: color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: color 0.3s, opacity 0.3s, transform 0.3s;
  transition: color 0.3s, opacity 0.3s, transform 0.3s;
  transition: color 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.nav-dark a.plain:hover {
  opacity: 0.7;
}
a:hover,
a.remove:hover,
a.icon-circle:hover {
  color: #000;
}
.dark a,
.dark .widget a {
  color: currentColor;
}
.dark a:hover,
.dark .widget a:hover {
  color: #fff;
}
ul.links {
  margin: 5px 0;
  font-size: 0.85em;
}
ul.links li {
  margin: 0 0.4em;
  display: inline-block;
}
ul.links li a {
  color: currentColor;
}
ul.links li:before {
  font-family: "fl-icons";
  display: inline-block;
  margin-right: 5px;
}
ul.links li:first-child {
  margin-left: 0;
}
ul.links li:last-child {
  margin-right: 0;
}
.next-prev-nav .flex-col {
  padding: 0.7em 0;
}
.next-prev-nav i {
  font-size: 2em;
  margin: 0 10px !important;
  top: -1px;
  vertical-align: middle;
}
.next-prev-nav .flex-col + .flex-col {
  border-left: 1px solid #ececec;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ol,
ul {
  margin-top: 0;
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5em 0 1.5em 3em;
}
li {
  margin-bottom: 0.6em;
}
dl dt,
dl dd {
  display: inline-block;
  margin: 0 5px 0 0;
}
dl dt p,
dl dd p {
  margin: 0;
  padding: 0;
}
dl {
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 0.85em;
}
ul.ul-reset {
  margin: 0;
  padding: 0;
}
ul.ul-reset > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-content ol li,
.entry-summary ol li,
.col-inner ol li,
.entry-content ul li,
.entry-summary ul li,
.col-inner ul li {
  margin-left: 1.3em;
}
.entry-content ol li.tab,
.entry-summary ol li.tab,
.col-inner ol li.tab,
.entry-content ul li.tab,
.entry-summary ul li.tab,
.col-inner ul li.tab {
  margin-left: 0;
}
ul li.bullet-checkmark,
ul li.bullet-arrow,
ul li.bullet-star {
  list-style: none;
  position: relative;
  padding: 7px 0 7px 25px;
  margin: 0;
  border-bottom: 1px solid #ececec;
}
.dark ul li.bullet-checkmark,
.dark ul li.bullet-arrow,
.dark ul li.bullet-star {
  border-color: rgba(255, 255, 255, 0.2);
}
ul li.bullet-checkmark:before,
ul li.bullet-arrow:before,
ul li.bullet-star:before {
  font-family: "fl-icons";
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #7a9c59;
}
ul li.bullet-checkmark:before {
  content: "" !important;
}
ul li.bullet-arrow:before {
  content: "" !important;
}
ul li.bullet-star:before {
  content: "" !important;
}
.button,
button,
input,
textarea,
select,
fieldset {
  margin-bottom: 1em;
}
pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
  margin-bottom: 1.3em;
}
form p {
  margin-bottom: 0.5em;
}
body {
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-rendering: optimizeSpeed;
}
.h1,
h1 {
  font-size: 1.7em;
  line-height: 1.3;
}
.h2,
h2 {
  font-size: 1.6em;
  line-height: 1.3;
}
.h3,
h3 {
  font-size: 1.25em;
}
.h4,
h4 {
  font-size: 1.125em;
}
.h5,
h5 {
  font-size: 1em;
}
.h6,
h6 {
  font-size: 0.85em;
  opacity: 0.8;
}
h1.entry-title.mb {
  margin-bottom: 30px;
}
@media (max-width: 549px) {
  h1 {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1.2em;
  }
  h3 {
    font-size: 1em;
  }
}
h6 span {
  font-weight: normal;
  font-weight: 500;
}
h3 label {
  display: inline-block;
  margin-right: 10px;
}
p {
  margin-top: 0;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span,
p.headline > span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
p.lead,
a.lead {
  font-size: 1.3em;
}
.uppercase,
h6,
th,
span.widget-title {
  line-height: 1.05;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.lowercase {
  text-transform: none !important;
}
span.widget-title {
  font-size: 1em;
  font-weight: 600;
}
.is-normal {
  font-weight: normal;
}
.is-bold {
  font-weight: bold;
}
.thin-font,
.is-thin {
  font-weight: 300 !important;
}
.thin-font strong,
.is-thin strong {
  font-weight: 700 !important;
}
.is-italic {
  font-style: italic !important;
}
.is-uppercase,
.uppercase {
  line-height: 1.2;
  text-transform: uppercase;
}
.is-alt-font,
.alt-font {
  font-family: Georgia;
}
.is-xxxlarge {
  font-size: 2.5em;
}
.is-xxlarge {
  font-size: 2em;
}
.is-xlarge {
  font-size: 1.5em;
}
.is-larger {
  font-size: 1.3em;
}
.is-large {
  font-size: 1.15em;
}
.is-small,
.is-small.button {
  font-size: 0.8em;
}
.is-smaller {
  font-size: 0.75em;
}
.is-xsmall {
  font-size: 0.7em;
}
.is-xxsmall {
  font-size: 0.6em;
}
@media (max-width: 549px) {
  .is-xxlarge {
    font-size: 2.5em;
  }
  .is-xlarge {
    font-size: 1.8em;
  }
  .is-larger {
    font-size: 1.2em;
  }
  .is-large {
    font-size: 1em;
  }
}
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text a:not(.button) {
  line-height: 1.3;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}
.box-text p {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}
.box-text .button {
  margin-top: 1em;
}
.banner .button {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.banner .is-divider,
.banner .text-center .is-divider {
  margin-top: 1em;
  margin-bottom: 1em;
}
.banner h1 {
  font-size: 3.5em;
}
.banner h2 {
  font-size: 2.9em;
}
.banner h3 {
  font-size: 2em;
}
.banner h2,
.banner h3,
.banner h1 {
  padding: 0;
  font-weight: normal;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  line-height: 1;
}
.banner h4 {
  padding: 0;
  font-size: 1.5em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.banner h6,
.banner h5,
.banner p {
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
.line-height-small {
  line-height: 1.4em;
} 
.container:after,
.row:after,
.clearfix:after,
.clear:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 549px) {
  [data-show="hide-for-small"],
  .hide-for-small {
    display: none !important;
  }
  .small-text-center {
    text-align: center !important;
    width: 100% !important;
    float: none !important;
  }
}
@media (min-width: 550px) {
  [data-show="show-for-small"],
  .show-for-small {
    display: none !important;
  }
}
@media (min-width: 850px) {
  [data-show="show-for-medium"],
  .show-for-medium {
    display: none !important;
  }
}
@media (max-width: 849px) {
  [data-show="hide-for-medium"],
  .hide-for-medium {
    display: none !important;
  }
  .medium-text-center .pull-left,
  .medium-text-center .pull-right {
    float: none;
  }
  .medium-text-center .ml {
    margin-left: auto;
  }
  .medium-text-center .mr {
    margin-right: auto;
  }
  .medium-text-center {
    text-align: center !important;
    width: 100% !important;
    float: none !important;
  }
}
@media (min-width: 850px) {
  [data-show="hide-for-large"],
  .hide-for-large {
    display: none !important;
  }
}
.full-width,
.expand {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block;
} 
.mb {
  margin-bottom: 30px;
}
.mt {
  margin-top: 30px;
}
.mr {
  margin-right: 30px;
}
.ml {
  margin-left: 30px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-half {
  margin-bottom: 15px;
}
.mt-half {
  margin-top: 15px;
}
.mr-half {
  margin-right: 15px;
}
.ml-half {
  margin-left: 15px;
}
.mb-half:last-child,
.mb:last-child {
  margin-bottom: 0;
} 
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.inner-padding {
  padding: 30px;
}
.first-reset *:first-child {
  margin-top: 0;
}
.last-reset *:last-child {
  margin-bottom: 0;
}
.no-select {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-center > div,
.text-center > div > div,
.text-center .is-divider,
.text-center .star-rating,
.text-center .is-star-rating {
  margin-left: auto;
  margin-right: auto;
}
.text-center .pull-right,
.text-center .pull-left {
  float: none;
}
.text-left .is-divider,
.text-left .star-rating,
.text-left .is-star-rating {
  margin-right: auto;
  margin-left: 0;
}
.text-right > div,
.text-right > div > div,
.text-right .is-divider,
.text-right .star-rating,
.text-right .is-star-rating {
  margin-left: auto;
  margin-right: 0;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}
.fixed {
  position: fixed !important;
  z-index: 12;
}
.top {
  top: 0;
}
.right {
  right: 0;
}
.left {
  left: 0;
}
.bottom {
  bottom: 0;
}
.fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}
  
.is-full-height {
  min-height: 550px;
  height: 100%;
  height: 100vh;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bg-fill {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50%;
}
.bg-top {
  background-position: top;
  -o-object-position: top;
  object-position: top;
}
.circle {
  border-radius: 999px !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.circle img {
  border-radius: 999px !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.round {
  border-radius: 5px;
}
.has-border {
  border: 2px solid #446084;
  padding: 15px 30px 30px;
}
.dashed-border {
  border-style: dashed;
}
.success-border {
  border-color: #7a9c59;
} 
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.is-invisible {
  visibility: hidden;
  opacity: 0;
}
.z-1 {
  z-index: 21;
}
.z-2 {
  z-index: 22;
}
.z-3 {
  z-index: 23;
}
.z-4 {
  z-index: 24;
}
.z-5 {
  z-index: 25;
}
.z-top {
  z-index: 9995;
}
.z-top-2 {
  z-index: 9996;
}
.z-top-3 {
  z-index: 9997;
}
.no-click {
  pointer-events: none;
}
.no-wrap {
  white-space: nowrap;
}
.primary-color {
  color: #446084;
}
.secondary-color {
  color: #d26e4b;
}
.success-color {
  color: #7a9c59;
}
.alert-color {
  color: #b20000;
}
.bg-primary-color {
  background-color: #446084;
}
.bg-secondary-color {
  background-color: #d26e4b;
}
.bg-success-color {
  background-color: #7a9c59;
}
.bg-alert-color {
  background-color: #b20000;
}
.is-transparent {
  background-color: transparent !important;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
}
@media (max-width: 549px) {
  .small-block {
    display: block;
  }
}
.inline-block {
  display: inline-block;
}
.inline-images img,
img.inline {
  display: inline-block !important;
}
.is-well {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(0, 0, 0, 0.07), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.07),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.no-overflow {
  overflow: hidden;
}
.no-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.strong {
  font-weight: bold;
} 
@media (max-width: 549px) {
  .sm-touch-scroll {
    overflow-y: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}  
.widget-area .res-text,
.small-1 .res-text,
.small-2 .res-text,
.small-3 .res-text {
  font-size: 8px;
}
.small-1 .res-text h6,
.small-2 .res-text h6,
.small-3 .res-text h6 {
  font-size: 10px;
}
.small-1 .res-text p.lead,
.small-2 .res-text p.lead,
.small-3 .res-text p.lead {
  font-size: 16px;
}
.small-4 .res-text {
  font-size: 8.5px;
}
.small-5 .res-text {
  font-size: 9px;
}
.small-6 .res-text {
  font-size: 10px;
}
.small-7 .res-text {
  font-size: 11px;
}
.small-8 .res-text {
  font-size: 12px;
}
.small-9 .res-text {
  font-size: 13px;
}
.small-10 .res-text {
  font-size: 14px;
}
.small-11 .res-text {
  font-size: 15px;
}
@media screen and (min-width: 550px) {
  .medium-1 .res-text,
  .medium-2 .res-text,
  .medium-3 .res-text,
  .medium-4 .res-text,
  .medium-5 .res-text,
  .medium-6 .res-text,
  .medium-7 .res-text {
    font-size: 0.8vw;
  }
  .medium-8 .res-text {
    font-size: 0.9vw;
  }
  .medium-9 .res-text {
    font-size: 1.15vw;
  }
  .medium-10 .res-text {
    font-size: 1.3vw;
  }
  .medium-11 .res-text {
    font-size: 1.5vw;
  }
  .res-text {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 850px) {
  .res-text {
    font-size: 16px;
  }
  .widget-area .res-text,
  .large-1 .res-text,
  .large-2 .res-text,
  .large-3 .res-text {
    font-size: 8px;
  }
  .large-1 .res-text h6,
  .large-2 .res-text h6,
  .large-3 .res-text h6 {
    font-size: 10px;
  }
  .large-1 .res-text p.lead,
  .large-2 .res-text p.lead,
  .large-3 .res-text p.lead {
    font-size: 16px;
  }
  .large-4 .res-text {
    font-size: 8.5px;
  }
  .large-5 .res-text {
    font-size: 9px;
  }
  .large-6 .res-text {
    font-size: 10px;
  }
  .large-7 .res-text {
    font-size: 11px;
  }
  .large-8 .res-text {
    font-size: 12px;
  }
  .large-9 .res-text {
    font-size: 13px;
  }
  .large-10 .res-text {
    font-size: 14px;
  }
  .large-11 .res-text {
    font-size: 15px;
  }
}  
 
.button.tooltip {
  opacity: 1;
} 
html {
  overflow-x: hidden;
}
@media (max-width: 849px) {
  body {
    overflow-x: hidden;
  }
}
#wrapper,
#main {
  background-color: #fff;
  position: relative;
}
#main.dark {
  background-color: #333;
}
.page-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-wrapper-full {
  padding-top: 0;
} 
.header,
.header-wrapper {
  width: 100%;
  z-index: 30;
  position: relative;
  background-size: cover;
  background-position: 50% 0;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  -o-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}
.header-bg-color {
  background-color: rgba(255, 255, 255, 0.9);
}
.header-top,
.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
.header.show-on-scroll,
.header.has-transparent,
.header.transparent {
  position: absolute;
}
.header.show-on-scroll:not(.stuck),
.header.transparent:not(.stuck) {
  left: auto;
  right: auto;
}
.header.show-on-scroll .header-wrapper {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: hidden;
  opacity: 0;
}
.header.show-on-scroll .header-wrapper.stuck {
  visibility: visible;
  opacity: 1;
}
.header.transparent .header-wrapper,
.header.transparent .header-bg-image,
.header.transparent .header-bg-color,
.header.transparent .header-bottom {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none !important;
}
.header-bg-image,
.header-bg-color {
  background-position: 50% 0;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
.header-top {
  background-color: #446084;
  z-index: 11;
  position: relative;
  min-height: 20px;
}
.header-main {
  z-index: 10;
  position: relative;
}
.header-bottom {
  z-index: 9;
  position: relative;
  min-height: 35px;
} 
.nav-dark .top-divider {
  display: none;
}  
.nav > li.header-divider {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  height: 30px;
  vertical-align: middle;
  position: relative;
  margin: 0 7.5px;
}
.nav-dark .nav > li.header-divider {
  border-color: rgba(255, 255, 255, 0.1);
}
.header-block {
  width: 100%;
  min-height: 15px;
}
.header-full-width .container {
  max-width: 100% !important;
}
@media (max-width: 849px) {
  .header-main li.html.custom {
    display: none;
  }
}
@media (max-width: 549px) {
  .nav-mobile > li > a:not(.button) {
    line-height: 5em;
  }
}  
img.size-full.alignnone {
  margin-bottom: 2em;
}
.row .entry-content .gallery {
  padding: 0;
}
.gallery-caption {
  display: block;
} 
.footer-wrapper {
  width: 100%;
  position: relative;
}
.footer {
  padding: 30px 0 0;
}
  
.footer ul {
  margin: 0;
} 
.back-to-top {
  margin: 0;
  opacity: 0;
  bottom: 20px;
  right: 20px;
  pointer-events: none;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
}
.back-to-top.left {
  left: 20px;
  right: unset;
}
.back-to-top.active {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
} 
.logo {
  line-height: 1;
  margin: 0;
} 
.logo a {
  text-decoration: none;
  display: block;
  color: #446084;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bolder;
  margin: 0;
}
.logo img {
  display: block;
  width: auto;
  height: 100px;
}
.header-logo-dark,
.nav-dark .header-logo,
.header-logo-sticky,
.sticky .dark .header-logo-dark,
.sticky .has-sticky-logo .header-logo {
  display: none !important;
} 
.nav-dark .logo a {
  color: #fff;
}
.logo-left .logo {
  margin-left: 0;
  margin-right: 30px;
}
.logo-center .flex-left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.logo-center .logo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
  margin: 0 30px;
}
.logo-center .logo img {
  margin: 0 auto;
}
.logo-center .flex-right {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
@media screen and (max-width: 849px) {
  .header-inner .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-logo-left .flex-left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  .medium-logo-left .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .medium-logo-center .flex-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .medium-logo-center .logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    margin: 0 15px;
  }
  .medium-logo-center .logo img {
    margin: 0 auto;
  }
  .medium-logo-center .flex-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.map-height {
  height: 400px;
}
.map-inner {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
.message-box {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f1f1f1;
}
.message-box.dark {
  background-color: #333;
}
.message-box .col,
.message-box .col-inner,
.message-box .row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.next-prev-thumbs li {
  position: relative;
  display: inline-block;
  margin: 0 1px 0 !important;
}
.next-prev-thumbs li .button {
  margin-bottom: 0;
}
.next-prev-thumbs .nav-dropdown {
  padding: 2px;
  width: 90px;
  min-width: 90px;
}
.page-title {
  position: relative;
}
.page-title .widget {
  margin: 0 0.3em;
  vertical-align: middle;
}
.page-title-bg {
  overflow: hidden;
}
.title-bg {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.title-overlay {
  background-color: rgba(0, 0, 0, 0.25);
}
.page-title-inner {
  position: relative;
  padding-top: 20px;
  min-height: 60px;
}
.page-title-inner ul,
.page-title-inner select,
.page-title-inner form,
.page-title-inner button,
.page-title-inner p {
  margin-top: 0;
  margin-bottom: 0;
}
.normal-title {
  background-color: #f7f7f7;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.normal-title .page-title-inner {
  padding-top: 15px;
  padding-bottom: 15px;
} 
.scroll-to {
  width: 100%;
}
.scroll-to-bullets {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  max-height: 100vh;
  overflow: hidden;
  position: fixed;
}
.scroll-to-bullets a {
  display: block;
  border: 3px solid transparent;
  background-color: #446084;
  margin: 10px 15px;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.scroll-to-bullets a:hover {
  opacity: 1;
  background-color: #fff;
}
.scroll-to-bullets a.active {
  opacity: 1;
  border-color: #446084;
  background-color: #fff;
}
.sidebar-menu .search-form {
  display: block !important;
}
.searchform-wrapper form {
  margin-bottom: 0;
}
.mobile-nav > .search-form,
.sidebar-menu .search-form {
  padding: 5px 0;
  width: 100%;
}
.form-flat .search-form-categories {
  padding-right: 5px;
} 
.header-block .autocomplete-suggestions,
.header .search-form .autocomplete-suggestions {
  max-height: 80vh;
}
.col .live-search-results,
.header-block .live-search-results,
.header .search-form .live-search-results {
  text-align: left;
  color: #111;
  top: 105%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
}
.header li .html .live-search-results {
  top: 0;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
} 
.section-title-container {
  margin-bottom: 1.5em;
}
.row-collapse + .section-title-container,
.slider-wrapper + .section-title-container,
.banner + .section-title-container {
  margin-top: 30px;
} 
.text-center .social-icons {
  margin-left: auto;
  margin-right: auto;
} 