*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  border: 0;
}
body {
  margin: 0;
  padding: 0;
}
form {
  margin: 0;
  padding: 0;
  border: 0;
}
img {
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
.jw-tab-focus:focus {
  outline: 0 !important;
}
.cms-jwplayer {
  width: 100%;
  position: relative;
}
.media-left {
  float: left;
  margin: 1em 1em 1em 0;
}
.media-right {
  float: right;
  margin: 1em 0 1em 1em;
}
.media-full {
  display: block;
  margin: 1em auto;
}
.media-small {
  width: 25%;
}
.media-medium {
  width: 50%;
}
.media-large {
  width: 100%;
}
video {
  max-width: 100%;
}
.cms-jwplayer video {
  max-width: none;
}
button {
  border: 0;
}
figure {
  text-align: center;
}
fieldset {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
icon svg,
svg[data-use] {
  height: 1em;
  width: 1em;
  fill: currentColor;
}
svg[data-use] [style*='stroke-width'],
svg[data-use] [stroke-width] {
  stroke: currentColor;
}
svg[data-use] [style*='stroke-width']:not([fill]),
svg[data-use] [stroke-width]:not([fill]) {
  fill: none;
}
.half {
  width: 50%;
}
.third {
  width: 33.3%;
}
.fourth {
  width: 25%;
}
.two-thirds {
  width: 66.66%;
}
.three-fourths {
  width: 75%;
}
.left:not(td) {
  float: left;
}
.right:not(td) {
  float: right;
}
.clear {
  clear: both;
}
.cms-admin .clear {
  height: auto;
}
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}
.cf:after {
  content: ' ';
  display: block;
  clear: both;
}
body .ninja {
  display: none !important;
}
html.no-generatedcontent .clearfix {
  zoom: 1;
}
html.no-generatedcontent .cf {
  zoom: 1;
}
.img-left {
  float: left;
}
.img-right {
  float: right;
}
.img-full {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
}
.img-small {
  width: 25%;
}
.img-medium {
  width: 50%;
}
.img-large {
  width: 100%;
}
.cms-button {
  display: inline-block;
  border: none;
  background-color: #35a6f6;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 2px;
  text-transform: uppercase;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.cms-button.big {
  padding: 20px 40px;
  font-size: 16px;
}
.cms-button.unsafe {
  background-color: #ea5f5f;
}
.cms-button.unsafe:hover {
  background-color: #ff7373;
}
.cms-button.command {
  background-color: #ffffff;
  color: #35a6f6;
  border: 1px solid #d4d9e1;
}
.cms-button.command:hover {
  color: #63beff;
  border-color: #63beff;
  background-color: #ffffff;
}
.cms-button:hover {
  color: #ffffff;
  background-color: #63beff;
}
.cms-button.expand:after {
  content: '';
  display: inline-block;
  background-image: url(../../common/images/sprite24.png);
  width: 16px;
  height: 16px;
  background-position: -437px -293px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 5px;
  border: 1px solid #35a6f6;
  vertical-align: middle;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  opacity: 0.7;
}
.cms-button.expand:hover:after {
  opacity: 1;
}
.cms-button:focus {
  outline: 0;
}
.ui-scroll {
  overflow: auto;
}
.ui-scroll.horizontal {
  overflow-x: auto;
  overflow-y: hidden;
}
.ui-scroll.vertical {
  overflow-x: hidden;
  overflow-y: auto;
}
.ui-scroll::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background: none;
}
.ui-scroll::-webkit-scrollbar-track {
  background: none;
}
.ui-scroll::-webkit-scrollbar-thumb {
  border: solid 2px transparent;
  background-clip: padding-box;
  border-radius: 12px;
  background-color: rgba(16, 37, 78, 0.1);
}
.ui-scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.ui-scroll::-webkit-scrollbar-corner {
  background-color: transparent;
}
.ui-scroll-wrap .ui-scroll-thumb {
  position: absolute;
  margin: 2px;
  border-radius: 4px;
  background-color: rgba(16, 37, 78, 0.1);
}
.ui-scroll-wrap .ui-scroll-thumb.vertical {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 100px;
  min-height: 8px;
}
.ui-scroll-wrap .ui-scroll-thumb.horizontal {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100px;
  min-width: 8px;
}
.ui-scroll.horizontal .ui-scroll-thumb.vertical {
  display: none !important;
}
.ui-scroll.vertical .ui-scroll-thumb.horizontal {
  display: none !important;
}
.ui-front {
  z-index: 100;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  -webkit-animation: fade-in-60 0.3s forwards;
  -moz-animation: fade-in-60 0.3s forwards;
  -o-animation: fade-in-60 0.3s forwards;
  animation: fade-in-60 0.3s forwards;
}
.ui-widget-overlay.out {
  animation: fade-60-out 0.4s forwards;
}
.ui-widget-overlay.subtle {
  background: #ffffff;
  opacity: 0.05;
  -webkit-animation: fade-in-05 0.3s forwards;
  -moz-animation: fade-in-05 0.3s forwards;
  -o-animation: fade-in-05 0.3s forwards;
  animation: fade-in-05 0.3s forwards;
}
.ui-dialog {
  position: absolute;
  background: #1b1e24;
  color: #747b8f;
  border-radius: 3px;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.7);
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  outline: 0;
  opacity: 0;
  -webkit-animation: dialog-in 0.5s 0.1s 1 ease forwards;
  -moz-animation: dialog-in 0.5s 0.1s 1 ease forwards;
  -o-animation: dialog-in 0.5s 0.1s 1 ease forwards;
  animation: dialog-in 0.5s 0.1s 1 ease forwards;
}
.ui-dialog.dialog-out {
  -webkit-animation: dialog-out 0.4s 1 ease forwards;
  -moz-animation: dialog-out 0.4s 1 ease forwards;
  -o-animation: dialog-out 0.4s 1 ease forwards;
  animation: dialog-out 0.4s 1 ease forwards;
}
.ui-dialog a:hover {
  text-decoration: none;
}
.ui-dialog .ui-widget-overlay {
  background: #1b1e24;
  position: absolute;
}
.ui-dialog > .ui-widget-overlay {
  border-radius: 3px;
}
.ui-dialog .ui-dialog-titlebar {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 40px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #d1d1d1;
  cursor: default;
  background: none;
  font-family: Montserrat, sans-serif;
}
.ui-dialog-titlebar.ui-draggable-handle:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../../common/images/sprite24.png);
  background-repeat: no-repeat;
  background-position: -96px -216px;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -12px;
  text-align: center;
  opacity: 0;
  cursor: move;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.ui-dialog-titlebar.ui-draggable-handle:hover:after {
  opacity: 0.5;
}
.ui-draggable-handle span {
  cursor: default;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  background-image: url(../../common/images/sprite24.png);
  background-repeat: no-repeat;
  background-position: 0px -216px;
  border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar-close:focus {
  outline: solid 1px #747b8f;
  color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}
.ui-dialog .ui-dialog-content {
  display: block;
}
.ui-dialog > section {
  position: relative;
  z-index: 1;
}
.ui-dialog header {
  height: 68px;
  font-size: 16px;
  line-height: 36px;
  border-bottom: solid 1px rgba(217, 240, 255, 0.1);
  position: relative;
  z-index: 2;
}
.ui-dialog .ui-main {
  padding: 20px;
}
.ui-dialog .ui-dialog-buttonpane {
  height: 80px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  border-top: solid 1px rgba(217, 240, 255, 0.1);
  position: relative;
  z-index: 0;
  background: none;
  text-align: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0;
  background-color: transparent;
  padding: 0 30px;
  font-family: Montserrat, Arial;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  vertical-align: middle;
  text-transform: uppercase;
  border: 0;
  border-left: solid 1px rgba(217, 240, 255, 0.1);
  outline: 0;
  height: 79px;
  cursor: pointer;
  border-radius: 0;
  color: #9ca2b1;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.ui-dialog .ui-dialog-buttonpane button span {
  color: #9ca2b1;
  font-family: Montserrat, Arial;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  vertical-align: middle;
}
.ui-dialog .ui-dialog-buttonpane button:focus {
  background-color: #35a6f6;
  color: #fff;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #35a6f6;
  color: #fff;
}
.ui-dialog .ui-dialog-buttonpane button:focus span {
  color: #fff;
}
.ui-dialog .ui-dialog-buttonpane button:hover span {
  color: #fff;
}
.night .ui-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(217, 240, 255, 0.2);
}
.night .ui-scroll-wrap .ui-scroll-thumb {
  background-color: rgba(217, 240, 255, 0.2);
}
.ui-noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ui-noselect input {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}
.ui-noselect .ui-select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}
.ui-dialog.ui-full-screen {
  position: fixed !important;
  top: 50px !important;
  left: 50px !important;
  width: calc(100% - 100px) !important;
  height: calc(100% - 100px) !important;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.ui-dialog .ui-dialog-titlebar-fullscreen {
  background: none;
  border: none;
  position: absolute;
  right: 35px;
  top: 5px;
  width: 36px;
  height: 24px;
  border-right: solid 1px #9b9d9e;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar-fullscreen:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../../common/images/sprite24.png);
  background-repeat: no-repeat;
  background-position: -48px -216px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.ui-dialog.ui-full-screen .ui-dialog-titlebar-fullscreen:before {
  background-position: -72px -216px;
}
.ui-dialog .ui-dialog-titlebar-fullscreen:hover:before {
  opacity: 1;
}
.ui-dialog.ui-full-screen .ui-dialog-content {
  height: calc(100% - 80px) !important;
}
.ui-dialog.ui-no-buttons .ui-dialog-content {
  height: 100% !important;
}
.ui-dialog.ui-full-screen .ui-dialog-titlebar.ui-draggable-handle {
  cursor: inherit;
}
.ui-dialog.ui-full-screen .ui-draggable-handle:after {
  display: none !important;
}
.ui-dialog.ui-full-preview {
  position: fixed !important;
  top: 50px !important;
  left: 50px !important;
  width: calc(100% - 100px) !important;
  height: calc(100% - 100px) !important;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.ui-dialog.ui-full-preview .ui-dialog-content {
  height: 100% !important;
}
.ui-dialog.cms-alert {
  background: rgba(53, 166, 246, 0.95);
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.4);
  min-width: 450px;
}
.no-rgba .ui-dialog.cms-alert {
  background: #35a6f6;
}
.ui-dialog.cms-alert .ui-dialog-content {
  color: #fff;
  padding: 40px 10px 20px;
  text-align: center;
  font-style: normal;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  color: #afdcfd;
}
.ui-dialog.cms-alert .ui-dialog-content h2 {
  font-family: Montserrat, 'Open Sans', Arial;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
}
.ui-dialog.cms-alert .ui-dialog-content h2 strong {
  display: block;
}
.ui-dialog.cms-alert .ui-dialog-content strong {
  color: #ffffff;
}
.ui-dialog.cms-alert .ui-dialog-content em {
  display: inline-block;
  margin: 15px 0 10px;
}
.ui-dialog.cms-alert.icon .ui-dialog-content {
  padding: 10px 10px 20px;
}
.ui-dialog.cms-alert.icon .ui-dialog-content:before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  margin: 20px auto;
  background-image: url(../../common/images/sprite24.png);
  background-repeat: no-repeat;
  background-position: -192px -552px;
  opacity: 0.4;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane {
  border-top: 0;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane {
  text-align: center;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane button {
  display: inline-block;
  background-color: #5dbafc;
  padding: 18px 40px;
  line-height: 1em;
  height: auto;
  border-radius: 3px;
  border: 0;
  margin: 0 7px;
  text-transform: uppercase;
  font-size: 16px;
  float: none;
  cursor: pointer;
  outline: 0;
  transition: background-color 0.15s;
  color: #fff;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane button span {
  color: #fff;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane button:focus {
  background: #64cb66;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane button:hover {
  background: #64cb66;
}
.ui-dialog fieldset.form {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
.ui-dialog fieldset.form ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.ui-dialog fieldset.form ul li {
  margin: 0;
  padding: 10px 20px 10px 10px;
  font-size: 16px;
}
.ui-dialog .form-group {
  display: table;
  width: 100%;
}
.ui-dialog .form-group > * {
  display: table-cell;
  vertical-align: top;
}
.ui-dialog .form-group > div:first-child {
  display: block;
}
.ui-dialog .form-group label {
  color: #ffffff;
  line-height: 2em;
  text-align: right;
  padding: 0 20px;
}
.ui-dialog .form-group label.value {
  text-align: left;
  font-weight: 600;
  padding-left: 0px;
}
.ui-dialog .form-group .input-textbox {
  background: #fff;
  border: solid 1px #a0bdd3;
  border-radius: 3px;
  position: relative;
  -webkit-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
}
.ui-dialog .form-group .input-textbox input {
  color: #889aa7;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: normal;
  margin: 0;
  padding: 6px;
  border: none;
  vertical-align: middle;
  background: none;
  outline: 0;
  width: 100%;
}
.ui-dialog .form-group .input-textbox textarea {
  color: #889aa7;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: normal;
  margin: 0;
  padding: 6px;
  border: none;
  vertical-align: middle;
  background: none;
  outline: 0;
  width: 100%;
  resize: none;
}
.ui-dialog .form-group .input-textbox.input-addon input {
  width: 90%;
}
.ui-dialog .form-group .input-textbox.input-addon:before {
  width: 10%;
  border-left: solid 1px #a0bdd3;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  padding: 9px 15px;
  color: #a0bdd3;
  font-size: 16px;
  -webkit-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
  font-family: 'icomoon-ult';
}
.ui-dialog .form-group.focused .input-textbox {
  border-color: #35a6f6;
  box-shadow: 0 0 3px rgba(53, 166, 246, 0.5);
}
.ui-dialog .form-group.focused .input-textbox.input-addon:before {
  border-left-color: #35a6f6;
  color: #35a6f6;
}
.ui-dialog .form-group.invalid label {
  color: #d73b2a;
}
.ui-dialog .form-group.invalid .input-textbox {
  border-color: #d73b2a !important;
  box-shadow: 0 0 3px rgba(215, 59, 42, 0.5) !important;
}
.ui-dialog .form-group.invalid .input-textbox.input-addon:before {
  border-left-color: #d73b2a !important;
  color: #d73b2a !important;
}
.ui-dialog .form-group .validation {
  display: block;
  color: #d73b2a;
  font-size: 14px;
  line-height: 2em;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.ui-dialog .form-group.invalid .validation {
  height: 28px;
}
.ui-dialog.night .form-group .input-textbox {
  background: #2c313b;
  border-color: #2c313b;
}
.ui-dialog.night .form-group .input-textbox input {
  color: #afbac1;
}
.ui-dialog.night .form-group .input-textbox textarea {
  color: #afbac1;
}
.ui-dialog.night .form-group label {
  color: #5d616b;
}
.ui-dialog.night .form-group.focused .input-textbox {
  border-color: #4c535f;
  box-shadow: 0 0 3px rgba(76, 83, 95, 0.5);
}
.ui-dialog.night .form-group.focused .input-textbox.input-addon:before {
  border-left-color: #8e93a1;
  color: #8e93a1;
}
.ui-dialog.night [data-tooltip]:before {
  background-color: #8667ab;
  color: #ffffff;
}
.ui-dialog.night [data-tooltip]:after {
  background-color: #8667ab;
}
.ui-dialog.daylight {
  background: #fff;
}
.ui-dialog.daylight header {
  border-bottom-color: rgba(16, 37, 78, 0.15);
}
.ui-dialog.daylight .ui-dialog-buttonpane {
  border-top-color: rgba(16, 37, 78, 0.15);
}
.ui-dialog.daylight .ui-dialog-buttonpane button {
  border-left-color: rgba(16, 37, 78, 0.15);
}
.ui-dialog.daylight .ui-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(16, 37, 78, 0.15);
}
.ui-dialog.daylight .ui-scroll-wrap .ui-scroll-thumb {
  background-color: rgba(16, 37, 78, 0.15);
}
.daylight .ui-widget-overlay {
  background: #fff;
}
.no-animation {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.no-animation * {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-60-out {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade-60-out {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade-60-out {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-60-out {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-60 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@-moz-keyframes fade-in-60 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@-o-keyframes fade-in-60 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes fade-in-60 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes fade-in-05 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
@-moz-keyframes fade-in-05 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
@-o-keyframes fade-in-05 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
@keyframes fade-in-05 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
@-webkit-keyframes fade-in-90 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@-moz-keyframes fade-in-90 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@-o-keyframes fade-in-90 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes fade-in-90 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@-webkit-keyframes grow-in {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes grow-in {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes grow-in {
  0% {
    -o-transform: scale(0);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes grow-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes counter-clockwise {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes counter-clockwise {
  0% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes counter-clockwise {
  0% {
    -o-transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes counter-clockwise {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes clockwise {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes clockwise {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes background-position {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-moz-keyframes background-position {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-o-keyframes background-position {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes background-position {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-webkit-keyframes slide-up-20 {
  0% {
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes slide-up-20 {
  0% {
    -moz-transform: translateY(20px);
  }
  100% {
    -moz-transform: translateY(0px);
  }
}
@-o-keyframes slide-up-20 {
  0% {
    -o-transform: translateY(20px);
  }
  100% {
    -o-transform: translateY(0px);
  }
}
@keyframes slide-up-20 {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes slide-down-20 {
  0% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes slide-down-20 {
  0% {
    -moz-transform: translateY(-20px);
  }
  100% {
    -moz-transform: translateY(0px);
  }
}
@-o-keyframes slide-down-20 {
  0% {
    -o-transform: translateY(-20px);
  }
  100% {
    -o-transform: translateY(0px);
  }
}
@keyframes slide-down-20 {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes dialog-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes dialog-in {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes dialog-in {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -o-transform: translate3d(0, 0, 0);
  }
}
@keyframes dialog-in {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes dialog-out {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 35px, 0);
  }
}
@-moz-keyframes dialog-out {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 35px, 0);
  }
}
@-o-keyframes dialog-out {
  0% {
    opacity: 1;
    -o-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -o-transform: translate3d(0, 35px, 0);
  }
}
@keyframes dialog-out {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 35px, 0);
  }
}
.ui-tabs .ui-tab {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ui-tabs .ui-tab-panel {
  display: none;
}
.ui-tabs .ui-tab-panel.active {
  display: block;
}
.ui-tabs tr.ui-tab-panel.active {
  display: table-row;
}
.ui-tabs .ui-tab-panel.flex.active {
  display: flex;
}
.ui-tabs .ui-tab-panel.active[class*='nlf'] {
  display: flex;
}
.ui-tabs .ui-tab-panel.ninja {
  display: none;
}
.ui-conditionals .ui-conditional-panel {
  display: none;
}
.ui-conditionals .ui-conditional-panel.active {
  display: block;
}
.ui-conditionals table.ui-conditional-panel.active {
  display: table;
}
.ui-conditionals tr.ui-conditional-panel.active {
  display: table-row;
}
.ui-conditionals .ui-conditional-panel.flex.active,
.ui-conditionals [class*='nlf'].ui-conditional-panel.active {
  display: flex;
}
.ui-conditionals .ui-conditional-panel.ninja {
  display: none;
}
nav.ui-top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.ui-top-nav li {
  padding: 0;
  position: relative;
}
nav.ui-top-nav > ul {
  display: table;
}
nav.ui-top-nav > ul > li {
  display: table-cell;
  white-space: nowrap;
}
nav.ui-top-nav > ul > li ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: auto;
}
nav.ui-top-nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
}
nav.ui-top-nav ul li > ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  -moz-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}
nav.ui-top-nav ul li.active > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease, visibility 0s linear 0s;
  -moz-transition: opacity 0.25s ease, visibility 0s linear 0s;
  -o-transition: opacity 0.25s ease, visibility 0s linear 0s;
  transition: opacity 0.25s ease, visibility 0s linear 0s;
}
.ui-ajax-draggable {
  position: relative;
}
.ui-ajax-draggable .blank {
  background-color: #dedede;
}
.ui-ajax-draggable .blank * {
  visibility: hidden;
}
.ui-ajax-draggable tr.blank td {
  visibility: visible;
}
.ui-ajax-draggable tr.blank td * {
  visibility: hidden;
}
.ui-ajax-draggable .droppable {
  position: relative;
}
.ui-ajax-draggable .droppable:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  height: 2px;
  width: 100%;
  background-color: #666666;
}
.ui-ajax-draggable .droppable.end:before {
  top: auto;
  bottom: -1px;
}
.ui-ajax-draggable tr.droppable:before {
  display: none;
}
.ui-ajax-draggable tr.droppable td {
  position: relative;
}
.ui-ajax-draggable tr.droppable td:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  height: 2px;
  width: 100%;
  background-color: #666666;
}
.ui-ajax-draggable tr.droppable.end td:before {
  top: auto;
  bottom: -1px;
}
.ui-ajax-draggable .ui-draggable-dragging {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
  opacity: 0.5;
  cursor: default;
}
button {
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.btn {
  display: inline-block;
  padding: 0.7em 1.75em;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn:not(.no-hover):before,
.btn:not(.no-hover):after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.btn:before {
  transition: transform 0.2s ease 0.2s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0.5;
}
.btn:after {
  transition: transform 0.2s ease 0s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.btn:hover:not(.no-hover):before,
a:hover .btn:not(.no-hover):before,
.btn:hover:not(.no-hover):after,
a:hover .btn:not(.no-hover):after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn:hover:not(.no-hover):before,
a:hover .btn:not(.no-hover):before {
  transition: transform 0.2s ease 0s;
}
.btn:hover:not(.no-hover):after,
a:hover .btn:not(.no-hover):after {
  transition: transform 0.2s ease 0.2s;
}
.v1-btn .btn:not(.v2),
.btn.v1 {
  transition: color 0.4s ease 0s;
}
.v2-btn .btn:not(.v1),
.btn.v2 {
  transition: color 0.4s ease 0s;
  border-style: solid;
  border-width: 0.15em;
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 650px) {
}
@media screen and (max-width: 550px) {
}
@media screen and (max-width: 475px) {
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
}
.content-style img.float-right {
  display: block;
  float: right;
  max-width: 45%;
  height: auto !important;
  margin: 0 0 1em 1em;
}
.content-style img.float-left {
  display: block;
  float: left;
  max-width: 45%;
  height: auto !important;
  margin: 0 1em 1em 0;
}
.content-style img.no-float {
  display: block;
  max-width: 90%;
  height: auto !important;
  margin: 1em auto;
}
.content-cta {
  position: relative;
  margin: 2em 0.5em 2.5em 0;
}
.content-cta > strong {
  display: block;
  font-size: 1.6667em;
  line-height: 1.2;
}
.content-cta p {
  font-size: 1.222em;
  margin: 0.25em 0 0.5em;
}
.content-cta .img {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.flex-reverse.content-cta .img {
  right: auto;
  left: 0;
}
.content-cta.t1 {
  padding: 2em 54% 2em 4%;
}
.flex-reverse.content-cta.t1 {
  padding: 2em 4% 2em 54%;
}
.content-cta.t1 .img {
  width: 50%;
  height: 100%;
}
.content-cta.t2 {
  padding: 2em 29% 2em 4%;
  border-style: solid;
  border-width: 1px;
}
.flex-reverse.content-cta.t2 {
  padding: 2em 4% 2em 29%;
}
.content-cta.t2 .img {
  content: '';
  width: 25%;
  height: 100%;
}
.content-cta.t3 {
  padding: 2em 4%;
  text-align: center;
  z-index: 1;
}
.text-left.content-cta.t3 {
  text-align: left;
}
.text-right.content-cta.t3 {
  text-align: right;
}
.content-cta.t3 .img {
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
  opacity: 0.2;
}
.text-quote {
  margin: 2em 0;
  font-style: italic;
}
.text-center.text-quote {
  text-align: center;
}
.text-right.text-quote {
  text-align: right;
}
.text-quote p {
  margin: 0;
  font-size: 1.222em;
  line-height: 1.4;
}
.text-quote > strong {
  font-style: normal;
}
.text-quote.t1 {
  border-style: solid;
  border-width: 1px;
  border-right: none;
  border-bottom: none;
  padding: 2em 5% 1em;
}
.text-quote.t1 > strong {
  margin-top: 0.75em;
  display: block;
}
.text-quote.t2 {
  padding: 2em 3em;
}
.text-quote.t2 > strong {
  display: table;
  padding: 1em 3em;
  line-height: 1;
  margin-top: 1em;
  margin-left: -3em;
}
.text-center.text-quote.t2 > strong {
  margin: 1em auto 0 !important;
}
.text-right.text-quote.t2 > strong {
  margin: 1em -3em 0 auto;
}
.text-quote.t3 {
  border-style: solid;
  border-width: 1px;
  padding: 2em 5%;
  margin-bottom: 3em;
}
.text-quote.t3 > strong {
  display: table;
  padding: 1em 3em;
  line-height: 1;
  margin: 1em 0 -3.5em auto;
}
.text-center.text-quote.t3 > strong {
  margin: 1em auto -3.5em;
}
.text-right.text-quote.t3 > strong {
  margin: 1em auto -3.5em 0;
}
.bullet-list > p {
  font-size: 1.556em;
  line-height: 1.2;
  margin-top: 1.5em;
}
.bullet-list.t1 > p {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
.dark-bg.bullet-list.t1 > p {
  padding: 0.75em 4%;
  margin-bottom: 0;
}
.bullet-list.t2 > p {
  padding: 0.75em 4%;
  margin-bottom: 0;
}
.bullet-list.t3 > p {
  margin-bottom: 0;
  padding: 0 0 0.75em;
}
body .bullet-list > ul {
  margin: 1.5em 0;
  position: relative;
  list-style: none !important;
}
.bullet-list p + ul {
  margin-top: 0;
}
.bullet-list.two-columns > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bullet-list ul li {
  position: relative;
  padding: 0 0 1em 2em;
  font-weight: 500;
}
.bullet-list.two-columns > ul > li {
  width: 48%;
}
.bullet-list ul li:last-child {
  padding-bottom: 0;
}
.bullet-list ul li:before {
  content: '';
  height: 1rem;
  width: 1rem;
  border-bottom-left-radius: 50%;
  position: absolute;
  top: 0.2em;
  left: 0;
}
body .bullet-list.t1 > ul {
  padding: 0;
}
body .dark-bg.bullet-list.t1 > ul {
  padding: 2em 4%;
  margin-top: 0;
}
body .bullet-list.t2 > ul {
  padding: 2em 4%;
  margin: 0;
}
body .bullet-list.t3 > ul {
  padding: 2em 4%;
  margin: 0;
}
.bullet-list.t3 > ul:before {
  content: '';
  width: 5%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.text-highlight {
  position: relative;
  padding: 2em 8%;
  margin: 2em 0;
  font-weight: 500;
  font-size: 1.111em;
}
.text-center.text-highlight {
  text-align: center;
}
.text-right.text-highlight {
  text-align: right;
}
.text-highlight p {
  margin: 0;
}
.text-highlight.t1 {
  border-style: solid;
  border-width: 2px;
  border-left: none;
}
.text-highlight.t1:after {
  content: '';
  width: 0.75rem;
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  left: 0;
}
.text-highlight.t2 {
  margin-right: 0.5em;
  margin-bottom: 2.5em;
}
.text-highlight.t3 {
  border-style: solid;
  border-width: 2px;
  margin-right: 0.5em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 650px) {
  .content-cta.t1 {
    padding: 2em 29% 2em 4%;
  }
  .flex-reverse.content-cta.t1 {
    padding: 2em 4% 2em 29%;
  }
  .content-cta.t1:after {
    width: 25%;
  }
}
@media screen and (max-width: 550px) {
  .content-cta.t1 {
    padding: 2em 4% !important;
    text-align: center !important;
  }
  .content-cta.t2 {
    padding: 2em 4% !important;
    text-align: center !important;
  }
  .content-cta.t1:after {
    background-image: none !important;
    display: none;
  }
  .content-cta.t2:after {
    background-image: none !important;
    display: none;
  }
  .text-quote.t1 {
    padding: 1.2em 5% 1em;
  }
  .text-quote.t2 {
    padding: 2em;
  }
  .text-quote.t2 > strong {
    margin-left: -2em;
  }
  .text-right.text-quote.t2 > strong {
    margin-right: -2em;
  }
  .text-quote.t3 {
    padding: 1.25em 5%;
  }
  .bullet-list.two-columns {
    display: block;
  }
  .bullet-list.two-columns li {
    width: 100%;
  }
  .list-title {
    font-size: 1.333em;
  }
  body .text-highlight {
    padding: 1.25em 5%;
  }
  .text-highlight.t1 {
    padding-left: 8%;
  }
  .content-style img.float-right,
  .content-style img.float-left,
  .content-style img.no-float {
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 475px) {
}
@media screen and (max-width: 400px) {
  .text-quote p {
    font-size: 1em;
  }
}
@media screen and (max-width: 350px) {
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input[type='search'] {
  -webkit-appearance: none;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
fieldset ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
fieldset > ul > li {
  padding-bottom: 0.8em;
  position: relative;
  width: 100%;
  font-size: inherit;
  padding-left: 0;
  padding-right: 0;
}
.no-flexbox fieldset > ul > li:not(.full) {
  display: block;
  float: left;
}
fieldset > ul > li.fit {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
fieldset > ul > li.fit + .fit {
  margin-left: 2%;
}
fieldset > ul > li.fourth {
  width: 24%;
}
fieldset > ul > li.third {
  width: 32%;
}
fieldset > ul > li.half {
  width: 49%;
}
.input-text {
  position: relative;
}
fieldset ul.column-form {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
fieldset > ul.column-form > li.half {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
fieldset > ul.column-form > li.half > ul {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
fieldset > ul.column-form > li.half > ul > li {
  width: 100%;
  padding-bottom: 0.8em;
}
fieldset li > label {
  display: block;
  position: relative;
  margin-bottom: 0.25em;
}
fieldset li > label.hide {
  display: none;
}
fieldset li > label small {
  display: block;
  line-height: 1;
}
.input-text input[type='text'],
.input-text input[type='month'],
.input-text input[type='email'],
.input-text input[type='tel'],
.input-text input[type='datetime'],
.input-text input[type='datetime-local'],
.input-text textarea,
.input-text select,
.zip-search-input {
  display: block;
  border: none;
  padding: 0.5em 0.75em;
  width: 100%;
  border-radius: 0.3em;
  text-align: left;
  outline: none;
  font-size: 1.222em;
  -webkit-transition: background-color 0.4s ease 0s;
  -moz-transition: background-color 0.4s ease 0s;
  -o-transition: background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s;
}
.input-text textarea {
  resize: none;
  min-height: 8em;
}
.input-text select {
  padding: 0.67em 0.75em;
}
.touch .input-text select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input-text input[type='month'] {
  padding: 0.45em 0.5em;
}
.input-text input:focus,
.input-text select:focus,
.input-text textarea:focus,
.zip-search-input:focus {
  outline: none;
}
.input-text.check-box {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.input-text.check-box label:not(.check-replace) {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.input-text.check-box input {
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}
.input-text.check-box .check-replace {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-style: solid;
  border-width: 1px;
  margin-right: 0.75em;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  border-radius: 0.2em;
}
.input-text.check-box .check-replace:before {
  content: '\e132';
  font-family: 'icomoon-ult';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
.input-text.check-box input:checked + .check-replace:before {
  opacity: 1;
}
.input-text select option {
  text-transform: none;
  text-align: center;
}
.input-text ::-webkit-input-placeholder {
  opacity: 1;
}
.input-text :-moz-placeholder {
  opacity: 1;
}
.input-text ::-ms-input-placeholder {
  opacity: 1;
}
input[type='text']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type='text']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}
.input-text.uploader {
  border-radius: 0.3em;
}
.input-text.uploader input {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: 100%;
  margin: 0.3em 0.5em 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .input-text.uploader input {
    padding-left: 3.75em;
  }
}
.input-text.uploader input::-webkit-file-upload-button {
  visibility: hidden;
}
.input-text.uploader input::before {
  content: 'Upload Image';
  border-radius: 0.5em;
  display: inline-block;
  padding: 0.5em 1em;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95em;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
  -moz-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
  -o-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
  margin-left: -3.25rem;
  margin-top: -0.75rem;
}
.input-text.uploader input.uploaded::before {
  content: 'Change Image';
}
fieldset .validation {
  position: absolute;
  padding: 0.5em 1em;
  top: 100%;
  z-index: 2;
  font-size: 0.8em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  white-space: nowrap;
  display: block;
  right: 0;
}
fieldset .invalid .validation {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  visibility: visible;
}
fieldset .validation:before {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  border-bottom-style: solid;
  border-bottom-width: 0.5em;
  bottom: 100%;
  right: 1em;
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 650px) {
}
@media screen and (max-width: 550px) {
  fieldset > ul > li {
    display: block;
    width: 100% !important;
  }
}
@media screen and (max-width: 475px) {
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
}
.imgright {
  float: right;
  clear: right;
  margin: 1em 0 1em 2%;
  height: auto !important;
  max-width: 100%;
}
.imgleft {
  float: left;
  clear: left;
  margin: 1em 2% 1em 0;
  height: auto !important;
  max-width: 100%;
}
html {
  font-size: 0.9375vw;
  overflow-x: hidden;
}
body {
  font-size: 100%;
}
main {
  transition: padding-top 0.2s ease 0s;
}
.content-style {
  line-height: 2;
  letter-spacing: 0.1px;
}
ul,
ol {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-style ul:not(.bullet-list),
.content-style ol {
  list-style-type: disc;
  margin: 1em 0;
  padding: 0 0 0 2em;
}
a {
  text-decoration: none;
  transition: color 0.4s ease 0s;
}
a[href^='tel'] {
  cursor: default;
}
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
sup {
  font-size: 0.5em;
}
icon > svg,
icon:before {
  pointer-events: none;
}
main,
nav,
aside,
article,
section,
header,
footer,
video,
form,
figure,
blockquote,
fieldset {
  display: block;
}
.left,
.right {
  float: none;
}
.hide {
  display: none;
}
body > iframe {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
form *,
form *:before,
form *:after {
  box-sizing: border-box;
}
[data-content='true'] {
  outline: none;
}
.content-style > *:first-child {
  margin-top: 0;
}
.content-style > *:last-child {
  margin-bottom: 0;
}
.jw-media video {
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
}
main section {
  padding: 4.5em 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main section {
    background-attachment: scroll !important;
  }
}
main section:not(.bg-image) {
  background-image: none !important;
}
.cms-admin main {
  padding-top: 190px;
}
.main {
  width: auto;
  margin: 0 auto;
  max-width: 90em;
  padding-left: 3.45556em;
  padding-right: 3.45556em;
  position: relative;
}
.main.thin {
  max-width: 70em;
}
section.text-center .content-style {
  text-align: center;
}
section.text-right .content-style {
  text-align: right;
}
section.left-right .content-style {
  text-align: left;
}
.two-columns-container {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.two-columns-container .content-zone {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 65%;
}
.two-columns-container .side-zone {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30%;
}
.two-columns-container .side-zone > *:not(form),
.two-columns-container .side-zone > form > * {
  margin-bottom: 2em;
}
.flex {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
.flex-reverse .flex,
.flex.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.vertical-top .flex {
  -ms-flex-align: start;
  align-items: flex-start;
}
.vertical-middle .flex {
  -ms-flex-align: center;
  align-items: center;
}
.vertical-bottom .flex {
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex > * {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.full {
  width: 100%;
}
.half {
  width: 50%;
}
.flex.spaced .half {
  width: 47%;
}
.third {
  width: 33.333%;
}
.flex.spaced .third {
  width: 31%;
}
.two-thirds {
  width: 66.6667%;
}
.flex.spaced .two-thirds {
  width: 64%;
}
.fourth {
  width: 25%;
}
.three-fourths {
  width: 75%;
}
.flex.spaced .three-fourths {
  width: 73%;
}
.fifth {
  width: 20%;
}
.two-fifths {
  width: 40%;
}
.flex.spaced .two-fifths {
  width: 38%;
}
.three-fifths {
  width: 60%;
}
.flex.spaced .three-fifths {
  width: 58%;
}
.four-fifths {
  width: 80%;
}
h1,
h2,
h3,
h4,
h5,
h6,
section header > strong,
section header > a > strong,
section header > em,
section header > a > em {
  margin: 0;
}
section header > strong,
section header > a > strong,
section header > em,
section header > a > em {
  display: block;
}
section header > *:first-child:not(a),
section header > a > *:first-child {
  margin-top: 0;
}
.content-style h1,
.content-style h2.look-like-h1 {
  margin-top: 0;
  margin-bottom: 0.1em;
}
.content-style h2,
.content-style h3,
.content-style h4 {
  margin: 0.65em 0 0.3em;
}
main section header {
  padding-bottom: 2em;
  text-align: center;
}
main section .content-style header,
main section header.content-style {
  padding-bottom: 0;
}
main section .flex .content header {
  text-align: left;
  padding-bottom: 1em;
}
section header > *:nth-child(2):not(p),
section header > a > *:nth-child(2):not(p) {
  margin-top: 0.15em;
}
main section header p {
  margin-top: 0.5em;
}
main section header > *:last-child {
  margin-bottom: 0;
}
.content-style h1 + p,
.content-style h2 + p,
.content-style h3 + p,
.content-style h4 + p {
  margin-top: 0.3em;
}
.content .btn-con {
  margin-top: 2em;
}
.content-area .btn-list {
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.5em;
}
.content-area .btn-list li {
  margin: 0.5em;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
}
.content-area .btn-list li .btn {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.banner-area .mainstage-video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  object-fit: cover;
  object-position: center;
}
.playing.banner-area .mainstage-video {
  opacity: 0.3;
}
.bg-con {
  position: relative;
}
.bg-con .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-con .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@-webkit-keyframes knockKnockSlide {
  0% {
    opacity: 0;
    transform: translateY(-2em);
  }
  50% {
    opacity: 0.5;
    transform: translateY(2em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes knockKnockSlide {
  0% {
    opacity: 0;
    transform: translateY(-2em);
  }
  50% {
    opacity: 0.5;
    transform: translateY(2em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes knockKnockSlide {
  0% {
    opacity: 0;
    transform: translateY(-2em);
  }
  50% {
    opacity: 0.5;
    transform: translateY(2em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes knockKnockSlide {
  0% {
    opacity: 0;
    transform: translateY(-2em);
  }
  50% {
    opacity: 0.5;
    transform: translateY(2em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes bigKnockKnockSlide {
  0% {
    opacity: 0;
    transform: translateY(-4em);
  }
  50% {
    opacity: 0.5;
    transform: translateY(4em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes bigKnockKnockSlide {
  0% {
    opacity: 0;
    transform: translateY(-4em);
  }
  50% {
    opacity: 0.5;
    transform: translateY(4em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes bigKnockKnockSlide {
  0% {
    opacity: 0;
    transform: translateY(-4em);
  }
  50% {
    opacity: 0.5;
    transform: translateY(4em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bigKnockKnockSlide {
  0% {
    opacity: 0;
    transform: translateY(-4em);
  }
  50% {
    opacity: 0.5;
    transform: translateY(4em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes knockKnockSideSlide {
  0% {
    opacity: 0;
    transform: translateX(2em);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-2em);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes knockKnockSideSlide {
  0% {
    opacity: 0;
    transform: translateX(2em);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-2em);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes knockKnockSideSlide {
  0% {
    opacity: 0;
    transform: translateX(2em);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-2em);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes knockKnockSideSlide {
  0% {
    opacity: 0;
    transform: translateX(2em);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-2em);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes bigKnockKnockSideSlide {
  0% {
    opacity: 0;
    transform: translateX(4em);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-4em);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes bigKnockKnockSideSlide {
  0% {
    opacity: 0;
    transform: translateX(4em);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-4em);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes bigKnockKnockSideSlide {
  0% {
    opacity: 0;
    transform: translateX(4em);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-4em);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bigKnockKnockSideSlide {
  0% {
    opacity: 0;
    transform: translateX(4em);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-4em);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes knockKnockBottomRightSlide {
  0% {
    opacity: 0;
    transform: translate(-2em, 2em);
  }
  50% {
    opacity: 0.5;
    transform: translate(2em, -2em);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@-moz-keyframes knockKnockBottomRightSlide {
  0% {
    opacity: 0;
    transform: translate(-2em, 2em);
  }
  50% {
    opacity: 0.5;
    transform: translate(2em, -2em);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@-o-keyframes knockKnockBottomRightSlide {
  0% {
    opacity: 0;
    transform: translate(-2em, 2em);
  }
  50% {
    opacity: 0.5;
    transform: translate(2em, -2em);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes knockKnockBottomRightSlide {
  0% {
    opacity: 0;
    transform: translate(-2em, 2em);
  }
  50% {
    opacity: 0.5;
    transform: translate(2em, -2em);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes knockKnockTopSlide {
  0% {
    opacity: 0;
    transform: translateY(2em);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes knockKnockTopSlide {
  0% {
    opacity: 0;
    transform: translateY(2em);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes knockKnockTopSlide {
  0% {
    opacity: 0;
    transform: translateY(2em);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes knockKnockTopSlide {
  0% {
    opacity: 0;
    transform: translateY(2em);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
[data-onvisible='slide-n-fade'] {
  overflow: hidden;
}
[data-onvisible='slide-left'],
[data-onvisible='slide-right'],
[data-onvisible='slide-top'],
[data-onvisible='slide-bottom'] {
  opacity: 0;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
[data-onvisible='slide-left'] {
  transform: translateX(-8em);
}
[data-onvisible='slide-right'] {
  transform: translateX(8em);
}
[data-onvisible='slide-top'] {
  transform: translateY(-8em);
}
[data-onvisible='slide-bottom'] {
  transform: translateY(8em);
}
[data-onvisible='slide-left'].slide-left,
[data-onvisible='slide-right'].slide-right,
[data-onvisible='slide-top'].slide-top,
[data-onvisible='slide-bottom'].slide-bottom {
  opacity: 1;
  transform: translate(0, 0) !important;
}
[data-onvisible='uncover-left'],
[data-onvisible='uncover-right'],
[data-onvisible='uncover-top'],
[data-onvisible='uncover-bottom'] {
  position: relative;
  overflow: hidden;
}
[data-onvisible='uncover-left']:after,
[data-onvisible='uncover-right']:after,
[data-onvisible='uncover-top']:after,
[data-onvisible='uncover-bottom']:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  transition: transform 1s ease 0s;
  transform: scale(1, 1);
  z-index: 5;
}
[data-onvisible='uncover-left']:after {
  transform-origin: left top;
}
[data-onvisible='uncover-right']:after {
  transform-origin: right top;
}
[data-onvisible='uncover-top']:after {
  transform-origin: left top;
}
[data-onvisible='uncover-bottom']:after {
  transform-origin: left bottom;
}
.uncover-left[data-onvisible='uncover-left']:after,
.uncover-right[data-onvisible='uncover-right']:after {
  transform: scale(0, 1);
}
.uncover-top[data-onvisible='uncover-top']:after,
.uncover-bottom[data-onvisible='uncover-bottom']:after {
  transform: scale(1, 0);
}
[data-onvisible='uncover-split-vertical'],
[data-onvisible='uncover-split-horizontal'] {
  position: relative;
  overflow: hidden;
}
[data-onvisible='uncover-split-vertical']:before,
[data-onvisible='uncover-split-horizontal']:before,
[data-onvisible='uncover-split-vertical']:after,
[data-onvisible='uncover-split-horizontal']:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  transition: transform 1s ease 0s;
  transform: scale(1, 1);
  z-index: 5;
}
[data-onvisible='uncover-split-vertical']:before {
  transform-origin: left top;
  left: 0;
}
[data-onvisible='uncover-split-vertical']:after {
  transform-origin: right top;
  right: 0;
}
[data-onvisible='uncover-split-vertical'].uncover-split-vertical:before,
[data-onvisible='uncover-split-vertical'].uncover-split-vertical:after {
  transform: scale(0, 1);
}
[data-onvisible='uncover-split-horizontal']:before,
[data-onvisible='uncover-split-horizontal']:after {
  width: 100%;
  height: 50%;
  left: 0;
}
[data-onvisible='uncover-split-horizontal']:before {
  transform-origin: left top;
  left: 0;
}
[data-onvisible='uncover-split-horizontal']:after {
  top: 50%;
  transform-origin: left bottom;
}
[data-onvisible='uncover-split-horizontal'].uncover-split-horizontal:before,
[data-onvisible='uncover-split-horizontal'].uncover-split-horizontal:after {
  transform: scale(1, 0);
}
[data-canvasbg] {
  z-index: 1;
  will-change: top;
}
[data-canvasbg] > *:not(canvas) {
  position: relative;
}
[data-canvasbg] canvas {
  z-index: -1;
}
[data-canvasbg*='particles'] canvas {
  opacity: 0.2;
}
[data-canvasbg='stickyPanel'] + section:not([data-canvasbg='stickyPanel']),
[data-canvasbg='stickyPanel'] + form section:not([data-canvasbg='stickyPanel']),
[data-canvasbg='stickyPanel'] ~ section:not([data-canvasbg='stickyPanel']),
[data-canvasbg='stickyPanel']
  ~ form
  section:not([data-canvasbg='stickyPanel']) {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 1.0408vw;
  }
  .main {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 1.24875vw;
  }
  .content-style br,
  section header br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 1.7vw;
  }
  .two-columns-container {
    display: block;
  }
  .two-columns-container .content-zone {
    width: 100%;
  }
  .two-columns-container .side-zone {
    width: 100%;
    margin-top: 2em;
  }
}
@media screen and (max-width: 800px) {
  .imgright,
  .imgleft {
    float: none;
    clear: both;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 1em 0;
  }
  html {
    font-size: 2.123vw;
  }
  main section {
    padding: 3.5em 0;
  }
  [data-onvisible='slide-right'] {
    transform: translateY(-8em);
  }
}
@media screen and (max-width: 650px) {
  html {
    font-size: 2.47vw;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 2.92vw;
  }
  main section {
    padding: 2.5em 0;
  }
  main section header {
    padding-bottom: 1.5em;
  }
  .content .btn-list {
    margin-left: -0.25em;
  }
  .content .btn-list li {
    margin: 0.25em;
  }
  .content .btn-list.items-3 li,
  .content .btn-list.items-2 li {
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
  }
  .content .btn-con {
    margin-top: 1.25em;
  }
}
@media screen and (max-width: 475px) {
  html {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 4vw;
  }
  .content .btn-list {
    display: block;
  }
  .content .btn-list li + li {
    margin-top: 0.75em;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 4.3vw;
  }
}
.v1-btn.light-bg .btn:not(.v2),
.btn.v1.dark,
.v1-btn.dark-bg .btn.dark:not(.v2),
.v1-btn.dark-bg .btn.opposite:not(.v2),
.light-bg:not(.v2-btn) .btn:not(.light):not(.opposite):not(.v2) {
  color: #ffffff;
  background-color: #6e588d;
}
.light-bg:not(.v2-btn) .btn:not(.light):not(.opposite):not(.v2):before,
.v1-btn.light-bg .btn:not(.v2):before,
.btn.v1.dark:before,
.v1-btn.dark-bg .btn.dark:not(.v2):before,
.v1-btn.dark-bg .btn.opposite:not(.v2):before,
.light-bg:not(.v2-btn) .btn:not(.light):not(.opposite):not(.v2):after,
.v1-btn.light-bg .btn:not(.v2):after,
.btn.v1.dark:after,
.v1-btn.dark-bg .btn.dark:not(.v2):after,
.v1-btn.dark-bg .btn.opposite:not(.v2):after {
  background-color: #b8a275;
}
.light-bg:not(.v2-btn)
  a:hover
  .btn:not(.light):not(.opposite):not(.v2):not(.no-hover),
.v1-btn.light-bg .btn:not(.v2):not(.no-hover):hover,
.v1-btn.light-bg a:hover .btn:not(.v2):not(.no-hover),
.btn.v1.dark:not(.no-hover):hover,
a:hover .btn.v1.dark:not(.no-hover),
.v1-btn.dark-bg .btn.dark:not(.v2):hover,
.v1-btn.dark-bg a:hover .btn.dark:not(.v2),
.v1-btn.dark-bg .btn.opposite:not(.v2):not(.no-hover):hover,
.v1-btn.dark-bg a:hover .btn.opposite:not(.v2):not(.no-hover),
.light-bg:not(.v2-btn)
  .btn:not(.light):not(.opposite):not(.v2):not(.no-hover):hover {
  color: #ffffff;
}
.v1-btn.dark-bg .btn:not(.v2),
.btn.v1.light,
.v1-btn.light-bg .btn.light:not(.v2),
.v1-btn.light-bg .btn.opposite:not(.v2),
.dark-bg:not(.v2-btn) .btn:not(.dark):not(.opposite):not(.v2) {
  color: #ffffff;
  background-color: #6e588d;
}
.dark-bg:not(.v2-btn) .btn:not(.dark):not(.opposite):not(.v2):before,
.v1-btn.dark-bg .btn:not(.v2):before,
.btn.v1.light:before,
.v1-btn.light-bg .btn.light:not(.v2):before,
.v1-btn.light-bg .btn.opposite:not(.v2):before,
.dark-bg:not(.v2-btn) .btn:not(.dark):not(.opposite):not(.v2):after,
.v1-btn.dark-bg .btn:not(.v2):after,
.btn.v1.light:after,
.v1-btn.light-bg .btn.light:not(.v2):after,
.v1-btn.light-bg .btn.opposite:not(.v2):after {
  background-color: #b8a275;
}
.dark-bg:not(.v2-btn)
  a:hover
  .btn:not(.dark):not(.opposite):not(.v2):not(.no-hover),
.v1-btn.dark-bg .btn:not(.v2):not(.no-hover):hover,
.v1-btn.dark-bg a:hover .btn:not(.v2):not(.no-hover),
.btn.v1.light:not(.no-hover):hover,
a:hover .btn.v1.light:not(.no-hover),
.v1-btn.light-bg .btn.light:not(.v2):not(.no-hover):hover,
.v1-btn.light-bg a:hover .btn.light:not(.v2):not(.no-hover),
.v1-btn.light-bg .btn.opposite:not(.v2):not(.no-hover):hover,
.v1-btn.light-bg a:hover .btn.opposite:not(.v2):not(.no-hover),
.dark-bg:not(.v2-btn)
  .btn:not(.dark):not(.opposite):not(.v2):not(.no-hover):hover {
  color: #ffffff;
}
.v2-btn.light-bg .btn:not(.v1),
.btn.v2.dark,
.v2-btn.dark-bg .btn.dark:not(.v1),
.v2-btn.dark-bg .btn.opposite:not(.v1),
.light-bg:not(.v1-btn) .btn:not(.light):not(.opposite):not(.v1) {
  border-color: #6e588d;
  color: #b8a275;
}
.light-bg:not(.v1-btn) .btn:not(.light):not(.opposite):not(.v1):before,
.v2-btn.light-bg .btn:not(.v1):before,
.btn.v2.dark:before,
.v2-btn.dark-bg .btn.dark:not(.v1):before,
.v2-btn.dark-bg .btn.opposite:not(.v1):before,
.light-bg:not(.v1-btn) .btn:not(.light):not(.opposite):not(.v1):after,
.v2-btn.light-bg .btn:not(.v1):after,
.btn.v2.dark:after,
.v2-btn.dark-bg .btn.dark:not(.v1):after,
.v2-btn.dark-bg .btn.opposite:not(.v1):after {
  background-color: #6e588d;
}
.light-bg:not(.v1-btn)
  a:hover
  .btn:not(.light):not(.opposite):not(.v1):not(.no-hover),
.v2-btn.light-bg .btn:not(.v1):not(.no-hover):hover,
.v2-btn.light-bg a:hover .btn:not(.v1):not(.no-hover),
.btn.v2.dark:not(.no-hover):hover,
a:hover .btn.v2.dark:not(.no-hover),
.v2-btn.dark-bg .btn.dark:not(.v1):not(.no-hover):hover,
.v2-btn.dark-bg a:hover .btn.dark:not(.v1):not(.no-hover),
.v2-btn.dark-bg .btn.opposite:not(.v1):not(.no-hover):hover,
.v2-btn.dark-bg a:hover .btn.opposite:not(.v1):not(.no-hover),
.light-bg:not(.v1-btn)
  .btn:not(.light):not(.opposite):not(.v1):not(.no-hover):hover {
  border-color: #6e588d;
  color: #ffffff;
}
.v2-btn.dark-bg .btn:not(.v1),
.btn.v2.light,
.v2-btn.light-bg .btn.light:not(.v1),
.v2-btn.light-bg .btn.opposite:not(.v1),
.dark-bg:not(.v1-btn) .btn:not(.dark):not(.opposite):not(.v1) {
  color: #ffffff;
  border-color: #b8a275;
}
.dark-bg:not(.v1-btn) .btn:not(.dark):not(.opposite):not(.v1):before,
.v2-btn.dark-bg .btn:not(.v1):before,
.btn.v2.light:before,
.v2-btn.light-bg .btn.light:not(.v1):before,
.v2-btn.light-bg .btn.opposite:not(.v1):before,
.dark-bg:not(.v1-btn) .btn:not(.dark):not(.opposite):not(.v1):after,
.v2-btn.dark-bg .btn:not(.v1):after,
.btn.v2.light:after,
.v2-btn.light-bg .btn.light:not(.v1):after,
.v2-btn.light-bg .btn.opposite:not(.v1):after {
  background-color: #b8a275;
}
.dark-bg:not(.v1-btn)
  a:hover
  .btn:not(.dark):not(.opposite):not(.v1):not(.no-hover),
.v2-btn.dark-bg .btn:not(.v1):not(.no-hover):hover,
.v2-btn.dark-bg a:hover .btn:not(.v1):not(.no-hover),
.btn.v2.light:not(.no-hover):hover,
a:hover .btn.v2.light:not(.no-hover),
.v2-btn.light-bg .btn.light:not(.v1):not(.no-hover):hover,
.v2-btn.light-bg a:hover .btn.light:not(.v1):not(.no-hover),
.v2-btn.light-bg .btn.opposite:not(.v1):not(.no-hover):hover,
.v2-btn.light-bg a:hover .btn.opposite:not(.v1):not(.no-hover),
.dark-bg:not(.v1-btn)
  .btn:not(.dark):not(.opposite):not(.v1):not(.no-hover):hover {
  border-color: #b8a275;
  color: #ffffff;
}
.content-cta.t1 {
  background-color: #f2f2f2;
  box-shadow: 0.5em 0.5em 0 #cacae6;
}
.dark-bg.content-cta.t1 {
  box-shadow: 0.5em 0.5em 0 #6e588d;
  color: #ffffff;
  background-color: #b8a275;
}
.content-cta.t1 > strong {
  color: #b8a275;
}
.dark-bg.content-cta.t1 > strong {
  color: #6e588d;
}
.content-cta.t2 {
  box-shadow: 0.5em 0.5em 0 #cacae6;
  border-color: #cacae6;
}
.dark-bg.content-cta.t2 {
  box-shadow: 0.5em 0.5em 0 #6e588d;
  border-color: #6e588d;
}
.content-cta.t2 > strong {
  color: #b8a275;
}
.dark-bg.content-cta.t2 > strong {
  color: #adadd8;
}
.content-cta.t3 {
  box-shadow: 0.5em 0.5em 0 #adadd8;
  background-color: #ffffff;
  color: #838383;
}
.dark-bg.content-cta.t3 {
  background-color: #b8a275;
  color: #ffffff;
  box-shadow: 0.5em 0.5em 0 #6e588d;
}
.content-cta.t3 > strong {
  color: #b8a275;
}
.dark-bg.content-cta.t3 > strong {
  color: #adadd8;
}
.text-quote {
  color: #b8a275;
}
.dark-bg.text-quote {
  color: #adadd8;
}
.text-quote.t1 {
  border-color: #cacae6;
}
.text-quote.t1 strong {
  color: #6e588d;
}
.text-quote.t2 {
  background-color: #cacae6;
}
.dark-bg.text-quote.t2 {
  background-color: #b8a275;
}
.text-quote.t2 strong {
  color: #ffffff;
  background-color: #6e588d;
}
.text-quote.t3 {
  border-color: #cacae6;
}
.text-quote.t3 strong {
  color: #ffffff;
  background-color: #6e588d;
}
.bullet-list > p {
  background-color: #ffffff;
  color: #b8a275;
}
.dark-bg.bullet-list > p {
  background-color: #b8a275;
  color: #cacae6;
}
.bullet-list.t1 > p {
  border-bottom-color: #cacae6;
}
.bullet-list.t2 > p {
  background-color: #b8a275;
  color: #ffffff;
}
.dark-bg.bullet-list.t2 > p {
  background-color: #cacae6;
  color: #b8a275;
}
.bullet-list.t3 > p {
  color: #b8a275;
}
.dark-bg.bullet-list.t3 > p {
  color: #b8a275;
  background-color: #ffffff;
}
.bullet-list ul li {
  color: #b8a275;
}
.dark-bg.bullet-list ul li {
  color: #ffffff;
}
.bullet-list li:before {
  background-color: #6e588d;
}
.bullet-list.t2 {
  background-color: #e5e5f3;
}
.dark-bg.bullet-list.t2 {
  background-color: #b8a275;
}
.bullet-list.t3 ul {
  background-color: #cacae6;
}
.dark-bg.bullet-list.t3 ul {
  background-color: #b8a275;
}
.bullet-list.t3 ul li {
  color: #b8a275;
}
.dark-bg.bullet-list.t3 ul li {
  color: #ffffff;
}
.bullet-list.t3 > ul:before {
  background-color: #b8a275;
}
.dark-bg.bullet-list.t3 > ul:before {
  background-color: #dadada;
}
.text-highlight.t1 {
  color: #b8a275;
  border-color: #cacae6;
}
.dark-bg.text-highlight.t1 {
  color: #ffffff;
  border-color: #6e588d;
}
.text-highlight.t1:after {
  background-color: #6e588d;
}
.text-highlight.t2 {
  background-color: #cacae6;
  box-shadow: 0.5em 0.5em 0 #6e588d;
  color: #b8a275;
}
.dark-bg.text-highlight.t2 {
  background-color: #b8a275;
  box-shadow: 0.5em 0.5em 0 #6e588d;
  color: #ffffff;
}
.dark-bg.text-highlight.t2 a {
  color: #6e588d;
}
.dark-bg.text-highlight.t2 a:hover {
  color: #ffffff;
}
.text-highlight.t3 {
  box-shadow: 0.5em 0.5em 0 #cacae6;
  border-color: #cacae6;
}
.dark-bg.text-highlight.t3 {
  box-shadow: 0.5em 0.5em 0 #6e588d;
  border-color: #6e588d;
}
.light-bg .input-text input[type='text'],
.light-bg .input-text input[type='month'],
.light-bg .input-text input[type='email'],
.light-bg .input-text input[type='tel'],
.light-bg .input-text input[type='datetime'],
.light-bg .input-text input[type='datetime-local'],
.light-bg .input-text textarea,
.light-bg .input-text select,
.zip-search-input {
  background-color: #222222;
  color: #ffffff;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}
.light-bg .input-text input:focus,
.light-bg .input-text select:focus,
.light-bg .input-text textarea:focus {
  background-color: #6e588d;
}
.light-bg .input-text.check-box .check-replace {
  background-color: #222222;
  border-color: #dbdbdb;
}
.light-bg .input-text.check-box .check-replace:before {
  color: #ffffff;
}
.light-bg .input-text ::-webkit-input-placeholder {
  color: #ffffff;
}
.light-bg .input-text ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.light-bg .input-text ::-ms-input-placeholder {
  color: #ffffff;
}
.dark-bg .input-text input[type='text'],
.dark-bg .input-text input[type='month'],
.dark-bg .input-text input[type='email'],
.dark-bg .input-text input[type='tel'],
.dark-bg .input-text input[type='datetime'],
.dark-bg .input-text input[type='datetime-local'],
.dark-bg .input-text textarea,
.dark-bg .input-text select,
.zip-search-input {
  background-color: #6e588d;
  color: #ffffff;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}
.dark-bg .input-text input:focus,
.dark-bg .input-text select:focus,
.dark-bg .input-text textarea:focus {
  background-color: #6e588d;
}
.dark-bg .input-text.check-box .check-replace {
  background-color: #222222;
  border-color: #dbdbdb;
}
.dark-bg .input-text.check-box .check-replace:before {
  color: #ffffff;
}
.dark-bg .input-text ::-webkit-input-placeholder {
  color: #ffffff;
}
.dark-bg .input-text ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.dark-bg .input-text ::-ms-input-placeholder {
  color: #ffffff;
}
.light-bg .input-text.uploader {
  background-color: #222222;
}
.light-bg .input-text.uploader input {
  background-color: transparent !important;
  color: #ffffff;
}
.light-bg .input-text.uploader input::before {
  color: #ffffff;
  background-color: #6e588d;
}
.light-bg .input-text.uploader input:hover::before {
  background-color: #b8a275;
}
.light-bg .input-text.uploader input:active::before {
  background-color: #b8a275;
}
.dark-bg .input-text.uploader {
  background-color: #222222;
}
.dark-bg .input-text.uploader input {
  background-color: transparent !important;
  color: #ffffff;
}
.dark-bg .input-text.uploader input::before {
  color: #ffffff;
  background-color: #6e588d;
}
.dark-bg .input-text.uploader input:hover::before {
  background-color: #b8a275;
}
.dark-bg .input-text.uploader input:active::before {
  background-color: #b8a275;
}
.light-bg fieldset .validation {
  background-color: rgba(0, 0, 0, 0.8);
  color: #f2f2f2;
}
.light-bg fieldset .validation:before {
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.dark-bg fieldset .validation {
  background-color: rgba(0, 0, 0, 0.8);
  color: #f2f2f2;
}
.dark-bg fieldset .validation:before {
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
body {
  color: #b8a275;
  background-color: #ffffff;
}
.light-bg,
main {
  background-color: #ffffff;
  color: #2a2a2a;
}
.dark-bg {
  background-color: #ffffff;
  color: #ffffff;
}
.light-bg a {
  color: #b8a275;
}
.light-bg a:hover {
  color: #6e588d;
}
.dark-bg a {
  color: #b8a275;
}
.dark-bg a:hover {
  color: #ffffff;
}
.light-bg h1,
.light-bg .content-style h2.look-like-h1,
section.light-bg header > *:first-child:not(a),
section.light-bg header > a > *:first-child,
.dark-bg .opposite-theme h1,
.dark-bg .opposite-theme .content-style h2.look-like-h1,
section.dark-bg .opposite-theme header > *:first-child:not(a),
section.dark-bg .opposite-theme header > a > *:first-child,
aside.light-bg header > *:first-child:not(a),
aside.light-bg header > a > *:first-child {
  color: #242424;
}
.light-bg h2,
.light-bg h3,
section.light-bg header > *:nth-child(2):not(p),
section.light-bg header > a > *:nth-child(2):not(p),
.dark-bg .opposite-theme h2,
.dark-bg .opposite-theme h3,
section.dark-bg .opposite-theme header > *:nth-child(2):not(p),
section.dark-bg .opposite-theme header > a > *:nth-child(2):not(p) {
  color: #6e588d;
}
.light-bg h4,
.dark-bg .opposite-theme h4 {
  color: #b8a275;
}
.light-bg h5,
.dark-bg .opposite-theme h5 {
  color: #6e588d;
}
.light-bg h6,
.dark-bg .opposite-theme h6 {
  color: #2a2a2a;
}
.dark-bg h1,
.dark-bg .content-style h2.look-like-h1,
section.dark-bg header > *:first-child:not(a),
section.dark-bg header > a > *:first-child,
.light-bg .opposite-theme h1,
.light-bg .opposite-theme .content-style h2.look-like-h1,
section.light-bg .opposite-theme header > *:first-child:not(a),
section.light-bg .opposite-theme header > a > *:first-child,
aside.dark-bg header > *:first-child:not(a),
aside.dark-bg header > a > *:first-child {
  color: #ffffff;
}
.dark-bg h2,
.dark-bg h3,
section.dark-bg header > *:nth-child(2):not(p),
section.dark-bg header > a > *:nth-child(2):not(p),
.light-bg .opposite-theme h2,
.light-bg .opposite-theme h3,
section.light-bg .opposite-theme header > *:nth-child(2):not(p),
section.light-bg .opposite-theme header > a > *:nth-child(2):not(p) {
  color: #6e588d;
}
.dark-bg h4,
.light-bg .opposite-theme h4 {
  color: #ffffff;
}
.dark-bg h5,
.light-bg .opposite-theme h5 {
  color: #cacae6;
}
.dark-bg h6,
.light-bg .opposite-theme h6 {
  color: #ffffff;
}
.light-bg[data-onvisible='uncover-left']:after,
.light-bg[data-onvisible='uncover-right']:after,
.light-bg[data-onvisible='uncover-top']:after,
.light-bg[data-onvisible='uncover-bottom']:after {
  background-color: #273032;
}
.bg-image.light-bg[data-onvisible='uncover-left']:after,
.bg-image.light-bg[data-onvisible='uncover-right']:after,
.bg-image.light-bg[data-onvisible='uncover-top']:after,
.bg-image.light-bg[data-onvisible='uncover-bottom']:after {
  background-color: #9fbdc5;
}
.dark-bg[data-onvisible='uncover-left']:after,
.dark-bg[data-onvisible='uncover-right']:after,
.dark-bg[data-onvisible='uncover-top']:after,
.dark-bg[data-onvisible='uncover-bottom']:after {
  background-color: #ffffff;
}
.bg-image.dark-bg[data-onvisible='uncover-left']:after,
.bg-image.dark-bg[data-onvisible='uncover-right']:after,
.bg-image.dark-bg[data-onvisible='uncover-top']:after,
.bg-image.dark-bg[data-onvisible='uncover-bottom']:after {
  background-color: #ee2225;
}
.light-bg[data-onvisible='uncover-split-vertical']:before,
.light-bg[data-onvisible='uncover-split-horizontal']:before,
.light-bg[data-onvisible='uncover-split-vertical']:after,
.light-bg[data-onvisible='uncover-split-horizontal']:after {
  background-color: #273032;
}
.bg-image.light-bg[data-onvisible='uncover-split-vertical']:before,
.bg-image.light-bg[data-onvisible='uncover-split-horizontal']:before,
.bg-image.light-bg[data-onvisible='uncover-split-vertical']:after,
.bg-image.light-bg[data-onvisible='uncover-split-horizontal']:after {
  background-color: #9fbdc5;
}
.dark-bg[data-onvisible='uncover-split-vertical']:before,
.dark-bg[data-onvisible='uncover-split-horizontal']:before,
.dark-bg[data-onvisible='uncover-split-vertical']:after,
.dark-bg[data-onvisible='uncover-split-horizontal']:after {
  background-color: #ffffff;
}
.bg-image.dark-bg[data-onvisible='uncover-split-vertical']:before,
.bg-image.dark-bg[data-onvisible='uncover-split-horizontal']:before,
.bg-image.dark-bg[data-onvisible='uncover-split-vertical']:after,
.bg-image.dark-bg[data-onvisible='uncover-split-horizontal']:after {
  background-color: #ee2225;
}

.blog-section.t1 > div header > h5 {
  font-size: 1.333em;
}
.blog-section.t1 .blog-header .main header {
  padding-bottom: 4.5em;
}
.blog-section.t1 .popular-posts .main > .flex {
  padding: 0 0.5em 1em;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-section.t1 .popular-posts .main > .flex header {
  padding-bottom: 0;
}
.blog-section.t1 .popular-posts .main > .flex .scrolling-list-nav {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.blog-section.t1 .popular-posts .main > .flex .scrolling-list-nav icon {
  font-size: 1.5em;
  transition: color 0.4s ease 0s;
  display: block;
  cursor: pointer;
}
.blog-section.t1
  .popular-posts
  .main
  > .flex
  .scrolling-list-nav
  icon.next-btn {
  margin-left: 0.5em;
}
.blog-section.t1 .popular-posts .container {
  position: relative;
  overflow: hidden;
}
.blog-section.t1 .popular-posts .container ul {
  position: relative;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: transform 0.65s ease 0s;
  min-width: 100%;
}
.blog-section.t1 .popular-posts .container ul li {
  -webkit-flex: 1 1 1%;
  -ms-flex: 1 1 1%;
  flex: 1 1 1%;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog-section.t1 .popular-posts .container ul li a {
  position: relative;
  margin: 0 0.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 1em);
  text-align: center;
  padding: 3em 5%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-section.t1 .popular-posts .container ul li a .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.4s ease 0s;
}
.blog-section.t1 .popular-posts .container ul li a:hover .img img {
  opacity: 0.4;
}
.blog-section.t1 .popular-posts ul li.no-img a .img img {
  background-image: url(../../images/blogs/blog-img-1.jpg);
}
.blog-section.t1 .popular-posts ul li.no-img + li.no-img a .img img {
  background-image: url(../../images/blogs/blog-img-2.jpg);
}
.blog-section.t1
  .popular-posts
  ul
  li.no-img
  + li.no-img
  + li.no-img
  a
  .img
  img {
  background-image: url(../../images/blogs/blog-img-3.jpg);
}
.blog-section.t1
  .popular-posts
  ul
  li.no-img
  + li.no-img
  + li.no-img
  + li.no-img
  a
  .img
  img {
  background-image: url(../../images/blogs/blog-img-4.jpg);
}
.blog-section.t1
  .popular-posts
  ul
  li.no-img
  + li.no-img
  + li.no-img
  + li.no-img
  + li.no-img
  a
  .img
  img {
  background-image: url(../../images/blogs/blog-img-5.jpg);
}
.blog-section.t1
  .popular-posts
  ul
  li.no-img
  + li.no-img
  + li.no-img
  + li.no-img
  + li.no-img
  + li.no-img
  a
  .img
  img {
  background-image: url(../../images/blogs/blog-img-6.jpg);
}
.blog-section.t1 .popular-posts ul li a .info {
  padding-left: 4%;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  position: relative;
}
.blog-section.t1 .popular-posts ul li a .info > strong {
  display: block;
  font-size: 1.222em;
  line-height: 1.4;
  transition: color 0.4s ease 0s;
  margin: 0.3em 0 0.75em;
}
.blog-section.t1 .popular-posts ul li a .info time {
  font-weight: 500;
}
.blog-section.t1 .all-posts .main header {
  text-align: left;
}
.blog-section.t1 .all-posts ul li {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 0;
  border-top-style: solid;
  border-top-width: 0.15em;
}
.blog-section.t1 .all-posts ul li .img {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 12.9em;
}
.blog-section.t1 .all-posts ul li .img img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-section.t1 .all-posts ul li.no-img .img img {
  background-image: url(../../images/blogs/blog-img-1.jpg);
}
.blog-section.t1 .all-posts ul li.no-img + li.no-img .img img {
  background-image: url(../../images/blogs/blog-img-2.jpg);
}
.blog-section.t1 .all-posts ul li.no-img + li.no-img + li.no-img .img img {
  background-image: url(../../images/blogs/blog-img-3.jpg);
}
.blog-section.t1
  .all-posts
  ul
  li.no-img
  + li.no-img
  + li.no-img
  + li.no-img
  .img
  img {
  background-image: url(../../images/blogs/blog-img-4.jpg);
}
.blog-section.t1
  .all-posts
  ul
  li.no-img
  + li.no-img
  + li.no-img
  + li.no-img
  + li.no-img
  .img
  img {
  background-image: url(../../images/blogs/blog-img-5.jpg);
}
.blog-section.t1
  .all-posts
  ul
  li.no-img
  + li.no-img
  + li.no-img
  + li.no-img
  + li.no-img
  + li.no-img
  .img
  img {
  background-image: url(../../images/blogs/blog-img-6.jpg);
}
.blog-section.t1 .all-posts ul li .info {
  padding-left: 2%;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.blog-section.t1 .all-posts ul li .info > strong {
  display: block;
  font-size: 1.222em;
  line-height: 1.4;
  transition: color 0.4s ease 0s;
}
.blog-section.t1 .all-posts ul li .info time {
  font-weight: 500;
  display: block;
}
.blog-section.t1 .all-posts .load-more {
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 800px) {
  .blog-section.t1 .blog-header .main header {
    padding-bottom: 3.5em;
  }
  .blog-section.t1 .all-posts ul li .info {
    padding-left: 4%;
  }
  .blog-section.t1 .all-posts ul li .info p {
    display: none;
  }
  .blog-section.t1 .all-posts ul li .info time {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 650px) {
}
@media screen and (max-width: 550px) {
  .blog-section.t1 .blog-header .main header {
    padding-bottom: 2.5em;
  }
  .blog-section.t1 .all-posts ul li .img {
    width: 10em;
  }
}
@media screen and (max-width: 475px) {
  .blog-section.t1 .all-posts .main header {
    text-align: center;
  }
  .blog-section.t1 .all-posts ul li {
    display: block;
    text-align: center;
  }
  .blog-section.t1 .all-posts ul li .img {
    margin: 0 auto 1em;
  }
  .blog-section.t1 .all-posts ul li .info {
    padding-left: 0;
  }
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
}
.blog-section.t1 .popular-posts.active .main > .flex .scrolling-list-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog-section.t1 .popular-posts {
  background-color: #f2f2f2;
}
.blog-section.t1 .popular-posts .main > .flex header h5 {
  color: #b8a275;
}
.blog-section.t1 .popular-posts .main > .flex .scrolling-list-nav icon {
  color: #6e588d;
}
.blog-section.t1 .popular-posts .main > .flex .scrolling-list-nav icon:hover {
  color: #b8a275;
}
.blog-section.t1 .popular-posts .container ul li a {
  background-color: #000000;
}
.blog-section.t1 .popular-posts ul li a .info > strong {
  color: #ffffff;
}
.blog-section.t1 .popular-posts ul li a .info time {
  color: #cacae6;
}
.dark-bg.blog-section.t1 .popular-posts {
  background-color: rgba(255, 255, 255, 0.102);
}
.dark-bg.blog-section.t1 .popular-posts .main > .flex header h5 {
  color: #ffffff;
}
.dark-bg.blog-section.t1 .popular-posts .main > .flex .scrolling-list-nav icon {
  color: #6e588d;
}
.dark-bg.blog-section.t1
  .popular-posts
  .main
  > .flex
  .scrolling-list-nav
  icon:hover {
  color: #ffffff;
}
.dark-bg.blog-section.t1 .popular-posts .container ul li a {
  background-color: #cacae6;
}
.dark-bg.blog-section.t1 .popular-posts ul li a .info > strong {
  color: #b8a275;
}
.dark-bg.blog-section.t1 .popular-posts ul li a .info time {
  color: #6e588d;
}
.light-bg.blog-section.t1 .all-posts .main header h5 {
  color: #6e588d;
}
.light-bg.blog-section.t1 .all-posts ul li {
  border-top-color: #cacae6;
}
.light-bg.blog-section.t1 .all-posts ul li .info > strong {
  color: #b8a275;
}
.light-bg.blog-section.t1 .all-posts ul li .info time {
  color: #2a2a2a;
}
.dark-bg.blog-section.t1 .all-posts .main header h5 {
  color: #ffffff;
}
.dark-bg.blog-section.t1 .all-posts ul li {
  border-top-color: #cacae6;
}
.dark-bg.blog-section.t1 .all-posts ul li .info > strong {
  color: #cacae6;
}
.text-center.wide-content-area {
  text-align: center;
}
.text-right.wide-content-area {
  text-align: right;
}
.wide-content-area header {
  padding-bottom: 1em;
}

.footer.t3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.footer.t3 .main {
  padding-left: 0;
  padding-right: 0;
  max-width: unset;
}
.footer.t3 .main .flex-social {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.footer.t3 .main .flex-social span,
.footer.t3 .main .flex-social .review-widgets {
  margin: auto;
}
.footer.t3 .main > .flex {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.footer.t3 .main > .flex > * {
  padding: 5em 3%;
}
.footer.t3 a {
  display: block;
}
.footer.t3 .foot-title {
  display: block;
  font-size: 1.5556em;
  font-weight: 500;
}
.footer.t3 .location {
  width: 30%;
}
.footer.t3 .business-info {
  width: 40%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.footer.t3 .business-info img {
  display: block;
  margin: 0 auto 2em;
}
.footer.t3 .business-info .contact {
  font-size: 1.5556em;
}
.footer.t3 .business-info .contact > strong {
  display: inline-block;
  font-weight: 400;
}
.footer.t3 .business-info .contact .phone-link {
  display: inline-block;
  font-weight: 600;
}
.footer.t3 .social {
  width: 30%;
}
.footer.t3 .social ul {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5em;
}
.footer.t3 .social ul li a {
  display: block;
  margin: 0.4em;
  line-height: 1;
}
.footer.t3 .social ul li a icon {
  display: block;
  font-size: 1.5em;
  transition: color 0.4s ease 0s;
}
.footer.t3 .footer-nav {
  padding: 0.5em 0;
}
.footer.t3 .footer-nav ul {
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
}
.footer.t3 .footer-nav ul li {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.footer.t3 .footer-nav ul li a {
  display: block;
  padding: 1em 1.5em;
}
.ie-popup {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.ie-popup.show {
  display: block;
}
.ie-popup .bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
.ie-popup .container {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 25%;
  padding: 4em 3em;
  text-align: center;
}
.ie-popup .container .modal-btn {
  position: absolute;
  font-size: 1.75em;
  top: 0.25em;
  right: 0.5em;
  cursor: pointer;
  line-height: 1;
}
.ie-popup .container .content .icon {
  font-size: 3.5em;
  margin: 0;
  line-height: 1;
}
.ie-popup .container .content p {
  font-size: 1.333em;
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 800px) {
  .footer.t3 .main > .flex {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer.t3 .location {
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
  }
  .footer.t3 .business-info {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .footer.t3 .business-info img {
    margin-bottom: 0.5em;
  }
  .footer.t3 .social {
    -ms-flex-order: 3;
    order: 3;
    width: 50%;
  }
  .footer.t3 .main > .flex > * {
    padding: 2em 5%;
  }
}
@media screen and (max-width: 650px) {
  .footer.t3 .footer-nav ul li {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .footer.t3 .footer-nav ul li a {
    padding: 1em 0;
  }
}
@media screen and (max-width: 550px) {
}
@media screen and (max-width: 475px) {
  .footer.t3 .main > .flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer.t3 .main > .flex > * {
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 100% !important;
  }
  .footer.t3 .footer-nav ul {
    display: block;
    text-align: center;
    padding: 0.75em 0;
  }
  .footer.t3 .footer-nav ul li a {
    padding: 0.25em 0;
  }
  .footer.t3 .location {
    padding-bottom: 1.5em !important;
  }
  .footer.t3 .social {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
}
.light-bg.footer.t3 .foot-title {
  color: #b8a275;
}
.dark-bg.footer.t3 .foot-title {
  color: #cacae6;
}
.light-bg.footer.t3 .business-info {
  background-color: #6e588d;
  color: #cacae6;
}
.light-bg.footer.t3 .business-info .contact .phone-link {
  color: #ffffff !important;
}
.dark-bg.footer.t3 .business-info {
  background-color: rgba(0, 0, 0, 0.502);
  color: #5b5b5c;
}
.bg-image.dark-bg.footer.t3 .business-info {
  background-color: #ffffff;
}
.dark-bg.footer.t3 .business-info .contact .phone-link {
  color: #6e588d !important;
}
.light-bg.footer.t3 .footer-nav {
  background-color: #b8a275;
}
.light-bg.footer.t3 .footer-nav > ul > li > a {
  color: #ffffff;
}
.light-bg.footer.t3 .footer-nav ul li a:hover {
  color: #6e588d;
}
.dark-bg.footer.t3 .footer-nav {
  background-color: #dadada;
}
.dark-bg.footer.t3 .footer-nav > ul > li > a {
  color: #2a2a2a;
}
.dark-bg.footer.t3 .footer-nav ul li a:hover {
  color: #b8a275;
}
.ie-popup .bg {
  background-color: #000000;
}
.ie-popup .container {
  background-color: #ffffff;
  color: #000000;
}
.scorpion-footer.t2 {
  padding: 1.5em 0;
}
.scorpion-footer.t2 .flex {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.scorpion-footer.t2 .copyright {
  padding-right: 4%;
}
.scorpion-footer.t2 .sd-logo {
  display: block;
  width: 12em;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.scorpion-footer.t2 .sd-logo img {
  display: block;
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 650px) {
  .scorpion-footer.t2 .flex {
    display: block;
    text-align: center;
  }
  .scorpion-footer.t2 .sd-logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
}
@media screen and (max-width: 475px) {
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
}
.light-bg.scorpion-footer.t2 {
  background-color: #f2f2f2;
}
.dark-bg.scorpion-footer.t2 {
  background-color: #4c4c4c;
  color: #e5e5f3;
}
#HeaderZone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.cms-inspecting body {
  margin-top: 0;
  padding-top: 0 !important;
}
.cms-admin #HeaderZone {
  position: absolute;
  top: 89px;
}
.cms-next #HeaderZone {
  position: absolute;
  pointer-events: auto !important;
}
.cms-next body.cms-inspect-panels #HeaderZone {
  position: fixed;
}
.cms-inspecting .cms-admin #HeaderZone {
  top: 0;
}
.cms-edit-layout #HeaderZone {
  position: static;
}
.header-area.t1 {
  position: relative;
  background-color: transparent !important;
}
.header-area.t1 .top-bar {
  padding: 0.5556em 0;
  transition: transform 0.5s ease 0s;
}
.cms-next .header-area.t1 .top-bar {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.down-scroll .fixed .header-area.t1 .top-bar {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header-area.t1 .top-bar .flex {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-area.t1 .top-bar .flex > strong {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.header-area.t1 .top-bar .flex .contact-info {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-area.t1 .top-bar .flex .contact-info > strong {
  font-size: 1.111em;
  font-weight: 400;
  padding: 0.1em 0;
  margin-right: 1em;
  letter-spacing: -0.01em;
}
.header-area.t1 .top-bar .flex .contact-info > a {
  font-size: 1.6667em;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
}
.header-area.t1 .nav-bar {
  transition: background-color 0.4s ease 0s, transform 0.5s ease 0s;
}
.cms-next .header-area.t1 .nav-bar {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.down-scroll .fixed .header-area.t1 .nav-bar {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}
.header-area.t1 .nav-bar .flex {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.header-area.t1 .nav-bar .top-logo {
  display: block;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1.6667em 6% 1.6667em 0;
}
.header-area.t1 .nav-bar .top-logo img {
  display: block;
  max-width: 17em;
  max-height: 8em;
}
.header-area.t1 .nav-bar .flex .contact-info {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  padding-right: 2%;
  display: none;
}
.header-area.t1 .nav-bar .flex .contact-info > strong {
  font-size: 1.111em;
  font-weight: 400;
  padding: 0.1em 1.333em 0;
  margin-bottom: 0.25em;
  letter-spacing: -0.01em;
  display: block;
  border-radius: 1em;
}
.header-area.t1 .nav-bar .flex .contact-info > a {
  font-size: 1.6667em;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  display: block;
}
.header-area.t1 .top-nav {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.header-area.t1 .top-nav > ul {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-area.t1 .top-nav > ul > li {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-area.t1 .top-nav > ul > li > a {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 1em 0;
  width: 100%;
  opacity: 1;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease 0s, opacity 0.4s ease 0s;
  letter-spacing: -0.01em;
}
.header-area.t1 .top-nav li.menu-close {
  display: none;
}
.header-area.t1 .top-nav > ul > li > .panel-btn {
  display: none;
}
.header-area.t1 .top-nav ul.fly-nav {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  min-width: 15em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease 0s;
  max-height: 65vh;
  overflow: auto;
}
.header-area.t1 .top-nav ul.fly-nav:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 15%;
  bottom: 100%;
  width: 2em;
  height: 2em;
  -webkit-transform: translateY(50%) rotate(-45deg) skew(10deg, 10deg);
  -ms-transform: translateY(50%) rotate(-45deg) skew(10deg, 10deg);
  transform: translateY(50%) rotate(-45deg) skew(10deg, 10deg);
  pointer-events: none;
}
.header-area.t1 .top-nav li:hover ul.fly-nav,
.header-area.t1 .top-nav li.open ul.fly-nav {
  opacity: 1;
  pointer-events: auto;
}
.header-area.t1 .top-nav ul.fly-nav li.dd-close {
  display: none;
}
.header-area.t1 .top-nav ul.fly-nav li a {
  display: block;
  padding: 0.75em 2em;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
}
.header-area.t1 .nav-bar .menu-btn {
  position: relative;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 1em 3%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
  display: none;
}
.header-area.t1 .nav-bar .menu-btn > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header-area.t1 .nav-bar .menu-btn icon {
  display: block;
  font-size: 1.75em;
  margin-bottom: 0.15em;
}
.header-area.t1 .mobile-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  display: none;
  z-index: 50;
  -webkit-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  transition: transform 0.4s ease 0s;
}
.cms-editing .header-area.t1 .mobile-nav {
  position: relative;
  bottom: auto;
  display: block;
}
.down-scroll .fixed .header-area.t1 .mobile-nav {
  -webkit-transform: translateY(100%) translateZ(0);
  -ms-transform: translateY(100%) translateZ(0);
  transform: translateY(100%) translateZ(0);
  pointer-events: none;
}
.header-area.t1 .mobile-nav > ul > li {
  -webkit-flex: 1 0 1%;
  -ms-flex: 1 0 1%;
  flex: 1 0 1%;
}
.header-area.t1 .mobile-nav > ul > li > a {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.111em;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 1em 3%;
  line-height: 1.2;
}
.header-area.t1 .mobile-nav > ul > li > a > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.header-area.t1 .mobile-nav > ul > li > a icon {
  font-size: 1.75em;
  margin-bottom: 0.2em;
}
.header-area.t1 .mobile-nav > ul > li.highlight > a {
  transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.header-area.t1 .mobile-nav > ul > li.highlight > a icon {
  font-size: 1.5em;
  transition: color 0.4s ease 0s;
}
@media speech {
  #HeaderZone {
    position: absolute !important;
  }
}
@media screen and (max-width: 1500px) {
  .header-area.t1 .main {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 1200px) {
  .header-area.t1 .nav-bar .top-logo {
    padding: 1.2em 4% 1.2em 0;
  }
  .header-area.t1 .nav-bar .top-logo img {
    max-width: 13.5em;
  }
}
@media screen and (min-width: 1000px) {
  .header-area.t1 .top-nav > ul.desktop-nav {
    height: auto !important;
  }
}
@media screen and (max-width: 1000px) {
  .down-scroll .fixed.mm-open #HeaderZone {
    pointer-events: auto;
  }
  .header-area.t1 .top-bar {
    display: none;
  }
  .down-scroll .fixed .header-area.t1 .nav-bar {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  .header-area.t1 .nav-bar .main {
    padding-right: 0;
  }
  .header-area.t1 .nav-bar .menu-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header-area.t1 .top-nav > ul.desktop-nav {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 80%;
    max-width: 22em;
    transition: transform 0.5s ease 0s, height 0.5s ease 0s;
    display: block;
    overflow: auto;
    border-right-style: solid;
    border-right-width: 0.15em;
    z-index: 52;
  }
  .mm-open .header-area.t1 .top-nav > ul.desktop-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header-area.t1 .top-nav > ul.desktop-nav > li {
    transition: background-color 0.4s ease 0s;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom-style: solid;
    border-bottom-width: 0.15em;
  }
  .header-area.t1 .top-nav > ul.desktop-nav > li > a {
    padding: 1em 0 1em 8%;
    text-align: left;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
  }
  .header-area.t1 .top-nav ul.fly-nav {
    position: relative;
    display: none;
    width: 100%;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-height: none;
  }
  .header-area.t1 .top-nav ul.fly-nav:before {
    display: none;
  }
  .header-area.t1 .top-nav ul.fly-nav li {
    border-top-style: solid;
    border-top-width: 0.15em;
  }
  .header-area.t1 .top-nav ul.fly-nav li a {
    padding: 1em 8%;
  }
  .header-area.t1 .top-nav > ul > li > .panel-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 5%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-area.t1 .top-nav > ul > li > .panel-btn > svg {
    display: block;
    font-size: 1.75em;
    transition: transform 0.4s ease 0s, color 0.4s ease 0s,
      border-color 0.4s ease 0s;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    position: relative;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    line-height: 1;
  }
  .header-area.t1 .top-nav > ul > li.open > .panel-btn > svg {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .header-area.t1 .top-nav .book-box .btn-con .book-btn span,
  .local .top-nav .book-box > a.btn span {
    display: block;
  }
  .header-area.t1 .mobile-nav {
    display: block;
  }
  .down-scroll .fixed .header-area.t1 .top-nav > ul.desktop-nav {
    height: 100vh !important;
  }
  .header-area.t1 .nav-bar .flex .contact-info {
    display: block;
  }
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 650px) {
  .larger-text .header-area.t1 .nav-bar .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  .header-area.t1 .nav-bar .top-logo img {
    max-width: 11.5em;
    max-height: 5.5em;
  }
  .header-area.t1 .nav-bar .flex .contact-info > strong {
    padding: 0.1em 1em;
    font-size: 1em;
    margin-bottom: 0.25em;
  }
  .header-area.t1 .nav-bar .flex .contact-info > a {
    font-size: 1.333em;
  }
  .header-area.t1 .nav-bar .menu-btn icon {
    font-size: 1.45em;
  }
}
@media screen and (max-width: 475px) {
}
@media screen and (max-width: 400px) {
  .header-area.t1 .nav-bar .main {
    padding-left: 4%;
  }
  .header-area.t1 .top-bar {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .dark-bg.header-area.t1 .top-bar .flex > strong {
    display: none;
  }
  .header-area.t1 .nav-bar .top-logo {
    padding: 0.8em 4% 0.8em 0;
  }
  .header-area.t1 .nav-bar .flex .contact-info {
    display: none;
  }
  .header-area.t1 .nav-bar .menu-btn {
    padding: 0.5em 5%;
  }
  .header-area.t1 .mobile-nav > ul > li > a {
    font-size: 1em;
  }
}
@media screen and (max-width: 350px) {
}
@media (orientation: landscape) and (max-height: 550px) {
  #HeaderZone {
    position: absolute !important;
  }
  .fixed .header-area.t1 .mobile-nav {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.light-bg.header-area.t1 .top-bar {
  background-color: #f2f2f2;
}
.light-bg.header-area.t1 .top-bar .flex > strong {
  color: #6e588d;
}
.light-bg.header-area.t1 .top-bar .flex .contact-info > strong {
  color: #b8a275;
}
.light-bg.header-area.t1 .top-bar .flex .contact-info > a,
.light-bg.header-area.t1 .top-bar .flex .contact-info > a:hover {
  color: #b8a275;
}
.dark-bg.header-area.t1 .top-bar {
  background-color: #5b5b5c;
}
.dark-bg.header-area.t1 .top-bar .flex > strong {
  color: #cacae6;
}
.dark-bg.header-area.t1 .top-bar .flex .contact-info > strong {
  color: #ffffff;
}
.dark-bg.header-area.t1 .top-bar .flex .contact-info > a,
.dark-bg.header-area.t1 .top-bar .flex .contact-info > a:hover {
  color: #ffffff;
}
.fixed .light-bg.header-area.t1 .nav-bar {
  background-color: #ffffff;
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.1);
}
body.sub-page .light-bg.header-area.t1 .nav-bar {
  background-color: #ffffff;
}
.fixed .dark-bg.header-area.t1 .nav-bar {
  background-color: #6e588d;
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.1);
}
body.sub-page .dark-bg.header-area.t1 .nav-bar {
  background-color: #6e588d;
}
.light-bg.header-area.t1 .nav-bar .flex .contact-info > strong {
  color: #6e588d;
}
.light-bg.header-area.t1 .nav-bar .flex .contact-info > a {
  color: #2a2a2a;
}
.dark-bg.header-area.t1 .nav-bar .flex .contact-info > strong {
  color: #cacae6;
}
.dark-bg.header-area.t1 .nav-bar .flex .contact-info > a {
  color: #ffffff;
}
.light-bg.header-area.t1 .top-nav > ul > li > a {
  color: #dadada;
}
.no-touch .light-bg.header-area.t1 .top-nav > ul > li:hover > a,
.light-bg.header-area.t1 .top-nav > ul > li.selected > a {
  color: #6e588d;
}
.dark-bg.header-area.t1 .top-nav > ul > li > a {
  color: #ffffff;
}
.no-touch .dark-bg.header-area.t1 .top-nav > ul > li:hover > a,
.dark-bg.header-area.t1 .top-nav > ul > li.selected > a {
  color: #b8a275;
}
.light-bg.header-area.t1 .top-nav ul.fly-nav {
  background-color: #ffffff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}
.light-bg.header-area.t1 .top-nav ul.fly-nav:before {
  background-image: linear-gradient(225deg, #ffffff 50%, rgba(0, 0, 0, 0) 50%);
  box-shadow: 0.3rem -0.4rem 1em -0.1rem rgba(0, 0, 0, 0.1);
}
.light-bg.header-area.t1 .top-nav ul.fly-nav > li + li {
  border-top: solid 0.1em #dadada;
}
.light-bg.header-area.t1 .top-nav ul.fly-nav li a {
  color: #b8a275;
}
.light-bg.header-area.t1 .top-nav ul.fly-nav li a:hover {
  background-color: #6e588d;
  color: #ffffff;
}
.dark-bg.header-area.t1 .top-nav ul.fly-nav {
  background-color: #ffffff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}
.dark-bg.header-area.t1 .top-nav ul.fly-nav:before {
  background-image: linear-gradient(225deg, #ffffff 50%, rgba(0, 0, 0, 0) 50%);
  box-shadow: 0.3rem -0.4rem 1em -0.1rem rgba(0, 0, 0, 0.1);
}
.dark-bg.header-area.t1 .top-nav ul.fly-nav > li + li {
  border-top: solid 0.1em #6e588d;
}
.dark-bg.header-area.t1 .top-nav ul.fly-nav li a {
  color: #b8a275;
}
.dark-bg.header-area.t1 .top-nav ul.fly-nav li a:hover {
  background-color: #6e588d;
  color: #ffffff;
}
.light-bg.header-area.t1 .nav-bar .menu-btn {
  color: #6e588d;
}
.no-touch body:not(.mm-open) .light-bg.header-area.t1 .nav-bar .menu-btn:hover {
  color: #2a2a2a;
}
.mm-open .light-bg.header-area.t1 .nav-bar .menu-btn {
  background-color: #2a2a2a;
  color: #ffffff;
}
.dark-bg.header-area.t1 .nav-bar .menu-btn {
  color: #ffffff;
}
.no-touch body:not(.mm-open) .dark-bg.header-area.t1 .nav-bar .menu-btn:hover {
  background-color: #584671;
  color: #ffffff;
}
.mm-open .dark-bg.header-area.t1 .nav-bar .menu-btn {
  color: #ffffff;
  background-color: #584671;
}
.light-bg.header-area.t1 .mobile-nav {
  background-color: #ffffff;
  box-shadow: 0 -0.15em 0 rgba(0, 0, 0, 0.102);
}
.light-bg.header-area.t1 .mobile-nav > ul > li > a {
  color: #6e588d;
}
.light-bg.header-area.t1 .mobile-nav > ul > li > a:hover {
  color: #2a2a2a;
}
.light-bg.header-area.t1 .mobile-nav > ul > li > a icon {
  color: #2a2a2a;
}
.light-bg.header-area.t1 .mobile-nav > ul > li.highlight > a {
  background-color: #6e588d;
  color: #b8a275;
}
.light-bg.header-area.t1 .mobile-nav > ul > li.highlight > a:hover {
  background-color: #2a2a2a;
  color: #ffffff;
}
.light-bg.header-area.t1 .mobile-nav > ul > li.highlight > a icon {
  color: #cacae6;
}
.light-bg.header-area.t1 .mobile-nav > ul > li.highlight > a:hover icon {
  color: #6e588d;
}
.dark-bg.header-area.t1 .mobile-nav {
  background-color: #b8a275;
  border-top-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}
.dark-bg.header-area.t1 .mobile-nav > ul > li > a {
  color: #ffffff;
}
.dark-bg.header-area.t1 .mobile-nav > ul > li > a:hover {
  color: #cacae6;
}
.dark-bg.header-area.t1 .mobile-nav > ul > li > a icon {
  color: #6e588d;
}
.dark-bg.header-area.t1 .mobile-nav > ul > li.highlight > a {
  background-color: #6e588d;
  color: #b8a275;
}
.dark-bg.header-area.t1 .mobile-nav > ul > li.highlight > a:hover {
  background-color: #2a2a2a;
  color: #ffffff;
}
.dark-bg.header-area.t1 .mobile-nav > ul > li.highlight > a icon {
  color: #cacae6;
}
.dark-bg.header-area.t1 .mobile-nav > ul > li.highlight > a:hover icon {
  color: #6e588d;
}
@media screen and (max-width: 1000px) {
  .light-bg.header-area.t1 .nav-bar,
  body.sub-page .light-bg.header-area.t1 .nav-bar {
    background-color: #ffffff;
    box-shadow: 0 0.15em 0 rgba(0, 0, 0, 0.102);
  }
  .light-bg.header-area.t1 .top-nav > ul.desktop-nav {
    background-color: #ffffff;
    border-right-color: rgba(0, 0, 0, 0.102);
  }
  .light-bg.header-area.t1 .top-nav ul.fly-nav {
    background-color: #2a2a2a;
    box-shadow: none;
  }
  .light-bg.header-area.t1 .top-nav ul.fly-nav li {
    border-top-color: #dadada;
  }
  .light-bg.header-area.t1 .top-nav ul.fly-nav li a {
    color: #ffffff;
  }
  .light-bg.header-area.t1 .top-nav > ul > li > .panel-btn {
    color: #6e588d;
  }
  .light-bg.header-area.t1 .top-nav > ul.desktop-nav > li {
    border-bottom-color: rgba(0, 0, 0, 0.102);
  }
  .dark-bg.header-area.t1 .top-nav > ul.desktop-nav {
    background-color: #6e588d;
    border-right-color: #9f8652;
  }
  .dark-bg.header-area.t1 .top-nav ul.fly-nav {
    background-color: #b8a275;
    box-shadow: none;
  }
  .dark-bg.header-area.t1 .top-nav ul.fly-nav li {
    border-top-color: #6e588d;
  }
  .dark-bg.header-area.t1 .top-nav ul.fly-nav li a {
    color: #ffffff;
  }
  .dark-bg.header-area.t1 .top-nav > ul > li > .panel-btn {
    color: #ffffff;
  }
  .dark-bg.header-area.t1 .top-nav > ul.desktop-nav > li {
    border-bottom-color: #584671;
  }
}
