@import url(//fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i);
@import url(//fonts.googleapis.com/css?family=Trirong:300,300i,400,400i,500,500i,600,600i);
#nav {
  opacity: 1;
}
/*--------------------------------------------------------------
  ## Desktop Nav
  --------------------------------------------------------------*/
#masthead {
  padding-top: 8px;
  padding-bottom: 8px;
}
.i100 {
  width: 100% !important;
}
.main-navigation {
  width: 100%;
  clear: both;
}
ul#desktop_menu,
ul#expansion_desktop {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
ul#expansion_desktop {
  float: right;
}
ul#desktop_menu > li,
ul#expansion_desktop > li {
  display: inline-block;
}
ul#desktop_menu li a,
ul#expansion_desktop li a {
  float: left;
  color: #005a7d;
  text-decoration: none;
  margin: 0;
  padding: 0 0.25em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin-top: 24px;
  line-height: 1.05em;
}
/* APPLIES THE ACTIVE STATE */
ul#desktop_menu .current a,
ul#desktop_menu li:hover > a,
ul#expansion_desktop .current a,
ul#expansion_desktop li:hover > a {
  color: #009448;
}
/* THE SUBMENU LIST HIDDEN BY DEFAULT */
/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul#desktop_menu li > ul.sub-menu,
ul#expansion_desktop li > ul.sub-menu {
  position: absolute;
  display: none;
  opacity: 0;
  margin: 42px 0 0 0;
  background: #00a2c5;
  z-index: -2;
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul#desktop_menu li:hover > ul.sub-menu,
ul#expansion_desktop li:hover > ul.sub-menu {
  opacity: 1;
  display: block;
  width: 100%;
  z-index: 1;
  text-align: center;
  left: 0;
  font-size: 0;
}
ul#desktop_menu li:hover > ul.sub-menu > li,
ul#expansion_desktop li:hover > ul.sub-menu > li {
  display: inline-block;
  text-align: center;
  float: none;
  position: relative;
}
ul#desktop_menu li:hover > ul li a,
ul#expansion_desktop li:hover > ul li a {
  color: #fff;
  text-decoration: none;
  margin: 0;
  line-height: 1.2em;
  padding: 1.3em 1em 0.9em;
  font-size: 11px;
  display: block;
  font-weight: 400;
}
ul#desktop_menu li.current-menu-ancestor a,
ul#expansion_desktop li.current-menu-ancestor a {
  color: #009448;
}
ul#desktop_menu li.current-menu-ancestor .sub-menu li.current-menu-item a,
ul#expansion_desktop li.current-menu-ancestor .sub-menu li.current-menu-item a {
  background-color: #009448;
}
ul#desktop_menu li:hover > ul li a:hover {
  color: #fff;
  background-color: #009448;
  text-decoration: none;
  text-shadow: none;
}
@media only screen and (min-width: 992px) {
  ul#desktop_menu li a,
  ul#expansion_desktop li a {
    padding: 0 0.5em;
    font-size: 14px;
  }
  ul#desktop_menu li:hover > ul li a,
  ul#expansion_desktop li:hover > ul li a {
    padding: 1.3em 1.2em 0.9em;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  ul#desktop_menu li a,
  ul#expansion_desktop li a {
    padding: 0 0.5em;
    font-size: 16px;
  }
  ul#desktop_menu li:hover > ul li a,
  ul#expansion_desktop li:hover > ul li a {
    padding: 1.3em 1.2em 0.9em;
    font-size: 16px;
  }
}
#Normalize {
  opacity: 1;
}
/*--------------------------------------------------------------
  # Normalize
  --------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
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,
strong {
  font-weight: bold;
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
  # Structure/layout
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
## Misc Structure Classes
--------------------------------------------------------------*/
body .x-stretch {
  width: 100% !important;
}
body .y-stretch {
  height: 100% !important;
}
body .mb-30 {
  margin-bottom: 30px !important;
}
body .mb-15 {
  margin-bottom: 15px !important;
}
body .mb-5 {
  margin-bottom: 5px !important;
}
body .mb-0 {
  margin-bottom: 0 !important;
}
body .pb-30 {
  padding-bottom: 30px !important;
}
body .pb-15 {
  padding-bottom: 15px !important;
}
body .pb-5 {
  padding-bottom: 5px !important;
}
body .pb-0 {
  padding-bottom: 0 !important;
}
/*--------------------------------------------------------------
# Font Imports
--------------------------------------------------------------*/
@font-face {
  font-family: 'ProximaNova';
  src: url(../../../../../../../../../themes/thrive/assets/fonts/proximanova-regular-webfont.woff2) format('woff2'), url(../../../../../../../../../themes/thrive/assets/fonts/proximanova-regular-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url(../../../../../../../../../themes/thrive/assets/fonts/proximanova-bold-webfont.woff2) format('woff2'), url(../../../../../../../../../themes/thrive/assets/fonts/roximanova-bold-webfont.woff) format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Garamond';
  src: url(../../../../../../../../../themes/thrive/assets/fonts/AGaramondPro-Italic.otf) format('ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Adobe Garamond Italic';
  src: url(../../../../../../../../../themes/thrive/assets/fonts/AGaramondPro-Italic.ttf) format('ttf'), url(../../../../../../../../../themes/thrive/assets/fonts/AGaramondPro-Italic.woff) format('woff');
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
input,
select,
optgroup,
textarea {
  color: #343434;
  font-family: "ProximaNova", Helvetica, Arial, Sans-Serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
}
h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
}
h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
}
h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
}
h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
}
h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 3rem;
  }
  h2,
  .h2 {
    font-size: 2.5rem;
  }
  h3,
  .h3 {
    font-size: 1.75rem;
  }
  h4,
  .h4 {
    font-size: 1.5625rem;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
}
.post-type-archive-magazine h2,
.post-type-archive-magazine .h2 {
  font-size: 2rem;
}
.post-type-archive-magazine h1,
.post-type-archive-magazine .h1 {
  font-size: 3.45rem;
}
p {
  margin-top: 0;
  margin-bottom: 15px;
}
body ul,
body ol {
  margin-top: 0;
  margin-bottom: 15px;
}
body ul.spaced,
body ol.spaced {
  margin-bottom: 0;
}
ul.spaced li,
ol.spaced li {
  margin-bottom: 15px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
strong,
.strong {
  font-weight: bold;
}
.alt-font {
  font-family: 'Adobe Garamond Italic', serif;
  font-size: 36px !important;
}
.uppercase {
  text-transform: uppercase;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.inline {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
/*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior;
      see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
/*button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      background-color: #005a7d;
      color: #fff;
      border: 1px solid #005a7d;
      padding: 15px;
      transition: all 0.3s;
    }

    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
      background-color: transparent;
      color: #005a7d;
    }

    button:active, button:focus,
    input[type="button"]:active,
    input[type="button"]:focus,
    input[type="reset"]:active,
    input[type="reset"]:focus,
    input[type="submit"]:active,
    input[type="submit"]:focus {
      border-color: #005a7d;
    }*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #6D6E72;
  border: 1px solid #005a7d;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #005a7d;
}
select {
  border: 1px solid #005a7d;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
    ## Links
    --------------------------------------------------------------*/
a {
  color: #2CA5DE;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover,
a:focus,
a:active {
  color: #009448;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
    ## Buttons
    --------------------------------------------------------------*/
/***** structure ****/
.button,
.pagination a,
.nav-previous a,
.nav-next a {
  display: inline-block;
  padding: 10px 10px 5px;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.2s linear;
}
.button.hero {
  width: 100%;
}
/**** main-blue ****/
.button.main-blue,
.button.gform_button:hover,
.button.gform_button:focus,
.fill.button.main-blue:hover,
.fill.button.main-blue:hover {
  color: #2CA5DE;
  border-color: #2CA5DE;
  background: transparent;
}
.button.gform_button,
.button.main-blue:hover,
.button.main-blue:focus,
.fill.button.main-blue {
  color: #fff;
  border-color: #2CA5DE;
  background-color: #2CA5DE;
}
/**** dark-blue ****/
.button.dark-blue,
.fill.button.dark-blue:hover,
.fill.button.dark-blue:focus {
  color: #005a7d;
  border-color: #005a7d;
  background: transparent;
}
.button.dark-blue:hover,
.button.dark-blue:focus,
.fill.button.dark-blue {
  color: #fff;
  border-color: #005a7d;
  background-color: #005a7d;
}
/**** main-green ****/
.button.main-green,
.fill.button.main-green:hover,
.fill.button.main-green:focus,
.pagination a:hover,
.pagination a:focus,
.nav-previous a:hover,
.nav-previous a:focus,
.nav-next a:hover,
.nav-next a:focus {
  color: #009448;
  border-color: #009448;
  background: transparent;
}
.button.main-green:hover,
.button.main-green:focus,
.fill.button.main-green,
.pagination a,
.nav-previous a,
.nav-next a {
  color: #fff;
  border-color: #009448;
  background-color: #009448;
}
/*--------------------------------------------------------------
    ## Mobile Nav
    --------------------------------------------------------------*/
/**** normalize body ****/
body {
  position: relative;
}
body.show-menu {
  overflow: hidden;
}
/**** overlay screen ****/
.hf-mobile-menu-screen-1 {
  width: 15px;
  height: 0;
  z-index: 999999;
  position: absolute;
  top: 0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
}
.hf-mobile-menu-screen-1 i {
  color: #fff;
  padding-top: 5px;
  right: -5px;
  top: 13px;
  position: relative;
}
.hf-mobile-menu-screen-1 {
  width: 45px;
}
.show-menu .hf-mobile-menu-screen-1 {
  height: 100%;
}
.hf-mobile-menu-screen-1 {
  right: 0;
}
.show-menu .hf-mobile-menu-screen-1 {
  transition-delay: 0.15s;
}
/****menu bar****/
.hf-mobile-menu {
  margin: 0;
  padding: 0;
  width: calc(100% - 45px);
  height: 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: auto;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.show-menu .hf-mobile-menu {
  height: 100%;
  transition-delay: 0.45s;
}
.menu-wrap {
  opacity: 0;
  visibility: hidden;
  margin-top: 25px;
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.show-menu .menu-wrap {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  transition-delay: 1.25s;
}
/****menu close title****/
.hf-mobile-menu h3 {
  display: block;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 10px;
  background: #1C3758;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
/****menu list****/
.hf-mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hf-mobile-menu ul li {
  display: block;
}
.hf-mobile-menu ul li ul {
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  width: auto;
  max-height: 0;
  margin-left: 15px;
  overflow: hidden;
  background: transparent;
  transition: max-height 0.3s ease-out;
}
.hf-mobile-menu ul li a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 10px;
  color: #2CA5DE;
  font-size: 18px;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1C3758;
  position: relative;
}
.hf-mobile-menu ul li a:before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.hf-mobile-menu ul li a:hover,
.hf-mobile-menu ul li a:focus {
  color: #009448;
}
.hf-mobile-menu ul li a:hover:before,
.hf-mobile-menu ul li a:focus:before {
  width: 100%;
  opacity: 1;
}
.hf-mobile-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -15px;
  transition: all 0.3s;
}
.hf-mobile-menu ul li.menu-item-has-children.show-submenu > a:after {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
.hf-mobile-menu ul li.show-submenu ul {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}
.hf-mobile-menu ul li ul li,
.hf-mobile-menu ul li ul li a {
  background: transparent;
}
/**** scrollbar ****/
.hf-mobile-menu::-webkit-scrollbar {
  width: 0;
  height: 0;
}
/*--------------------------------------------------------------
  # Styles
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
    ## CTAs
    --------------------------------------------------------------*/
/**** container ***/
.overlap-top {
  margin-top: -33px;
}
.overlap-bottom {
  margin-bottom: -33px;
}
/**** structure ****/
.cta-button {
  display: inline-block;
  padding: 10px;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 99;
  position: relative;
  transition: all 0.1s linear;
}
.cta-button span {
  display: block;
  margin: 0;
  padding: 10px 10px 5px;
  color: #fff;
  transition: all 0.1s linear;
}
/**** colors ****/
/* blue */
.cta-button.main-blue {
  border-color: #2CA5DE;
}
.cta-button.main-blue span,
.cta-button.main-blue:before {
  background-color: #2CA5DE;
}
.cta-button:hover.main-blue {
  border-color: #009448;
}
.cta-button:hover.main-blue span,
.cta-button:hover.main-blue:before {
  background-color: #009448;
}
/* green */
.cta-button.main-green {
  border-color: #009448;
}
.cta-button.main-green span,
.cta-button.main-green:before {
  background-color: #009448;
}
/*--------------------------------------------------------------
    ## Hover Effect on Images
    --------------------------------------------------------------*/
figure.img-preview {
  margin: 0 0 15px;
  position: relative;
  overflow: hidden;
  padding-bottom: 58%;
}
figure.img-preview img {
  width: 100%;
  transition: all 0.2s;
  position: absolute;
  left: 0;
  top: 0;
}
figure.img-preview figcaption {
  display: inline-block;
  padding: 15px;
  border: 1px solid #fff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -130px;
  margin-top: -38px;
  transform: scale(1.1);
  transition: all 0.2s;
  z-index: 999;
}
figure.img-preview figcaption span {
  display: block;
  width: 230px;
  padding: 10px 15px 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
figure.img-preview:hover figcaption,
figure.img-preview:focus figcaption {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
/*--------------------------------------------------------------
    ## Gallery Strip
    --------------------------------------------------------------*/
.gallery-strip img {
  width: 100%;
  margin-bottom: -11px;
}
.tab-content {
  display: none;
}
#tab-1 {
  display: block;
}
/*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
  # Content (header, footer, pagetitle, etc.)
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
    ## Header
    --------------------------------------------------------------*/
/****header left****/
.logo {
  line-height: 0;
}
/****header right****/
.header-right > div {
  width: 100%;
}
.header-right section {
  display: inline-block;
}
.header-right p {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
    ## Footer
    --------------------------------------------------------------*/
/****overall styling****/
.site-footer a {
  color: #fff;
  font-size: 16px;
}
.site-footer a:hover,
.site-footer a:focus {
  color: #2CA5DE;
}
.site-footer ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.site-footer li {
  margin-bottom: 5px;
}
a.fb {
  padding-left: 35px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
a.fb:before {
  content: "\f09a";
  display: block;
  width: 29px;
  height: 29px;
  border-radius: 3px;
  background: #009448;
  color: #fff;
  font-family: FontAwesome;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  line-height: 1;
  text-align: right;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
}
/*--------------------------------------------------------------
    ## sidebar
    --------------------------------------------------------------*/
.sidebar h2 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 3px solid #005a7d;
  font-size: 20px;
  color: #005a7d;
  text-transform: uppercase;
}
.sidebar ul {
  margin-left: 0;
}
/*--------------------------------------------------------------
    ## Backgrounds
    --------------------------------------------------------------*/
.cover,
.contain {
  background-repeat: no-repeat;
  background-position: center center;
}
.cover {
  background-size: cover;
}
.contain {
  background-size: contain;
}
/*--------------------------------------------------------------
    ## Posts and pages
    --------------------------------------------------------------*/
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
    ## Comments
    --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to
    re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
    ## Captions
    --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
#variables {
  opacity: 1;
}
/*--------------------------------------------------------------
# Key
--------------------------------------------------------------*/
/****colors****/
/*
    main blue  _________________________________________ #2CA5DE
    main blue (transparent) ____________ rgba(44, 165, 222, 0.8)

    dark blue  _________________________________________ #005a7d
    dark blue (transparent) ______________ rgba(0, 70, 121, 0.8)

    main green  ________________________________________ #83B441
    main green (transparent) ___________ rgba(131, 180, 65, 0.8)

    main gray  ________________________________________ #343434
    */
/****breakpoints****/
/*
    large ________________________ 1024px
    medium ________________________ 640px
    */
.main-blue-text {
  color: #2CA5DE;
}
.dark-blue-text {
  color: #005a7d;
}
.main-green-text {
  color: #83B441;
}
.main-gray-text {
  color: #343434;
}
.white-text {
  color: #fff;
}
a.main-blue-text {
  color: #2CA5DE;
}
a.dark-blue-text {
  color: #005a7d;
}
a.main-green-text {
  color: #83B441;
}
a.main-gray-text {
  color: #343434;
}
a.white-text {
  color: #fff;
}
.main-blue-bg {
  background-color: #2CA5DE;
}
.dark-blue-bg {
  background-color: #005a7d;
}
.main-green-bg {
  background-color: #009448;
}
.main-gray-bg {
  background-color: #343434;
}
.white-bg {
  background-color: #fff;
}
.main-blue-border {
  border-color: #2CA5DE;
}
.dark-blue-border {
  border-color: #005a7d;
}
.main-green-border {
  border-color: #83B441;
}
.main-gray-border {
  border-color: #343434;
}
.white-border {
  border-color: #fff;
}
/****transparent-bg****/
.main-blue-bg-trans {
  background-color: rgba(44, 165, 222, 0.8);
}
.dark-blue-bg-trans {
  background-color: rgba(44, 165, 222, 0.95);
}
.main-green-bg-trans {
  background-color: rgba(44, 165, 222, 0.8);
}
/****svg specific****/
.main-blue-svg {
  fill: #2CA5DE;
  stroke: #2CA5DE;
}
.dark-blue-svg {
  fill: #005a7d;
  stroke: #005a7d;
}
.main-green-svg {
  fill: #83B441;
  stroke: #83B441;
}
.main-gray-svg {
  fill: #343434;
  stroke: #343434;
}
.white-svg {
  fill: #fff;
  stroke: #fff;
}
.main-blue-fill {
  fill: #2CA5DE;
}
.dark-blue-fill {
  fill: #005a7d;
}
.main-green-fill {
  fill: #83B441;
}
.main-gray-fill {
  fill: #343434;
}
.white-fill {
  fill: #fff;
}
.main-blue-stroke {
  stroke: #2CA5DE;
}
.dark-blue-stroke {
  stroke: #005a7d;
}
.main-green-stroke {
  stroke: #83B441;
}
.main-gray-stroke {
  stroke: #343434;
}
.white-stroke {
  stroke: #fff;
}
.tac {
  text-align: center;
}
#grids {
  opacity: 1;
}
.grid-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 69.5rem;
  margin: 0 auto;
}
.grid-container.fluid {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 100%;
  margin: 0 auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}
.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cell {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.cell.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}
.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.33333%;
}
.grid-x > .small-2 {
  width: 16.66667%;
}
.grid-x > .small-3 {
  width: 25%;
}
.grid-x > .small-4 {
  width: 33.33333%;
}
.grid-x > .small-5 {
  width: 41.66667%;
}
.grid-x > .small-6 {
  width: 50%;
}
.grid-x > .small-7 {
  width: 58.33333%;
}
.grid-x > .small-8 {
  width: 66.66667%;
}
.grid-x > .small-9 {
  width: 75%;
}
.grid-x > .small-10 {
  width: 83.33333%;
}
.grid-x > .small-11 {
  width: 91.66667%;
}
.grid-x > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}
.grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.grid-margin-x > .cell {
  width: calc(100% - 1.875rem);
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.875rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.875rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.875rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.875rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.875rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.875rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.875rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.875rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.875rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.875rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.875rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.grid-padding-x > .cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.small-up-1 > .cell {
  width: 100%;
}
.small-up-2 > .cell {
  width: 50%;
}
.small-up-3 > .cell {
  width: 33.33333%;
}
.small-up-4 > .cell {
  width: 25%;
}
.small-up-5 > .cell {
  width: 20%;
}
.small-up-6 > .cell {
  width: 16.66667%;
}
.small-up-7 > .cell {
  width: 14.28571%;
}
.small-up-8 > .cell {
  width: 12.5%;
}
@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.875rem);
}
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.875rem);
}
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.875rem);
}
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.875rem);
}
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.875rem);
}
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.875rem);
}
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.875rem);
}
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.33333%;
}
.small-margin-collapse > .small-2 {
  width: 16.66667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.33333%;
}
.small-margin-collapse > .small-5 {
  width: 41.66667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.33333%;
}
.small-margin-collapse > .small-8 {
  width: 66.66667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.33333%;
}
.small-margin-collapse > .small-11 {
  width: 91.66667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}
.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.9375rem);
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.9375rem);
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.9375rem);
}
.small-offset-3 {
  margin-left: 25%;
}
.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.9375rem);
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.9375rem);
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.9375rem);
}
.small-offset-6 {
  margin-left: 50%;
}
.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.9375rem);
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.9375rem);
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.9375rem);
}
.small-offset-9 {
  margin-left: 75%;
}
.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.9375rem);
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.9375rem);
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.9375rem);
}
@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.33333%;
}
.grid-y > .small-2 {
  height: 16.66667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.33333%;
}
.grid-y > .small-5 {
  height: 41.66667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.33333%;
}
.grid-y > .small-8 {
  height: 66.66667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.33333%;
}
.grid-y > .small-11 {
  height: 91.66667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
.grid-padding-y > .cell {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
.grid-margin-y > .cell {
  height: calc(98.125%);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.875rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.875rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.875rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.875rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.875rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.875rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.875rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.875rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.875rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.875rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.875rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}
.cell .grid-frame {
  width: 100%;
}
.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}
.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}
.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.875rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.875rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.875rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.875rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.875rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.875rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.875rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.875rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.875rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.875rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.875rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(101.875vh);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(101.875vh);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(101.875vh);
  }
}
.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
  justify-content: center;
}
.align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.align-center-middle {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -ms-flexbox;
  display: flex;
}
.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
/*--------------------------------------------------------------
## Show/Hide Classes
--------------------------------------------------------------*/
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 75em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
#paddings {
  opacity: 1;
}
/*--------------------------------------------------------------
## Horizontal + Vertical padding
--------------------------------------------------------------*/
/****vertical****/
.y-padding-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.y-padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.y-padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.y-padding-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.y-padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.y-padding-10-60 {
  padding-top: 10px;
  padding-bottom: 60px;
}
.y-padding-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.y-padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.y-padding-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.y-padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.y-padding-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}
.y-padding-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.y-padding-165 {
  padding-top: 165px;
  padding-bottom: 165px;
}
.y-padding-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.y-padding-195 {
  padding-top: 195px;
  padding-bottom: 195px;
}
.y-padding-210 {
  padding-top: 210px;
  padding-bottom: 210px;
}
.y-padding-225 {
  padding-top: 225px;
  padding-bottom: 225px;
}
/****horizontal****/
.x-padding-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.x-padding-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.x-padding-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.x-padding-45 {
  padding-left: 45px;
  padding-right: 45px;
}
.x-padding-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.x-padding-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.x-padding-90 {
  padding-left: 90px;
  padding-right: 90px;
}
.x-padding-105 {
  padding-left: 105px;
  padding-right: 105px;
}
.x-padding-120 {
  padding-left: 120px;
  padding-right: 120px;
}
.x-padding-135 {
  padding-left: 135px;
  padding-right: 135px;
}
.x-padding-150 {
  padding-left: 150px;
  padding-right: 150px;
}
.x-padding-165 {
  padding-left: 165px;
  padding-right: 165px;
}
.x-padding-180 {
  padding-left: 180px;
  padding-right: 180px;
}
.x-padding-195 {
  padding-left: 195px;
  padding-right: 195px;
}
.x-padding-210 {
  padding-left: 210px;
  padding-right: 210px;
}
.x-padding-225 {
  padding-left: 225px;
  padding-right: 225px;
}
@media print, screen and (min-width: 40em) {
  .medium-y-padding-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .medium-y-padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .medium-y-padding-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .medium-y-padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .medium-y-padding-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .medium-y-padding-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .medium-y-padding-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .medium-y-padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .medium-y-padding-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .medium-y-padding-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .medium-y-padding-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .medium-y-padding-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .medium-y-padding-195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .medium-y-padding-210 {
    padding-top: 210px;
    padding-bottom: 210px;
  }
  .medium-y-padding-225 {
    padding-top: 225px;
    padding-bottom: 225px;
  }
  /****horizontal****/
  .medium-x-padding-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .medium-x-padding-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .medium-x-padding-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .medium-x-padding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .medium-x-padding-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .medium-x-padding-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .medium-x-padding-105 {
    padding-left: 105px;
    padding-right: 105px;
  }
  .medium-x-padding-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .medium-x-padding-135 {
    padding-left: 135px;
    padding-right: 135px;
  }
  .medium-x-padding-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .medium-x-padding-165 {
    padding-left: 165px;
    padding-right: 165px;
  }
  .medium-x-padding-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .medium-x-padding-195 {
    padding-left: 195px;
    padding-right: 195px;
  }
  .medium-x-padding-210 {
    padding-left: 210px;
    padding-right: 210px;
  }
  .medium-x-padding-225 {
    padding-left: 225px;
    padding-right: 225px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-y-padding-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .large-y-padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .large-y-padding-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .large-y-padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .large-y-padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .large-y-padding-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .large-y-padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .large-y-padding-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .large-y-padding-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .large-y-padding-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .large-y-padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .large-y-padding-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .large-y-padding-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .large-y-padding-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .large-y-padding-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .large-y-padding-195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .large-y-padding-210 {
    padding-top: 210px;
    padding-bottom: 210px;
  }
  .large-y-padding-225 {
    padding-top: 225px;
    padding-bottom: 225px;
  }
  /****horizontal****/
  .large-x-padding-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .large-x-padding-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .large-x-padding-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .large-x-padding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .large-x-padding-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .large-x-padding-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .large-x-padding-105 {
    padding-left: 105px;
    padding-right: 105px;
  }
  .large-x-padding-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .large-x-padding-135 {
    padding-left: 135px;
    padding-right: 135px;
  }
  .large-x-padding-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .large-x-padding-165 {
    padding-left: 165px;
    padding-right: 165px;
  }
  .large-x-padding-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .large-x-padding-195 {
    padding-left: 195px;
    padding-right: 195px;
  }
  .large-x-padding-210 {
    padding-left: 210px;
    padding-right: 210px;
  }
  .large-x-padding-225 {
    padding-left: 225px;
    padding-right: 225px;
  }
}
#margins {
  opacity: 1;
}
/*--------------------------------------------------------------
## Horizontal + Vertical margin
--------------------------------------------------------------*/
/****horizontal****/
.x-margin-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.x-margin-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.x-margin-45 {
  margin-left: 45px;
  margin-right: 45px;
}
.x-margin-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.x-margin-75 {
  margin-left: 75px;
  margin-right: 75px;
}
.x-margin-90 {
  margin-left: 90px;
  margin-right: 90px;
}
.x-margin-105 {
  margin-left: 105px;
  margin-right: 105px;
}
.x-margin-120 {
  margin-left: 120px;
  margin-right: 120px;
}
.x-margin-135 {
  margin-left: 135px;
  margin-right: 135px;
}
.x-margin-150 {
  margin-left: 150px;
  margin-right: 150px;
}
.x-margin-165 {
  margin-left: 165px;
  margin-right: 165px;
}
.x-margin-180 {
  margin-left: 180px;
  margin-right: 180px;
}
.x-margin-195 {
  margin-left: 195px;
  margin-right: 195px;
}
.x-margin-210 {
  margin-left: 210px;
  margin-right: 210px;
}
.x-margin-225 {
  margin-left: 225px;
  margin-right: 225px;
}
@media print, screen and (min-width: 40em) {
  .medium-x-margin-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .medium-x-margin-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .medium-x-margin-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .medium-x-margin-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .medium-x-margin-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .medium-x-margin-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .medium-x-margin-105 {
    margin-left: 105px;
    margin-right: 105px;
  }
  .medium-x-margin-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .medium-x-margin-135 {
    margin-left: 135px;
    margin-right: 135px;
  }
  .medium-x-margin-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .medium-x-margin-165 {
    margin-left: 165px;
    margin-right: 165px;
  }
  .medium-x-margin-180 {
    margin-left: 180px;
    margin-right: 180px;
  }
  .medium-x-margin-195 {
    margin-left: 195px;
    margin-right: 195px;
  }
  .medium-x-margin-210 {
    margin-left: 210px;
    margin-right: 210px;
  }
  .medium-x-margin-225 {
    margin-left: 225px;
    margin-right: 225px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-x-margin-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .large-x-margin-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .large-x-margin-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .large-x-margin-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .large-x-margin-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .large-x-margin-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .large-x-margin-105 {
    margin-left: 105px;
    margin-right: 105px;
  }
  .large-x-margin-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .large-x-margin-135 {
    margin-left: 135px;
    margin-right: 135px;
  }
  .large-x-margin-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .large-x-margin-165 {
    margin-left: 165px;
    margin-right: 165px;
  }
  .large-x-margin-180 {
    margin-left: 180px;
    margin-right: 180px;
  }
  .large-x-margin-195 {
    margin-left: 195px;
    margin-right: 195px;
  }
  .large-x-margin-210 {
    margin-left: 210px;
    margin-right: 210px;
  }
  .large-x-margin-225 {
    margin-left: 225px;
    margin-right: 225px;
  }
}
/****vertical****/
.y-margin-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.y-margin-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.y-margin-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.y-margin-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.y-margin-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.y-margin-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.y-margin-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}
.y-margin-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.y-margin-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}
.y-margin-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.y-margin-165 {
  margin-top: 165px;
  margin-bottom: 165px;
}
.y-margin-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}
.y-margin-195 {
  margin-top: 195px;
  margin-bottom: 195px;
}
.y-margin-210 {
  margin-top: 210px;
  margin-bottom: 210px;
}
.y-margin-225 {
  margin-top: 225px;
  margin-bottom: 225px;
}
@media print, screen and (min-width: 40em) {
  .medium-y-margin-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .medium-y-margin-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .medium-y-margin-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .medium-y-margin-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .medium-y-margin-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .medium-y-margin-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .medium-y-margin-105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .medium-y-margin-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .medium-y-margin-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .medium-y-margin-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .medium-y-margin-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }
  .medium-y-margin-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .medium-y-margin-195 {
    margin-top: 195px;
    margin-bottom: 195px;
  }
  .medium-y-margin-210 {
    margin-top: 210px;
    margin-bottom: 210px;
  }
  .medium-y-margin-225 {
    margin-top: 225px;
    margin-bottom: 225px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-y-margin-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .large-y-margin-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .large-y-margin-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .large-y-margin-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .large-y-margin-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .large-y-margin-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .large-y-margin-105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .large-y-margin-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .large-y-margin-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .large-y-margin-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .large-y-margin-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }
  .large-y-margin-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .large-y-margin-195 {
    margin-top: 195px;
    margin-bottom: 195px;
  }
  .large-y-margin-210 {
    margin-top: 210px;
    margin-bottom: 210px;
  }
  .large-y-margin-225 {
    margin-top: 225px;
    margin-bottom: 225px;
  }
}
@font-face {
  font-family: 'lg';
  src: url(../../../../../../../../../themes/thrive/assets/fonts/lg.eot?n1z373);
  src: url("../../../../../../../../../themes/thrive/assets/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url(../../../../../../../../../themes/thrive/assets/fonts/lg.woff?n1z373) format("woff"), url(../../../../../../../../../themes/thrive/assets/fonts/lg.ttf?n1z373) format("truetype"), url("../../../../../../../../../themes/thrive/assets/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\f054";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\f053";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: transparent;
}
.lg-toolbar #lg-share,
.lg-toolbar #lg-actual-size,
.lg-toolbar #lg-zoom-out,
.lg-toolbar #lg-zoom-in,
.lg-toolbar #lg-download,
.lg-toolbar .lg-fullscreen,
.lg-toolbar .lg-autoplay-button {
  display: none !important;
}
.lg-toolbar * {
  color: #fff !important;
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: var(--wpr-bg-075bc93f-7484-4840-b06c-d42ec508917b) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: var(--wpr-bg-58a733db-eaf9-42df-976c-b6c23b6dde68) no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent var(--wpr-bg-8d678fbc-7be5-4b74-b2ee-b933a774b2a6) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: var(--wpr-bg-c8281d45-4417-4332-8944-1004976e4339) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: var(--wpr-bg-dcf042f2-d2f0-4990-bd98-85bac7e45c18) no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07000000000000001);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.group {
  *zoom: 1;
}
.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}
.group:after {
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: var(--wpr-bg-8c13edad-f7a5-44bd-9a9c-b5a78ed591ac) no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 45, 63, 0.95);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
#default {
  opacity: 1;
}
.img-capt {
  color: #009448;
  font-style: italic;
}
.p-09 {
  font-size: 0.9em;
  font-style: italic;
}
.mb-20 {
  margin-bottom: 20px;
}
.postid-3464 .medium-4.cell {
  display: none;
}
html {
  background-color: #005a7d;
}
#page {
  overflow-x: hidden;
}
.site-header {
  background-color: #fff;
}
a.facebooks {
  color: #fff;
  background-color: #009448;
  padding: 10px 12px 5px;
}
a.facebooks i {
  font-size: 1.325rem;
  color: #fff;
}
a.facebooks:hover {
  background-color: #005a7d;
}
a {
  outline: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
  outline: none;
  text-decoration: none;
}
#custom_html-2,
#custom_html-4 {
  vertical-align: middle;
}
#custom_html-2 a,
#custom_html-4 a,
#custom_html-2 span.sun,
#custom_html-4 span.sun {
  display: inline-block;
  position: relative;
  float: none;
  margin: 0 2px;
  vertical-align: middle;
  max-height: 42px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
#custom_html-4 .custom-html-widget > * {
  vertical-align: middle;
}
#custom_html-4 .new-hbtn {
  background-color: #009448;
  display: inline-block;
  position: relative;
  text-align: left;
}
#custom_html-4 .new-hbtn a {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  line-height: 1;
  padding: 6px 8px 1px;
}
#custom_html-4 .new-hbtn a:hover {
  background-color: transparent;
}
#custom_html-4 .new-hbtn a:nth-of-type(2) {
  padding-top: 2px;
  padding-bottom: 5px;
}
a.sun {
  padding: 8px 8px 5px;
  width: 43px;
  height: 42px;
  overflow: hidden;
  display: inline-block;
}
a.sun:hover {
  background-color: #f6f6f6;
}
span.sun {
  padding: 2px 2px 5px;
  width: 43px;
  height: 42px;
  overflow: hidden;
  display: inline-block;
}
span.sun:hover {
  background-color: #f6f6f6;
}
#wpc-weather {
  padding: 0 !important;
  width: 45px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
#wpc-weather .location_name,
#wpc-weather .today {
  display: none;
}
#wpc-weather .time_symbol svg {
  margin: 0 !important;
  width: 50px !important;
  height: 50px !important;
  left: -6px;
  top: -8px;
  position: relative;
  fill: #005a7d !important;
}
.bg-green {
  background-color: #009448;
  color: #fff;
}
.bg-green:hover {
  background-color: #005a7d;
  color: #fff;
}
.bg-green.button {
  border-width: 0;
  font-weight: 400;
  letter-spacing: 1px;
}
.btn {
  display: inline-block;
  background-color: #666;
  color: #fff;
  text-transform: uppercase;
  padding: 1.15rem 1.5rem 0.85rem;
  font-size: 20px;
  line-height: 1em;
  min-width: 290px;
  max-width: 100%;
  text-align: center;
  letter-spacing: 1px;
}
.btn:hover {
  background-color: #00a2c5;
  color: #f8f8f8;
}
.btn.border-f {
  border: 1px solid #fff !important;
}
.btn-blue {
  background-color: #005a7d;
}
.btn-green {
  background-color: #009448;
}
.btn-blue-light {
  background-color: #00a2c5;
}
.btn-blue-light:hover {
  background-color: #005a7d !important;
}
.bttop {
  display: inline-block;
  position: relative;
  color: #005a7d;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 0.5em;
  border-top: 4px solid rgba(8, 147, 74, 0.5);
  margin-top: 68px;
}
.bttop:before {
  position: absolute;
  top: -74px;
  content: ' ';
  display: block;
  background: var(--wpr-bg-25cb6e3e-a131-4a5d-a589-969732495f20) center top no-repeat;
  min-height: 63px;
  width: 100%;
}
.cyan {
  color: #00a2c5;
}
span.cyan {
  font-weight: 600;
}
a.cyan {
  font-weight: 600;
}
.blue-light {
  color: #00a2c5;
}
.blue {
  color: #005a7d;
}
.ttu {
  text-transform: uppercase;
}
.qte {
  font-size: 5rem;
  line-height: 5px;
  position: relative;
  bottom: -2.3rem;
}
.testimonial {
  padding: 15px;
}
.testimonial p {
  font-size: 17px;
  font-weight: 500;
  padding-top: 18px;
}
.testimonial h5 {
  color: #005a7d;
  font-style: italic;
  font-size: 20px;
  padding-left: 1.2em;
  font-weight: 600;
}
.testimonial h5 span {
  margin-left: -1.2em;
}
.pull-right-img {
  margin-right: -29em;
}
.pull-right-img img {
  position: relative;
  width: 100%;
  height: auto;
  right: -2em;
}
.pull-left-img {
  margin-left: -24.2em;
}
.pull-left-img img {
  position: relative;
  width: 100%;
  height: auto;
  left: -2em;
}
.green-ligh-bg {
  position: relative;
}
.green-ligh-bg:before {
  background-color: rgba(186, 224, 205, 0.6);
  position: absolute;
  width: 300%;
  height: 100%;
  content: '';
  top: 0;
}
.green-ligh-bg:before {
  left: -20em;
}
.green-ligh-bg > div {
  position: relative;
  z-index: 2;
}
.green-ligh-bg-100-100 {
  position: relative;
}
.green-ligh-bg-100-100:before {
  background-color: rgba(186, 224, 205, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
}
.green-ligh-bg-100-100 > div {
  position: relative;
  z-index: 2;
}
.sched {
  width: 44.66667%;
  background: var(--wpr-bg-44d26252-fc6d-4d58-98e0-1ca1dd5743e9) no-repeat center center;
  background-size: cover;
}
.sched > div {
  border: 2px solid #fff;
  padding: 2em;
}
.pt40 {
  padding-top: 40px;
}
.bd-t-b-10-fff {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.fz18,
.fz18 * {
  font-size: 18px;
}
.fz32,
.fz32 * {
  font-size: 32px;
}
.bg-blue {
  background-image: var(--wpr-bg-717dc302-9937-42c3-82f6-8dbd88f0fc09);
  background-size: cover;
  padding: 15px;
}
.bg-blue div {
  border: 2px solid #fff;
  padding: 2em 1em;
  z-index: 999;
}
.bg-blue a {
  border-color: #fff;
  border-width: 2px;
  color: #fff;
}
.bg-blue .button {
  line-height: 1.1em;
  letter-spacing: 1px;
}
.bg-blue-2 {
  background-size: cover;
  padding: 15px 30px;
  width: 100%;
}
.bg-blue-2 div {
  border: 2px solid #fff;
  z-index: 999;
  padding: 10px;
}
.bg-blue-2 .a-vertical a {
  border-color: #fff;
  border-width: 2px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.my-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  align-content: center;
}
.a-vertical {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.a-vertical a {
  width: auto !important;
  padding: 18px 20px 12px;
  line-height: 1.1em;
}
.a-vertical a:hover {
  background-color: #005a7d;
  border-color: #005a7d;
}
.carousel-wrpr {
  position: relative;
}
.carousel-wrpr .owl-carousel {
  left: 0;
  top: 0;
}
.carousel-wrpr .owl-carousel .owl-nav,
.carousel-wrpr .owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  width: 500px;
  max-width: 100%;
}
.carousel-wrpr .owl-carousel .owl-dots {
  width: 145px !important;
  float: left;
  left: 204px;
  overflow: hidden;
}
.carousel-wrpr .owl-carousel .owl-dots .owl-dot {
  padding: 18px 0 !important;
}
.carousel-wrpr .owl-carousel .owl-dot:active,
.carousel-wrpr .owl-carousel .owl-dot:focus {
  outline: none;
}
.carousel-wrpr .owl-carousel .owl-nav {
  background-color: rgba(0, 90, 125, 0.75);
  left: 0;
}
.carousel-wrpr .owl-carousel .owl-nav:before {
  content: 'Photo Gallery';
  color: #fff;
  display: inline-block;
  float: left;
  margin-right: 20px;
  position: relative;
  top: 16px;
  padding-left: 20px;
  text-transform: uppercase;
}
.carousel-wrpr .owl-carousel .owl-nav button {
  display: inline-block;
  width: 20%;
}
.carousel-wrpr .owl-carousel .owl-nav button span {
  position: relative;
  font-size: 30px;
  bottom: -2px;
}
.carousel-wrpr .owl-carousel .owl-nav button:hover,
.carousel-wrpr .owl-carousel .owl-nav button:active,
.carousel-wrpr .owl-carousel .owl-nav button:focus {
  outline: none;
  background-color: transparent;
}
.carousel-wrpr .owl-carousel .owl-nav * {
  color: #fff;
}
.carousel-wrpr .owl-carousel .owl-nav .owl-prev {
  float: left;
  text-align: left;
  padding-left: 5px !important;
}
.carousel-wrpr .owl-carousel .owl-nav .owl-next {
  float: right;
  text-align: right;
  padding-right: 20px !important;
}
.carousel-wrpr-left .owl-carousel .owl-nav {
  left: initial;
  right: 0;
}
.carousel-wrpr-left .owl-carousel .owl-dots {
  float: right;
  left: initial;
  right: 157px;
}
div.owl-dots {
  vertical-align: middle;
}
div.owl-dots .owl-dot {
  vertical-align: middle;
}
.posts-navigation {
  padding: 0;
  width: 100%;
}
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
  width: 49.6%;
}
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
  font-size: 14px;
}
.posts-navigation a:after,
.posts-navigation a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  position: relative;
  bottom: -2.5px;
}
.posts-navigation .nav-previous {
  float: right;
}
.posts-navigation .nav-previous a:after {
  content: "\f105";
  padding-left: 7px;
}
.posts-navigation .nav-next {
  float: left;
}
.posts-navigation .nav-next a:before {
  content: "\f104";
  padding-right: 7px;
}
.mt10 {
  margin-top: 10px;
}
.terracota-bg {
  background-color: #dc6d51;
}
.terracota-bg,
.terracota-bg * {
  color: #fff;
}
.terracota-bg h1,
.terracota-bg h2,
.terracota-bg h3,
.terracota-bg h4 {
  text-transform: uppercase;
  line-height: 1.2em;
}
.terracota-bg h2 {
  margin-bottom: 1.9rem;
}
.blue-bg {
  background-color: #005a7d;
  margin-top: 10px;
  padding-top: 0 !important;
}
.blue-bg,
.blue-bg * {
  color: #fff;
}
.blue-bg .cell {
  text-align: center;
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
  padding-top: 0;
}
.blue-bg .cell-inner {
  display: block;
}
.blue-bg .cell-inner img {
  width: 100%;
  height: auto;
}
.blue-bg .cell-inner a {
  display: block;
}
.blue-bg .cell-inner a:hover img {
  opacity: 0.92;
}
.btns {
  background-color: #0082ca;
  display: block;
  min-width: initial;
  padding: 0.95rem  0.6rem 0.6rem ;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  text-transform: uppercase;
}
.btns:hover {
  color: #fff;
  background-color: #008dac !important;
}
.terracota-page h3 {
  font-size: 15px;
  margin-bottom: 0 !important;
  margin-top: 5px;
  letter-spacing: 1.5px;
}
.bg-green {
  background-color: #009448;
  color: #fff;
}
.bg-green.hero {
  border-color: #dc6d51;
}
.bg-terracota {
  background-color: #dc6d51;
  color: #fff;
}
.bg-terracota.hero {
  border-color: #dc6d51;
}
.bg-light-blue {
  background-color: #19a4c5;
  color: #fff;
}
.bg-light-blue.hero {
  border-color: #19a4c5;
}
.button.hero {
  padding: 14px 10px 6px;
  font-weight: 600;
}
.button.hero:hover {
  color: #fff;
  background-color: #005a7d;
  border-color: #005a7d;
}
.sdets {
  display: block;
  text-align: left;
}
.sdets h3 {
  color: #005a7d;
}
.sdets h3,
.sdets p {
  margin-bottom: 9px;
  line-height: 1em;
}
.fplns {
  background-color: #009448;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: 1.3px;
  padding-top: 12px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.apipe {
  display: inline-block;
  padding: 0 5.5px;
}
.mb0 {
  margin-bottom: 0 !important;
}
#media_image-5 a {
  display: block;
  margin-bottom: 25px;
}
#media_image-5 a img {
  display: block;
  min-width: 80%;
}
.renderings .cover h3 {
  color: #005a7d;
  font-size: 16px;
  text-align: center;
  font-weight: 600 !important;
}
.renderings .cover a {
  display: block;
}
.renderings .cover a img {
  width: 100%;
}
/*---------------------------------------------------------------------------------------------------------------------
PAGE-SPECIFIC STYLES
---------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------
# Login Page
--------------------------------------------------------------*/
#site-navigation {
  padding-top: 1.5em;
}
.page h1.entry-title {
  display: none !important;
  opacity: 0;
}
/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Intro
--------------------------------------------------------------*/
.wexpansion-elcome-banner h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.1em;
}
.wexpansion-elcome-banner h3 span {
  display: block;
  font-size: 1.85em;
  line-height: 1em;
  margin-top: 0.11em;
  letter-spacing: 0.07em;
}
.home-wrap {
  background: var(--wpr-bg-ae717050-d888-4f33-80f6-aef5f6147600) no-repeat center top;
  background-size: cover;
}
.welcome-banner {
  color: #fff;
  padding: 20px 15px;
  font-size: 21px;
  line-height: 1em;
  position: relative;
  font-weight: 100;
  border: 3.5px solid rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
  max-width: 95%;
}
.welcome-banner span {
  position: relative;
  bottom: -0.19em;
}
.home-vids {
  position: relative;
}
.home-vids iframe {
  background-color: #000;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.home-vids iframe + .play-head {
  display: none !important;
}
.light-blue-text {
  color: #00a2c5;
}
.bg-fff {
  background-color: #fff;
}
.live-well,
.experience {
  font-size: 1.125rem;
}
.play-head {
  position: relative;
  top: -1.52rem;
}
.play-head .plays {
  display: inline-block;
  background-color: #fff;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  padding: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.play-head i {
  color: #005a7d;
  position: relative;
  right: -3px;
  font-size: 1.7em;
}
.play-head .plays:hover {
  background-color: #005a7d;
  cursor: pointer;
}
.play-head .plays:hover i {
  color: #fff;
}
@media screen and (max-width: 40em) {
  .welcome-banner {
    transform: scale(0.8);
  }
}
/*--------------------------------------------------------------
## Video Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Navigation Section
--------------------------------------------------------------*/
.home .site-footer .cta-button {
  display: none;
}
.home-navigation-block {
  background: var(--wpr-bg-4be573cb-4b4e-4b08-9d45-bba7b79fff9f) no-repeat center center;
  background-size: cover;
  border-bottom: 10px solid #fff;
}
.toast-couple {
  background: var(--wpr-bg-cc4fd00a-227b-4ebe-bdd5-ff38f5c12e5f) no-repeat center center;
  background-size: cover;
}
.gr-explore {
  padding: 5px 0;
}
.gr-explore h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0.75rem;
  letter-spacing: 0.1rem;
}
.nav-block {
  padding: 5px 0;
}
.grid-x.nav-block > div {
  padding: 0 10px;
}
.nav-block .button {
  color: #fff;
  border: 2px solid #fff;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
  font-size: 1.25rem;
}
.nav-block .button.hero {
  display: block;
  width: 100%;
}
.nav-block .button:hover,
.nav-block .button:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  z-index: 999;
}
@media screen and (min-width: 40em) {
  body .nav-block .alt-buttons .button:nth-child(1) {
    background-color: rgba(0, 70, 121, 0.8) !important;
  }
  body .nav-block .alt-buttons .button:nth-child(1):hover {
    background-color: #005a7d !important;
  }
  body .nav-block .alt-buttons .button:nth-child(2) {
    background-color: rgba(131, 180, 65, 0.8) !important;
  }
  body .nav-block .alt-buttons .button:nth-child(2):hover {
    background-color: #83B441 !important;
  }
  body .nav-block .alt-buttons .button:nth-child(3) {
    background-color: rgba(44, 165, 222, 0.8) !important;
  }
  body .nav-block .alt-buttons .button:nth-child(3):hover {
    background-color: #2CA5DE !important;
  }
}
/*--------------------------------------------------------------
  # Interactive Map Page
  --------------------------------------------------------------*/
/**** overall styles ****/
.map-container {
  display: inline-block;
}
.map-container,
.map-marker-content {
  position: relative;
}
.map-marker-container,
.map-details-container {
  position: absolute;
}
.map-marker {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  background: #005a7d;
  color: #fff;
  text-align: center;
  border-radius: 500px;
  cursor: pointer;
}
.map-details-container {
  top: 0;
  margin-top: -103px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  z-index: 999;
}
.map-details {
  position: relative;
  width: 200px;
  padding: 10px;
  background: #fff;
}
.map-details img {
  margin: 0;
}
.map-details h2 {
  padding: 5px;
  margin: -7px 0 0;
  background: #005a7d;
  color: #fff;
  font-size: 10px;
}
/**** Hover right ****/
.map-marker-content.right .map-details-container {
  left: 65px;
}
.map-marker-content.right .map-details:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -20px;
}
.map-marker-content.right:hover .map-details-container,
.map-marker-content.right:focus .map-details-container {
  left: 40px;
  opacity: 1;
  visibility: visible;
}
/**** Hover left ****/
.map-marker-content.left .map-details-container {
  right: 65px;
}
.map-marker-content.left .map-details:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -20px;
}
.map-marker-content.left:hover .map-details-container,
.map-marker-content.left:focus .map-details-container {
  right: 40px;
  opacity: 1;
  visibility: visible;
}
/**** marker-placements ****/
.map-marker-container.m-01 {
  top: 662px;
  left: 620px;
}
.map-marker-container.m-02 {
  top: 741px;
  left: 673px;
}
.map-marker-container.m-03 {
  top: 741px;
  left: 693px;
}
.map-marker-container.m-04 {
  top: 795px;
  left: 751px;
}
.map-marker-container.m-05 {
  top: 726px;
  left: 703px;
}
.map-marker-container.m-06 {
  top: 673px;
  left: 713px;
}
.map-marker-container.m-07 {
  top: 673px;
  left: 732px;
}
.map-marker-container.m-08 {
  top: 673px;
  left: 750px;
}
.map-marker-container.m-09 {
  top: 673px;
  left: 768px;
}
.map-marker-container.m-10 {
  top: 644px;
  left: 726px;
}
.map-marker-container.m-11 {
  top: 621px;
  left: 664px;
}
.map-marker-container.m-12 {
  top: 619px;
  left: 711px;
}
.map-marker-container.m-13 {
  top: 595px;
  left: 711px;
}
.map-marker-container.m-14 {
  top: 534px;
  left: 662px;
}
.map-marker-container.m-15 {
  top: 493px;
  left: 709px;
}
.map-marker-container.m-16 {
  top: 508px;
  left: 658px;
}
.map-marker-container.m-17 {
  top: 748px;
  left: 753px;
}
.map-marker-container.m-18 {
  top: 660px;
  left: 924px;
}
.map-marker-container.m-19 {
  top: 900px;
  left: 835px;
}
.map-marker-container.m-20 {
  top: 901px;
  left: 521px;
}
.map-marker-container.m-21 {
  top: 856px;
  left: 551px;
}
.map-marker-container.m-22 {
  top: 324px;
  left: 326px;
}
.map-marker-container.m-23 {
  top: 263px;
  left: 150px;
}
.map-marker-container.m-24 {
  top: 689px;
  left: 703px;
}
.map-marker-container.m-25 {
  top: 708px;
  left: 703px;
}
.map-marker-container.m-26 {
  top: 448px;
  left: 548px;
}
.map-marker-container.m-27 {
  top: 870px;
  left: 920px;
}
/*--------------------------------------------------------------
  # Navigator Magazine Page
  --------------------------------------------------------------*/
.issuuembed {
  width: 100%;
  height: 400px;
}
@media print, screen and (min-width: 40em) {
  .navigator-entry:first-of-type .issuuembed {
    height: 600px;
  }
}
/*--------------------------------------------------------------
  # Blog Page
  --------------------------------------------------------------*/
article.thumbnail h2 {
  font-size: 25px;
  text-transform: uppercase;
}
article.thumbnail .img-preview {
  max-height: 250px;
}
@media screen and (min-width: 40em) {
  .post-type-archive-construction article.thumbnail .img-preview {
    max-height: 550px;
  }
  .posts-navigation {
    padding: 20px 15px;
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
  }
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next {
    margin: 5px;
    width: 47.4%;
  }
  .posts-navigation .nav-previous a,
  .posts-navigation .nav-next a {
    font-size: 18px;
  }
  .posts-navigation .nav-previous a:after,
  .posts-navigation .nav-next a:after,
  .posts-navigation .nav-previous a:before,
  .posts-navigation .nav-next a:before {
    bottom: -1.85px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------
SLICK.JS SLIDER
---------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Core
  --------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.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;
}
/*--------------------------------------------------------------
  # Theme
  --------------------------------------------------------------*/
/**** Arrows ****/
.slick-prev,
.slick-next {
  border: 1px solid red;
  z-index: 99999999;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 35px 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #2CA5DE;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #2CA5DE;
  outline: none;
  background: 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: .25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 2rem;
  line-height: 1;
  opacity: .75;
  color: #2CA5DE;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -10px;
}
[dir='rtl'] .slick-prev {
  right: -10px;
  left: auto;
}
.slick-next {
  right: -10px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -10px;
}
/**** Dots ****/
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.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 {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/*--------------------------------------------------------------
  # Custom
  --------------------------------------------------------------*/
/**** core ****/
.slider {
  width: auto;
}
.slider.padded {
  margin: 0 25px;
}
body .slick-prev:before,
body .slick-next:before {
  color: #2CA5DE;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
body .slick-prev:before {
  content: "\f053";
}
body .slick-next:before {
  content: "\f054";
}
/**** specific styles ****/
.slider-for,
.slider-for-sm,
.slider-for-01,
.slider-for-02,
.slider-for-03,
.slider-for-04 {
  margin-bottom: 4px;
}
.slider-for img,
.slider-for-sm img,
.slider-for-01 img,
.slider-for-02 img,
.slider-for-03 img,
.slider-for-04 img {
  width: 100%;
}
.slider-for p,
.slider-for-sm p,
.slider-for-01 p,
.slider-for-02 p,
.slider-for-03 p,
.slider-for-04 p {
  margin-bottom: 0;
}
.slider-nav img,
.slider-nav-sm img,
.slider-nav-01 img,
.slider-nav-02 img,
.slider-nav-03 img,
.slider-nav-04 img {
  width: 150px;
}
.slider-nav .slick-slide,
.slider-nav-sm .slick-slide,
.slider-nav-01 .slick-slide,
.slider-nav-02 .slick-slide,
.slider-nav-03 .slick-slide,
.slider-nav-04 .slick-slide {
  opacity: 0.4;
  margin: 0 2px;
  transition: opacity 0.3s;
}
.slider-nav .slick-slide.slick-current,
.slider-nav-sm .slick-slide.slick-current,
.slider-nav-01 .slick-slide.slick-current,
.slider-nav-02 .slick-slide.slick-current,
.slider-nav-03 .slick-slide.slick-current,
.slider-nav-04 .slick-slide.slick-current {
  opacity: 1;
}
@media screen and (max-height: 35em) {
  .welcome-banner.dark-blue-text {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hentry h1 {
  font-size: 40px;
  line-height: 1.1em;
  margin-bottom: 10px;
}
.hentry h2 {
  font-size: 20px;
  line-height: 1em;
}
.hentry h3 {
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 9px;
}
.fz24 {
  font-size: 1.75rem;
}
.bg-000 {
  background-color: #000;
}
.testimonial-row {
  position: relative;
  padding-bottom: 3.52%;
}
.testimonial-row .testi-wrpr {
  position: relative;
  margin-bottom: 1.4rem;
}
.testimonial-row .testi-wrpr img {
  position: relative;
  z-index: 3;
}
.acf-map {
  width: 100%;
  height: 360px;
  border: none;
  margin: 0;
  background-color: #ddd;
}
.acf-map .gm-style-cc,
.acf-map .thidthis {
  display: none !important;
}
.gm-style-iw h4 {
  color: #005a7d;
  margin-bottom: 5px;
}
.gm-style-iw .address {
  font-weight: 500;
  margin-bottom: 5px;
}
.gm-style-iw .distance {
  margin-bottom: 5px;
}
.gm-style-iw .loc-desc {
  font-weight: 500;
}
.gm-style-iw a.btn {
  padding: 8px 20px 6px;
  display: inline-block;
  background-color: #005a7d;
  font-size: 15px;
}
.location-list {
  padding-left: 0;
  list-style: none;
  counter-reset: item;
}
.location-list li {
  line-height: 1.8em;
  width: 100%;
  counter-increment: item;
  padding-left: 2.1em;
  position: relative;
}
.location-list li a {
  display: inline-block;
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 15px;
}
.location-list li .loc-distance {
  float: right;
  font-weight: 400;
}
.location-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(item);
  background: #00a2c5;
  border-radius: 100%;
  color: white;
  width: 1.45em;
  height: 1.45em;
  line-height: 1.15em;
  text-align: center;
  display: inline-block;
  padding: 6px 5px 3px 6px;
}
.property-list {
  padding-left: 0;
  list-style: none;
  counter-reset: item;
}
.property-list li {
  line-height: 1.8em;
  width: 100%;
  counter-increment: item;
  padding-left: 2.1em;
  position: relative;
  font-weight: 700;
}
.property-list li:hover {
  cursor: pointer;
  color: #009448;
}
.property-list li.a-selected,
.property-list li.active-locs {
  color: #009448;
}
.property-list li a {
  display: inline-block;
  width: 100%;
  color: #000;
  font-weight: 700;
}
.property-list li .loc-distance {
  float: right;
  font-weight: 400;
}
.property-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(item, upper-alpha);
  background: #00a2c5;
  border-radius: 100%;
  color: white;
  width: 1.45em;
  height: 1.45em;
  line-height: 1.15em;
  text-align: center;
  display: inline-block;
  padding: 6px 5px 3px 6px;
}
.property-list-b {
  list-style: none;
  counter-increment: start 5;
}
.property-list-b li:before {
  content: counter(start, upper-alpha);
  counter-increment: start;
}
div#int-map-images-wrpr {
  position: relative;
  padding-bottom: 66%;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
div#int-map-images-wrpr > div {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
}
div#int-map-images-wrpr > div img {
  background-color: #005a7d;
}
.trans {
  outline: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#int-map-images-wrpr .int-map-images {
  opacity: 0;
  background-color: #005a7d;
  outline: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#int-map-images-wrpr .int-map-images:first-of-type {
  opacity: 1;
}
#int-map-images-wrpr .img-selected {
  opacity: 1;
  z-index: 999;
}
.wrpr-property {
  position: relative;
}
.property-points {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.property-points li {
  position: absolute;
  display: inline-block;
  width: auto;
  background-color: rgba(0, 255, 0, 0.05);
}
.property-points li .loc-title {
  font-size: 5px;
  color: transparent;
}
.property-points li:before {
  background-color: #fff;
  color: #005a7d;
  border: 2px solid #005a7d;
  width: 1.9em;
  height: 1.9em;
  padding: 9px 5px 3px 4px;
}
.property-points li.a-selected:before {
  background-color: #00a2c5;
  color: #fff;
  border: 2px solid #00a2c5;
}
.property-points li:hover:before {
  color: #009448;
  border: 2px solid #009448;
}
.property-points li.lock-click-0 {
  left: 12%;
  top: 26%;
}
.property-points li.lock-click-0-b {
  left: 66.4%;
  top: 31%;
}
.property-points li.lock-click-0-b:before {
  content: 'A' !important;
}
.property-points li.lock-click-0-c {
  left: 62.4%;
  top: 56%;
}
.property-points li.lock-click-0-c:before {
  content: 'A' !important;
}
.property-points li.lock-click-0-d {
  left: 81.1%;
  top: 57.9%;
}
.property-points li.lock-click-0-d:before {
  content: 'A' !important;
}
.property-points li.lock-click-1 {
  left: 24.29%;
  top: 66.9%;
}
.property-points li.lock-click-1-b {
  left: 35.29%;
  top: 69.9%;
}
.property-points li.lock-click-1-b:before {
  content: 'B' !important;
}
.property-points li.lock-click-1-c {
  left: 46.4%;
  top: 73.3%;
}
.property-points li.lock-click-1-c:before {
  content: 'B' !important;
}
.property-points li.lock-click-1-d {
  left: 31.99%;
  top: 46%;
}
.property-points li.lock-click-1-d:before {
  content: 'B' !important;
}
.property-points li.lock-click-1-e {
  left: 45%;
  top: 47%;
}
.property-points li.lock-click-1-e:before {
  content: 'B' !important;
}
.property-points li.lock-click-2 {
  left: 31%;
  top: 21%;
}
.property-points li.lock-click-3 {
  left: 42%;
  top: 25%;
}
.property-points li.lock-click-4 {
  left: 48%;
  top: 16%;
}
.property-points li.lock-click-5 {
  left: 53%;
  top: 21%;
}
.property-points li.lock-click-6 {
  left: 57%;
  top: 16%;
}
.property-points li.lock-click-7 {
  left: 43.3%;
  top: 30%;
}
.property-points li.lock-click-8 {
  left: 41%;
  top: 37%;
}
.property-points li.lock-click-9 {
  left: 45%;
  top: 36%;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
.grid-item {
  width: calc(33.33% - 10px) !important;
}
.minh- {
  min-height: 400px;
}
.minh-l {
  min-height: 400px;
}
.hentry ul {
  padding-left: 0;
  line-height: 1.11em;
  list-style-type: none;
  margin-bottom: 1.4em;
}
.hentry ul li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.6em;
}
.hentry ul li:before {
  content: ' ';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 6px;
  height: 6px;
  background-color: #005a7d;
  border-radius: 100%;
}
.fright {
  float: right;
}
img.wauto {
  width: auto;
  height: auto;
  position: relative;
}
.arrow-down {
  text-align: center;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.arrow-down img {
  max-width: 25px;
  height: auto;
}
/*--------------------------------------------------------------
## Page Titles
--------------------------------------------------------------*/
.page-title {
  height: 255px;
  background-color: #e2e2e2;
  position: relative;
}
.category .page-title {
  background-image: var(--wpr-bg-4db4e65a-2b66-4927-904e-b9d6ba20c58b);
}
.category.category-construction-updates .page-title {
  background-image: var(--wpr-bg-546b2ae1-4165-4cb9-960e-7cd563836cb4);
}
.page-title .style-1 {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-title .style-1 h1 {
  display: block;
  padding: 10px;
  margin-bottom: 0;
  width: 100%;
  background: rgba(44, 165, 222, 0.8);
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}
.page-title .style-1 h1:before,
.page-title .style-1 h1:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
.page-title .style-1 h1:before {
  height: 5px;
  background: rgba(131, 180, 65, 0.8);
  top: -5px;
}
.page-title .style-1 h1:after {
  height: 3px;
  background: rgba(0, 70, 121, 0.8);
  top: -8px;
}
.choices-entries {
  position: relative;
  box-sizing: border-box;
}
.choices-entries .mag-issue:first-of-type {
  width: 97% !important;
  position: relative;
}
.choices-entries .mag-issue:first-of-type .contant-body {
  display: block;
}
.choices-entries .mag-issue .contant-body {
  display: none;
}
.choices-entries a.covers {
  background-color: #005a7d;
  display: block;
}
.choices-entries a.covers:hover img {
  opacity: 0.7;
}
.mag-issue {
  box-sizing: border-box;
}
.mag-issue h2 {
  color: #00a2c5;
  font-size: 22px;
}
.feat-post {
  position: relative;
}
.feat-post figure {
  margin: 0;
  padding: 0;
  background-color: #005a7d;
}
.feat-post figure a {
  display: block;
}
.feat-post .feat-post-info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feat-post .feat-post-info a {
  color: #fff;
}
.feat-post .feat-post-info h3 {
  font-size: 42px;
  line-height: 1.05em;
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
}
.feat-post .feat-post-info a.rmore {
  font-size: 22px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 13px 25px 5px;
  text-transform: uppercase;
}
.feat-post .feat-post-info a.rmore:hover {
  background-color: #00a2c5;
  border-color: #00a2c5;
}
.gm-style div.gr-google-marker {
  font-weight: bold;
  color: #005a7d !important;
  font-size: 20px;
  display: block;
  width: 24px;
  text-align: center;
}
.gm-style div.gr-google-marker span {
  display: block;
  text-align: center;
  position: relative;
  margin-left: -3px !important;
  top: -4px !important;
}
.cover-left {
  background-position: top left;
}
.cover-right {
  background-position: top right;
}
.sidebar {
  background-color: #dcefe6;
  padding: 15px;
}
.sidebar h2 {
  color: #fff;
  background-color: #009448;
  border: 1px solid #fff;
  line-height: 1.1em;
  font-size: 25px;
  padding: 0.75em 0.5em 0.2em;
  margin-bottom: 25px;
  text-align: center;
}
.sidebar ul {
  list-style-type: none !important;
  padding-left: 0;
}
.sidebar ul li {
  list-style-type: none !important;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.15em;
  margin-bottom: 0.65em;
  padding-left: 0;
}
.sidebar ul li:before {
  display: none !important;
}
.sidebar ul li a {
  color: #005a7d;
  font-weight: bold;
}
.sidebar ul li a img {
  float: left;
  width: 100px !important;
  height: auto !important;
  margin-top: 0 !important;
}
.sidebar ul li .rpwwt-post-date {
  color: #999;
  font-size: 14px;
  font-style: italic;
}
.single .entry-header h1 {
  color: #005a7d;
  font-size: 30px;
  text-transform: uppercase;
}
.single .post-dates {
  color: #999999;
  font-size: 18px;
  display: block;
  font-style: italic;
  margin-bottom: 1em;
}
.single .entry-footer {
  opacity: 0;
}
.green-header {
  background-color: #009448;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1em;
  padding: 13px 15px 0px;
}
.gr-video-gallery,
.gr-photo-gallery {
  margin-bottom: 3em;
}
.gr-video-gallery .grid-x > div a,
.gr-photo-gallery .grid-x > div a {
  display: block;
  background-color: #ddd;
}
.gr-video-gallery .grid-x > div a .vplays,
.gr-photo-gallery .grid-x > div a .vplays {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  font-size: 3em;
  opacity: 0;
}
.gr-video-gallery .grid-x > div a:hover,
.gr-photo-gallery .grid-x > div a:hover {
  background-color: #000;
}
.gr-video-gallery .grid-x > div a:hover img,
.gr-photo-gallery .grid-x > div a:hover img {
  opacity: 0.45;
}
.gr-video-gallery .grid-x > div a:hover .vplays,
.gr-photo-gallery .grid-x > div a:hover .vplays {
  opacity: 1;
}
.gr-video-gallery .vids-item:first-of-type {
  width: 100%;
  margin-bottom: 30px;
}
.gr-video-gallery .vids-item:first-of-type:after {
  content: 'Different by Design';
  display: block;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  color: #005a7d;
  text-align: center;
  margin-top: 1.875rem;
}
.gr-video-gallery .vids-item {
  position: relative;
  margin-bottom: 1.875rem;
}
.parent-pageid-3567 .gr-video-gallery .vids-item:first-of-type:after {
  content: 'Northside Neighborhood Virtual Flyover';
}
.button.new-btn {
  display: inline-block;
  width: auto;
}
.item-post h2 {
  text-align: center;
  color: #005a7d;
  font-weight: 600;
}
.item-post .entry-content {
  margin-bottom: 20px;
}
.item-post .dark-blue-text {
  color: #999999;
  font-size: 18px;
  font-style: italic;
}
.nav-links {
  text-align: left;
}
.nav-links > div {
  display: inline-block;
  width: 47%;
  text-align: center;
}
.nav-links a {
  color: #005a7d;
  background-color: transparent;
  border: none;
}
.wrpr-btns a:first-of-type {
  margin-bottom: 15px;
}
.bgimg-l {
  background-position: left top;
}
.page-id-171 .bgimg-l,
.page-id-22 .bgimg-l {
  background-position: center top;
}
.fill-grid-content > div {
  max-width: 69rem;
  margin: 0 auto;
}
.wrpr-floor .owl-carousel .item {
  text-align: center;
}
.wrpr-floor .owl-carousel img {
  display: inline-block !important;
  width: auto !important;
  max-width: 280px;
  height: auto;
  text-align: center;
}
.wrpr-floor .owl-carousel img.sandpiper {
  max-width: 210px;
}
.floor-dets {
  padding-left: 15px;
  text-align: left;
}
.floor-dets h4 {
  margin-bottom: 0;
  line-height: 1.14em;
}
.floor-dets p {
  margin-bottom: 0;
  line-height: 1.2em;
}
.floor-dets a {
  display: block;
  width: auto;
  color: #00a2c5;
}
.floor-dets:before,
.floor-dets:after {
  content: '';
  display: table;
  clear: both;
}
.floor-car .owl-carousel {
  position: relative;
}
.floor-car .owl-carousel .owl-dots {
  display: none;
}
.floor-car .owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
.floor-car .owl-carousel .owl-nav * {
  color: #00a2c5 !important;
}
.floor-car .owl-carousel .owl-nav .owl-prev {
  float: left;
  left: -2px;
}
.floor-car .owl-carousel .owl-nav .owl-next {
  float: right;
  right: -2px;
}
.floor-car .owl-carousel .owl-nav button {
  position: relative;
}
.floor-car .owl-carousel .owl-nav button,
.floor-car .owl-carousel .owl-nav span {
  font-size: 45px;
}
.floor-car .owl-carousel .owl-nav button:hover,
.floor-car .owl-carousel .owl-nav span:hover {
  background-color: transparent;
}
.wrpr-special-bg {
  position: relative;
}
.special-bg {
  max-width: 100%;
  margin: auto auto 0;
  position: absolute;
  bottom: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
}
.special-bg .bg-blue div {
  padding: 2.26em 2em;
}
.search-wrpr {
  position: relative;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  outline: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.search-wrpr form {
  width: 100%;
  font-size: 0;
}
.search-wrpr form input {
  display: inline-block;
  float: none;
  vertical-align: top;
  padding: 1.3rem 3rem 0.8rem;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 1.5px;
  height: auto;
}
.search-wrpr form .text {
  width: 75%;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #222;
}
.search-wrpr form .submit {
  width: 25%;
  background: #009448;
  border: 1px solid #009448;
  color: #fff;
}
.search-wrpr form .submit:hover {
  background-color: #005a7d;
  border: 1px solid #005a7d;
}
.search-open .search-wrpr {
  height: auto;
  opacity: 1;
}
.search .search-title {
  font-size: 44px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #005a7d;
  margin-top: 1em;
}
.search .site-main {
  max-width: 69.5rem;
  margin: 0 auto;
  padding: 15px;
}
.search article {
  display: block;
  margin-bottom: 1.35rem;
}
.search article h2 {
  font-size: 29px;
  margin-bottom: 0;
}
.winner {
  background: #009448 var(--wpr-bg-c159b762-5206-43a6-a8f6-44a927a5fc06);
  background-size: cover;
  padding: 10px;
}
.winner .inner-winner {
  border: 1px solid #fff;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
}
.winner .inner-winner * {
  color: #fff;
  font-family: 'Trirong', serif;
}
.winner .inner-winner h4 {
  font-size: 36px;
  line-height: 1.15em;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: block;
}
.winner .inner-winner h5 {
  font-size: 18px;
  display: block;
  width: 100%;
  font-style: italic;
}
.winner .inner-winner p {
  font-size: 20px;
  line-height: 1.15em;
}
.winner .inner-winner .a-vertical {
  background: transparent var(--wpr-bg-92df7107-771f-408f-bfe8-5c0a0eca38f3) center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.winner .inner-winner .wins {
  padding: 10px;
  font-size: 20px;
  line-height: 1.05em;
}
.copyright {
  display: inline-block;
}
.wrpr-fb {
  margin: 0 15px;
}
.wrpr-fb a {
  background-color: transparent;
}
.footer-fb {
  display: inline-block;
}
.gr-photo-gallery .grid-item,
.gr-photo-gallery .loop-insert {
  padding: 5px;
}
.gr-photo-gallery .grid-item img,
.gr-photo-gallery .loop-insert img {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.gr-photo-gallery .grid-item:nth-of-type(1) {
  width: 33.5% !important;
}
.gr-photo-gallery .grid-item:nth-of-type(2) {
  width: 66.4% !important;
}
.gr-photo-gallery .grid-item:nth-of-type(3) {
  width: 41.8% !important;
}
.gr-photo-gallery .grid-item:nth-of-type(4) {
  width: 33.6% !important;
}
.gr-photo-gallery .grid-item:nth-of-type(5) {
  width: 41.8% !important;
}
.gr-photo-gallery .grid-item:nth-of-type(6) {
  width: 24.4% !important;
}
.gr-photo-gallery .grid-item:nth-of-type(7) {
  width: 24.4% !important;
}
.gr-photo-gallery .grid-item:nth-of-type(8) {
  width: 24.4% !important;
}
.gr-photo-gallery .grid-item:nth-of-type(9) {
  width: 59% !important;
}
.gr-photo-gallery .grid-item:nth-of-type(10) {
  width: 41% !important;
}
.gr-photo-gallery .grid-item:nth-of-type(11) {
  width: 41% !important;
}
.gr-photo-gallery .grid-item:nth-of-type(12) {
  width: 33.5% !important;
}
.gr-photo-gallery .grid-item:nth-of-type(13) {
  width: 66.5% !important;
}
.gr-photo-gallery .grid-item:nth-of-type(14) {
  width: 48.51% !important;
}
.gr-photo-gallery .grid-item:nth-of-type(15) {
  width: 27.8% !important;
}
.gr-photo-gallery .grid-item:nth-of-type(16) {
  width: 23.5% !important;
}
.gr-photo-gallery .grid-item:nth-of-type(18) {
  width: 50.5% !important;
}
.gr-photo-gallery .loop-insert {
  width: 49.4% !important;
}
.gr-photo-gallery .bg-blues {
  background-image: var(--wpr-bg-f1a75e51-afe0-4495-b5ba-3aefb5814ac9);
  background-size: cover;
  height: 100%;
}
.gr-photo-gallery .bg-blues > .bg-blue-2 {
  padding: 15px;
  height: 100%;
}
.gr-photo-gallery .bg-blues a {
  background-color: transparent !important;
}
.gr-photo-gallery .bg-blues a:hover {
  border-color: #fff;
}
.expansion-home-wrap {
  height: 255px;
  padding: 9.5% 0 5.5%;
}
.page-id-2657 .terracota-bg {
  display: none;
}
.page-id-2657 .hentry h2 {
  margin-bottom: 15px !important;
}
.page-id-2657 .hentry h1 {
  margin-bottom: 15px !important;
}
.page-id-2657 .medium-8.cell {
  width: 100% !important;
}
.page-template-page-expansion #simple-banner,
.page-template-page-expansion-children #simple-banner,
.postid-3860 #simple-banner {
  display: none !important;
}
.speakers-area {
  display: none;
  padding-top: 0.6rem;
}
.btn-spaekers {
  display: inline-block;
  white-space: nowrap;
  background-color: #009abf;
  color: #fff;
  border: 1px solid #000;
  line-height: 1em;
  position: relative;
  float: none;
  margin: 0 2px;
  vertical-align: middle;
  max-height: 42px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 12px 10px 10px;
  letter-spacing: 0.6px;
}
.btn-spaekers:hover {
  background-color: #fff;
  color: #009abf;
}
.btn-spaekers i {
  font-style: italic !important;
  padding-left: 2px;
  padding-right: 2px;
}
.btn-spaekers span {
  text-decoration: underline !important;
}
.home .speakers-area {
  display: block;
}
.home nav#site-navigation {
  padding-top: 4px;
}
@media print, screen and (min-width: 40em) {
  .expansion-home-wrap {
    height: 345px;
    padding: 4.5% 0 9.5%;
  }
  .page-title {
    height: 280px;
  }
  /***** style 1 ****/
  .page-title .style-1 h1 {
    max-width: 550px;
    margin-left: 100px;
    padding-left: 55px;
  }
  .page-title .style-1 h1:before,
  .page-title .style-1 h1:after {
    height: 48px;
  }
  .page-title .style-1 h1:before {
    top: -48px;
    left: -100px;
    max-width: 500px;
  }
  .page-title .style-1 h1:after {
    top: -96px;
    left: -50px;
    max-width: 600px;
  }
  .community-gallery,
  .member-testimonial-bottom {
    border-bottom: 0.85rem solid #fff;
  }
  .community-gallery .grid-x img {
    width: 100%;
    height: auto;
  }
  .community-gallery .lefts,
  .community-gallery .rights {
    width: 28.756%;
  }
  .community-gallery .centers {
    width: 42.482%;
  }
  .member-testimonial-bottom .lefts,
  .member-testimonial-bottom .rights {
    width: 36.27%;
  }
  .member-testimonial-bottom .centers {
    width: 27.445%;
  }
  .bd-l-r-ff {
    position: relative;
  }
  .bd-l-r-ff:before,
  .bd-l-r-ff:after {
    display: block;
    position: absolute;
    top: 0;
    content: ' ';
    width: 0.85rem;
    height: 100%;
    background-color: #fff;
  }
  .bd-l-r-ff:before {
    left: 0;
  }
  .bd-l-r-ff:after {
    right: 0;
  }
  .bd-b-fff {
    position: relative;
  }
  .bd-b-fff:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    height: 0.7rem;
    width: 100%;
    background-color: #fff;
  }
  .small-12-top {
    position: relative;
  }
  .medium-hide {
    display: none;
  }
  .mag-issue h2 {
    font-size: 25px;
  }
  .testimonial-row .testi-wrpr:before {
    width: 900%;
    z-index: 0;
  }
  .testimonial-row .testi-wrpr img {
    position: relative;
    z-index: 9;
  }
  .special-bg {
    max-width: 280px;
    left: 50%;
    margin-left: -140px;
  }
  .wrpr-fb {
    display: inline-block;
    margin: 0 15px;
  }
}
@media print, screen and (max-width: 40em) {
  .medium-text-center {
    text-align: center !important;
  }
  .owl-theme.owl-carousel .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 4px;
  }
  .carousel-wrpr .owl-carousel .owl-dots {
    width: 125px !important;
    float: left;
    left: 205px;
    overflow: hidden;
  }
}
@media print, screen and (max-width: 39.9375em) {
  #masthead {
    overflow: hidden;
  }
  .logo {
    display: block;
    position: relative;
  }
  .logo:after,
  .logo:before {
    content: '';
    display: table;
    clear: both;
  }
  .logo img {
    max-width: 84%;
  }
  .nav-block .medium-6 {
    padding: 0 23px !important;
  }
  h1,
  h2,
  h3 {
    font-weight: 600;
  }
  .small-text-center {
    text-align: center !important;
  }
  h3.small-text-center {
    display: block;
    width: 100%;
  }
  .sm-mb-0 {
    margin-bottom: 0;
  }
  .sm-pt-0 {
    padding-top: 0 !important;
  }
  .sm-pb-0 {
    padding-bottom: 0 !important;
  }
  .sm-pt-15 {
    padding-top: 15px;
  }
  h3.uppercase {
    font-weight: 600;
  }
  .sm-ch-mt-0 > a:first-of-type {
    margin-top: 0 !important;
  }
  .zimg {
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .zimg:before,
  .zimg:after {
    content: '';
    display: table;
    clear: both;
  }
  .zimg img {
    transform: scale(1.5);
  }
  .btn {
    margin-bottom: 10px;
  }
  .bttop {
    display: none;
  }
  .grid-container.y-padding-45 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid-x.y-padding-10-60 {
    padding-bottom: 0;
  }
  .hentry h1 {
    font-size: 24px;
    font-weight: 500;
  }
  .hentry h2 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
  .text-right,
  .text-left {
    text-align: center;
  }
  .arrow-down {
    display: none;
  }
  .zind-1 {
    background-color: #fff;
    z-index: 1;
  }
  .location-links {
    padding-top: 25px;
  }
  .location-list li {
    padding-left: 1.8em;
  }
  .location-list a {
    font-size: 14px !important;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 23em) {
  .nav-block .medium-6 {
    padding: 0 5px !important;
  }
  .textwidget .fz24 {
    font-size: 18px !important;
  }
}
@media print, screen and (min-width: 48em) {
  .expansion-home-wrap {
    height: 395px;
    padding: 4.5% 0 9.5%;
  }
  .wexpansion-elcome-banner h3 {
    font-size: 2rem;
  }
  .welcome-banner {
    padding: 40px 110px;
    font-size: 41px;
  }
  .play-head {
    top: -1.8em;
  }
  .play-head .plays {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }
  .play-head i {
    right: -3px;
    font-size: 2em;
  }
  .page-title {
    height: 415px;
  }
  .hentry h1 {
    font-size: 45px;
  }
  .hentry h2 {
    font-size: 28px;
  }
  .feat-post figure {
    padding-bottom: 40%;
    background-color: #005a7d;
    overflow: hidden;
    position: relative;
  }
  .feat-post figure a {
    display: block;
  }
  .feat-post figure img {
    position: absolute;
    left: 0;
    top: -5%;
  }
  .terracota-page h3 {
    font-size: 25px;
    margin-top: 5px;
  }
}
@media print, screen and (max-width: 48em) {
  .textwidget .fz24 {
    font-size: 23px;
  }
  .hentry ul li {
    margin-bottom: 0;
    line-height: 1.37em;
  }
  .page-id-22 .minh-l {
    min-height: 374px;
  }
}
@media print, screen and (min-width: 64em) {
  .btn-spaekers {
    font-size: 18px;
  }
  .expansion-home-wrap {
    height: 455px;
    padding: 4.5% 0 9.5%;
  }
  .page-title {
    height: 355px;
  }
  .nav-block {
    padding: 25px;
  }
  .pt20 {
    padding-top: 2em;
  }
  .small-12-top {
    position: relative;
    bottom: -5px;
  }
  .mag-issue h2 {
    font-size: 30px;
  }
  .grid-x > .disma {
    width: 30%;
  }
  .bg-blue-2 .a-vertical a {
    padding: 16px 15px 8px;
    font-size: 16px;
  }
  .loop-insert .bg-blue-2 .a-vertical a {
    padding: 20px 35px 12px;
    font-size: 22px;
  }
  .special-bg {
    max-width: 300px;
    left: 50%;
    margin-left: -150px;
  }
  .wexpansion-elcome-banner h3 {
    font-size: 2.2rem;
  }
  .terracota-page h3 {
    font-size: 38px;
    line-height: 0.8em;
    margin-bottom: 0 !important;
    margin-top: 0;
    position: relative;
    bottom: -0.17em;
  }
  .exsp {
    max-width: 793px;
  }
}
@media screen and (min-width: 40em) and (max-width: 62em) {
  .bg-blue-2 {
    padding: 10px 20px;
  }
  .bg-blue-2 .a-vertical a {
    padding: 11px 5px 3px;
    font-size: 11px;
  }
}
@media screen and (min-width: 40em) and (max-width: 47.99em) {
  .lefts,
  .rights {
    overflow: hidden;
  }
  .lefts img,
  .rights img {
    position: relative;
    left: 0;
    bottom: -21px;
    transform: scale(1.49);
  }
}
@media screen and (min-width: 48.01em) and (max-width: 56.68em) {
  .lefts,
  .rights {
    overflow: hidden;
  }
  .lefts img,
  .rights img {
    position: relative;
    bottom: -8px;
    transform: scale(1.19);
  }
}
@media screen and (min-width: 808px) and (max-width: 1079px) {
  .page-id-190 .large-7.cover.bgimg-l.show-for-medium,
  .page-id-1660 .large-7.cover.bgimg-l.show-for-medium,
  .page-id-190 .large-7,
  .page-id-1660 .large-7 {
    background-position: top right;
    background-size: auto 618px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1420px) {
  .page-id-190 .large-7.cover.bgimg-l.show-for-medium,
  .page-id-1660 .large-7.cover.bgimg-l.show-for-medium,
  .page-id-190 .large-7,
  .page-id-1660 .large-7 {
    background-position: center;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1720px) {
  .page-id-190 .large-7.cover.bgimg-l.show-for-medium,
  .page-id-1660 .large-7.cover.bgimg-l.show-for-medium,
  .page-id-190 .large-7,
  .page-id-1660 .large-7 {
    background-position: 62% 0%;
  }
}
@media screen and (min-width: 1800px) and (max-width: 1950px) {
  .page-id-190 .large-7.cover.bgimg-l.show-for-medium,
  .page-id-1660 .large-7.cover.bgimg-l.show-for-medium,
  .page-id-190 .large-7,
  .page-id-1660 .large-7 {
    background-position: center;
  }
}
@media screen and (min-width: 40.1em) and (max-width: 48em) {
  .grid-x .explore {
    width: 32%;
    padding-right: 0;
  }
  .grid-x .explore .medium-y-padding-30 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
  }
  .grid-x .gr-navs {
    width: 68%;
    padding-right: 0;
    padding-left: 0;
  }
  .grid-x .gr-navs .medium-y-padding-30 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }
}
@media screen and (min-width: 48.1em) and (max-width: 64em) {
  .grid-x > .live-well {
    width: 41.65%;
  }
  .grid-x > .disma {
    width: 41%;
    padding-right: 15px;
  }
  .grid-x > .disma h3 {
    font-size: 1.65rem;
  }
  .grid-x > .dide {
    padding-left: 15px;
  }
  .grid-x .bikes {
    width: 48.55%;
    overflow-x: hidden;
  }
  .grid-x .bikes img {
    transform: scale(1.765);
    position: relative;
    bottom: -76px;
    left: -15px;
  }
  .grid-x .live-well h3 {
    line-height: 1.15em;
    font-size: 1.63rem;
  }
  .grid-x .experience {
    width: 51.45%;
  }
  .grid-x .experience h3 {
    line-height: 1.15em;
    font-size: 1.63rem;
  }
  .grid-x .explore {
    background-color: rgba(0, 0, 255, 0.05);
    width: 32%;
  }
  .grid-x .explore .medium-y-padding-30 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .grid-x .gr-navs {
    background-color: rgba(255, 0, 0, 0.05);
    width: 68%;
  }
  .grid-x .gr-navs .medium-y-padding-30 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-strip {
    margin-bottom: 10px !important;
  }
  .home-strip .medium-3 {
    width: 20.8%;
  }
  .home-strip .bird-watchers {
    width: 37.6%;
    position: relative;
    overflow: hidden;
  }
  .home-strip .bird-watchers img {
    position: absolute;
    left: 0;
    top: 0;
    width: 106%;
    max-width: 106%;
  }
  .fw700 {
    font-weight: 700;
  }
  .terracota-bg .lg-dbl {
    display: block;
  }
}
@media print, screen and (min-width: 75em) {
  .expansion-home-wrap {
    height: 470px;
  }
  .page-title {
    height: 433px;
  }
  .hentry h1 {
    font-size: 48.74444px;
    letter-spacing: 3px;
  }
  .hentry h1.h1s {
    font-size: 48px;
  }
  .hentry h2 {
    font-size: 30px;
  }
  .minh- {
    min-height: 475px;
  }
  .minh-l {
    min-height: 475px;
  }
  .left-cols > div {
    width: 60%;
    max-width: 60%;
    float: right;
    padding-right: 15px;
  }
  .left-cols-70 > div {
    width: 70%;
    max-width: 70%;
  }
  .left-cols > div.bg-blue {
    padding-top: 15px;
    padding-right: 15px;
  }
  .right-cols > div {
    max-width: 65%;
  }
  .right-cols-70 > div {
    max-width: 76%;
  }
  .large-offset {
    margin-right: -190px;
  }
  .dbl {
    display: block;
  }
  #media_image-3 {
    min-height: 80px;
  }
  #media_image-3 img {
    margin-top: 8px;
  }
  .lg-mt-0 {
    top: -1px;
    margin-top: -0.9375rem;
  }
  .special-bg {
    max-width: 495px;
    margin-left: -247px;
  }
  .special-bg div {
    padding: 3.27em 2em;
  }
  .bg-blue div {
    padding: 3.31em 2em;
  }
  img.wauto {
    margin-top: -30px;
  }
  .xl-dbl {
    display: block;
    text-align: center;
  }
  .live-well h3 {
    margin-top: 2.1rem;
  }
  .afit .left-cols {
    padding-top: 0 !important;
    overflow: hidden;
  }
  .afit .left-cols .arrow-down {
    position: relative;
    top: 10%;
  }
  .afit .left-cols .arrow-down img {
    position: relative;
    top: -16px;
  }
  .afit .left-cols > div {
    padding-top: 0;
  }
  .afit .left-cols > div h3 {
    margin-top: 0;
  }
  .cell.reh {
    padding-top: 75px;
  }
  img.nurse-img {
    max-width: 332px;
  }
  .location-list li a {
    font-size: 11.5px;
  }
  .acf-map {
    height: 475px;
  }
  .wrpr-fb {
    display: inline-block;
    margin: 0 35px;
  }
  .gr-photo-gallery .bg-blues a.a-vertical {
    padding: 20px 35px 14px !important;
  }
  .terracota-inner {
    padding: 0 10%;
  }
}
@media print, screen and (min-width: 85em) {
  .expansion-home-wrap {
    height: 500px;
  }
  .bg-blue-2 .a-vertical a {
    padding: 20px 30px 12px;
    font-size: 22px;
  }
  .page-id-1660 .right-cols > div {
    padding-top: 2.04rem;
    padding-bottom: 2.24rem;
  }
  .location-list li a {
    font-size: 13.7px;
  }
  .acf-map {
    height: 433px;
  }
}
@media print, screen and (min-width: 90em) {
  .location-list li a {
    font-size: 14.3px;
  }
  .acf-map {
    height: 460px;
  }
  .winner {
    padding: 20px;
  }
  .winner .inner-winner {
    border: 2px solid #fff;
    padding: 10px;
  }
  .winner .inner-winner h4 {
    font-size: 39px;
  }
  .winner .inner-winner h5 {
    font-size: 22px;
  }
  .winner .inner-winner p {
    font-size: 24px;
    line-height: 1.35em;
  }
  .winner .inner-winner .wins {
    padding: 10px;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 95em) {
  .expansion-home-wrap {
    height: 600px;
  }
  .welcome-banner {
    padding: 60px 110px;
    font-size: 56px;
  }
  .page-title {
    height: 533px;
  }
  .minh- {
    min-height: 575px;
  }
  .minh-l {
    min-height: 475px;
  }
  .gr-explore {
    padding-top: 25px;
    padding-left: 30px;
  }
  .hbody {
    max-width: 790px;
    margin: 0 auto;
    widows: 3;
    orphans: 3;
  }
  .hbody p {
    widows: 3 !important;
    orphans: 3 !important;
  }
  .hbodyh {
    max-width: 820px;
    margin: 0 auto;
    widows: 3;
    orphans: 3;
  }
  .hbodyh p {
    widows: 3 !important;
    orphans: 3 !important;
  }
  .sidebar {
    padding: 34px 30px;
  }
  .location-list li a {
    font-size: 16px;
  }
  .acf-map {
    height: 560px;
  }
  .afit .left-cols .arrow-down {
    top: 45%;
  }
}
@media print, screen and (min-width: 105em) {
  .expansion-home-wrap {
    height: 630px;
  }
  .page-title {
    height: 633px;
  }
  .hentry h1 {
    font-size: 52.44444px;
  }
  .hentry h2 {
    font-size: 32px;
  }
  .left-cols > div {
    width: 60%;
    max-width: 60%;
    float: right;
    padding-right: 30px;
    padding-top: 30px;
  }
  .floor-lefts {
    padding-top: 0;
  }
  .floor-lefts > div {
    padding-top: 0;
    padding-right: 0;
  }
  .bg-blue div {
    padding: 3.26em 2.4em;
  }
  .bg-blue .button {
    padding: 19px 10px 10px;
    font-size: 22px;
    letter-spacing: 1px;
  }
  .bg-blue-2 {
    padding: 19px 34px;
  }
  .bg-blue-2 .a-vertical a {
    padding: 20px 40px 12px;
  }
  .page-id-22 .green-right {
    min-height: 475px;
  }
  .page-id-22 h1 {
    font-size: 45px;
  }
  .page-id-22 .hbody {
    max-width: 1080px;
  }
  .page-id-63 .grass > div {
    padding-top: 85px;
  }
  .page-id-63 .grass > div:first-of-type {
    padding-top: 75px;
  }
  .page-id-63 .thriving > div {
    padding-top: 75px;
  }
  .page-id-1660 .right-cols > div {
    padding-top: 2.64rem;
    padding-bottom: 2.84rem;
  }
  .location-list li a {
    font-size: 17px;
  }
  .acf-map {
    height: 593px;
  }
}
@media print, screen and (min-width: 110em) {
  .expansion-home-wrap {
    height: 660px;
  }
  .location-list li a {
    font-size: 18px;
  }
  .acf-map {
    height: 609px;
  }
}
@media print, screen and (min-width: 125em) {
  .expansion-home-wrap {
    height: 740px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .gr-photo-gallery .grid-item:nth-of-type(14) {
    width: 48.2% !important;
  }
  .gr-photo-gallery .bg-blues a {
    padding: 18px 20px 12px !important;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .gr-photo-gallery .grid-item:nth-of-type(14) {
    width: 48% !important;
  }
  .gr-photo-gallery .bg-blues a {
    padding: 18px 20px 12px !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .g-phone,
  .g-menu {
    position: absolute;
    top: 20px;
  }
  .g-phone {
    left: 20px;
  }
  .g-menu {
    right: 20px;
  }
  .wrpr-logo {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .wrpr-logo-footer #text-4 {
    display: none;
  }
  .wrpr-special-bg .special-bg {
    position: relative;
    margin-top: 450px;
    border-bottom: 10px solid #fff;
  }
  .gr-photo-gallery .grid-item:nth-of-type(14) {
    width: 46.41% !important;
  }
  .gr-photo-gallery .bg-blues .bg-blue-2 {
    padding: 10px;
  }
  .gr-photo-gallery .bg-blues a {
    background-color: transparent !important;
    padding: 18px 9px 12px;
  }
  .wrpr-fb {
    display: none;
  }
}
@media screen and (min-height: 400px) {
  .welcome-banner {
    margin-top: -6.5em;
  }
}
@media screen and (min-height: 481px) {
  .welcome-banner {
    margin-top: -6%;
  }
}
@media screen and (min-height: 550px) {
  .welcome-banner {
    margin-top: -10%;
  }
}
@media screen and (min-height: 666px) {
  .welcome-banner {
    margin-top: -11%;
  }
}
@media screen and (min-height: 800px) {
  .welcome-banner {
    margin-top: -28%;
  }
}
@media screen and (min-height: 850px) {
  .welcome-banner {
    margin-top: -7.5em;
  }
}
@media screen and (min-height: 948px) {
  .welcome-banner {
    margin-top: -7em;
  }
}
@media screen and (min-height: 1000px) {
  .welcome-banner {
    margin-top: -8em;
  }
}
@media screen and (min-height: 1200px) {
  .welcome-banner {
    margin-top: -10em;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: var(--wpr-bg-3ee2380d-151f-4e7a-bc8b-77b4ac8ced68) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 45, 63, 0.9);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}
.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url(/fonts/lg.eot);
  src: url(../../../../../../../../../themes/thrive/assets/fonts/lg.eot) format("embedded-opentype"), url(../../../../../../../../../themes/thrive/assets/fonts/lg.woff) format("woff"), url(../../../../../../../../../themes/thrive/assets/fonts/lg.ttf) format("truetype"), url(../../../../../../../../../themes/thrive/assets/fonts/lg.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: transparent !important;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background: #002d3f;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  width: 100% !important;
  margin-bottom: -5px;
  text-align: center;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
  cursor: pointer;
  float: none !important;
  overflow: hidden;
  height: 100%;
  border: none;
  margin-bottom: 5px;
  display: inline-block;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: var(--wpr-bg-075bc93f-7484-4840-b06c-d42ec508917b) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: var(--wpr-bg-58a733db-eaf9-42df-976c-b6c23b6dde68) no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent var(--wpr-bg-8d678fbc-7be5-4b74-b2ee-b933a774b2a6) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: var(--wpr-bg-c8281d45-4417-4332-8944-1004976e4339) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: var(--wpr-bg-dcf042f2-d2f0-4990-bd98-85bac7e45c18) no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07000000000000001);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: var(--wpr-bg-8c13edad-f7a5-44bd-9a9c-b5a78ed591ac) no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
div.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #002d3f !important;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 0.9;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*# sourceMappingURL=lightgallery.css.map */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-testimonials {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-testimonials:before {
  display: none;
  position: absolute;
  background-color: #d6ece1;
  content: '';
  width: 900%;
  height: 40.8%;
  top: 15px;
  left: -180%;
  z-index: 0;
}
.owl-testimonials .testi-wrpr:before,
.owl-testimonials .testi-wrpr:after {
  position: absolute;
  background-color: #d6ece1;
  content: '';
  width: 120%;
  height: 100%;
  top: 0;
  z-index: 0;
  border-bottom: 1px solid #ddd;
}
.owl-testimonials .testi-wrpr:before {
  left: -10%;
}
.owl-testimonials .testi-wrpr:after {
  right: -10%;
}
.owl-testimonials .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-testimonials .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-testimonials .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-testimonials .owl-wrapper,
.owl-testimonials .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-testimonials .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-testimonials .owl-item img {
  display: block;
  width: 100%;
}
.owl-testimonials .owl-nav {
  position: absolute;
  left: -1%;
  top: 23%;
  width: 102%;
}
.owl-testimonials .owl-nav .owl-prev {
  float: left;
  left: -15px;
}
.owl-testimonials .owl-nav .owl-next {
  float: right;
  right: -15px;
}
.owl-testimonials .owl-nav span {
  font-size: 45px;
}
.owl-testimonials .owl-nav * {
  color: #00a2c5 !important;
}
.owl-testimonials .owl-nav.disabled,
.owl-testimonials .owl-dots.disabled {
  display: none;
}
.owl-testimonials .owl-nav .owl-prev,
.owl-testimonials .owl-nav .owl-next,
.owl-testimonials .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-testimonials .owl-nav button.owl-prev,
.owl-testimonials .owl-nav button.owl-next,
.owl-testimonials button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-testimonials.owl-loaded {
  display: block;
}
.owl-testimonials.owl-loading {
  opacity: 0;
  display: block;
}
.owl-testimonials.owl-hidden {
  opacity: 0;
}
.owl-testimonials.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-testimonials.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-testimonials.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-testimonials.owl-rtl {
  direction: rtl;
}
.owl-testimonials.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-testimonials {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-testimonials .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-testimonials .owl-animated-in {
  z-index: 0;
}
.owl-testimonials .owl-animated-out {
  z-index: 1;
}
.owl-testimonials .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-testimonials .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-testimonials .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-testimonials .owl-item .owl-lazy[src^=""],
.owl-testimonials .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-testimonials .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-testimonials .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-testimonials .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: var(--wpr-bg-86edec3b-7c37-456b-b87e-5f6abf948d49) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-testimonials .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-testimonials .owl-video-playing .owl-video-tn,
.owl-testimonials .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-testimonials .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-testimonials .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .owl-testimonials:before {
    height: 60.6%;
  }
}
@media only screen and (min-width: 768px) {
  .owl-testimonials:before {
    height: 344px;
  }
}
@media only screen and (min-width: 992px) {
  .owl-testimonials:before {
    display: block;
    height: 459.27px;
  }
  .testi-wrpr:before,
  .testi-wrpr:after {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .owl-testimonials:before {
    display: block;
    height: 295.19px;
  }
}
@media only screen and (min-width: 1200px) {
  .owl-testimonials:before {
    display: block;
    height: 333.64px;
  }
}
#zample {
  opacity: 1;
}
.wrpr-img-map {
  position: relative;
  display: inline-block;
}
.wrpr-img-map .img-main {
  display: inline-block;
}
.wrpr-img-map .img-expanded,
.wrpr-img-map .map-points {
  position: absolute;
  top: 0;
  left: 0;
}
.wrpr-img-map .map-points {
  width: 100%;
  height: 100%;
}
.wrpr-img-map .amarker {
  background-color: transparent;
  border: 1px solid transparent;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.wrpr-img-map .amarker:hover {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
}
.wrpr-img-map .amarker.mavail {
  background-color: transparent;
  border: 1px solid transparent;
}
.wrpr-img-map .amarker.mavail:hover {
  background-color: #da6546;
  border: 1px solid #fff;
}
.wrpr-img-map .infos {
  position: absolute;
  display: inline-block;
  z-index: -1;
  opacity: 0;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
  background-color: #00a2c5;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13.78px;
  font-weight: 900;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  padding: 9px 6px 1.5px;
  width: 126px;
  max-width: 126px;
  left: -75px;
}
.wrpr-img-map .infos:after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #00a2c5;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: 0;
  margin-bottom: -16px;
}
.wrpr-img-map .infos span {
  display: block;
  font-size: 19.39px;
  line-height: 1.1em;
  text-transform: uppercase;
}
.wrpr-img-map .amarker:hover + .infos {
  z-index: 2;
  opacity: 1;
}
.wrpr-img-map .mavail {
  background-color: #da6546;
  border: 1px solid #fff;
}
.wrpr-img-map .mavail:after {
  border-top: 16px solid #da6546;
}
.wrpr-img-map .mhold {
  background-color: #dfb825;
  border: 1px solid #fff;
}
.wrpr-img-map .mhold:after {
  border-top: 16px solid #dfb825;
}
.wrpr-img-map .mres {
  background-color: #00a2c5;
  border: 1px solid #fff;
}
.wrpr-img-map .mres:after {
  border-top: 16px solid #00a2c5;
}
.wrpr-img-map .marker-50a {
  bottom: 26.5%;
  left: 22%;
}
.wrpr-img-map .marker-50a + .infos {
  bottom: 31.5%;
  left: 10.5%;
}
.wrpr-img-map .marker-50b {
  bottom: 29%;
  left: 19%;
}
.wrpr-img-map .marker-50b + .infos {
  bottom: 34%;
  left: 7.3%;
}
.wrpr-img-map .marker-51 {
  bottom: 17%;
  left: 21%;
}
.wrpr-img-map .marker-51 + .infos {
  bottom: 22%;
  left: 10%;
}
.wrpr-img-map .marker-52a {
  bottom: 9.5%;
  left: 14.5%;
}
.wrpr-img-map .marker-52a + .infos {
  bottom: 14.5%;
  left: 3.5%;
}
.wrpr-img-map .marker-52b {
  bottom: 12%;
  left: 18%;
}
.wrpr-img-map .marker-52b + .infos {
  bottom: 17%;
  left: 7%;
}
.wrpr-img-map .marker-53 {
  bottom: 7%;
  left: 41%;
}
.wrpr-img-map .marker-53 + .infos {
  bottom: 12%;
  left: 30%;
}
.wrpr-img-map .marker-54 {
  bottom: 11.5%;
  left: 48.5%;
}
.wrpr-img-map .marker-54 + .infos {
  bottom: 16.5%;
  left: 37.5%;
}
.wrpr-img-map .marker-55a {
  bottom: 18%;
  left: 56.5%;
}
.wrpr-img-map .marker-55a + .infos {
  bottom: 23%;
  left: 45.5%;
}
.wrpr-img-map .marker-55b {
  bottom: 15.5%;
  left: 53%;
}
.wrpr-img-map .marker-55b + .infos {
  bottom: 20.5%;
  left: 42%;
}
.wrpr-img-map .marker-56 {
  bottom: 21.5%;
  left: 62%;
}
.wrpr-img-map .marker-56 + .infos {
  bottom: 26.5%;
  left: 51%;
}
.wrpr-img-map .marker-57a {
  bottom: 27.5%;
  left: 70.5%;
}
.wrpr-img-map .marker-57a + .infos {
  bottom: 32.5%;
  left: 59.5%;
}
.wrpr-img-map .marker-57b {
  bottom: 25%;
  left: 67%;
}
.wrpr-img-map .marker-57b + .infos {
  bottom: 30%;
  left: 56%;
}
.wrpr-img-map .marker-58 {
  bottom: 30.7%;
  left: 76.5%;
}
.wrpr-img-map .marker-58 + .infos {
  bottom: 35.7%;
  left: 65.5%;
}
.wrpr-img-map .marker-59a {
  bottom: 35.5%;
  left: 51.5%;
}
.wrpr-img-map .marker-59a + .infos {
  bottom: 40.5%;
  left: 39.7%;
}
.wrpr-img-map .marker-59b {
  bottom: 37.9%;
  left: 55.2%;
}
.wrpr-img-map .marker-59b + .infos {
  bottom: 42.9%;
  left: 43.4%;
}
.wrpr-img-map .marker-60 {
  bottom: 42.9%;
  left: 59.2%;
}
.wrpr-img-map .marker-60 + .infos {
  bottom: 47.9%;
  left: 47.4%;
}
.wrpr-img-map .marker-61 {
  bottom: 49.9%;
  left: 67.2%;
}
.wrpr-img-map .marker-61 + .infos {
  bottom: 54.9%;
  left: 55.4%;
}
.wrpr-img-map .marker-62 {
  bottom: 56.9%;
  left: 67.2%;
}
.wrpr-img-map .marker-62 + .infos {
  bottom: 61.9%;
  left: 55.4%;
}
.wrpr-img-map .marker-63 {
  bottom: 63.9%;
  left: 67.2%;
}
.wrpr-img-map .marker-63 + .infos {
  bottom: 68.5%;
  left: 55.4%;
}
.wrpr-img-map .marker-64 {
  bottom: 71.9%;
  left: 60.2%;
}
.wrpr-img-map .marker-64 + .infos {
  bottom: 76.9%;
  left: 49.2%;
}
.wrpr-img-map .marker-65a {
  bottom: 87%;
  left: 71.6%;
}
.wrpr-img-map .marker-65a + .infos {
  bottom: 92%;
  left: 60.6%;
}
.wrpr-img-map .marker-65b {
  bottom: 83.9%;
  left: 74.7%;
}
.wrpr-img-map .marker-65b + .infos {
  bottom: 88.9%;
  left: 63.7%;
}
.wrpr-img-map .marker-66 {
  bottom: 76.9%;
  left: 53.2%;
}
.wrpr-img-map .marker-66 + .infos {
  bottom: 81.9%;
  left: 42.2%;
}
.wrpr-img-map .marker-67a {
  bottom: 92%;
  left: 66.6%;
}
.wrpr-img-map .marker-67a + .infos {
  bottom: 97%;
  left: 55.6%;
}
.wrpr-img-map .marker-67b {
  bottom: 89%;
  left: 68%;
}
.wrpr-img-map .marker-67b + .infos {
  bottom: 94%;
  left: 57.6%;
}
.wrpr-img-map .marker-68 {
  bottom: 82.5%;
  left: 46.8%;
}
.wrpr-img-map .marker-68 + .infos {
  bottom: 87.5%;
  left: 34.8%;
}
.wrpr-img-map .marker-69a {
  bottom: 85.9%;
  left: 34.1%;
}
.wrpr-img-map .marker-69a + .infos {
  bottom: 90.9%;
  left: 23.1%;
}
.wrpr-img-map .marker-69b {
  bottom: 83.9%;
  left: 30.1%;
}
.wrpr-img-map .marker-69b + .infos {
  bottom: 88.9%;
  left: 19.1%;
}
.wrpr-img-map .marker-70 {
  bottom: 76.4%;
  left: 28.8%;
}
.wrpr-img-map .marker-70 + .infos {
  bottom: 81.4%;
  left: 17%;
}
.wrpr-img-map .marker-71 {
  bottom: 69.5%;
  left: 28.8%;
}
.wrpr-img-map .marker-71 + .infos {
  bottom: 74.5%;
  left: 17%;
}
.wrpr-img-map .marker-72 {
  bottom: 62.5%;
  left: 28.8%;
}
.wrpr-img-map .marker-72 + .infos {
  bottom: 67.7%;
  left: 17%;
}
.wrpr-img-map .marker-73 {
  bottom: 55.5%;
  left: 28.8%;
}
.wrpr-img-map .marker-73 + .infos {
  bottom: 60.5%;
  left: 17%;
}
.wrpr-img-map .marker-74 {
  bottom: 49.2%;
  left: 28.8%;
}
.wrpr-img-map .marker-74 + .infos {
  bottom: 54.2%;
  left: 17%;
}
.wrpr-img-map .marker-75 {
  bottom: 41.5%;
  left: 31.8%;
}
.wrpr-img-map .marker-75 + .infos {
  bottom: 46.5%;
  left: 20%;
}
.wrpr-img-map .marker-76 {
  bottom: 36.5%;
  left: 39.8%;
}
.wrpr-img-map .marker-76 + .infos {
  bottom: 41.5%;
  left: 28%;
}
@media only screen and (max-width: 767.98px) {
  .monly {
    display: inline-block !important;
    width: auto;
    text-align: center;
    margin: 0 auto;
  }
  .wrpr-img-map {
    width: 100%;
  }
  .wrpr-img-map .img-expanded {
    width: 100%;
    position: relative;
  }
  .wrpr-img-map .img-expanded img {
    width: 100.5%;
    max-width: 100.5%;
  }
  .wrpr-img-map:before,
  .wrpr-img-map:after {
    content: '';
    display: table;
    clear: both;
  }
  .img-main {
    display: none !important;
  }
}
#exp-2021 {
  opacity: 1;
}
.green {
  color: #009448 !important;
  font-weight: 600;
}
.fz24 {
  font-size: 24px !important;
}
.fsi {
  font-style: italic;
}
.ttc {
  text-transform: capitalize;
}
.mb15 {
  margin-bottom: 1.5em;
}
.mb30 {
  margin-bottom: 3em;
}
.fw500 {
  font-weight: 500 !important;
}
.exp-news-thumb h2 {
  text-transform: uppercase;
  color: #005a7d;
  font-size: 28px;
  text-align: center;
  line-height: 1.3em;
}
.exp-news-thumb h2 span {
  display: block;
}
.exp-news-thumb img {
  margin-bottom: 1.3em;
  display: block;
  width: 100%;
}
.exp-news-thumb .readmorex {
  text-transform: uppercase;
  color: #00a2c5;
}
.exp-news-thumb .datex {
  text-align: center;
  font-style: italic;
}
.exp-news-header {
  padding-top: 2.1em;
  padding-bottom: 8.355em;
}
.exp-news-content {
  padding-top: 0 !important;
  position: relative;
  margin-top: -130px !important;
  top: -1px !important;
  background-color: transparent !important;
}
.thumbx a {
  display: block;
  background-color: #005a7d;
}
.thumbx a img {
  display: block;
}
.thumbx a:hover img {
  opacity: 0.8;
}
