*,
*: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 {
  float: left;
}
.right {
  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(../assets/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.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(../assets/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(../assets/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(../assets/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(../assets/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-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: -webkit-flex;
  display: -ms-flexbox;
  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 tr.ui-conditional-panel.active {
  display: table-row;
}
.ui-conditionals .ui-conditional-panel.flex.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
}
html {
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  line-height: 1.6em;
  transition: padding-top 0.2s ease 0s;
  color: #3e3e3e;
  position: relative;
  font-weight: 400;
  overflow-x: hidden;
}
main section,
.wide-zone section {
  padding: 4em 0;
  position: relative;
}
.main {
  max-width: 1536px;
  width: auto;
  margin: 0 auto;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.no-flexbox .flex {
  display: table;
  width: 100%;
}
.no-flexbox .flex > * {
  display: table-cell;
}
.half {
  width: 48%;
}
.hide {
  display: none;
}
ul,
ol {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
icon.next:before {
  content: '\e0ea' !important;
}
icon:not(:empty):before {
  display: none;
}
body > iframe {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
form *,
form *:before,
form *:after {
  box-sizing: border-box;
}
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
video {
  max-width: 100%;
  display: block;
}
sup {
  font-size: 0.5em;
}
.touch select {
  -webkit-appearance: none;
  appearance: none;
}
main,
nav,
aside,
article,
section,
header,
footer,
video,
form,
figure,
blockquote,
fieldset {
  display: block;
}
body.cms-layout .cms-zone ul.zone-tab li {
  position: relative !important;
  opacity: 1 !important;
  float: none !important;
  overflow: visible !important;
}
body.cms-layout .cms-zone ul.zone-tab {
  overflow: visible !important;
  -webkit-column-count: auto !important;
  -moz-column-count: auto !important;
  column-count: auto !important;
  -webkit-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
div.ui-dialog div.jl-items {
  overflow: auto;
}
div.zone-editable {
  min-width: 150px;
}
body.cms-layout .cms-zone > [icobalt] {
  min-height: 20px;
}
.top-nav .ui-scroll {
  overflow: visible !important;
}
.sidebox {
  padding: 3.5em 2%;
}
.wide .content {
  margin: 3.5em 0;
}
.sidebox #MainZone {
  width: 70%;
  float: right;
  padding-left: 5%;
}
.landing .sidebox #MainZone {
  width: 60%;
  padding-left: 0;
  padding-right: 5%;
  float: left;
}
.sidebox .side-zone {
  width: 30%;
  float: left;
}
.landing .sidebox .side-zone {
  width: 40%;
  float: right;
}
input,
textarea,
select {
  margin: 0;
  padding: 0.75em;
  border: none;
  font-size: 0.925em;
  background-image: none;
  border-radius: 0;
  font-family: 'Raleway', sans-serif;
  resize: none;
  outline: none;
  font-weight: 400;
  font: inherit;
}
h1,
h2,
h3,
h4,
h5,
section header > strong,
section header > a > strong {
  font-family: 'Oswald', sans-serif;
  line-height: 1.2;
  margin: 0;
  font-style: normal;
  text-transform: uppercase;
}
.dark h1,
.dark .content-style h2.look-like-h1,
section.dark header > *:first-child:not(a),
section.dark header > a > *:first-child {
  color: #ffffff;
}
section header > strong,
section header > a > strong {
  display: block;
}
h1,
.content-style h2.look-like-h1,
section header > *:first-child:not(a),
section header > a > *:first-child {
  font-weight: 700;
  font-size: 2.389em;
  color: #1e93b8;
}
h1 strong,
.content-style h2.look-like-h1 strong,
section header > *:first-child:not(a) strong,
section header > a > *:first-child strong {
  display: block;
  font-size: 1.75em;
  text-transform: uppercase;
  line-height: 1;
}
.content-style h1,
.content-style h2.look-like-h1 {
  margin-bottom: 0.1em;
}
.content-style h2.look-like-h1 {
  margin-top: 0;
}
.content-style h2,
.content-style h3,
.content-style h4 {
  margin: 0.5em 0;
}
h2,
h3,
section header > *:nth-child(2):not(p),
section header > a > *:nth-child(2):not(p) {
  font-size: 1.667em;
  color: #31c3e5;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.dark h2,
.dark h3,
section.dark header > *:nth-child(2):not(p),
section.dark header > a > *:nth-child(2):not(p),
h2.white,
h3.white {
  color: #ffffff;
}
h4 {
  font-size: 1.333em;
  font-weight: 600;
  color: #3e3e3e;
}
.dark h4,
h4.white {
  color: #ffffff;
}
main section header {
  padding-bottom: 2em;
  text-align: center;
}
section header > *:nth-child(2):not(p),
section header > a > *:nth-child(2):not(p) {
  margin-top: 0.3em;
}
main section header p {
  margin-top: 0.4em;
}
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;
}
a {
  color: #f7953d;
  text-decoration: none;
  transition: color 0.4s ease 0s;
}
a:hover {
  color: #1e93b8;
}
a[href^='tel'] {
  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 {
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  display: inline-block;
  outline: none;
  border-radius: 5em;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 0.35em 2em;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.btn.v1 {
  background-color: transparent;
  color: #31c3e5;
  border: solid 5px #31c3e5;
  transition: background-color 0.4s ease 0s, color 0.4s ease 0s,
    border 0.4s ease 0s;
}
.btn.v1:not(.no-hover):hover,
a:hover .btn.v1:not(.no-hover) {
  background-color: #f7953d;
  color: #ffffff;
}
.btn.v2 {
  color: #ffffff;
  background-color: transparent;
  border: solid 5px #ffffff;
  transition: background-color 0.4s ease 0s, color 0.4s ease 0s,
    border 0.4s ease 0s;
}
.btn.v2:not(.no-hover):hover,
a:hover .btn.v2:not(.no-hover) {
  background-color: #ffffff;
  color: #1e93b8;
}
.btn.v3 {
  color: #ffffff;
  background-color: transparent;
  border: solid 5px #ffffff;
  transition: background-color 0.4s ease 0s, color 0.4s ease 0s,
    border 0.4s ease 0s;
}
.btn.v3:not(.no-hover):hover,
a:hover .btn.v3:not(.no-hover) {
  background-color: #ffffff;
  color: #f7953d;
}
.arr-btn {
  text-align: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.arr-btn img {
  -webkit-animation: arrowMove 1.5s linear infinite;
  animation: arrowMove 1.5s linear infinite;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 50%;
}
.arr-btn span {
  display: block;
  text-align: center;
  font-family: 'Freckle Face', cursive;
  color: #ffffff;
  font-size: 1.8em;
  line-height: 1.1;
  text-shadow: 0.05em 0.05em 0.1em #000000, -0.05em 0.05em 0.1em #000000,
    -0.05em -0.05em 0.1em #000000, 0.05em -0.05em 0.1em #000000;
  padding: 0 0.5em;
  transition: 0.5s ease;
}
.arr-btn:hover span {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translateX(-0.33rem);
  }
  50% {
    -webkit-transform: translateX(0.33rem);
  }
  100% {
    -webkit-transform: translateX(-0.33rem);
  }
}
@-moz-keyframes arrowMove {
  0% {
    transform: translateX(-0.33rem);
  }
  50% {
    transform: translateX(0.33rem);
  }
  100% {
    transform: translateX(-0.33rem);
  }
}
@-o-keyframes arrowMove {
  0% {
    transform: translateX(-0.33rem);
  }
  50% {
    transform: translateX(0.33rem);
  }
  100% {
    transform: translateX(-0.33rem);
  }
}
@keyframes arrowMove {
  0% {
    transform: translateX(-0.33rem);
  }
  50% {
    transform: translateX(0.33rem);
  }
  100% {
    transform: translateX(-0.33rem);
  }
}
.content-style {
  color: #37393c;
}
.dark .content-style {
  color: #ffffff;
}
.content-style ul {
  margin: 0.7em auto;
}
.content-style li ul {
  margin-top: 0;
}
.content-style ul li {
  position: relative;
  padding: 0.1em 0 0.1em 2em;
}
.content-style ul li:before {
  content: '\e0fd';
  font-family: 'icomoon-ult';
  font-size: 0.5em;
  position: absolute;
  left: 0;
  color: #ffffff;
  line-height: 2;
  background-color: #1e93b8;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  display: block;
  text-align: center;
  top: 1em;
}
.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;
}
.simple-cta {
  padding: 3em 0;
  position: relative;
  background-color: #f8e331;
}
.no-flexbox .simple-cta {
  text-align: center;
}
.simple-cta:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0.15em;
  top: 0.15em;
  left: 0;
  right: 0;
  border-bottom: solid 0.25em #ffffff;
  border-top: solid 0.25em #ffffff;
}
.simple-cta .flex {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.simple-cta .left {
  text-align: center;
}
.no-flexbox .simple-cta .left {
  float: none;
}
.simple-cta .left h2 {
  font-size: 3.8em;
  color: #ffffff;
  font-style: normal;
}
.simple-cta .left .phone {
  letter-spacing: 0.165em;
  font-size: 2.222em;
  color: #ffffff;
}
.simple-cta .split {
  position: relative;
  padding: 0 2em;
  line-height: 1;
}
.no-flexbox .simple-cta .split {
  display: none;
}
.simple-cta .split:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  height: 7em;
  top: 50%;
  margin-top: -3.5em;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.simple-cta .split em {
  color: #ffffff;
  display: block;
  padding: 0.35em 0 0.5em;
  background-color: #f8e331;
  position: relative;
  font-size: 1.389em;
}
.simple-cta .btn {
  padding-left: 4em;
  padding-right: 4em;
}
.no-flexbox .flex {
  display: table;
  width: 100%;
}
.no-flexbox .flex > * {
  display: table-cell;
}
.container {
  position: relative;
  overflow: hidden;
}
.container ul {
  transition: transform 0.5s ease;
  width: 100%;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.no-flexbox .container ul {
  display: table;
}
.container li {
  width: 100%;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.no-flexbox .container li {
  display: table-cell;
}
@media screen and (max-width: 1536px) {
  html {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1120px) {
  html {
    font-size: 1.6vw;
  }
  .main {
    padding-left: 3%;
    padding-right: 3%;
  }
  .sidebox #SideZone {
    width: 35%;
  }
  .sidebox #MainZone {
    width: 65%;
  }
}
@media screen and (max-width: 875px) {
  html {
    font-size: 2.05vw;
  }
  .sidebox #SideZone,
  .sidebox #MainZone,
  .landing .sidebox #SideZone,
  .landing .sidebox #MainZone {
    width: 100%;
    float: none;
    padding: 0;
  }
  .sidebox #SideZone {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 683px) {
  html {
    font-size: 2.635vw;
  }
  .simple-cta .flex {
    display: block;
    text-align: center;
  }
  .simple-cta .flex .left {
    float: none;
  }
  .simple-cta .split {
    display: none;
  }
  .simple-cta .btn {
    display: block;
    margin: 1em auto 0 auto;
    width: 60%;
  }
}
@media screen and (max-width: 532px) {
  html {
    font-size: 3.383vw;
  }
  main section,
  .wide-zone section {
    padding: 3em 0;
  }
  h1,
  .content-style h2.look-like-h1,
  section header > *:first-child:not(a),
  section header > a > *:first-child {
    font-size: 2em;
  }
}
@media screen and (max-width: 414px) {
  html {
    font-size: 4.347vw;
  }
  .simple-cta .left h2 {
    font-size: 3em;
  }
  .simple-cta .left .phone {
    font-size: 1.7em;
  }
  .simple-cta .btn {
    width: 80%;
  }
}
@font-face {
  font-family: 'fontello';
  src: url('../assets/fontello.eot') format('embedded-opentype'),
    url('../assets/fontello.woff') format('woff'),
    url('../assets/fontello.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
icon[class^='icon-']:before,
icon[class*=' icon-']:before {
  font-family: 'fontello';
  text-align: center;
  display: block;
}
.icon-facebook:before {
  content: '\e800';
}
.icon-footer-phone:before {
  content: '\e801';
}
.icon-footer-share:before {
  content: '\e802';
}
.icon-footer-pin:before {
  content: '\e803';
}
.icon-twitter:before {
  content: '\e804';
}
.icon-play:before {
  content: '\e805';
}
.icon-google-plus:before {
  content: '\e806';
}
.icon-yellowpages:before {
  content: '\e807';
}
.icon-cta:before {
  content: '\e808';
}
.icon-value_statements:before {
  content: '\e809';
}
.icon-down-arrow:before {
  content: '\e80a';
}
p.floated-block {
  margin: 0.25em 3% 0 0;
  display: inline-block;
  background-color: #f7953d;
  color: #ffffff;
  max-width: 11.5em;
  float: left;
  padding: 0.5em 1em;
  font-size: 1.35em;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.call-out {
  position: relative;
}
.call-out:after {
  position: absolute;
  top: 0;
  right: 0;
}
.call-out.v1 {
  background-color: #f7953d;
  box-shadow: 0.5em 0.5em 0 #3e3e3e;
  margin: 2rem 0.5em 2.5rem 0;
  padding: 4% 54% 4% 4%;
  font-size: 1.222em;
}
.call-out.v1 strong {
  color: #ffffff;
  display: block;
  margin-bottom: 1rem;
  font-size: 1.35em;
}
.call-out.v1 a:not(.btn) {
  color: #f8e331;
}
.call-out.v1 a:not(.btn):hover {
  color: #ffffff;
}
.call-out.v1 .btn {
  display: table;
  margin-top: 1rem;
}
.call-out.v1:after {
  content: '';
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-image: url(../assets/content-cta-img1.jpg);
}
.call-out.v2 {
  box-shadow: 0.5em 0.5em 0 #f7953d;
  margin: 1em 0.5em 1.5em 0;
  color: #1e93b8;
  padding: 4% 29% 4% 4%;
  font-size: 1.222em;
  border: solid 1px #1cb9de;
}
.call-out.v2 strong {
  color: #3e3e3e;
  display: block;
  margin-bottom: 1rem;
  font-size: 1.364em;
}
.call-out.v2 .btn {
  display: table;
  margin-top: 1rem;
}
.call-out.v2:after {
  content: '';
  width: 25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 20% 50%;
  height: 100%;
  background-image: url(../assets/content-cta-img2.jpg);
}
.call-out.v3 {
  box-shadow: 0.5em 0.5em 0 #f8e331;
  margin: 1em 0.5em 1.5em 0;
  color: #ffffff;
  padding: 2em 4%;
  font-size: 1.222em;
  text-align: center;
}
.call-out.v3 strong {
  color: #f8e331;
  display: block;
  margin-bottom: 1rem;
  font-size: 1.364em;
}
.call-out.v3 a:not(.btn) {
  color: #f8e331;
}
.call-out.v3 a:not(.btn):hover {
  color: #ffffff;
}
.call-out.v3 .btn {
  display: table;
  margin: 1rem auto 0;
}
.call-out.v3:after {
  content: '';
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-image: url(../assets/content-cta-img3.jpg);
  opacity: 1;
  z-index: -1;
}
.text-quote {
  border: solid 1px #f7df17;
  margin: 4rem 0;
  padding: 2em 5%;
  font-style: italic;
}
.text-quote strong {
  display: table;
  padding: 1em 3em;
  background-color: #f8e331;
  line-height: 1;
  font-style: normal;
  margin-top: 1em;
}
.text-quote.v1 {
  border-right: none;
  border-bottom: none;
  padding-bottom: 0;
}
.text-quote.v1 strong {
  background-color: transparent;
  padding: 0;
  color: #f7953d;
}
.text-quote.v2 {
  background-color: #f7953d;
  border: none;
  padding-bottom: 1em;
  color: #ffffff;
}
.text-quote.v2 strong {
  margin-left: -5.5%;
  color: #3e3e3e;
}
.text-quote.v3 {
  padding-bottom: 2em;
  margin-bottom: 3em;
}
.text-quote.v3 strong {
  margin-left: auto;
  margin-bottom: -3.5em;
}
.bullet-list {
  margin: 1.5rem 0;
  position: relative;
  list-style: none;
}
.content .bullet-list {
  list-style: none;
  padding-left: 0;
}
.list-call-out + .bullet-list {
  margin-top: 0;
}
.bullet-list li {
  position: relative;
  padding: 0 0 1em;
  padding-left: 2em;
}
.bullet-list li:last-child {
  padding-bottom: 0;
}
.bullet-list li:before {
  content: '\e086';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'icomoon-ult';
  color: #f8e331;
  font-size: 1.2em;
}
.list-call-out {
  font-size: 1.556em;
  padding: 1rem 0;
  line-height: 1.2;
  margin-bottom: 0;
}
.bullet-list.v1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bullet-list.v1 li {
  width: 48%;
}
.wide .bullet-list.v1 li {
  width: 32%;
}
.list-call-out + .bullet-list.v1 {
  margin-top: 2rem;
}
.list-call-out.v1 {
  border-bottom: solid 1px #1cb9de;
  padding-bottom: 0.5rem;
}
.bullet-list.v2 {
  padding: 2em 1em;
  background-color: #3e3e3e;
  color: #ffffff;
  background-image: url(../assets/content-cta-img3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.list-call-out.v2 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #1e93b8;
  color: #ffffff;
}
.list-call-out.v2 a:not(.btn) {
  color: #f7953d;
}
.list-call-out.v2 a:not(.btn):hover {
  color: #3e3e3e;
}
.bullet-list.v3 {
  padding: 2em;
  background-color: #1e93b8;
  background-image: url(../assets/content-cta-img3.jpg);
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bullet-list.v3:before {
  content: '';
  width: 2.5em;
  background-color: #3e3e3e;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.text-highlight {
  position: relative;
  border: solid 2px #97d9ee;
  padding: 2rem 6%;
  color: #1e93b8;
  margin: 2rem 0;
}
.text-highlight.v1 {
  border-left: none;
}
.text-highlight.v1:after {
  content: '';
  width: 0.75rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f7953d;
}
.text-highlight.v2 {
  background-color: #f7953d;
  border: none;
  box-shadow: 0.5rem 0.5rem 0 #3e3e3e;
  color: #ffffff;
  margin-right: 0.5rem;
  margin-bottom: 2.5rem;
}
.text-highlight.v2 a:not(.btn) {
  color: #f8e331;
}
.text-highlight.v2 a:not(.btn):hover {
  color: #ffffff;
}
.text-highlight.v3 {
  box-shadow: 0.5rem 0.5rem 0 #fef4ec;
  margin-right: 0.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 875px) {
  .wide .bullet-list.v1 li {
    width: 48%;
  }
}
@media screen and (max-width: 532px) {
  .call-out.v1 {
    padding: 4%;
    text-align: center;
  }
  .call-out.v1:after {
    display: none;
  }
  .call-out.v1 .btn {
    display: inline-block;
  }
  .bullet-list.v1 li {
    width: 100%;
  }
  .wide .bullet-list.v1 li {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .content-cta.v1 {
    padding: 1em 0;
    text-align: center;
  }
  .content-cta.v1 img {
    display: none;
  }
  p.floated-block {
    float: none;
    display: block;
    margin: 1rem 0;
  }
}
.content-area {
  position: relative;
  padding: 5em 0;
  z-index: 1;
}
.content-area:after {
  content: '';
  display: block;
  height: 110%;
  left: 37%;
  width: 28.5%;
  position: absolute;
  background-image: url(../assets/CTA_surfboard.png);
  background-position: center;
  bottom: -12.5%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.content-area:before {
  display: block;
  clear: both;
  width: 100%;
  background-image: url(../assets/Overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 4em;
  top: -4em;
  position: absolute;
  z-index: 5;
}
.content-area.wide:before,
.content-area.wide:after {
  display: none;
}
.content-area .flex {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.content-area .flex.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.content-area .content {
  width: 44%;
  padding-right: 3%;
}
.content-area .reverse .content {
  padding-right: 0;
  padding-left: 6%;
}
.content-area .content header {
  text-align: left;
  padding-bottom: 0;
}
.content-area.wide {
  padding: 0;
}
.content-area.wide .main {
  background-color: #ffffff;
  padding: 4em 6%;
}
.content-area .ctas {
  width: 47%;
}
.content-area .ctas header {
  position: relative;
  text-align: center;
  padding-bottom: 0;
  z-index: 1;
}
.content-area .ctas header:before {
  content: '';
  display: block;
  width: 85%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d9d9d9;
  z-index: -1;
}
.content-area .ctas header h4 {
  font-size: 1.556em;
  display: inline-block;
  background-color: #ffffff;
  padding: 0 0.5em;
  font-weight: 400;
}
.ctas {
  text-align: center;
}
.ctas header {
  margin-bottom: 1.5em;
}
.ctas header h4 {
  color: #3e3e3e;
  font-size: 1.5em;
  text-transform: none;
  font-weight: 600;
}
.ctas li {
  width: 32%;
  margin: 0 0 1.5em;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.ctas li a {
  display: block;
  padding: 21.667em 2% 3em 2%;
  background-color: #1e93b8;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  transition: 0.35s ease;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  color: #ffffff;
  background-repeat: no-repeat;
  z-index: 2;
}
.ctas li a:hover {
  box-shadow: 0 0em 1.75em 0em rgba(0, 0, 0, 0.15);
  -webkit-transform: rotateX(-10deg);
  -ms-transform: rotateX(-10deg);
  transform: rotateX(-10deg);
}
.tall .ctas li.cta-1 a {
  border-radius: 2em 0 0 2em;
}
.tall .ctas li.cta-3 a {
  border-radius: 0 2em 2em 0;
}
.ctas li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}
.ctas li icon {
  font-size: 4em;
  color: #1e93b8;
  display: block;
}
.ctas li p {
  margin: 0.65rem 0 0;
  font-family: 'Oswald', sans-serif;
}
.long .ctas {
  text-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.long .ctas header {
  margin-bottom: 3em;
}
.long .ctas header h4 {
  color: #3e3e3e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.55em;
}
.long .ctas li {
  width: 100%;
  margin: 0 0 1em;
}
.long .ctas li a {
  display: block;
  padding: 1.5em 5%;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  transition: 0.35s ease;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  color: #3e3e3e;
  background-repeat: no-repeat;
  border: solid 4px #1e93b8;
  border-radius: 0;
}
.long .ctas li a:hover {
  background-color: #31c3e5;
  color: #ffffff;
}
.long .ctas li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.long .ctas li icon {
  font-size: 3em;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.5em;
}
.long .ctas li p {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 1.944em;
  text-transform: uppercase;
}
.ctas.v2 li {
  width: 100%;
  margin: 0;
  text-align: left;
}
.ctas.v2 li a {
  padding: 0.75em 5%;
  border: none;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}
.ctas.v2 li:last-child a {
  box-shadow: none;
}
.ctas.v2 li a:hover {
  background-color: #f7953d;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #ffffff;
}
.ctas.v2 li icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  text-align: center;
}
.ctas.v2 li p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.ctas.v3 li a {
  border-radius: 50%;
  width: 14.5em;
  height: 14.5em;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  padding: 2em 2%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ctas.v3 ul:hover li a {
  opacity: 0.5;
}
.ctas.v3 ul:hover li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: none;
}
@media screen and (max-width: 1120px) {
  .content-area article {
    width: 50%;
  }
  .content-area section {
    width: 46%;
  }
  .tall .ctas li a {
    padding: 15.667em 1.25em 3em 1.25em;
  }
  .long .ctas li p {
    font-size: 1.5em;
  }
  .ctas.v3 li a {
    width: 13em;
    height: 13em;
  }
}
@media screen and (max-width: 1000px) {
  .content-area.tall > .flex {
    display: block;
  }
  .content-area.tall .flex .content {
    width: 100%;
    padding-right: 0;
  }
  .content-area.tall .flex.reverse .content {
    padding-left: 0;
  }
  .content-area.tall .ctas {
    width: 100%;
    margin-top: 3em;
  }
}
@media screen and (max-width: 875px) {
  .content-area .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-area article,
  .content-area section {
    width: 100%;
  }
  .content-area section {
    margin-top: 2.5em;
  }
  .content-area:after {
    content: none;
  }
  .ctas li {
    width: 32%;
  }
  .ctas li a {
    padding: 10em 2% 2em 2%;
    background-position: bottom center;
  }
  .ctas.v3 li a {
    width: 11.15em;
    height: 11.15em;
  }
  .content-area.long > .flex {
    display: block;
  }
  .content-area.long .flex .content {
    width: 100%;
    padding-right: 0;
  }
  .content-area.long .flex.reverse .content {
    padding-left: 0;
  }
  .content-area.long .ctas {
    width: 100%;
    margin-top: 3em;
  }
  .long .ctas li icon {
    color: #f5ae2e;
  }
}
@media screen and (max-width: 683px) {
  .ctas li a {
    padding: 4em 2% 2em 2%;
    background-image: none !important;
  }
  .ctas li:first-child a,
  .ctas li:last-child a {
    border-radius: 0;
  }
  .ctas.v3 li a {
    width: 14.5em;
    height: 14.5em;
  }
}
@media screen and (max-width: 532px) {
  .ctas li a {
    padding: 3em 2%;
  }
  .ctas.v3 li a {
    width: 13em;
    height: 13em;
  }
  .content-area {
    padding: 2em 0;
  }
  .tall .ctas li a {
    padding: 15.667em 3% 3em 3%;
  }
  .long .ctas li a {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
@media screen and (max-width: 414px) {
  .ctas li a {
    padding: 2em 2%;
    border: solid 0.5em rgba(0, 0, 0, 0.1);
  }
  .ctas.v3 li a {
    width: 10.15em;
    height: 10.15em;
  }
}

.footer {
  padding: 2.5em 0;
  background-color: #ffffff;
  color: #ffffff;
  font-weight: 600;
  background-image: url(../assets/footer-bg[1].jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer .main-icon {
  font-size: 1.5em;
  color: #f8e331;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.footer-info {
  width: 25%;
}
.footer-info a {
  color: #ffffff;
}
.footer-info .address a:hover {
  color: #f7953d;
}
.bot-logo img {
  display: block;
  margin-bottom: 0.5em;
  max-width: 100%;
}
.footer-info .address,
.footer-info .phones,
.footer-info .social-links {
  position: relative;
  padding: 1em 0 1em 3em;
  display: block;
}
.footer-info .address,
.footer-info .phones {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.footer-info .address span {
  display: inline-block;
}
.links {
  width: 35%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.links a {
  width: 45%;
  display: block;
  padding: 0.75em 0;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.links a:hover {
  color: #f8e331;
}
.social-links a {
  display: inline-block;
  line-height: 1;
  padding-right: 1rem;
  font-size: 1.35em;
  color: #ffffff;
}
.social-links a:hover {
  color: #f8e331;
}
.payment-info {
  max-width: 30%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.payment-info img {
  display: block;
  margin: 1em 0 2em;
}
.payment-info span {
  display: block;
  color: #ffffff;
}
.payment-info strong {
  color: #ffffff;
  display: block;
}
.sd-footer {
  background-color: #3c3c3c;
  padding: 1.5em 0;
  color: #ffffff;
  font-size: 0.889em;
}
.sd-footer a {
  color: #ffffff;
}
.sd-footer a:hover {
  color: #f8e331;
}
.sd-footer img {
  max-width: 11.5em;
}
@media screen and (max-width: 1120px) {
  .footer-info {
    width: 30%;
  }
}
@media screen and (max-width: 875px) {
  .footer-info {
    width: 35%;
  }
  .links {
    width: 30%;
  }
  .links a {
    width: 100%;
    text-align: center;
  }
  .footer section {
    max-width: 35%;
  }
  .payment-info {
    max-width: 35%;
  }
}
@media screen and (max-width: 683px) {
  .footer > .flex {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer > .flex > * {
    width: auto;
  }
  .footer .footer-info {
    text-align: left;
  }
  .bot-logo img {
    margin: 0 auto 0.5em;
  }
  .links {
    margin: 1.5em 0;
  }
  .links a {
    width: 47%;
  }
}
@media screen and (max-width: 414px) {
  .sd-footer > .flex {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .sd-footer img {
    margin-top: 1em;
  }
}
#HeaderZone {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.35s ease;
  background-color: #1e93b8;
  box-shadow: 0 0.15em 0.35em rgba(0, 0, 0, 0.25);
}
.cms-admin #HeaderZone {
  position: relative;
}
.right-info {
  font-family: 'Oswald', sans-serif;
  line-height: 1;
}
.right-info p {
  margin: 0;
}
.right-info span a {
  text-transform: uppercase;
  font-size: 1.167em;
  color: #3e3e3e;
  background-color: #f8e331;
  border-radius: 2em;
  padding: 0.15em 1em;
  transition: background-color 0.4s ease;
}
.right-info span a:hover {
  background-color: #f5ae2e;
}
.tagline-area {
  padding: 1.25em 0;
  position: relative;
  z-index: 1;
}
.tagline-area header {
  font-size: 1.167em;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.tagline-area .top-bar {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tagline-area .right-info > * {
  display: inline-block;
  vertical-align: middle;
}
.tagline-area .right-info span {
  margin-right: 0.5em;
}
.tagline-area .right-info a.phone {
  color: #ffffff;
  font-size: 1.667em;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.tagline-area .social-links a {
  color: #ffffff;
}
.tagline-area .social-links a:hover {
  color: #1e93b8;
}
.header-area {
  transition: 0.35s ease;
  padding: 0;
  background-color: #ffffff;
}
.fixed .header-area {
  padding: 0;
}
.header-area .masthead {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-logo {
  padding: 0 0 0.25em;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  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;
}
.top-logo a {
  display: block;
  position: relative;
  width: 100%;
}
.top-logo img {
  display: block;
  max-width: 100%;
  transition: 0.35s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-nav {
  padding: 0.75em 0;
}
.top-nav:before,
.top-nav:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #e4e4e4;
  width: 90%;
  position: relative;
  left: 5%;
}
.top-nav a {
  display: block;
  padding: 1em 0.85em;
  color: #3e3e3e;
  font-size: 1.1em;
  transition: 0.35s ease;
  position: relative;
  z-index: 1;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.top-nav a:hover {
  color: #f7953d;
}
.header-area .right-info {
  text-align: center;
}
.header-area .right-info span {
  display: block;
  margin-bottom: 0.5em;
}
.header-area .right-info a {
  display: block;
  color: #3e3e3e;
}
.mob-triggers {
  display: none;
}
.mobile-nav > li {
  display: inline-block;
  vertical-align: middle;
}
.mobile-nav li > * > button,
.mobile-nav > li > a {
  color: #f7953d;
  background-color: transparent;
  padding: 0.25em 0.5em;
  border: none;
  margin: 0;
  font-size: 2.15em;
  outline: none;
}
.mob-triggers .icon-mob-call {
  font-size: 1.2em;
}
@media screen and (max-width: 1120px) {
  .top-logo img {
    max-width: 20em;
  }
  .top-nav a {
    font-size: 0.8em;
    padding: 0.5em;
  }
}
@media screen and (max-width: 875px) {
  .masthead {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-area {
    padding: 0.75em 0;
  }
  .fixed .header-area {
    padding: 0.5em 0 0;
  }
  .tagline-area header {
    display: none;
  }
  .tagline-area .right-info {
    display: block;
    text-align: center;
  }
  .top-logo img,
  .fixed .top-logo img,
  .sub .top-logo img {
    max-width: 15.5em;
    margin: 0;
  }
  .top-logo img {
    position: relative;
    top: 0;
  }
  .top-nav {
    width: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 800px) {
  #HeaderZone {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .down-scroll .fixed #HeaderZone {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .fixed .header-area {
    padding: 0.5em 0;
  }
  .top-logo img,
  .fixed .top-logo img,
  .sub .top-logo img {
    max-width: 10.5em;
  }
  .top-nav {
    display: none;
  }
  .header-area .right-info {
    display: none;
  }
  .mob-triggers {
    display: block;
  }
}
@media screen and (max-width: 683px) {
  .social-links {
    display: none;
  }
  .tagline-area .right-info {
    margin: 0 auto;
  }
}
@media screen and (max-width: 532px) {
  .top-bar.flex {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tagline-area {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .top-logo img {
    max-width: 10.5em;
  }
}
.mobile-menu nav {
  display: none;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 10;
  font-size: 1.125em;
  width: 100%;
  height: 100vh;
  transition: left 0.5s;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(21, 103, 129, 0.95);
}
.mobile-menu nav.enter {
  left: 0;
}
.mobile-menu nav.leave {
  left: 100%;
}
.mobile-menu nav ul {
  display: block !important;
  position: relative;
  left: 0;
  padding-top: 3em;
  transition: left 0.5s ease;
  font-weight: 500;
}
.mobile-menu nav ul .social-nav {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.5em auto 0;
}
.mobile-menu nav ul .social-nav:before,
.mobile-menu nav ul .social-nav:after {
  content: none;
}
.mobile-menu nav ul .social-nav a icon {
  margin: 0;
  font-size: 1.75em;
}
.mobile-menu nav ul:before {
  display: block;
  position: absolute;
  content: 'Back';
  width: 100%;
  top: 0;
  line-height: 3em;
  padding-left: 3em;
  color: #ffffff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.mobile-menu nav > ul:before {
  content: 'Close';
}
.mobile-menu nav ul:after {
  content: '\f92a';
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  font-family: 'icomoon-ult';
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 0.5em;
  color: #ffffff;
}
.mobile-menu nav > ul:after {
  content: '\f92a';
}
.mobile-menu nav ul.leave {
  left: -100%;
}
.header-panel.v16 .top-nav .mobile-nav li {
  position: static;
}
.mobile-menu nav ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  visibility: hidden;
}
.mobile-menu nav ul.leave ul.leave {
  left: 0;
}
.mobile-menu nav ul.leave > li.enter > ul {
  visibility: visible;
  margin-left: 0;
}
.mobile-menu nav ul li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.mobile-menu nav ul li:last-of-type {
  border-bottom: none;
}
.mobile-menu nav ul li a {
  display: block;
  text-align: left !important;
  padding: 0.8em 1em !important;
  background-color: transparent !important;
  color: #ffffff !important;
}
.mobile-menu nav ul li.mobile-phone a {
  font-size: 2.5em;
  text-align: center !important;
  padding: 0.5em 0 0.5em !important;
  line-height: 1;
}
.mobile-menu nav ul li.mobile-logo {
  border-bottom: none;
  text-align: center;
}
.mobile-menu .mobile-logo .top-logo {
  margin: 0.5em auto 1em;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 !important;
}
.mobile-menu .mobile-logo .top-logo img {
  max-width: 13.5em;
  background-color: #fff;
  padding: 0.5em;
}
.mobile-menu nav ul li.hasChild > a {
  width: calc(100% - 3em);
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.mobile-menu nav ul li.hasChild:before {
  content: '\e0ea';
  font-family: 'icomoon-ult';
  font-size: 1.5em;
  float: right;
  line-height: 1.75em;
  margin-right: 0.25em;
  clear: right;
  color: #ffffff;
}
.dd-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 11em 0 2.5em;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.75s ease 0s, transform 0.75s ease 0s;
  display: block;
}
.touch .dd-nav {
  display: none;
}
.top-nav .blog .dd-nav,
.top-nav .contact-us .dd-nav,
.top-nav .gallery .dd-nav,
.top-nav .testimonials .dd-nav,
.top-nav .reviews .dd-nav {
  display: none;
}
.no-flexbox .dd-nav {
  display: none;
}
.desktop-nav > li:hover > .dd-nav {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.dd-nav:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: -1;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dd-nav .dd-close {
  display: none;
}
.dd-nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dd-nav ul li {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 25%;
  padding: 0 1%;
  text-align: left;
}
.dd-nav ul li a {
  padding: 0.5em 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dd-nav {
    background-color: #ffffff;
  }
  .dd-nav:after {
    display: none;
  }
}
@media screen and (max-width: 875px) {
  .dd-nav {
    display: none;
  }
}
.banner-area {
  padding: 0;
  margin: 0;
  position: relative;
}
.banner-area .info {
  padding: 0;
  text-align: left;
}
.banner-area .info > strong {
  display: block;
  line-height: 1.2;
  font-size: 3.33em;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.banner-area .info > strong strong {
  display: inline;
  font-size: inherit;
  line-height: inherit;
}
.banner-area .info > em {
  display: block;
  line-height: 1.2;
  font-size: 2.611em;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font-style: normal;
  color: #f7953d;
  font-weight: 700;
}
.banner-area .info p {
  margin: 0.5em auto;
  font-size: 1.444em;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.banner-area .info .btn {
  margin-top: 1em;
}
.banner-area .info a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 1.5rem;
}
.banner-area .info a:before,
.banner-area .info a:after {
  content: '';
  display: block;
  height: 0;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  transition: height 0.5s ease 0s, background-color 0.5s ease 0.25s,
    border-color 0.5s ease 0s;
}
.banner-area .info a:before {
  border-left: 2px solid #ffffff;
}
.banner-area .info a:after {
  border-right: 2px solid #ffffff;
}
.banner-area .info a span {
  display: block;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 0.5em;
  letter-spacing: 0.1em;
  transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
}
.banner-area .info a:hover span {
  color: #3e3e3e;
  background-color: rgba(255, 255, 255, 0.8);
}
.banner-area .info a:hover:before,
.banner-area .info a:hover:after {
  height: 1.5rem;
  border-color: transparent;
}
.banner-area .banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 9% 3%;
}
.banner-area .banner .banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 0;
}
.banner-area .banner .info {
  position: relative;
  z-index: 1;
}
.animation-slides {
  position: relative;
  width: 100%;
  height: 40em;
  overflow: hidden;
  background-image: url(../assets/slide_leftb.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}
.animation-slides:before {
  content: '';
  display: block;
  width: 50%;
  padding: 10% 0;
  background-image: url(../assets/slide_logo.png);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
}
.animation-slides .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}
.animation-slides .slide.slide-in {
  z-index: 1;
}
.animation-slides .slide:first-child {
  display: block;
}
.animation-slides .slide .slide-bg {
  display: block;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  height: 100%;
  right: 0;
  width: 64%;
}
.animation-slides .slide .info {
  position: absolute;
  padding: 0 3% 4em;
  text-align: center;
  bottom: 0;
  left: 42%;
}
.animation-slides .slide-start .slide-bg {
  opacity: 0;
}
.animation-slides .transition-in .slide-bg {
  transition: opacity 0.75s ease 1.25s;
}
.animation-slides .slide-in .slide-bg {
  opacity: 1;
}
.animation-slides .transition-out .slide-bg {
  transition: opacity 0s ease 3s;
}
.animation-slides .slide-end .slide-bg {
  opacity: 0;
}
.animation-slides .slide-start .info {
  opacity: 0;
}
.animation-slides .transition-in .info {
  transition: opacity 1s ease 1s;
}
.animation-slides .slide-in .info {
  opacity: 1;
}
.animation-slides .transition-out .info {
  transition: opacity 0.75s ease 0s, transform 0.75s ease 0s;
}
.animation-slides .slide-end .info {
  opacity: 0;
}
.animation-slides .slide-start .info * {
  position: relative;
  opacity: 0;
}
.animation-slides .slide-in .info * {
  opacity: 1;
}
.animation-slides .slide-start .info > strong {
  -webkit-transform: translateY(2em);
  -ms-transform: translateY(2em);
  transform: translateY(2em);
}
.animation-slides .transition-in .info > strong {
  transition: transform 1s ease 1.5s, opacity 1s ease 1.5s;
}
.animation-slides .slide-in .info > strong {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.animation-slides .slide-start .info > em {
  -webkit-transform: translateY(2em);
  -ms-transform: translateY(2em);
  transform: translateY(2em);
}
.animation-slides .transition-in .info > em {
  transition: transform 1s ease 1.5s, opacity 1s ease 1.5s;
}
.animation-slides .slide-in .info > em {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.animation-slides .slide-start .info p {
  -webkit-transform: translateY(2em);
  -ms-transform: translateY(2em);
  transform: translateY(2em);
}
.animation-slides .transition-in .info p {
  transition: transform 1s ease 2s, opacity 1s ease 2s;
}
.animation-slides .slide-in .info p {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.animation-slides .slide-start .info .btn {
  -webkit-transform: translateY(2em);
  -ms-transform: translateY(2em);
  transform: translateY(2em);
}
.animation-slides .transition-in .info .btn {
  transition: transform 1s ease 2s, opacity 1s ease 2s,
    background-color 0.4s ease 0s, color 0.4s ease 0s;
}
.animation-slides .slide-in .info .btn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.banner-area .slide-nav {
  position: absolute;
  z-index: 3;
  bottom: 4em;
  left: 0;
  display: none;
  width: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.no-flexbox .banner-area .slide-nav {
  width: 10em;
  display: table;
  margin: 0 auto;
}
.no-flexbox .banner-area .slide-nav li {
  display: table-cell;
}
.banner-area .slide-nav li {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.banner-area .slide-nav li a {
  display: block;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background-color: #1e93b8;
  margin: 0 0.5em;
  transition: background-color 0.4s ease 0s;
}
.banner-area .slide-nav li a.active {
  background-color: #f7953d;
}
@media screen and (max-width: 1120px) {
  .animation-slides {
    height: 31.667em;
  }
  .banner-area .info > strong {
    font-size: 3em;
  }
}
@media screen and (max-width: 1000px) {
  .banner-area .info > strong {
    font-size: 2.5em;
  }
  .banner-area .info > em {
    font-size: 1.6667em;
  }
}
@media screen and (max-width: 875px) {
  .banner-area .info > strong {
    font-size: 2em;
  }
  .banner-area .info > em {
    font-size: 1.444em;
  }
  .banner-area .slide-nav {
    display: none;
  }
  .animation-slides:before {
    content: none;
  }
  .animation-slides .slide .info {
    width: 100%;
    left: 0;
  }
  .animation-slides .slide .slide-bg {
    width: 131%;
    max-width: none;
    background-position: center;
  }
  .animation-slides {
    background-image: none;
    height: 21em;
  }
}
@media screen and (max-width: 550px) {
  .banner-area .info > strong {
    font-size: 1.6667em;
  }
  .banner-area .info > em {
    font-size: 1.222em;
    font-weight: 600;
  }
  .banner-area .info p {
    display: none;
  }
  .banner-area .banner {
    padding: 10% 3%;
  }
}
.contact-form {
  display: block;
  text-align: center;
  padding: 2.5em 6%;
  position: relative;
}
.contact-form fieldset {
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
}
.contact-form fieldset p.pleasecall {
  color: #ffffff;
}
.contact-form fieldset ul {
  width: 100%;
}
.contact-form .input-text {
  position: relative;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  color: #ffffff;
  background-color: #1e93b8;
  margin: 0 0 0.65em;
  border-radius: 5px;
  letter-spacing: 0.05em;
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.25) inset;
}
.contact-form option {
  background-color: #3e3e3e;
}
.contact-form textarea {
  min-height: 7.5em;
}
.contact-form ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-form :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-form ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-form ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-form .btn {
  margin-top: 2rem;
  color: #ffffff;
}
fieldset .validation {
  position: absolute;
  left: 0;
  padding: 0.5em 1em;
  background-color: rgba(0, 0, 0, 0.8);
  top: 100%;
  z-index: 2;
  color: #f2f2f2;
  font-size: 0.8em;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  white-space: nowrap;
}
fieldset .invalid .validation {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-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: solid 0.5em rgba(0, 0, 0, 0.8);
  bottom: 100%;
  left: 1em;
}
fieldset .input-text:after,
fieldset .input-text:before {
  font-family: 'icomoon-ult';
  display: block;
  position: absolute;
  top: 0.6em;
  right: 0.85em;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  line-height: 1.6;
}
fieldset .input-text:before {
  content: '\e747';
  color: #ff070b;
}
fieldset .invalid .input-text:before {
  opacity: 1;
}
fieldset .input-text:after {
  content: '\e7bd';
  color: #22c022;
  font-size: 1.25em;
  top: 0.3em;
}
fieldset .valid .input-text:after {
  opacity: 1;
}
.contact-cta {
  width: 53%;
  position: relative;
  padding: 2em 2% 2em 0;
  margin: 18em 0 0 0;
}
.contact-cta:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #f7953d;
  opacity: 0.85;
  border-bottom-right-radius: 2em;
  border-top-right-radius: 2em;
}
.contact-cta > * {
  position: relative;
}
.contact-cta h4 {
  color: #ffffff;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.15;
  margin: 0;
}
.contact-cta h4 strong {
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}
.contact-cta h4 em {
  font-style: normal;
  color: #1e93b8;
}
.contact-cta .description {
  color: #ffffff;
  font-style: normal;
  font-size: 1.325em;
  letter-spacing: 0.04em;
  margin: 0.5em 0 1.5em;
  padding-top: 0.5em;
  border-top: solid 2px #1e93b8;
  display: inline-block;
  font-weight: 600;
}
.contact-cta .cta-bot {
  background-color: #ffffff;
  margin-bottom: -5em;
  padding: 0.5em 4%;
  width: 70%;
}
.contact-cta .cta-bot icon {
  font-size: 4em;
  color: #f8e331;
}
.contact-cta .cta-bot p {
  color: #3e3e3e;
  font-size: 1.25em;
  font-style: italic;
  line-height: 1;
  margin: 0 0 1em;
}
.contact-cta .cta-bot .phone {
  color: #3e3e3e;
  font-size: 2.25em;
}
.contact-cta .cta-bot img {
  display: none;
  margin: -3em -14% -4em 3%;
  max-width: 20.5em;
}
.contact-area {
  background-color: #3e3e3e;
  background-image: url(../assets/contact-bg[1].jpg);
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 2em;
  background-repeat: no-repeat;
}
.contact-area .contact-form {
  width: 100%;
  padding: 2.5em 4%;
}
.contact-area .contact-form h4 {
  font-size: 2.388em;
  color: #ffffff;
  font-weight: 700;
}
.contact-area .contact-form p {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.667em;
  letter-spacing: 0.1em;
}
.contact-area .contact-form p.pleasecall {
  text-align: left;
  font-size: 1.2em;
  margin-left: 3.5em;
}
.contact-area fieldset ul {
  width: 100%;
  float: none !important;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.contact-area .arr-btn {
  margin-top: 1em;
}
aside .contact-form {
  background-color: #3e3e3e;
  transition: 0.5s ease;
  padding: 0 8% 1.5em 8%;
}
aside .contact-form .main {
  padding: 0;
}
.landing-2 aside .contact-form {
  margin-top: -6em;
}
aside .contact-form input,
aside .contact-form select,
aside .contact-form textarea {
  background-color: rgba(255, 255, 255, 0.25);
}
.contact-form.wide {
  background-color: #f7953d;
  padding: 0;
}
.contact-form.wide header {
  padding-bottom: 2em;
}
.contact-form.wide .main header p {
  color: #ffffff;
}
.contact-form.wide fieldset ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-form.wide fieldset .half {
  width: 49.25%;
}
.contact-form.wide fieldset .full {
  width: 100%;
}
.contact-form.wide input,
.contact-form.wide select,
.contact-form.wide textarea {
  background-color: rgba(0, 0, 0, 0.15);
}
.contact-form.wide option {
  background-color: #f7953d;
}
@media screen and (max-width: 1120px) {
}
@media screen and (max-width: 875px) {
  .contact-area {
    padding-top: 0;
  }
}
.values-area {
  background-image: url(../assets/club_kahuna-bg.png);
  background-size: cover;
  background-position: bottom right;
  padding: 4em 0 0;
  position: relative;
}
.values-area:before {
  width: 36.6%;
  padding: 40.2% 0;
  position: absolute;
  left: 0;
  display: block;
  background-image: url(../assets/values-bg.jpg);
  content: '';
  top: 4em;
  z-index: -1;
}
.values-area .vs {
  padding-bottom: 13.33em;
}
.values-area .vs .inner {
  max-width: 49em;
  margin: 0 0 0 auto;
}
.values-area header {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  max-width: 36em;
  text-align: left;
  padding: 0;
}
.values-area header h4 {
  display: inline-block;
  position: relative;
  color: #f7953d;
  font-size: 2.778em;
}
.values-area header h4:before,
.values-area header h4:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 33vw;
  height: 1px;
  background-color: #31c3e5;
  right: 105%;
  content: '';
}
.values-area header h4:after {
  right: auto;
  left: 105%;
}
.values-area .why-choose-list {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2em;
}
.values-area .why-choose-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  -webkit-transform: translateY(-2em);
  -ms-transform: translateY(-2em);
  transform: translateY(-2em);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.5, 1.5),
    opacity 0.3s ease;
  position: relative;
  padding: 0.5em 0;
}
.sub .values-area .why-choose-list li {
  opacity: 1;
}
.no-flexbox .values-area .why-choose-list li {
  float: left;
  margin: 0 0.5%;
}
.values-area .why-choose-list .item-2 {
  transition-delay: 0.1s;
}
.values-area .why-choose-list .item-3 {
  transition-delay: 0.2s;
}
.values-area .why-choose-list .item-4 {
  transition-delay: 0.3s;
}
.values-area .why-choose-list .item-5 {
  transition-delay: 0.4s;
}
.values-area .why-choose-list .item-6 {
  transition-delay: 0.5s;
}
.values-area .why-choose-list .item-7 {
  transition-delay: 0.6s;
}
.values-area .why-choose-list .item-8 {
  transition-delay: 0.7s;
}
.values-area .why-choose-list li.active,
.cms-admin .values-area .why-choose-list li {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.values-area .why-choose-list icon {
  max-width: 50%;
  width: auto;
  height: auto;
  display: block;
  font-size: 1.25em;
  font-family: 'fontello';
  color: #f7953d;
}
.no-flexbox .values-area .why-choose-list icon {
  margin: 0 auto 1.25em;
}
.values-area .why-choose-list p {
  line-height: 1.25;
  font-weight: 400;
  margin: 0;
  font-size: 1.22em;
  color: #3e3e3e;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  padding: 0 1em;
}
.values-area .why-choose-list p span {
  display: block;
}
.values-area .btn {
  margin-top: 3em;
}
.values-area .ck > img {
  background-image: url(../assets/club_kahuna.png);
  background-position: center;
  background-size: contain;
  width: 36%;
  background-repeat: no-repeat;
}
.values-area .ck-content {
  width: 75%;
  max-width: 889px;
  background-image: url(../assets/club_kahuna_frame.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 11em;
}
.values-area .ck-content h2 {
  font-weight: 700;
  font-size: 2.22em;
  margin: 0;
  padding: 0;
  color: #1e93b8;
}
.values-area .ck-content p {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.55em;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 0;
}
@media screen and (max-width: 1500px) {
  .values-area .ck-content {
    max-width: 100%;
    padding: 12em 15em 11em 14em;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1120px) {
  .values-area .vs .inner {
    max-width: 35em;
  }
  .values-area .ck-content {
    max-width: 100%;
    padding: 12em 13em 11em 13em;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 875px) {
  .values-area:before {
    content: none;
  }
  .values-area .vs .inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .values-area .vs {
    padding-bottom: 0;
    text-align: center;
  }
  .values-area header {
    text-align: center;
    margin: 0 auto;
  }
  .values-area .why-choose-list {
    display: table;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .values-area .ck {
    display: block;
    padding: 0;
  }
  .values-area .ck > img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .values-area .ck-content {
    width: 100%;
    font-size: 2.5vw;
    background-size: auto 100%;
    padding: 12em 5em 11em 6em;
  }
}
.location-info {
  position: relative;
  overflow: hidden;
  background-color: #f4f1ec;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  padding: 0;
}
.location-info .imap {
  position: absolute;
  top: 0;
  width: 64%;
  height: 100%;
  right: 0;
}
.location-info .info {
  background-color: #f7953d;
  color: #ffffff;
  padding: 7em 3%;
  width: 36%;
  border-radius: 0;
  position: relative;
  z-index: 1;
  background-image: url(../assets/left_map[1].jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.location-info .info .inner {
  max-width: 320px;
  margin: 0 0 0 auto;
}
.location-info .info h4 {
  color: #ffffff;
  margin-bottom: 1rem;
  font-size: 1.7em;
  font-weight: 600;
}
.location-info .info span {
  display: block;
}
.location-info .info a {
  color: #ffffff !important;
}
.location-info .info strong {
  margin: 1.35em 0 0;
  display: block;
  font-weight: 700;
  font-size: 1.3em;
}
@media screen and (max-width: 1536px) {
  .location-info .imap {
    width: 83.33%;
  }
}
@media screen and (max-width: 1120px) {
  .location-info .info {
    width: 40%;
  }
  .location-info .imap {
    width: 80%;
  }
}
@media screen and (max-width: 683px) {
  .location-info .info {
    width: 100%;
    background-color: rgba(247, 149, 61, 0.8);
    padding: 2.5em 6%;
    background-image: none;
  }
  .location-info .imap {
    width: 100%;
  }
  .location-info {
    padding: 0;
    min-height: 0;
  }
}
@media screen and (max-width: 414px) {
  .location-info .imap {
    background-position: 60% 50%;
  }
}
.video-feed {
  background-image: url(../assets/image-slider-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding-top: 8em;
}
.video-feed .video-top {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 2em;
}
.video-feed .video-top img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.video-feed .video-top p {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.33em;
  max-width: 26.125em;
  padding-left: 2em;
}
.video-feed .content {
  width: 48%;
}
.video-feed header {
  text-align: left;
  padding-bottom: 0;
}
.video-feed .content header h4 {
  color: #ffffff;
}
.video-feed .content .btn {
  margin-top: 1em;
}
.video-scroller {
  width: 47%;
  position: relative;
  overflow: hidden;
}
.video-scroller .flex {
  transition: 0.4s ease;
}
.video-scroller li {
  position: relative;
  padding: 1em;
  transition: 0.4s ease;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  opacity: 0;
}
.video-scroller.total-1 li {
  width: 100%;
}
.video-scroller li.current-frame,
.video-scroller.total-1 li {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.video-scroller li video {
  width: 100%;
}
.jw-skin-seven .jw-display-icon-container {
  display: none;
}
.video-scroller .jwplayer .jw-controls:before {
  content: '\f0c4';
  font-family: 'icomoon-ult';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  font-size: 4em;
  color: #ffffff;
  transition: 0.5s ease;
  opacity: 0.5;
}
.video-scroller .jwplayer:hover .jw-controls:before {
  opacity: 1;
}
.video-scroller .jwplayer.jw-state-playing .jw-controls:before,
.video-scroller .jwplayer.jw-state-paused .jw-controls:before {
  opacity: 0;
}
.video-scroller .video-content {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-scroller.total-0 .scrolling-list-nav,
.video-scroller.total-1 .scrolling-list-nav {
  display: none;
}
.video-scroller .scrolling-list-nav span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f7953d;
  display: block;
  line-height: 0.9em;
  padding: 0.5em 0;
  border-radius: 50%;
  color: #ffffff;
  width: 2em;
  height: 2em;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.15);
  transition: 0.35s ease;
  font-size: 0.9em;
}
.video-scroller .scrolling-list-nav span:hover {
  background-color: #f0770a;
}
.start .video-scroller .scrolling-list-nav .prev,
.end .video-scroller .scrolling-list-nav .next,
.start .video-scroller .scrolling-list-nav .prev:hover,
.end .video-scroller .scrolling-list-nav .next:hover {
  opacity: 0.2;
  cursor: default;
  background-color: #f7953d;
}
.video-scroller .scrolling-list-nav .prev {
  left: 0.15em;
}
.video-scroller .scrolling-list-nav .next {
  right: 0.15em;
}
.video-scroller .scrolling-list-nav span:before {
  font-family: 'icomoon-ult';
  display: block;
}
.video-scroller .scrolling-list-nav .prev:before {
  content: '\e914';
}
.video-scroller .scrolling-list-nav .next:before {
  content: '\e915';
}
.video-testimonial-panel .testimonial-section {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
}
.video-testimonial-panel .testimonial-section figure {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  background-image: url(../assets/reviews.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 850px;
  margin: 0 auto;
}
.video-testimonial-panel .testimonial-section .testimonial-content {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 420px;
  padding: 4em 1% 0;
}
.video-testimonial-panel .testimonial-section .testimonial-content h4 {
  color: #1e93b8;
  font-size: 1.667em;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.video-testimonial-panel .testimonial-section .testimonial-content p {
  color: #31c3e5;
  font-size: 1.2em;
}
.video-testimonial-panel .testimonial-section .testimonial-content big {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #1e93b8;
}
@media screen and (max-width: 1120px) {
  .video-feed .video-top p {
    margin: 0;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media screen and (max-width: 800px) {
  .video-testimonial-panel .testimonial-section .testimonial-content {
    margin: 0 auto;
    max-width: 100%;
  }
  .video-testimonial-panel .testimonial-section figure {
    margin: 0 auto;
    padding: 17% 0;
  }
  .video-testimonial-panel .testimonial-section {
    display: block;
    padding: 4em 3%;
  }
  .video-feed {
    background-color: #1e93b8;
    background-image: none;
    padding-top: 4em;
  }
  .video-feed > .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .video-feed header {
    width: 100%;
    text-align: center;
  }
  .video-scroller {
    width: 100%;
    max-width: 683px;
    margin-top: 2.5em;
  }
  .video-feed .content {
    width: 100%;
    text-align: center;
  }
  .video-feed .video-top p {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .video-feed .video-top img {
    max-height: 150px;
  }
}
@media screen and (max-width: 450px) {
  .video-feed .video-top-content {
    display: block;
    text-align: center;
  }
  .video-feed .video-top p {
    padding: 0;
  }
}
.nominate-someone figure {
  -webkit-flex: 1 1 43%;
  -ms-flex: 1 1 43%;
  flex: 1 1 43%;
  position: relative;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin: 0;
}
.nominate-someone figure:before {
  content: '';
  display: block;
  position: absolute;
  width: 47vw;
  right: 0;
  height: 105%;
  bottom: 5%;
  background-image: url(../assets/collage.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.nominate-someone .nominate-content {
  background-image: url(../assets/C2C-BG[1].jpg);
  -webkit-flex: 0 1 54%;
  -ms-flex: 0 1 54%;
  flex: 0 1 54%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.nominate-someone .nominate-content h2 {
  font-weight: 700;
  color: #1e93b8;
  font-size: 2.388em;
  max-width: 9.9em;
  letter-spacing: 0.01em;
}
.nominate-someone .nominate-content h3 {
  color: #3e3e3e;
  font-size: 1.6em;
  max-width: 24em;
  line-height: 1.9em;
}
.nominate-someone .nominate-content .arr-btn {
  margin: 1em 2em 1em auto;
  display: table;
}
.nominate-someone .nominate-content .arr-btn > * {
  display: table-cell;
  vertical-align: middle;
}
.nominate-someone .nominate-content .arr-btn span {
  font-size: 2.5em;
  -webkit-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
}
.nominate-someone .nominate-content .arr-btn:hover span {
  -webkit-transform: translateY(15%) scale(1.1);
  -ms-transform: translateY(15%) scale(1.1);
  transform: translateY(15%) scale(1.1);
}
.nominate-someone .nominate-content .arr-btn img {
  max-width: 80%;
}
@media screen and (max-width: 1120px) {
  .nominate-someone .nominate-content h3 {
    font-size: 1.2em;
  }
  .nominate-someone .nominate-content {
    background-image: none;
  }
  .nominate-someone .nominate-content .arr-btn {
    margin: 1em auto;
  }
}
@media screen and (max-width: 800px) {
  .nominate-someone figure {
    display: none;
  }
  .nominate-someone .main.flex {
    display: block;
    text-align: center;
  }
  .nominate-someone .nominate-content h2,
  .nominate-someone .nominate-content h3 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .nominate-someone .nominate-content h2 {
    font-size: 1.667em;
  }
  .nominate-someone .nominate-content h3 {
    font-size: 1em;
  }
  .nominate-someone .nominate-content .arr-btn img {
    max-width: 50%;
  }
  .nominate-someone .nominate-content .arr-btn {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
  }
  .nominate-someone {
    padding: 4em 0;
  }
}
@media screen and (max-width: 414px) {
  .nominate-someone .nominate-content .arr-btn {
    -webkit-transform: translateX(12.5%);
    -ms-transform: translateX(12.5%);
    transform: translateX(12.5%);
  }
}
/*
     FILE ARCHIVED ON 22:25:06 Jan 02, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:15:18 Jun 22, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.469
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.012
  esindex: 0.01
  cdx.remote: 10.29
  LoadShardBlock: 125.834 (3)
  PetaboxLoader3.datanode: 106.718 (4)
  PetaboxLoader3.resolve: 111.8 (2)
  load_resource: 100.21
*/
