*, *: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: .25s ease;
  -moz-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
}

.cms-button.big {
  padding: 20px 40px;
  font-size: 16px;
}

.cms-button.unsafe {
  background-color: #EA5F5F;
}

.cms-button.unsafe:hover {
  background-color: #FF7373;
}

.cms-button.command {
  background-color: #FFFFFF;
  color: #35A6F6;
  border: 1px solid #D4D9E1;
}

.cms-button.command:hover {
  color: #63BEFF;
  border-color: #63BEFF;
  background-color: #FFFFFF;
}

.cms-button:hover {
  color: #FFFFFF;
  background-color: #63BEFF;
}

.cms-button.expand:after {
  content: '';
  display: inline-block;
  background-image: url(../../common/images/sprite24.png);
  width: 16px;
  height: 16px;
  background-position: -437px -293px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 5px;
  border: 1px solid #35A6F6;
  vertical-align: middle;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  opacity: .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, .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, .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 .3s forwards;
  -moz-animation: fade-in-60 .3s forwards;
  -o-animation: fade-in-60 .3s forwards;
  animation: fade-in-60 .3s forwards;
}

.ui-widget-overlay.out {
  animation: fade-60-out .4s forwards;
}

.ui-widget-overlay.subtle {
  background: #FFFFFF;
  opacity: 0.05;
  -webkit-animation: fade-in-05 .3s forwards;
  -moz-animation: fade-in-05 .3s forwards;
  -o-animation: fade-in-05 .3s forwards;
  animation: fade-in-05 .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 .5s .1s 1 ease forwards;
  -moz-animation: dialog-in .5s .1s 1 ease forwards;
  -o-animation: dialog-in .5s .1s 1 ease forwards;
  animation: dialog-in .5s .1s 1 ease forwards;
}

.ui-dialog.dialog-out {
  -webkit-animation: dialog-out .4s 1 ease forwards;
  -moz-animation: dialog-out .4s 1 ease forwards;
  -o-animation: dialog-out .4s 1 ease forwards;
  animation: dialog-out .4s 1 ease forwards;
}

.ui-dialog a:hover {
  text-decoration: none;
}

.ui-dialog .ui-widget-overlay {
  background: #1b1e24;
  position: absolute;
}

.ui-dialog>.ui-widget-overlay {
  border-radius: 3px;
}

.ui-dialog .ui-dialog-titlebar {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 40px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #d1d1d1;
  cursor: default;
  background: none;
  font-family: Montserrat, sans-serif;
}

.ui-dialog-titlebar.ui-draggable-handle:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../../common/images/sprite24.png);
  background-repeat: no-repeat;
  background-position: -96px -216px;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -12px;
  text-align: center;
  opacity: 0;
  cursor: move;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.ui-dialog-titlebar.ui-draggable-handle:hover:after {
  opacity: .5;
}

.ui-draggable-handle span {
  cursor: default;
}

.ui-dialog .ui-dialog-titlebar-close {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  background-image: url(../../common/images/sprite24.png);
  background-repeat: no-repeat;
  background-position: 0px -216px;
  border-radius: 0;
}

.ui-dialog .ui-dialog-titlebar-close:focus {
  outline: solid 1px #747b8f;
  color: #fff;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}

.ui-dialog .ui-dialog-content {
  display: block;
}

.ui-dialog>section {
  position: relative;
  z-index: 1;
}

.ui-dialog header {
  height: 68px;
  font-size: 16px;
  line-height: 36px;
  border-bottom: solid 1px rgba(217, 240, 255, .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, .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, .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, .2);
}

.night .ui-scroll-wrap .ui-scroll-thumb {
  background-color: rgba(217, 240, 255, .2);
}

.ui-noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ui-noselect input {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

.ui-noselect .ui-select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

.ui-dialog.ui-full-screen {
  position: fixed !important;
  top: 50px !important;
  left: 50px !important;
  width: calc(100% - 100px) !important;
  height: calc(100% - 100px) !important;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}

.ui-dialog .ui-dialog-titlebar-fullscreen {
  background: none;
  border: none;
  position: absolute;
  right: 35px;
  top: 5px;
  width: 36px;
  height: 24px;
  border-right: solid 1px #9b9d9e;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar-fullscreen:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../../common/images/sprite24.png);
  background-repeat: no-repeat;
  background-position: -48px -216px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.ui-dialog.ui-full-screen .ui-dialog-titlebar-fullscreen:before {
  background-position: -72px -216px;
}

.ui-dialog .ui-dialog-titlebar-fullscreen:hover:before {
  opacity: 1;
}

.ui-dialog.ui-full-screen .ui-dialog-content {
  height: calc(100% - 80px) !important;
}

.ui-dialog.ui-no-buttons .ui-dialog-content {
  height: 100% !important;
}

.ui-dialog.ui-full-screen .ui-dialog-titlebar.ui-draggable-handle {
  cursor: inherit;
}

.ui-dialog.ui-full-screen .ui-draggable-handle:after {
  display: none !important;
}

.ui-dialog.ui-full-preview {
  position: fixed !important;
  top: 50px !important;
  left: 50px !important;
  width: calc(100% - 100px) !important;
  height: calc(100% - 100px) !important;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}

.ui-dialog.ui-full-preview .ui-dialog-content {
  height: 100% !important;
}

.ui-dialog.cms-alert {
  background: rgba(53, 166, 246, 0.95);
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.4);
  min-width: 450px;
}

.no-rgba .ui-dialog.cms-alert {
  background: #35a6f6;
}

.ui-dialog.cms-alert .ui-dialog-content {
  color: #fff;
  padding: 40px 10px 20px;
  text-align: center;
  font-style: normal;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  color: #afdcfd;
}

.ui-dialog.cms-alert .ui-dialog-content h2 {
  font-family: Montserrat, 'Open Sans', Arial;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.ui-dialog.cms-alert .ui-dialog-content h2 strong {
  display: block;
}

.ui-dialog.cms-alert .ui-dialog-content strong {
  color: #FFFFFF;
}

.ui-dialog.cms-alert .ui-dialog-content em {
  display: inline-block;
  margin: 15px 0 10px;
}

.ui-dialog.cms-alert.icon .ui-dialog-content {
  padding: 10px 10px 20px;
}

.ui-dialog.cms-alert.icon .ui-dialog-content:before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  margin: 20px auto;
  background-image: url(../../common/images/sprite24.png);
  background-repeat: no-repeat;
  background-position: -192px -552px;
  opacity: 0.4;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane {
  border-top: 0;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane {
  text-align: center;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button {
  display: inline-block;
  background-color: #5dbafc;
  padding: 18px 40px;
  line-height: 1em;
  height: auto;
  border-radius: 3px;
  border: 0;
  margin: 0 7px;
  text-transform: uppercase;
  font-size: 16px;
  float: none;
  cursor: pointer;
  outline: 0;
  transition: background-color 0.15s;
  color: #fff;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button span {
  color: #fff;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button:focus {
  background: #64cb66;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button:hover {
  background: #64cb66;
}

.ui-dialog fieldset.form {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.ui-dialog fieldset.form ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.ui-dialog fieldset.form ul li {
  margin: 0;
  padding: 10px 20px 10px 10px;
  font-size: 16px;
}

.ui-dialog .form-group {
  display: table;
  width: 100%;
}

.ui-dialog .form-group>* {
  display: table-cell;
  vertical-align: top;
}

.ui-dialog .form-group>div:first-child {
  display: block;
}

.ui-dialog .form-group label {
  color: #ffffff;
  line-height: 2em;
  text-align: right;
  padding: 0 20px;
}

.ui-dialog .form-group label.value {
  text-align: left;
  font-weight: 600;
  padding-left: 0px;
}

.ui-dialog .form-group .input-textbox {
  background: #fff;
  border: solid 1px #a0bdd3;
  border-radius: 3px;
  position: relative;
  -webkit-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
}

.ui-dialog .form-group .input-textbox input {
  color: #889aa7;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: normal;
  margin: 0;
  padding: 6px;
  border: none;
  vertical-align: middle;
  background: none;
  outline: 0;
  width: 100%;
}

.ui-dialog .form-group .input-textbox textarea {
  color: #889aa7;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: normal;
  margin: 0;
  padding: 6px;
  border: none;
  vertical-align: middle;
  background: none;
  outline: 0;
  width: 100%;
  resize: none;
}

.ui-dialog .form-group .input-textbox.input-addon input {
  width: 90%;
}

.ui-dialog .form-group .input-textbox.input-addon:before {
  width: 10%;
  border-left: solid 1px #a0bdd3;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  padding: 9px 15px;
  color: #a0bdd3;
  font-size: 16px;
  -webkit-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
  font-family: 'icomoon-ult';
}

.ui-dialog .form-group.focused .input-textbox {
  border-color: #35a6f6;
  box-shadow: 0 0 3px rgba(53, 166, 246, 0.5);
}

.ui-dialog .form-group.focused .input-textbox.input-addon:before {
  border-left-color: #35a6f6;
  color: #35a6f6;
}

.ui-dialog .form-group.invalid label {
  color: #D73B2A;
}

.ui-dialog .form-group.invalid .input-textbox {
  border-color: #D73B2A !important;
  box-shadow: 0 0 3px rgba(215, 59, 42, 0.5) !important;
}

.ui-dialog .form-group.invalid .input-textbox.input-addon:before {
  border-left-color: #D73B2A !important;
  color: #D73B2A !important;
}

.ui-dialog .form-group .validation {
  display: block;
  color: #D73B2A;
  font-size: 14px;
  line-height: 2em;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.ui-dialog .form-group.invalid .validation {
  height: 28px;
}

.ui-dialog.night .form-group .input-textbox {
  background: #2C313B;
  border-color: #2C313B;
}

.ui-dialog.night .form-group .input-textbox input {
  color: #afbac1;
}

.ui-dialog.night .form-group .input-textbox textarea {
  color: #afbac1;
}

.ui-dialog.night .form-group label {
  color: #5d616b;
}

.ui-dialog.night .form-group.focused .input-textbox {
  border-color: #4c535f;
  box-shadow: 0 0 3px rgba(76, 83, 95, 0.5);
}

.ui-dialog.night .form-group.focused .input-textbox.input-addon:before {
  border-left-color: #8e93a1;
  color: #8e93a1;
}

.ui-dialog.night [data-tooltip]:before {
  background-color: #8667ab;
  color: #ffffff;
}

.ui-dialog.night [data-tooltip]:after {
  background-color: #8667ab;
}

.ui-dialog.daylight {
  background: #fff;
}

.ui-dialog.daylight header {
  border-bottom-color: rgba(16, 37, 78, .15);
}

.ui-dialog.daylight .ui-dialog-buttonpane {
  border-top-color: rgba(16, 37, 78, .15);
}

.ui-dialog.daylight .ui-dialog-buttonpane button {
  border-left-color: rgba(16, 37, 78, .15);
}

.ui-dialog.daylight .ui-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(16, 37, 78, .15);
}

.ui-dialog.daylight .ui-scroll-wrap .ui-scroll-thumb {
  background-color: rgba(16, 37, 78, .15);
}

.daylight .ui-widget-overlay {
  background: #fff;
}

.no-animation {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.no-animation * {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-o-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade-60-out {
  0% {
    opacity: .6;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fade-60-out {
  0% {
    opacity: .6;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes fade-60-out {
  0% {
    opacity: .6;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-60-out {
  0% {
    opacity: .6;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in-60 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@-moz-keyframes fade-in-60 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@-o-keyframes fade-in-60 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@keyframes fade-in-60 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@-webkit-keyframes fade-in-05 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.05;
  }
}

@-moz-keyframes fade-in-05 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.05;
  }
}

@-o-keyframes fade-in-05 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.05;
  }
}

@keyframes fade-in-05 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.05;
  }
}

@-webkit-keyframes fade-in-90 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.9;
  }
}

@-moz-keyframes fade-in-90 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.9;
  }
}

@-o-keyframes fade-in-90 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.9;
  }
}

@keyframes fade-in-90 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.9;
  }
}

@-webkit-keyframes grow-in {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes grow-in {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@-o-keyframes grow-in {
  0% {
    -o-transform: scale(0);
    opacity: 0;
  }

  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}

@keyframes grow-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes counter-clockwise {
  0% {
    -webkit-transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes counter-clockwise {
  0% {
    -moz-transform: rotate(360deg);
  }

  100% {
    -moz-transform: rotate(0deg);
  }
}

@-o-keyframes counter-clockwise {
  0% {
    -o-transform: rotate(360deg);
  }

  100% {
    -o-transform: rotate(0deg);
  }
}

@keyframes counter-clockwise {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes clockwise {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes clockwise {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes background-position {
  0% {
    background-position: 100% 0%;
  }

  100% {
    background-position: 0% 0%;
  }
}

@-moz-keyframes background-position {
  0% {
    background-position: 100% 0%;
  }

  100% {
    background-position: 0% 0%;
  }
}

@-o-keyframes background-position {
  0% {
    background-position: 100% 0%;
  }

  100% {
    background-position: 0% 0%;
  }
}

@keyframes background-position {
  0% {
    background-position: 100% 0%;
  }

  100% {
    background-position: 0% 0%;
  }
}

@-webkit-keyframes slide-up-20 {
  0% {
    -webkit-transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes slide-up-20 {
  0% {
    -moz-transform: translateY(20px);
  }

  100% {
    -moz-transform: translateY(0px);
  }
}

@-o-keyframes slide-up-20 {
  0% {
    -o-transform: translateY(20px);
  }

  100% {
    -o-transform: translateY(0px);
  }
}

@keyframes slide-up-20 {
  0% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes slide-down-20 {
  0% {
    -webkit-transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes slide-down-20 {
  0% {
    -moz-transform: translateY(-20px);
  }

  100% {
    -moz-transform: translateY(0px);
  }
}

@-o-keyframes slide-down-20 {
  0% {
    -o-transform: translateY(-20px);
  }

  100% {
    -o-transform: translateY(0px);
  }
}

@keyframes slide-down-20 {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes dialog-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes dialog-in {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes dialog-in {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    -o-transform: translate3d(0, 0, 0);
  }
}

@keyframes dialog-in {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes dialog-out {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 35px, 0);
  }
}

@-moz-keyframes dialog-out {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 35px, 0);
  }
}

@-o-keyframes dialog-out {
  0% {
    opacity: 1;
    -o-transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -o-transform: translate3d(0, 35px, 0);
  }
}

@keyframes dialog-out {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 35px, 0);
  }
}

.ui-tabs .ui-tab {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ui-tabs .ui-tab-panel {
  display: none;
}

.ui-tabs .ui-tab-panel.active {
  display: block;
}

.ui-tabs tr.ui-tab-panel.active {
  display: table-row;
}

.ui-tabs .ui-tab-panel.flex.active {
  display: -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, .4);
  opacity: 0.5;
  cursor: default;
}

.primary {
  color: #E1E400;
}

.secondary {
  color: #ff0009;
}

.light {
  color: #000000;
}

.dark {
  color: #1D1D1D;
}

.white {
  color: #FFFFFF;
}

.content-style {
  color: #1D1D1D;
}

.content-style ul {
  margin: .7em auto;
}

.content-style li ul {
  margin-top: 0;
}

.content-style ul li {
  position: relative;
  padding: .1em 0 .1em 2em;
}

.content-style ul li:before {
  content: '\e0fd';
  font-family: 'icomoon-ult';
  font-size: .5em;
  position: absolute;
  left: 0;
  color: #FFFFFF;
  line-height: 2;
  background-color: #ff0009;
  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;
}

.text-highlight.v1 {
  background-color: #000000;
  padding: 3% 4%;
  font-size: 1.111em;
  margin: 1.111em auto;
  text-align: center;
}

.text-highlight.v2 {
  color: #1D1D1D;
  padding: 3% 4%;
  font-size: 1.111em;
  margin: 1.111em auto;
  text-align: center;
  border: solid 2px #E1E400;
}

.text-highlight.v2 a:hover {
  color: #ff0009;
}

.text-highlight.v3 {
  background-color: #ff0009;
  color: #FFFFFF;
  text-align: center;
  padding: 3% 4%;
  margin: 1.111em auto;
}

.text-highlight.v3 a:hover {
  color: #FFFFFF;
}

.simple-cta {
  text-align: center;
  padding: 4% 5%;
  margin: 1.5em auto;
  border: solid 1px #CBCD00;
  background-color: #000000;
}

.simple-cta>strong {
  display: block;
  color: #2E5473;
  font-size: 1.333em;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Mont Regular';
  margin: 0 auto .5em !important;
}

.simple-cta p {
  margin: .75em auto 1.25em;
}

.content-area+.content-area, .content-area+script+.content-area {
  background-color: #000000;
}

.content-area.simple {
  padding: 0;
}

.content-area.simple .main.thin {
  padding: 4% 8%;
}

.sub-banner-area.extended-img+.content-area.simple .main.thin {
  background-color: #FFFFFF;
}

.content-area .flex header {
  text-align: left;
  padding-bottom: 0;
}

.content-area .flex.investment-chart>div>div {
  padding: 0.25em;
}

.content-area .flex+.flex {
  margin-top: 3em;
}

.content-area .flex.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.no-flexbox .content-area .flex {
  display: table;
}

.content-area .flex>* {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.no-flexbox .content-area .flex>* {
  display: table-cell !important;
  vertical-align: top;
}

.no-flexbox .content-area .flex>*:first-child {
  padding-right: 3%;
}

.content-area .flex>.two-thirds {
  width: 63%;
}

.content-area .flex>.half {
  width: 48%;
}

.content-area .flex>.third {
  width: 33%;
}

.content-area .flex>.three-fifths {
  width: 58%;
}

.content-area .flex>.two-fifths {
  width: 38%;
}

.content-area.v2 .content {
  padding: 5em 0;
}

.content-area .flex>*>*:first-child, .content-area .flex>*>*:first-child>*:first-child, .content-area.simple .main.thin .content-style>*:first-child {
  margin-top: 0;
}

.content-area .flex>*>*:last-child, .content-area .flex>*>*:last-child>*:last-child {
  margin-bottom: 0;
}

.content-area.simple .content-style>*:last-child, .content-area.simple .main.thin .content-style>*:last-child {
  margin-bottom: 0;
}

.content-area .flex .cta-box .single-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.content-area .flex .cta-box .single-cta:empty {
  display: none;
}

.content-area .flex .cta-box .single-cta a {
  display: block;
  text-align: left;
  line-height: 1.2;
  padding: 8% 6%;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-flexbox .content-area .flex .cta-box .single-cta a {
  display: block;
}

.content-area .flex .cta-box.v1 .single-cta a {
  background-image: url(../../images/cta-1-bg.jpg);
  transition: color .4s ease 0s;
}

.content-area .flex .cta-box.v2 .single-cta a {
  background-image: url(../../images/cta-2-bg.jpg);
  transition: color .4s ease 0s;
}

.content-area .flex .cta-box .single-cta a strong {
  display: block;
  text-transform: uppercase;
  font-size: 1.889em;
  font-weight: 300;
}

.content-area .flex .cta-box .single-cta a em {
  display: block;
  font-size: 1.556em;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  color: #1D1D1D;
  line-height: 1;
  margin: .5em 0 1.5em;
}

.content-area .flex .cta-box .single-cta a icon+strong {
  margin-top: .75em;
}

.cms-layout .content-area .flex .cta-box {
  position: relative;
  display: block;
}

.content-area .flex .cta-box .video-img {
  height: auto;
  position: relative;
}

.content-area .flex .cta-box .video-img img {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 60%;
}

.content-area .flex .cta-box .video-img>strong {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.no-flexbox .content-area .flex .cta-box .video-img>strong {
  display: table;
}

.no-flexbox .content-area .flex .cta-box .video-img>strong>* {
  display: table-cell;
  vertical-align: middle;
}

.content-area .flex .cta-box .video-img>strong icon {
  font-size: 4em;
  position: relative;
  color: #FFFFFF;
  transition: background-color .5s ease, color .5s ease;
  padding: .35em .5em;
}

.content-area .flex .cta-box .video-img>strong:hover icon {
  color: #ff0009;
}

.column-content {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4em;
  padding-bottom: 4em;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.no-flexbox .column-content {
  display: block;
  overflow: hidden;
}

.no-flexbox .column-content:after {
  content: ' ';
  display: block;
  clear: both;
}

.column-content .main-zone {
  -ms-flex: 0 1 58%;
  flex: 0 1 58%;
}

.no-flexbox .column-content .main-zone {
  display: block;
  width: 60%;
  float: left;
}

.column-content .side-zone {
  -ms-flex: 0 1 37%;
  flex: 0 1 37%;
  max-width: 37%;
}

.no-flexbox .column-content .side-zone {
  display: block;
  width: 37%;
  float: right;
}

.content-area.main-content {
  padding: 0;
}

@media screen and (max-width:1000px) {
  .content-area.simple .main.thin {
    padding: 5% 3%;
  }
}

@media screen and (max-width:800px) {
  .content-area .flex {
    display: block;
  }

  .content-area .flex>* {
    width: 100% !important;
  }

  .content-area .flex>*:last-child {
    margin-top: 1.5em;
  }

  .column-content {
    display: block;
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .content-area .flex .single-cta a {
    padding: 1.5em 3%;
  }
}

@media screen and (max-width:650px) {
  .content-area .flex+.flex {
    margin-top: 1.5em;
  }

  .content-area.simple .main.thin {
    padding: 8% 3%;
  }
}

@media screen and (max-width:550px) {
  .text-highlight.v1 {
    font-size: 1em;
    padding: 4% 5%;
  }

  .text-highlight.v2 {
    font-size: 1em;
    padding: 4% 5%;
  }

  .content-area .flex .single-cta a icon {
    font-size: 3em;
  }

  .content-area .flex .single-cta a strong {
    font-size: 1.222em;
  }

  .content-style img.float-right, .content-style img.float-left, .content-style img.no-float {
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 90%;
  }
}

.content-area .flex.investment-chart {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: solid 1px #1D1D1D;
  box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.content-area .flex.investment-chart .chart-header {
  color: #ff0009;
  border-bottom: solid 1px #1D1D1D;
}

.content-area .flex.bullet-lists {
  background-color: rgba(222, 222, 222, 0.867);
  padding: 0.5em 1%;
}

@font-face {
  font-family: 'fontello';
  src: url('../../includes/fonts/fontello.eot') format('embedded-opentype'), url('../../includes/fonts/fontello.woff') format('woff'), url('../../includes/fonts/fontello.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

icon[class^='icon-']:before, icon[class*=' icon-']:before {
  font-family: 'fontello';
  text-align: center;
}

.icon-bubbles:before {
  content: '\e804';
}

.icon-check:before {
  content: '\e805';
}

.icon-google-plus:before {
  content: '\e800';
}

.icon-hammer:before {
  content: '\e801';
}

.icon-people:before {
  content: '\e802';
}

.icon-search:before {
  content: '\e803';
}

.primary {
  color: #E1E400;
}

.secondary {
  color: #ff0009;
}

.light {
  color: #000000;
}

.dark {
  color: #1D1D1D;
}

.white {
  color: #FFFFFF;
}

html {
  font-size: 18px;
  overflow-x: hidden;
}

body {
  font-size: 100%;
  font-family: 'Mont Regular';
  line-height: 1.6;
  color: #1D1D1D;
}

main {
  transition: padding-top .2s ease 0s;
}

main section {
  padding: 4.5em 0;
}

.full {
  font-size: .9375vw;
  position: relative;
}

html.no-canvas .full {
  width: 1920px;
  font-size: 1em;
}

.main {
  width: auto;
  margin: 0 auto;
  max-width: 1530px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

html.no-canvas .main {
  width: 1530px;
}

.flex {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -ms-flexbox;
  display: flex;
}

.no-flexbox .flex {
  display: table;
  width: 100%;
}

.no-flexbox .flex>* {
  display: table-cell;
}

ul, ol {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

icon.next:before {
  content: '\e0ea' !important;
}

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%;
}

sup {
  font-size: .5em;
}

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;
  column-gap: 0 !important;
  column-count: auto !important;
}

div.ui-dialog div.jl-items {
  overflow: auto;
}

div.zone-editable {
  min-width: 150px;
}

body.cms-layout .cms-zone>[icobalt] {
  min-height: 20px;
}

.panel-section .flex {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.panel-section .flex.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.panel-section .flex>* {
  width: 50%;
}

.panel-section .flex>section {
  padding-left: 5%;
  padding-right: 5%;
}

.accolade-list {
  padding: 3em 0;
}

.accolade-list h2 {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 1em;
}

.accolade-list ul {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
}

.accolade-list ul li {
  margin: 0 2%;
}

.accolade-list ul li img {
  max-width: 200px;
}

h1, h2, h3, h4, h5, section header>strong, section header>a>strong {
  font-family: 'Mont Semi Bold';
  line-height: 1.2;
  margin: 0;
}

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.333em;
  color: #ff0009;
}

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;
  color: #ff0009;
  text-transform: uppercase;
  line-height: 1;
}

.content-style h1, .content-style h2.look-like-h1 {
  margin-bottom: .1em;
}

.content-style h2.look-like-h1 {
  margin-top: 0;
}

.content-style h2, .content-style h3, .content-style h4 {
  margin: 1em 0 .3em;
}

h2, h3, section header>*:nth-child(2):not(p), section header>a>*:nth-child(2):not(p) {
  font-size: 1.333em;
  color: #ff0009;
  font-weight: 500;
}

h4 {
  font-size: 1.333em;
  font-weight: 600;
  color: #1D1D1D;
}

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: .3em;
}

main section header p {
  margin-top: .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: .3em;
}

a {
  color: #ff0009;
  text-decoration: none;
  transition: color .4s ease 0s;
}

a:hover {
  color: #1D1D1D;
}

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 {
  display: inline-block;
  font-size: 1.111em;
  text-transform: uppercase;
  line-height: 1.4;
  padding: .75em 2em;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
}

.btn.v1 {
  background-color: #ff0009;
  color: #FFFFFF;
  transition: background-color .4s ease 0s, color .4s ease 0s;
}

.btn.v1:not(.no-hover):hover, a:hover .btn.v1:not(.no-hover) {
  background-color: #000000;
  color: #ff0009;
}

.btn.v2 {
  background-color: #1D1D1D;
  color: #FFFFFF;
  transition: background-color .4s ease 0s;
}

.btn.v2:not(.no-hover):hover, a:hover .btn.v2:not(.no-hover) {
  background-color: #000000;
  color: #ff0009;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type='search'] {
  -webkit-appearance: none;
}

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

fieldset ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

fieldset>ul>li {
  padding-bottom: .8em;
  position: relative;
  width: 100%;
  font-size: inherit;
  padding-left: 0;
  padding-right: 0;
}

.no-flexbox fieldset>ul>li:not(.full) {
  display: block;
  float: left;
}

fieldset ul .radio .input-text {
  margin: 0 auto 0 0;
}

fieldset ul .radio .input-text ul {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

fieldset ul .radio .input-text ul li, fieldset ul .input-text ul.radio li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5%;
  width: 50%;
}

.radio input[type='radio'i] {
  margin: auto 10px auto;
}

fieldset>ul>li.fit {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

fieldset>ul>li.fit+.fit {
  margin-left: 2%;
}

fieldset>ul>li.fourth {
  width: 24%;
}

fieldset>ul>li.third {
  width: 32%;
}

fieldset>ul>li.half {
  width: 49%;
}

fieldset ul li.ui-conditional-panel, fieldset ul li.hide {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  max-height: 0;
  transition: padding-bottom .5s ease 0s, max-height .5s ease 0s;
  display: block !important;
}

fieldset ul li.ui-conditional-panel.active:not(.hide), fieldset ul li.hide.show:not(.ui-conditional-panel), fieldset ul li.ui-conditional-panel.active.show {
  max-height: 7em;
  padding-bottom: .8em;
}

fieldset ul li.ui-conditional-panel.active.invalid:not(.hide), fieldset ul li.hide.show.invalid:not(.ui-conditional-panel), fieldset ul li.ui-conditional-panel.active.show.invalid {
  overflow: visible;
}

.contact-area .form-box fieldset>ul>.half>ul>li.radio {
  padding: .48em .75em;
}

fieldset ul .radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #ff0009;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .6em .75em;
  margin-bottom: .8em;
}

fieldset ul .radio>label {
  padding-right: 1em;
  margin: 0;
}

.input-text {
  position: relative;
}

fieldset li>label {
  display: block;
  position: relative;
  margin-bottom: .25em;
}

fieldset li>label.hide {
  display: none;
}

fieldset li>label small {
  display: block;
  line-height: 1;
}

.input-text input[type='text'], .input-text input[type='month'], .input-text input[type='email'], .input-text input[type='tel'], .input-text input[type='datetime'], .input-text input[type='datetime-local'], .input-text textarea, .input-text select, .zip-search-input {
  display: block;
  border: solid 1px #ff0009;
  background-color: #FFFFFF;
  padding: .6em .75em;
  color: #1D1D1D;
  width: 100%;
  border-radius: 0;
  text-align: left;
  outline: none;
  box-shadow: none;
}

.input-text textarea {
  resize: none;
  min-height: 8em;
}

.input-text select {
  padding: .67em .75em .67em;
}

.touch .input-text select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.input-text input[type='month'] {
  padding: .45em .5em;
}

.input-text input:focus, .input-text select:focus, .input-text textarea:focus, .zip-search-input:focus {
  outline: none;
}

.input-text.check-box {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.input-text.check-box label:not(.check-replace) {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.input-text.check-box input {
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}

.input-text.check-box .check-replace {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: #000000;
  border: solid 1px #DBDBDB;
  margin-right: .75em;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  border-radius: .2em;
}

.input-text.check-box .check-replace:before {
  content: '\e132';
  font-family: 'icomoon-ult';
  color: #ff0009;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .4s ease 0s;
}

.input-text.check-box input:checked+.check-replace:before {
  opacity: 1;
}

.input-text select option {
  text-transform: none;
  text-align: center;
}

.input-text ::-webkit-input-placeholder {
  color: #1D1D1D;
}

.input-text :-moz-placeholder {
  color: #1D1D1D;
  opacity: 1;
}

.input-text ::-ms-input-placeholder {
  color: #1D1D1D;
}

fieldset .validation {
  position: absolute;
  padding: .5em 1em;
  background-color: rgba(0, 0, 0, 0.8);
  top: 100%;
  z-index: 2;
  color: #F2F2F2;
  font-size: .8em;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%);
  transition: .25s;
  white-space: nowrap;
  display: block;
  right: 0;
}

fieldset .invalid .validation {
  opacity: 1;
  transform: translate(0);
  visibility: visible;
}

fieldset .validation:before {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-left: solid .5em transparent;
  border-right: solid .5em transparent;
  border-bottom: solid .5em rgba(0, 0, 0, 0.8);
  bottom: 100%;
  right: 1em;
}

fieldset ul.ui-scroll, fieldset ul.ui-scroll ul {
  display: block;
}

.content-style {
  line-height: 1.8;
}

html:not(.cms-editing) body:not(.cms-admin) .content-style:empty {
  display: none;
}

.main.content-style>*:first-child {
  margin-top: 0;
}

.content-style h1+p, .content-style h2+p, .content-style h3+p, .content-style h4+p {
  margin-top: .3em;
}

.content-style p {
  margin: 1.2em 0;
}

.main.content-style>*:last-child {
  margin-bottom: 0;
}

.video-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity .5s ease 0s, transform .5s ease 0s;
  z-index: 51;
}

.cms-layout .video-pop {
  position: relative;
  opacity: 1;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  transform: none;
}

.video-open .video-pop {
  transform: translateX(0);
  opacity: 1;
}

.video-pop .bg {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.902);
}

.video-pop .video-con {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86%;
  max-width: 720px;
  transform: translate(-50%, -50%);
}

.cms-layout .video-pop .video-con {
  transform: none;
  left: auto;
  top: auto;
  position: relative;
}

.video-pop .video-con .video-pop-btn {
  position: absolute;
  left: 100%;
  bottom: 100%;
  display: block;
  font-size: 2em;
  cursor: pointer;
  color: #FFFFFF;
  transition: color .4s ease 0s;
  transform: translate(-50%, 50%);
}

.video-pop .video-con .video-pop-btn:hover {
  color: #ff0009;
}

.scrolling-list-nav {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}

.active .scrolling-list-nav {
  display: -ms-flexbox;
  display: flex;
}

.no-flexbox .active .scrolling-list-nav {
  display: block;
}

.no-flexbox .active .scrolling-list-nav:after {
  content: ' ';
  display: block;
  clear: both;
}

.scrolling-list-nav span {
  cursor: pointer;
  color: #ff0009;
  text-transform: uppercase;
  font-family: 'Mont Regular';
  font-weight: 400;
  letter-spacing: .15em;
  position: relative;
  transition: color .4s ease 0s, opacity .4s ease 0s;
  display: inline-block;
  font-size: 1.111em;
}

.no-flexbox .active .scrolling-list-nav span.prev {
  float: left;
}

.start .scrolling-list-nav span.prev {
  opacity: .5;
  pointer-events: none;
}

.no-flexbox .active .scrolling-list-nav span.next {
  float: right;
}

.end .scrolling-list-nav span.next {
  opacity: .5;
  pointer-events: none;
}

.scrolling-list-nav span:hover {
  color: #ff0009;
}

.scrolling-list-nav span:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 1em;
  height: 1px;
  background-color: #ff0009;
  top: calc(50% - 2px);
  left: calc(100% + .5em);
}

.scrolling-list-nav span.next:before {
  left: auto;
  right: calc(100% + .5em);
}

.scrolling-list-thumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5em;
}

.no-flexbox .scrolling-list-thumbs {
  display: table;
  width: auto;
  margin: 0 auto;
}

.scrolling-list-thumbs span {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background-color: #1D1D1D;
  transition: background-color .4s ease 0s;
  margin: 0 .75em;
  display: inline-block;
  cursor: pointer;
}

.no-flexbox .scrolling-list-thumbs span {
  display: table-cell;
  vertical-align: middle;
}

.scrolling-list-thumbs span:hover, .scrolling-list-thumbs span.active {
  background-color: #ff0009;
}

.ie-popup {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.ie-popup.show {
  display: block;
}

.cms-active-only .ie-popup {
  display: block;
  position: relative;
}

.ie-popup .bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.ie-popup .container {
  position: absolute;
  background-color: #000000;
  width: 50%;
  left: 25%;
  top: 25%;
  padding: 4em 3em;
  text-align: center;
}

.ie-popup .container .modal-btn {
  position: absolute;
  font-size: 1.75em;
  top: .25em;
  right: .5em;
  cursor: pointer;
  line-height: 1;
}

.ie-popup .container .modal-btn:hover {
  color: #ff0009;
}

.ie-popup .container .content .icon {
  font-size: 3.5em;
  margin: 0;
  line-height: 1;
}

.ie-popup .container .content p {
  font-size: 1.333em;
}

.icon.icon-twitter:before {
  content: '\e00e';
  font-family: 'icomoon-ult' !important;
}

.icon.icon-facebook:before {
  content: '\e009';
  font-family: 'icomoon-ult' !important;
}

@media screen and (min-width:1921px) {
  html {
    font-size: .9375vw;
  }

  .full {
    font-size: 1em;
  }

  .main {
    max-width: 90.2228em;
  }

  .content-area .box .video-img {
    max-width: 40em;
  }

  .contact-ctas-area .contact-form {
    max-width: calc(40em - 12%);
  }

  .contact-ctas-area .cta-box {
    max-width: 25em;
  }

  .main.thin {
    max-width: 64em;
  }
}

@media screen and (max-width:1530px) {}

@media screen and (max-width:1300px) {
  html {
    font-size: 1.2vw;
  }

  .full {
    font-size: 1em;
  }

  main section header br {
    display: none;
  }
}

@media screen and (max-width:1000px) {
  html {
    font-size: 1.4vw;
  }

  main section {
    padding: 3.5em 0;
  }

  main section header {
    padding-bottom: 1.5em;
  }

  .panel-section .flex {
    display: block;
  }

  .panel-section .flex>* {
    width: 100%;
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  .btn {
    font-size: 1em;
  }
}

@media screen and (max-width:800px) {
  html {
    font-size: 2.123vw;
  }

  h1, .content-style h2.look-like-h1, section header>*:first-child:not(a), section header>a>*:first-child {
    font-size: 2rem;
  }
}

@media screen and (max-width:650px) {
  html {
    font-size: 2.47vw;
  }

  main section {
    padding: 2.75em 0;
  }

  main section header {
    padding-bottom: 1em;
  }
}

@media screen and (max-width:550px) {
  html {
    font-size: 2.92vw;
  }

  h1, .content-style h2.look-like-h1, section header>*:first-child:not(a), section header>a>*:first-child {
    font-size: 1.6667rem;
  }

  h2, h3, section header>*:nth-child(2):not(p), section header>a>*:nth-child(2):not(p) {
    font-size: 1.2rem;
  }
}

@media screen and (max-width:500px) {
  html {
    font-size: 3.2vw;
  }

  .content-style h2, .content-style h3, .content-style h4 {
    margin: .75rem 0 .2rem;
  }

  fieldset>ul {
    display: block;
  }

  fieldset>ul>li {
    display: block;
    width: 100% !important;
  }
}

@media screen and (max-width:450px) {
  html {
    font-size: 3.5vw;
  }
}

@media screen and (max-width:400px) {
  html {
    font-size: 4vw;
  }

  main section {
    padding: 2em 0;
  }

  main section header {
    padding-bottom: 1em;
  }
}

@media screen and (max-width:350px) {
  html {
    font-size: 4.3vw;
  }
}

@media(orientation: landscape) and (max-height: 550px) {
  #HeaderZone {
    position: absolute !important;
  }
}

#AccoladeModule {
  border-top: .1em dashed #ff0009;
}

div.reviews div.reviews_widget {
  margin-top: 15px;
}

div.reviews h1 {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

div.reviews div.divider {
  margin: 10px 0px;
  border-top: solid 1px #cccccc;
  clear: both;
}

div.reviews div.share {
  padding-top: 10px;
}

div.reviews div.share a {
  text-decoration: none;
  font-size: 22px;
  line-height: 22px;
}

div.reviews div.share a:hover {
  text-decoration: none;
  color: #666;
}

div.reviews div.share div.social {
  display: inline-block;
}

div.reviews a.addreviewbtn img {
  background-image: url(../../Shared/images2/Systems/Reviews_Icons.png);
  width: 10px;
  height: 17px;
  background-position: -14px -5px;
  border: none;
}

span.rating {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 20px;
  margin: 0px 10px;
}

span.rating span.starsgray {
  width: 120px;
  height: 20px;
  background-image: url(../../Shared/images2/Systems/Reviews_Icons.png);
  background-position: -7px -29px;
  display: inline-block;
  margin-right: 10px;
}

span.rating span.stars {
  height: 20px;
  width: 0px;
  background-image: url(../../Shared/images2/Systems/Reviews_Icons.png);
  background-position: -7px -55px;
  position: absolute;
  top: 0px;
  left: 0px;
}

span.rating span.stars.rating05 {
  width: 12px;
}

span.rating span.stars.rating1 {
  width: 24px;
}

span.rating span.stars.rating15 {
  width: 36px;
}

span.rating span.stars.rating2 {
  width: 48px;
}

span.rating span.stars.rating25 {
  width: 60px;
}

span.rating span.stars.rating3 {
  width: 72px;
}

span.rating span.stars.rating35 {
  width: 84px;
}

span.rating span.stars.rating4 {
  width: 96px;
}

span.rating span.stars.rating45 {
  width: 108px;
}

span.rating span.stars.rating5 {
  width: 120px;
}

div.clientreviews div.excerpt {
  margin: 15px 0px;
}

div.clientreviews div.excerpt div.title {
  font-size: 20px;
}

div.clientreviews div.excerpt div.title:before {
  content: '\e1d8';
  font-family: 'icomoon-ult';
  font-size: 18px;
  color: #878787;
  padding-right: 5px;
}

div.clientreviews div.excerpt div.title:after {
  content: '\e1d7';
  font-family: 'icomoon-ult';
  font-size: 20px;
  color: #878787;
  padding-left: 5px;
}

div.clientreviews div.reviewinfo {
  font-size: 12px;
}

div.clientreviews div.clientrating {
  font-size: 16px;
  margin-top: 15px;
}

div.reviews span.textlight {
  color: #888888;
}

div.divider.dashed {
  border-top: dashed 1px #ccc;
  clear: both;
  margin-bottom: 20px;
}

div.addreview {
  background: #f2f2f2;
  padding: 20px;
  border: solid 1px #ccc;
}

div.addreview td {
  vertical-align: top;
  padding: 2px 8px 2px 0px;
  text-align: right;
}

div.reviews.addreview span.textlight {
  font-size: 12px;
}

div.addreview h3 {
  border-bottom: dashed 1px #ccc;
  margin-bottom: 10px;
}

div.addreview div.auth a {
  margin-top: 10px;
}

div.reviews div.thankyou {
  background-color: #7D7D7D;
  color: #FFFFFF;
  padding: 10px;
}

.webwidget_rating_simple {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.webwidget_rating_simple li {
  line-height: 0px;
  width: 24px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  margin-left: 2px;
  list-style: none;
  float: left;
  cursor: pointer;
  background-repeat: no-repeat;
}

.webwidget_rating_simple li span {
  display: none;
}

.primary {
  color: #E1E400;
}

.secondary {
  color: #ff0009;
}

.light {
  color: #000000;
}

.dark {
  color: #1D1D1D;
}

.white {
  color: #FFFFFF;
}

footer {
  opacity: 1;
  transition: opacity .5s ease 0s;
}

.test-expand footer {
  opacity: .5;
}

.footer {
  background-color: #1D1D1D;
  padding: 0 3%;
  color: #FFFFFF;
}

.footer .box {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.no-flexbox .footer .box {
  display: table;
  width: 100%;
}

.footer .box>* {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-flexbox .footer .box>* {
  display: table-cell !important;
  vertical-align: middle;
}

.footer .contact-info {
  width: 35%;
  padding: 1em 2%;
  text-align: center;
}

.footer .contact-info a.opt-link {
  line-height: 1;
  color: #000000;
  transition: color .4s ease 0s;
}

.footer .contact-info a.opt-link:hover {
  color: rgba(0, 0, 0, 0.698);
}

.footer .contact-info a.phone-link {
  color: #ff0009;
  font-size: 1.6667em;
  line-height: 1;
  display: block;
}

.footer .contact-info .btn {
  margin-top: 1em;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer .contact-info .btn icon {
  padding-right: .5em;
}

.footer .schema-info {
  width: 30%;
  padding: 5em 3%;
  text-align: center;
}

.footer .schema-info .bottom-logo {
  display: block;
  margin: 0 auto;
}

.footer.local .schema-info .bottom-logo {
  margin-bottom: 1.25em;
}

.footer .social-info {
  width: 35%;
  padding: 1em 2%;
}

.footer .social-info ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.no-flexbox .footer .social-info ul:after {
  content: ' ';
  display: block;
  clear: both;
}

.footer .social-info ul li {
  -ms-flex: 0 1 24%;
  flex: 0 1 19%;
  margin: 0 .5% .75em;
}

.no-flexbox .footer .social-info ul li {
  display: block;
  float: left;
  width: 24%;
}

.footer .social-info ul li a {
  margin: .5em;
  display: block;
}

.footer .social-info ul li a icon {
  display: inline-block;
  font-size: 1.35em;
  color: rgba(255, 255, 255, 0.5);
  padding: .5em;
  border: solid 1px rgba(255, 255, 255, 0.502);
  line-height: 1;
  transition: color .4s ease 0s;
  background-color: #1A1A1A;
  border-radius: 50%;
}

.footer .social-info ul li a:hover icon {
  color: #D7D7D7;
}

.footer .footer-nav {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #FFE400;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5em 2%;
}

.footer .footer-nav h4 {
  color: #ff0009;
  font-weight: 400;
  padding-right: 1.5em;
  margin-right: 1.5em;
  border-right: solid 1px #ff0009;
  text-transform: uppercase;
}

.footer .footer-nav ul {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-nav ul li {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.footer .footer-nav ul li a {
  display: block;
  padding: .2em 1em;
  color: #FFFFFF;
  transition: color .4s ease 0s;
}

.footer .footer-nav ul li a:hover {
  color: #ff0009;
}

icon.icon-twitter:before {
  content: '\e00e';
  font-family: 'icomoon-ult' !important;
}

icon.icon-facebook:before {
  content: '\e009';
  font-family: 'icomoon-ult' !important;
}

.sf-footer {
  background-color: #333333;
  padding: 2em 2%;
  color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.no-flexbox .sf-footer {
  display: table;
  width: 100%;
}

.no-flexbox .sf-footer>* {
  display: table-cell !important;
  vertical-align: middle;
}

.sf-footer a {
  color: #000000;
}

.sf-footer a:hover {
  color: #000000;
}

.sf-footer .left-info {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sf-footer .left-info small {
  display: block;
  font-size: .8em;
}

.sf-footer .left-info small:first-child {
  font-weight: bold;
  font-size: 14px;
}

.sf-footer .left-info small a {
  display: block;
}

.sf-footer .left-info .disclaimer .panel {
  display: none;
}

.sf-footer .left-info .disclaimer.show .panel {
  display: inline;
}

.sf-footer .left-info .disclaimer .show-btn {
  color: #000000;
  cursor: pointer;
}

.sf-footer .left-info .disclaimer.show .show-btn {
  display: none;
}

.sf-footer .left-info .disclaimer .hide-btn {
  display: none;
}

.sf-footer .left-info .disclaimer.show .hide-btn {
  display: block;
  color: #000000;
  cursor: pointer;
}

.sf-footer .left-info .disclaimer .copyright {
  display: block;
}

.sf-footer .sf-logo {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sf-footer .sf-logo img {
  display: block;
}

@media screen and (max-width:1300px) {
  .footer .social-info ul.items-7 li, .footer .social-info ul.items-8 li, .footer .social-info ul.items-9 li, .footer .social-info ul.items-10 li {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
}

@media screen and (max-width:1000px) {
  .footer .box>* {
    width: 33% !important;
  }

  .footer .social-info ul.items-7 li, .footer .social-info ul.items-8 li, .footer .social-info ul.items-9 li, .footer .social-info ul.items-10 li {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .footer .footer-nav ul {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .footer .footer-nav ul li {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .footer .footer-nav ul li a {
    padding: .2em 1%;
    text-align: center;
  }
}

@media screen and (max-width:800px) {
  .footer .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .contact-info {
    width: 50% !important;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer .schema-info {
    width: 100% !important;
    padding: 1em 3%;
  }

  .footer .social-info {
    width: 50% !important;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer .footer-nav {
    display: block;
    padding: 1.5em 0;
  }

  .footer .footer-nav h4 {
    border-right: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.298);
    margin-right: 0;
    padding-right: 0;
    padding-bottom: .5em;
    margin-bottom: .75em;
  }

  .footer .footer-nav ul li a {
    text-align: left;
  }

  .sf-footer {
    display: block;
    text-align: center;
  }

  .sf-footer .sf-logo {
    display: block;
    margin-top: 1.25em;
  }

  .sf-footer .sf-logo img {
    margin: auto;
  }
}

@media screen and (max-width:550px) {
  .footer .box {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .box>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100% !important;
  }

  .footer .social-info {
    padding-top: 0;
  }

  .footer .footer-nav h4 {
    position: relative;
    padding: .75em 1.5em .75em 0;
  }

  .footer .footer-nav h4:before, .footer .footer-nav h4:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%) scale(1, 1);
    background-color: #ff0009;
  }

  .footer .footer-nav h4:before {
    width: 1.25em;
    height: .25em;
  }

  .footer .footer-nav h4:after {
    height: 1.25em;
    width: .25em;
    right: calc(3% + .5em);
    transition: transform .5s ease 0s;
  }

  .footer .footer-nav h4.open:after {
    transform: translateY(-50%) scale(1, 0);
  }

  .footer .footer-nav ul {
    display: block;
  }

  .footer .footer-nav ul li a {
    text-align: left;
    padding: .5em 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.298);
  }
}

.primary {
  color: #E1E400;
}

.secondary {
  color: #ff0009;
}

.light {
  color: #000000;
}

.dark {
  color: #1D1D1D;
}

.white {
  color: #FFFFFF;
}

#HeaderZone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

.testimonials-page #HeaderZone {
  background-color: #000000;
}

.cms-inspecting body {
  margin-top: 0;
  padding-top: 0 !important;
}

.cms-admin #HeaderZone {
  position: absolute;
  top: 89px;
}

.cms-inspecting .cms-admin #HeaderZone {
  top: 0;
}

.cms-edit-layout #HeaderZone {
  position: static;
}

.header-area {
  opacity: 1;
  box-shadow: 0 0 30px rgba(29, 29, 29, 0.502);
  transition: opacity .5s ease 0s;
}

.no-touch .test-expand .header-area {
  opacity: .5;
}

.header-area .top-bar {
  background-color: #F2F2F2;
  border-bottom: solid 1px #000000;
  padding: .25em 2%;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -ms-flexbox;
  display: flex;
}

.header-area .top-bar .little-nav a:hover {
  color: #1D1D1D;
}

.header-area .nav-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #FFFFFF;
}

.no-flexbox .header-area .nav-bar {
  display: table;
  width: 100%;
}

.no-flexbox .header-area .nav-bar>* {
  display: table-cell;
  vertical-align: middle;
}

.header-area .nav-bar .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 2%;
}

.no-flexbox .header-area .nav-bar .box {
  width: 75%;
}

.no-flexbox .header-area .nav-bar .box:after {
  content: ' ';
  display: block;
  clear: both;
}

.header-area .nav-bar .top-logo {
  display: block;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1.5em 2%;
  max-width: 25%;
}

.no-flexbox .header-area .nav-bar .top-logo {
  display: table-cell;
}

.header-area .nav-bar .top-logo img {
  display: block;
}

.header-area .top-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 4%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.no-flexbox .header-area .top-nav {
  float: left;
  width: 80%;
}

.header-area .top-nav>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.no-flexbox .header-area .top-nav>ul {
  display: table;
  vertical-align: middle;
  width: 100%;
}

.header-area .top-nav>ul.mobile-nav {
  display: none;
}

.header-area .top-nav>ul>li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.no-flexbox .header-area .top-nav>ul>li {
  display: table-cell;
}

.header-area .top-nav>ul.desktop-nav .menu-close {
  display: none;
}

.header-area .top-nav>ul>li.mobile-change {
  display: none;
}

.header-area .top-nav>ul>li.call {
  display: none;
}

.header-area .top-nav>ul>li>a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1D1D1D;
  text-align: center;
  padding: .75em 0;
  width: 100%;
  opacity: 1;
  position: relative;
  overflow: hidden;
  transition: color .4s ease 0s, opacity .4s ease 0s;
  font-weight: 700;
}

.no-touch .header-area .top-nav>ul>li:hover>a, .header-area .top-nav>ul>li.selected>a {
  color: #ff0009;
}

.header-area .top-nav>ul:not(.mobile-nav)>li>a:after, .header-area .top-nav>ul:not(.mobile-nav)>li>button:after {
  content: ' ';
  display: block;
  width: 40%;
  height: .25em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transition: transform .5s ease 0s;
  background-color: #000000;
  top: 59%;
  z-index: 1;
}

.no-flexbox .header-area .top-nav>ul>li>a {
  padding: 2.5em 0;
  display: block;
}

.header-area .top-nav>ul>li>a+icon.angle-right {
  display: none;
  font-size: .9em;
  padding-right: .4em;
  position: relative;
}

.header-area .top-nav>ul>li:last-child>a {
  background-color: #ff0009;
  color: #FFFFFF;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 400;
  margin-left: 1rem;
  transition: .5s ease;
}

.header-area .top-nav>ul>li:last-child>a:hover {
  background-color: #000000;
}

.header-area .top-nav>ul>li:last-child {
  -ms-flex-item-align: center;
  align-self: center;
}

.header-area .contact-info {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center;
  line-height: 1.4;
  padding: .5em 0;
}

.no-flexbox .header-area .contact-info {
  float: right;
  width: 20%;
  padding-top: 1.5em;
}

.header-area .contact-info strong {
  display: block;
  font-weight: 700;
  color: #1D1D1D;
}

.header-area .contact-info .phone-link {
  display: block;
  color: #ff0009;
  font-size: 1.944em;
  font-weight: 700;
}

.header-area .contact-info .phone-link .for-mobile {
  display: none;
}

.header-area .site-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header-area .site-search>.search-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 1.25em;
  color: #000000;
  cursor: pointer;
  padding: .75em 1.25em;
  background-color: #ff0009;
  transition: background-color .4s ease 0s;
}

.header-area .site-search>.search-btn:hover {
  background-color: #CC0000;
}

.header-area .site-search .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity .75s ease 0s, transform .75s ease 0s;
  background-color: rgba(255, 0, 0, 0.949);
  z-index: 65;
}

.header-area .site-search.search-open .popup {
  transform: translateY(0);
  opacity: 1;
}

.header-area .site-search .popup .search-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #000000;
  cursor: pointer;
}

.header-area .site-search .popup .search-btn icon {
  font-size: 1.75em;
  padding-left: .2em;
}

.header-area .site-search .popup .search-box {
  position: relative;
  top: 50%;
  left: 50%;
  width: 84%;
  max-width: 700px;
  transform: translate(-50%, -50%);
}

.header-area .site-search .popup label {
  display: block;
  position: relative;
  text-align: center;
  font-size: 2.6667em;
  color: #000000;
  padding-bottom: .2em;
}

.header-area .site-search .popup .search-input {
  position: relative;
}

.header-area .site-search .popup input {
  display: block;
  width: 100%;
  padding: 1.4em 4.2em 1.4em 1.4em;
  font-family: 'Mont Regular';
  font-size: 1.111em;
  color: #ff0009;
  outline: none;
  border: solid .2em #ff0009;
  background-color: #000000;
}

.header-area .site-search .popup button {
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  transform: translateY(-50%);
}

.header-area .site-search .popup button icon {
  display: block;
  position: relative;
  color: #ff0009;
  font-size: 2.5em;
  padding: .25em .5em;
  transition: color .5s ease 0s;
}

.header-area .site-search .popup button:hover icon {
  color: #ff0009;
}

.dd-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  padding: 2em 0;
  transform: translateY(-100%);
  z-index: -2;
  opacity: 0;
  transition: opacity .75s ease 0s, transform .75s ease 0s;
}

.blog .dd-nav {
  display: none;
}

.no-flexbox .dd-nav {
  display: none;
}

.desktop-nav>li:hover>.dd-nav {
  transform: translateY(0);
  opacity: 1;
}

.dd-nav:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.902);
}

.dd-nav .dd-close {
  display: none;
}

.dd-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dd-nav ul li {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 25%;
  padding: 0 1%;
}

.dd-nav ul li a {
  display: block;
  position: relative;
  color: #FFFFFF;
  padding: .75em 1em .75em 1.5em;
  transition: padding .4s ease 0s, color .4s ease 0s;
  border-bottom: solid 1px rgba(29, 29, 29, 0.2);
}

.dd-nav ul li a:hover, .dd-nav ul li.selected a {
  padding-left: 2em;
  color: #FFFFFF;
  padding-right: .5em;
}

.no-touch .dd-nav ul li a:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 6px);
  left: 0;
  opacity: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #bbb;
  transition: opacity .4s ease 0s, transform .4s ease 0s;
}

.no-touch .dd-nav ul li a:hover:before, .dd-nav ul li.selected a:before {
  opacity: 1;
  transform: translateX(1em);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dd-nav {
    background-color: #000000;
  }

  .dd-nav:after {
    display: none;
  }
}

.header-area .mobile-nav.top-nav {
  background-color: #000000;
  display: none;
  box-shadow: 0 .1em .3em rgba(0, 0, 0, 0.2);
}

.header-area .mobile-nav.top-nav ul li {
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}

.header-area .mobile-nav.top-nav ul li a, .header-area .mobile-nav.top-nav ul li button {
  display: block;
  border: none;
  outline: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ff0009;
  width: 100%;
  text-align: center;
}

.header-area .mobile-nav.top-nav ul li a:hover, .header-area .mobile-nav.top-nav ul li button:hover {
  color: #ff0009;
}

.header-area .mobile-nav.top-nav ul li a icon, .header-area .mobile-nav.top-nav ul li button icon {
  font-size: 1.5em;
  display: inline-block;
  color: #ff0009;
  line-height: 1;
  padding-right: .5em;
  vertical-align: middle;
}

.header-area .mobile-nav.top-nav ul li a .mobile-switch, .header-area .mobile-nav.top-nav ul li button .mobile-switch {
  display: none;
}

@media screen and (max-width:1530px) {
  .header-area .nav-bar .box {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 0;
  }

  .header-area .top-nav {
    padding-right: 0;
  }

  .header-area .top-nav>ul.desktop-nav>li:last-child {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .header-area .top-nav>ul>li>a {
    padding: .5em 0 1em;
  }

  .header-area .top-nav>ul>li:last-child>a {
    padding: .5em .75em;
  }

  .header-area .contact-info {
    padding: 1em 0 0;
  }

  .header-area .contact-info strong, .header-area .contact-info .phone-link {
    display: inline-block;
  }

  .header-area .contact-info strong {
    padding-right: .5em;
  }

  .header-area .site-search>.search-btn {
    padding: .75em;
  }
}

@media screen and (max-width:1000px) {
  .header-area .nav-bar .top-logo {
    max-width: 50%;
  }

  .header-area .nav-bar .box {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-area .contact-info {
    padding: .5em 0;
    text-align: right;
    margin-right: 2em;
  }

  .header-area .contact-info strong, .header-area .contact-info .phone-link {
    display: block;
  }

  .header-area .contact-info strong {
    padding-right: 0;
  }

  .header-area .top-nav {
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .header-area .top-nav>ul.desktop-nav {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #F0F1F3;
    transition: right .75s ease 0s, opacity .75s ease 0s;
    border-bottom: solid 1px #DBDBDB;
    right: 100%;
    opacity: 0;
  }

  .mm-open .header-area .top-nav>ul.desktop-nav {
    right: 0;
    opacity: 1;
  }

  .header-area .top-nav>ul.desktop-nav>li>a {
    color: #ff0009;
  }

  .dd-nav {
    border-top: solid 1px #DBDBDB;
    background-image: none;
    padding: 1em 0;
  }

  .dd-nav .main {
    padding-right: 2%;
  }

  .dd-nav:after {
    display: none;
    background-image: none !important;
  }

  .dd-nav .title-link {
    font-size: 1.333em;
  }

  .dd-nav ul li a {
    padding: .3em 1em .3em 0;
  }

  .header-area .top-nav>ul.mobile-nav>li icon {
    font-size: 1.5em;
    padding: .35em !important;
    border: solid .2em #D9D9D9;
    border-radius: .3em;
  }

  .header-area .top-nav>ul.mobile-nav {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
  }

  .header-area .top-nav>ul>li>a, .header-area .top-nav>ul>li>button {
    padding: .5em 0;
    outline: none;
    font-size: 1em;
  }

  .header-area .top-nav>ul.desktop-nav>li:last-child>a {
    color: #FFFFFF;
  }
}

@media screen and (max-width:800px) {
  .header-area .top-nav>ul.desktop-nav {
    position: fixed;
    top: 0;
    height: 100%;
    overflow: auto;
    z-index: 1;
    border: none;
    display: block;
  }

  .header-area .top-nav>ul.desktop-nav>li>.panel-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5em;
    padding: .5em .75em;
    line-height: 1;
    border-left: solid 1px #DBDBDB;
  }

  .header-area .top-nav>ul.desktop-nav>li, .header-area .top-nav .dd-nav li {
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: solid 1px #DBDBDB;
    width: 100%;
  }

  .header-area .top-nav>ul.desktop-nav>li>a, .header-area .top-nav>ul.desktop-nav .menu-close {
    padding: .75em 3% !important;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -ms-flexbox;
    display: flex;
  }

  .header-area .top-nav>ul.desktop-nav .menu-close, .header-area .top-nav>ul.desktop-nav li.panel-btn {
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.111em;
    display: -ms-flexbox;
    display: flex;
    padding: .75em 3%;
  }

  .header-area .top-nav>ul.desktop-nav .menu-close icon, .header-area .top-nav>ul.desktop-nav li.panel-btn icon {
    font-size: 1.5em;
    display: block;
    margin-right: .5em;
  }

  .dd-nav, .desktop-nav>li:hover>.dd-nav {
    z-index: 1;
    top: 0;
    transform: translateX(-100%);
    box-shadow: none;
    padding: 0;
    min-height: 100%;
    height: auto;
  }

  .panel-btn.open+.dd-nav {
    transform: translateX(0) !important;
    opacity: 1 !important;
  }

  .dd-nav .main {
    padding: 0;
  }

  .dd-nav .title-link {
    display: none;
  }

  .dd-nav ul {
    display: block;
  }

  .dd-nav ul li a {
    padding: .75em 3%;
    color: #000000;
  }

  .header-area .top-nav>ul>li.mobile-change {
    display: -ms-flexbox;
    display: flex;
  }

  .header-area .top-nav>ul>li:last-child>a {
    margin-left: 0;
  }
}

@media screen and (max-width:650px) {
  #HeaderZone {
    position: absolute;
  }

  .header-area .nav-bar .top-logo, .fixed .header-area .nav-bar .top-logo {
    padding: .75em 2%;
    transform: none;
    max-width: 60%;
  }

  .header-area .nav-bar .box {
    padding-right: 3%;
  }

  .header-area .contact-info strong {
    display: none;
  }

  .header-area .contact-info .phone-link {
    font-size: 1.5em;
  }

  .header-area .contact-info .phone-link .desktop {
    display: none;
  }

  .header-area .contact-info .phone-link .for-mobile {
    display: none;
    padding: .4em;
    border-radius: .3em;
    border: solid .175em #000000;
  }

  .fixed .header-area .mobile-nav.top-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }

  .header-area .top-nav>ul>li:last-child {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .header-area .top-nav>ul>li.call {
    display: block;
    margin-right: 1rem;
  }

  .header-area .top-nav>ul>li>button {
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width:550px) {
  .header-area .mobile-nav.top-nav ul li a, .header-area .mobile-nav.top-nav ul li button {
    display: block;
  }

  .header-area .mobile-nav.top-nav ul li a icon, .header-area .mobile-nav.top-nav ul li button icon {
    display: none;
  }

  .header-area .mobile-nav.top-nav ul li a .mobile-switch, .header-area .mobile-nav.top-nav ul li button .mobile-switch {
    display: inline-block;
  }

  .header-area .contact-info .phone-link {
    font-size: 1.25em;
  }

  .header-area .site-search>.search-btn {
    font-size: 1.25em;
    padding: .75em;
  }

  .header-area .site-search .popup input {
    padding: .5em 4em .5em 1em;
  }

  .header-area .site-search .popup button icon {
    font-size: 2em;
  }

  .header-area .site-search .popup label {
    font-size: 1.6667em;
  }
}

.spanish.header-area .top-nav>ul>li>a {
  font-size: .776em;
}

.primary {
  color: #E1E400;
}

.secondary {
  color: #ff0009;
}

.light {
  color: #000000;
}

.dark {
  color: #1D1D1D;
}

.white {
  color: #FFFFFF;
}

.sub-banner-area {
  position: relative;
  text-align: center;
  padding: 0;
  height: 18.333em;
}

.sub-banner-area .banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.extended-img.sub-banner-area .banner-img img {
  height: 100%;
}

.sub-banner-area .banner-img img.default {
  background-image: url(../../images/sub-banner-area-bg-01.jpg);
}

.sub-banner-area .banner-img img+img.default {
  display: none;
  background-image: none !important;
}

.sub-banner-area strong {
  display: block;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Mont Regular';
  color: #000000;
  text-transform: uppercase;
}

.sub-banner-area strong em {
  display: block;
  font-style: normal;
  font-family: 'Mont Regular';
  font-size: .6em;
  font-weight: normal;
}

@media screen and (max-width:800px) {
  .sub-banner-area {
    display: none;
  }

  .sub-banner-area .banner-img img {
    display: none;
    background-image: none !Important;
  }
}

.primary {
  color: #E1E400;
}

.secondary {
  color: #ff0009;
}

.light {
  color: #000000;
}

.dark {
  color: #1D1D1D;
}

.white {
  color: #FFFFFF;
}

.steps-area {
  padding-left: 5%;
  padding-right: 5%;
  background-color: #FFFFFF;
  text-align: center;
}

.steps-area header {
  padding-bottom: 1em;
}

.steps-area header h4 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.222em;
  font-family: 'Mont Regular';
}

.steps-area header h4 em {
  font-style: normal;
  font-weight: 900;
  font-size: 1.45em;
  color: #FFFFFF;
}

.steps-area header h4 strong {
  font-size: 2.45em;
  font-weight: 900;
  padding-bottom: 0;
  margin: 0;
  display: block;
  line-height: 1;
}

.steps-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.steps-list li {
  position: relative;
  font-size: 1em;
  color: #211F1C;
  padding: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 4em;
  width: 46%;
}

.steps-list li:last-child {
  margin: 0 auto;
  width: 80%;
}

.steps-list li span {
  display: block;
  font-size: 5em;
  line-height: 1;
  font-weight: 900;
  color: #000000;
  padding-right: .5em;
}

.steps-list li p {
  margin: 0;
  text-align: left;
}

.steps-list li p strong {
  color: #ff0009;
  font-size: 1.222em;
}

.steps-area .btn {
  margin-top: 3em;
}

@media screen and (max-width:1300px) {
  .steps-list li {
    font-size: 1.15em;
  }
}

@media screen and (max-width:800px) {
  .steps-list li br {
    display: none;
  }

  .steps-list {
    display: block;
  }

  .steps-list li, .steps-list li:last-child {
    width: 100%;
  }
}

.primary {
  color: #E1E400;
}

.secondary {
  color: #ff0009;
}

.light {
  color: #000000;
}

.dark {
  color: #1D1D1D;
}

.white {
  color: #FFFFFF;
}

.values-area {
  padding-left: 5%;
  padding-right: 5%;
  background-color: #1D1D1D;
  text-align: center;
}

.values-area header {
  padding-bottom: 1em;
}

.values-area header h4 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.222em;
  font-family: 'Mont Regular';
}

.values-area header h4 em {
  font-style: normal;
  font-weight: 900;
  font-size: 1.45em;
  color: #FFFFFF;
}

.values-area header h4 strong {
  font-size: 2.45em;
  font-weight: 900;
  padding-bottom: 0;
  margin: 0;
  display: block;
  line-height: 1;
}

.values-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.values-list li {
  position: relative;
  font-size: 1em;
  color: #211F1C;
  padding: 0;
  text-align: center;
}

.values-list li span {
  display: block;
  font-size: 1.222em;
  color: #FFFFFF;
  line-height: 1.2;
}

.values-area .btn {
  margin-top: 3em;
}

@media screen and (max-width:1300px) {
  .values-list li {
    font-size: 1.15em;
  }

  .values-area {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width:800px) {
  .values-list li br {
    display: none;
  }
}

@media screen and (max-width:650px) {
  .values-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .values-list li {
    width: 30%;
  }
}

@media screen and (max-width:450px) {
  .values-list li {
    width: 48%;
  }
}

.primary {
  color: #E1E400;
}

.secondary {
  color: #ff0009;
}

.light {
  color: #000000;
}

.dark {
  color: #1D1D1D;
}

.white {
  color: #FFFFFF;
}

.contact-area {
  background-color: #ff0009;
  background-image: url(../../images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.contact-area .contact-box {
  background-color: #FFFFFF;
  padding: 4em 6% 3em;
}

.contact-area .contact-box header {
  padding-bottom: 1em;
}

.contact-area .contact-box header h4 {
  color: #1D1D1D;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.222em;
  font-family: 'Mont Regular';
}

.contact-area .contact-box header h4 em {
  font-style: normal;
  font-weight: 900;
  font-size: 1.45em;
}

.contact-area .contact-box header h4 strong {
  font-size: 2.45em;
  font-weight: 900;
  padding-bottom: 0;
  margin: 0;
  display: block;
  line-height: 1;
}

.contact-area .form-box {
  padding: 1em 0 0;
}

.contact-area .form-box fieldset>ul {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-area .form-box fieldset>ul>.half {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.no-flexbox .contact-area .form-box fieldset>ul>.half {
  padding: 0 1%;
}

.contact-area .form-box fieldset>ul>.half>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.contact-area .form-box fieldset>ul>.half>ul>li {
  width: 100%;
  padding-bottom: .8em;
}

.contact-area .form-box fieldset>ul>.half>ul>li.message {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-area .form-box fieldset>ul>.half>ul>li.message .input-text {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-area .form-box .input-text textarea {
  min-height: 0;
}

.contact-area .form-box .btn {
  margin: 0 auto;
  display: table;
}

@media screen and (max-width:650px) {
  .contact-area .contact-box header {
    font-size: 2vw;
  }
}
