/* Color palette */
.primary-bk {
  background-color: #000;
}
.primary-text {
  color: #000;
}
.secondary-bk {
  background-color: #383838;
}
.secondary-text {
  color: #383838;
}
.body-bk {
  background-color: #272727;
}
.body-text {
  color: #272727;
}
.black-bk {
  background-color: #000;
}
.black-text {
  color: #000;
}
.white-bk {
  background-color: #fff;
}
.white-text {
  color: #fff;
}
.grey-bk {
  background-color: #f7f7fa;
}
.grey-text {
  color: #f7f7fa;
}
.greylight-bk {
  background-color: #d2d2d2;
}
.greylight-text {
  color: #d2d2d2;
}
.greydark-bk {
  background-color: #535353;
}
.greydark-text {
  color: #535353;
}
/* BASIC STYLE */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
* {
  outline: none;
}
.gform_wrapper form:after, .clearfix:after, .body-wrapper:after, .grid:after, .layout:after #woo_wrapper:after, .fullwidth-container:after, .page-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix, * html .fullwidth-container, * html .page-container {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix, *:first-child + html .fullwidth-container, *:first-child + html .page-container {
  zoom: 1;
}
/* IE7 */
hr {
  border-style: solid;
}
em {
  font-style: italic;
}
.grey {
  background: #f7f7fa;
}
ul {
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0;
  -webkit-padding-start: 0px;
  padding-left: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.left, .pull-left {
  float: left;
}
.right, .pull-right {
  float: right;
}
.hide {
  display: none;
}
a {
  cursor: pointer;
}
table {
  width: 100%;
}
.tr {
  display: table-row;
}
.td {
  display: table-cell;
  vertical-align: top;
}
@media (min-width: 1020px) {
  a[href^="tel"] {
    pointer-events: none;
    cursor: default;
  }
  a[href=""] {
    cursor: default;
  }
}
/* centered */
.centered {
  margin: auto;
  text-align: center;
}
.centered img {
  margin: auto;
}
.centered-title {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 32px;
}
.center {
  text-align: center;
}
.content-layout:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (max-width: 1020px) {
  .content-layout .vcentered {
    display: block;
  }
}
.content-layout .content:nth-child(2) {
  border-left: 20px solid transparent;
}
.content-layout .content:nth-child(1) {
  border-right: 20px solid transparent;
}
.content-layout .content {
  width: 50%;
  float: left;
}
@media (max-width: 1020px) {
  .content-layout .content {
    width: 100%;
    border: none !important;
    margin-bottom: 20px;
    display: block;
  }
  .content-layout .content:last-child {
    margin-bottom: 0px;
  }
}
.content-layout .content .content-bleeding {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((1600px / 2) - 20px);
}
@media (max-width: 1600px) {
  .content-layout .content .content-bleeding {
    width: calc((100vw / 2) - 20px);
  }
}
@media (max-width: 1020px) {
  .content-layout .content .content-bleeding {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 60%;
    height: 0px;
    display: inline;
  }
}
.tcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tcenter span {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.tcenter span span {
  display: table-cell;
  vertical-align: middle;
  text-align: center !important;
}
/* Image Treatment */
.image-bk {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.image-circle {
  width: 112px;
  height: 112px;
  border-radius: 1000px;
  overflow: hidden;
}
.image-circle img {
  min-width: 100%;
  min-height: 100%;
}
/* Embeded video*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* bleeding sections */
.bleeding-right, .bleeding-left {
  z-index: 2;
  position: relative;
}
.bleeding-left:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 9000px;
  height: 9000px;
  background: #000;
  z-index: -1;
}
.bleeding-right:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 9000px;
  height: 9000px;
  background: #000;
  z-index: -1;
}
/* text overrides */
.white-text a, .white-text div, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text {
  color: #fff !important;
}
a i {
  position: relative;
  top: 1px;
  margin-right: 3px;
  display: inline-block;
}
/*Breadcrumbs	*/
.site-links {
  margin: 15px 0 10px;
  font-size: 13px;
}
.site-links span {
  margin-left: 3px;
  color: #a8a8a8;
}
.site-links span a {
  margin-right: 3px;
  color: #a8a8a8;
}
.site-links span a:hover {
  color: #292929;
}
.site-links > span {
  margin-left: 0;
}
/*defualt page*/
ul.side-menu {
  float: left;
  width: 17%;
}
article.page-with-sidebar {
  width: 80%;
  float: right;
}
.side-menu .page_item {
  font-weight: 300;
  line-height: 1.6em;
}
.side-menu .parent_page a {
  font-weight: 800;
}
/* LEGAL PAGES */
.legal-pages {
  margin-top: 33px;
  margin-bottom: 33px;
}
.legal-pages .legal-icon {
  width: 27%;
  margin: auto;
  fill: #58595b;
  margin-bottom: 11px;
}
.legal-pages a {
  background-color: #f3f3f3;
  text-align: center;
  padding: 35px 0;
  font-size: 18px;
  color: #58595b !important;
  display: block;
  text-decoration: none !important;
}
.legal-pages a:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #58595b;
}
.legal-pages a:hover svg rect, .legal-pages a:hover svg path {
  fill: #fff;
}
/* Sliders */
.lSSlideOuter {
  position: relative;
}
.white-slider .lSSlideOuter .lSPager.lSpg > li a, .white-slider .lSSlideOuter .lSPager.lSpg > li a {
  background-color: transparent !important;
  border: 2px solid #000;
}
.white-slider .lSSlideOuter .lSPager.lSpg > li:hover a, .white-slider .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #000 !important;
  border: 2px solid #000;
}
.white-slider .lSSlideOuter .lSPager.lSpg > li a {
  margin-top: 47px;
  height: 11px;
  width: 11px;
  z-index: 1;
}
.lSAction > .lSPrev {
  left: 0px;
  background: none;
}
.lSAction > .lSNext {
  right: 0px;
  background: none;
}
.lSAction > .lSPrev:before {
  content: '\e901';
}
.lSAction > .lSNext:before {
  content: '\e8cc';
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > a:before {
  font-size: 28px;
  width: 28px;
  height: 28px;
  color: #fff;
  font-family: 'sd-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0 !important;
}
.lg-outer .lg-thumb-item {
  border: 2px solid transparent !important;
  border-radius: 2px !important;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #fff !important;
}
.mfp-iframe-holder .mfp-content {
  max-width: 97% !important;
  max-height: 97% !important;
}
.mfp-bg.video-overlay {
  opacity: 1;
  background: #000;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-content button.mfp-close i {
  pointer-events: none;
}
.leftright-overlay .page-container {
  background: #fff;
  position: relative;
}
.leftright-overlay .content-image {
  width: 50%;
  position: relative;
}
.leftright-overlay .content-image div, .leftright-overlay .content-image img {
  width: 100%;
}
.leftright-overlay .content-text {
  width: 50%;
  padding: 50px;
}
.leftright-overlay .content-text .price {
  margin: 12px 0;
  font-weight: 400;
}
.leftright-overlay button.mfp-close {
  font-size: 11px;
  height: 31px;
  line-height: 23px;
  font-weight: 600;
  top: 15px;
  right: 15px;
}
.leftright-overlay button.mfp-close i {
  display: block;
  font-size: 33px;
}
@media (max-width: 1020px) {
  .leftright-overlay .content-text, .leftright-overlay .content-image {
    width: 100%;
    display: block;
  }
  .leftright-overlay .mfp-close-btn-in .mfp-close {
    color: #fff;
  }
}
@media (max-width: 735px) {
  .leftright-overlay .content-text, .leftright-overlay .content-image {
    width: 100%;
    display: block;
  }
  .leftright-overlay .mfp-close {
    color: #fff;
  }
}
@media (max-width: 375px) {
  .leftright-overlay .content-text {
    padding: 27px 30px;
  }
}
.new-site #tinymce, .new-site article {
  /*defualt page*/
}
.new-site #tinymce h1, .new-site article h1 {
  font-style: normal;
  font-size: 26px;
  line-height: 1.2;
  color: #272727;
  text-transform: none;
  margin: 37px 0 9px 0;
  font-weight: 300;
}
.new-site #tinymce h2, .new-site article h2 {
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  line-height: 1.3;
  color: #272727;
  text-transform: none;
  margin: 36px 0 9px 0;
}
.new-site #tinymce h3, .new-site article h3 {
  font-weight: 200;
  font-style: normal;
  font-size: 19px;
  line-height: 1.3;
  color: #272727;
  text-transform: uppercase;
  margin: 32px 0 9px 0;
}
.new-site #tinymce h4, .new-site article h4 {
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  color: #272727;
  text-transform: none;
  margin: 26px 0 9px 0;
}
.new-site #tinymce h5, .new-site article h5 {
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 1.3;
  color: #272727;
  text-transform: inherit;
  margin: 26px 0 9px 0;
}
.new-site #tinymce h6, .new-site article h6 {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  color: #272727;
  text-transform: none;
  margin: 26px 0 6px 0;
}
.new-site #tinymce p, .new-site article p {
  font-style: normal;
  font-size: 17px;
  line-height: 2;
  color: #272727;
  text-transform: none;
  margin: 4px 0 1em 0;
  font-weight: 300;
}
.new-site #tinymce strong, .new-site article strong {
  font-weight: 300;
}
.new-site #tinymce a, .new-site article a {
  text-decoration: underline;
  color: inherit;
}
.new-site #tinymce a:hover, .new-site article a:hover {
  text-decoration: underline;
  color: #272727;
}
.new-site #tinymce hr, .new-site article hr {
  border-style: solid;
  color: #272727;
}
.new-site #tinymce ul, .new-site article ul {
  list-style-type: none;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  padding-left: 0;
  position: relative;
}
.new-site #tinymce .gform_wrapper, .new-site article .gform_wrapper {
  max-width: 600px;
  background: #f2f2f2;
  padding: 1px 30px 34px;
  border: 1px solid #cfd1d2;
}
.new-site #tinymce ul, .new-site article ul, .new-site #tinymce ol, .new-site article ol {
  line-height: 1.8em;
}
.new-site #tinymce ol, .new-site article ol {
  padding: 0 20px;
  list-style-type: decimal;
  list-style-position: outside;
}
.new-site #tinymce ul li:before, .new-site article ul li:before {
  content: "\e904";
  font-family: 'sd-icons';
  margin-right: 6px;
  left: 0;
}
.new-site #tinymce blockquote, .new-site article blockquote {
  color: #272727;
  text-transform: none;
  margin: 2em 0px;
  border-left: 4px solid #272727;
  padding: 5px 0px 5px 25px;
}
.menu-container {
  margin: 0 auto;
  line-height: 15px;
  width: 100%;
  position: relative;
  z-index: 9 !important;
  max-width: 1600px;
  background: #fff;
  transition: all 0.2s ease;
}
.menu-container .page-container {
  position: relative;
  overflow: hidden;
}
.menu-container .page-container > div {
  display: inline-block;
}
.menu-container .nav-right, .menu-container .menu-right {
  float: right;
}
.menu-container .nav-left, .menu-container .menu-left {
  float: left;
}
.menu-container ul {
  line-height: 55px;
  float: left;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.menu-container ul li {
  float: left;
  margin: 0 0 0 45px;
}
.menu-container ul li a {
  font-size: 15px;
  font-weight: 300;
  color: #868686;
  text-decoration: none;
  margin-left: 0;
  cursor: pointer;
  /*text-transform: uppercase;*/
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  text-rendering: auto;
  display: inline-block;
  position: relative;
}
.menu-container ul li a:after {
  position: absolute;
  width: 0%;
  left: 0;
  bottom: 0px;
  right: 0;
  margin: auto;
  content: '';
  background: #535353;
  height: 2px;
  transition: all 0.2s ease;
}
.menu-container ul li a:hover:after {
  width: 100%;
}
.menu-container ul li a:hover, .menu-container ul li a.active {
  color: #535353;
  font-weight: 400;
  margin: 0 -1px 0 0;
  border-bottom-color: #535353;
}
.menu-container ul li:before {
  content: none;
}
.menu-container ul li:first-child {
  margin-left: 0;
}
.sticky-menu-switcher {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  padding: 13px 0 10px;
  color: #505050;
  font-weight: 300;
  text-decoration: none;
  /*text-transform: uppercase;*/
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  text-rendering: auto;
  line-height: 34px;
  display: none;
  text-align: center;
}
.sticky-menu-switcher span {
  display: inline-block;
  padding-right: 3px;
  position: relative;
}
.sticky-menu-switcher span:after {
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d7";
  width: 9px;
  height: 10px;
  right: -14px;
  top: 9px;
}
.is-sticky > div {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.is-sticky .menu-container {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1020px) {
  .menu-container ul, .menu-container ul li {
    width: 100%;
    margin: 0 !important;
    line-height: 3em;
  }
  .nav-left, .nav-right, .menu-left, .menu-right {
    width: 100%;
  }
  .menu-active .sticky-menu-switcher {
    border-bottom: 1px solid #8e8e8e;
  }
  .menu-logo, .menu-container .page-container {
    display: none;
  }
  .menu-container .sticky-menu-switcher {
    display: inline-block;
    width: 100%;
  }
  .menu-container.menu-active .page-container {
    display: block;
  }
  .menu-active .sticky-menu-switcher {
    border-bottom: 1px solid #8e8e8e;
  }
  .menu-container .sticky-menu-switcher {
    display: inline-block;
    width: 100%;
  }
}
/* noramlise */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
* {
  outline: none;
}
.gform_wrapper form:after, .clearfix:after, .body-wrapper:after, #woo_wrapper:after, .fullwidth-container:after, .page-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix, * html .fullwidth-container, * html .page-container {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix, *:first-child + html .fullwidth-container, *:first-child + html .page-container {
  zoom: 1;
}
/* IE7 */
/*CONTAINER*/
body {
  background: #d8d8d8;
  overflow-x: hidden;
}
.body-wrapper {
  background: #fff;
  max-width: 1600px;
  margin: auto;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .body-wrapper > div:not('page-container,fullwidth-container') {
    max-width: 1600px;
  }
}
#woo_wrapper, .page-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.fullwidth-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.text-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.half-container {
  width: 50%;
  float: left;
}
.fullwidth-container .half-container:nth-child(1n+0) .half-container-content {
  float: right;
  max-width: 600px;
  width: 100%;
  position: relative;
}
.fullwidth-container .half-container:nth-child(2n+0) .half-container-content {
  float: left;
  max-width: 600px;
  width: 100%;
  position: relative;
}
.page-container .half-container-content:nth-child(1n+0) {
  float: left;
  max-width: 600px;
  width: 50%;
}
.page-container .half-container-content:nth-child(2n+0) {
  float: right;
  max-width: 600px;
  width: 50%;
}
.vcentered {
  display: table;
  float: none;
  table-layout: fixed;
  width: 100%;
}
.vcentered > div {
  vertical-align: middle;
  display: table-cell;
  float: none !important;
}
.vcentered img {
  max-width: none;
  width: 100%;
}
@media (max-width: 1400px) {
  #woo_wrapper, .page-container {
    max-width: 1200px;
  }
  .half-container-content {
    max-width: 600px !important;
  }
}
@media (max-width: 1270px) {
  #woo_wrapper, .page-container {
    max-width: 960px;
  }
  .half-container-content {
    max-width: 480px !important;
  }
}
@media (max-width: 1020px) {
  #woo_wrapper, .page-container, .half-container-content {
    max-width: 700px !important;
  }
  .half-container {
    width: 100%;
  }
  .text-container {
    width: 85%;
  }
}
@media (max-width: 735px) {
  #woo_wrapper, .page-container, .half-container-content {
    max-width: 600px !important;
    width: 94%;
  }
}
.tb {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.tr {
  display: table-row;
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.grid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row.gut-no {
  margin-left: 0px;
  margin-right: 0px;
}
.row.gut-no > div[class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}
.row.gut-no {
  margin-left: 0px;
  margin-right: 0px;
}
.row.gut-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gut-sm > div[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gut-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gut-lg {
  margin-left: -25px;
  margin-right: -25px;
}
.row.gut-lg > div[class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
.row.gut-xlg {
  margin-left: -45px;
  margin-right: -45px;
}
.row.gut-xlg > div[class*="col-"] {
  padding-left: 45px;
  padding-right: 45px;
}
.row.gut-xlg .image-bk {
  left: 45px;
  right: 45px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-lx-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-lx-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-lx-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-lx-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-lx-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-lx-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-lx-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-lx-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-lx-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-lx-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-lx-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-gutter {
  padding: 0;
}
.hide-lg {
  display: none !important;
}
.vcentered > .col-lg-12 {
  display: block;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-11 {
  width: 91.66667%;
}
.col-lg-10 {
  width: 83.33333%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-8 {
  width: 66.66667%;
}
.col-lg-7 {
  width: 58.33333%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-5 {
  width: 41.66667%;
}
.col-lg-4 {
  width: 33.33333%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-2 {
  width: 16.66667%;
}
.col-lg-1 {
  width: 8.33333%;
}
.col-lg-pull-12 {
  right: 100%;
}
.col-lg-pull-11 {
  right: 91.66667%;
}
.col-lg-pull-10 {
  right: 83.33333%;
}
.col-lg-pull-9 {
  right: 75%;
}
.col-lg-pull-8 {
  right: 66.66667%;
}
.col-lg-pull-7 {
  right: 58.33333%;
}
.col-lg-pull-6 {
  right: 50%;
}
.col-lg-pull-5 {
  right: 41.66667%;
}
.col-lg-pull-4 {
  right: 33.33333%;
}
.col-lg-pull-3 {
  right: 25%;
}
.col-lg-pull-2 {
  right: 16.66667%;
}
.col-lg-pull-1 {
  right: 8.33333%;
}
.col-lg-pull-0 {
  right: auto;
}
.col-lg-push-12 {
  left: 100%;
}
.col-lg-push-11 {
  left: 91.66667%;
}
.col-lg-push-10 {
  left: 83.33333%;
}
.col-lg-push-9 {
  left: 75%;
}
.col-lg-push-8 {
  left: 66.66667%;
}
.col-lg-push-7 {
  left: 58.33333%;
}
.col-lg-push-6 {
  left: 50%;
}
.col-lg-push-5 {
  left: 41.66667%;
}
.col-lg-push-4 {
  left: 33.33333%;
}
.col-lg-push-3 {
  left: 25%;
}
.col-lg-push-2 {
  left: 16.66667%;
}
.col-lg-push-1 {
  left: 8.33333%;
}
.col-lg-push-0 {
  left: auto;
}
.col-lg-offset-12 {
  margin-left: 100%;
}
.col-lg-offset-11 {
  margin-left: 91.66667%;
}
.col-lg-offset-10 {
  margin-left: 83.33333%;
}
.col-lg-offset-9 {
  margin-left: 75%;
}
.col-lg-offset-8 {
  margin-left: 66.66667%;
}
.col-lg-offset-7 {
  margin-left: 58.33333%;
}
.col-lg-offset-6 {
  margin-left: 50%;
}
.col-lg-offset-5 {
  margin-left: 41.66667%;
}
.col-lg-offset-4 {
  margin-left: 33.33333%;
}
.col-lg-offset-3 {
  margin-left: 25%;
}
.col-lg-offset-2 {
  margin-left: 16.66667%;
}
.col-lg-offset-1 {
  margin-left: 8.33333%;
}
.col-lg-offset-0 {
  margin-left: 0%;
}
@media (max-width: 1270px) {
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: inline-block !important;
  }
  .vcentered > .col-md-12 {
    display: block;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 1020px) {
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: inline-block !important;
  }
  .vcentered > .col-sm-12 {
    display: block;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 735px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: inline-block !important;
  }
  .vcentered > .col-xs-12 {
    display: block;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66667%;
  }
  .col-xs-pull-10 {
    right: 83.33333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66667%;
  }
  .col-xs-pull-7 {
    right: 58.33333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66667%;
  }
  .col-xs-pull-4 {
    right: 33.33333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66667%;
  }
  .col-xs-pull-1 {
    right: 8.33333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66667%;
  }
  .col-xs-push-10 {
    left: 83.33333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66667%;
  }
  .col-xs-push-7 {
    left: 58.33333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66667%;
  }
  .col-xs-push-4 {
    left: 33.33333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66667%;
  }
  .col-xs-push-1 {
    left: 8.33333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 375px) {
  .hide-xxs {
    display: none !important;
  }
  .show-xxs {
    display: inline-block !important;
  }
  .vcentered > .col-xxs-12 {
    display: block;
  }
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66667%;
  }
  .col-xxs-10 {
    width: 83.33333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66667%;
  }
  .col-xxs-7 {
    width: 58.33333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66667%;
  }
  .col-xxs-4 {
    width: 33.33333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66667%;
  }
  .col-xxs-1 {
    width: 8.33333%;
  }
  .col-xxs-pull-12 {
    right: 100%;
  }
  .col-xxs-pull-11 {
    right: 91.66667%;
  }
  .col-xxs-pull-10 {
    right: 83.33333%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-8 {
    right: 66.66667%;
  }
  .col-xxs-pull-7 {
    right: 58.33333%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-5 {
    right: 41.66667%;
  }
  .col-xxs-pull-4 {
    right: 33.33333%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-2 {
    right: 16.66667%;
  }
  .col-xxs-pull-1 {
    right: 8.33333%;
  }
  .col-xxs-pull-0 {
    right: auto;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-push-11 {
    left: 91.66667%;
  }
  .col-xxs-push-10 {
    left: 83.33333%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-8 {
    left: 66.66667%;
  }
  .col-xxs-push-7 {
    left: 58.33333%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-5 {
    left: 41.66667%;
  }
  .col-xxs-push-4 {
    left: 33.33333%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-2 {
    left: 16.66667%;
  }
  .col-xxs-push-1 {
    left: 8.33333%;
  }
  .col-xxs-push-0 {
    left: auto;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before, .clearfix:after, .grid:before, .grid:after, .row:before, .row:after {
  content: " ";
  display: table;
}
.clearfix:after, .grid:after, .row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.layout {
  /* Gravity Forms */
  /*email-signup-form*/
}
.layout input {
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.layout .gfield input, .layout .gfield select, .layout .gfield textarea, .layout .validation_message {
  float: left;
}
.layout .gform_body, .layout .gform_footer {
  float: left;
  position: relative;
  width: 100%;
}
.layout .gform_ajax_spinner {
  max-width: 10px;
  max-height: 10px;
  position: absolute;
  top: 33px;
  left: 24px;
  display: block;
  width: 10px;
}
.layout .gform_validation_container {
  display: none;
}
.layout .gfield_required {
  margin-left: 4px;
  width: auto !important;
  float: none !Important;
}
.layout .validation_message {
  float: left;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
.layout .gform_confirmation_message {
  width: 100%;
  clear: both;
  text-align: left;
  padding-top: 4px;
}
.layout .validation_error, .layout .gfield_description.validation_message {
  color: #fd0707;
  border-radius: 3px;
  margin: 7px 0 4px 0;
  font-size: 14px;
}
.layout .validation_error {
  display: none !important;
}
.layout .gfield_error input, .layout .gfield_error select, .layout .gfield_error textarea {
  border: 1px solid #f6a74d;
  margin: 0;
}
.layout .ginput_right {
  margin-left: 2%;
}
.layout .ginput_full {
  width: 100%;
  display: inline-block;
}
.layout .ginput_left, .layout .ginput_right {
  width: 49%;
  display: inline-block;
}
.layout .gfield_label {
  margin: 6px 0 5px;
  line-height: 1em;
  width: 100%;
  font-weight: 400;
  display: block;
}
.layout .gform_wrapper .hidden {
  display: none !important;
}
.layout .hidden_label label {
  display: none !important;
}
.layout .animate-label .ginput_complex span label {
  display: block !important;
}
.layout li.gfield, .layout li.gfield span {
  float: left;
  width: 100%;
  position: relative;
  list-style-position: outside;
  list-style: none;
  margin-bottom: 8px;
  background: none;
  /*font-weight: 300;*/
  -webkit-padding-start: 0px !important;
  padding-left: 0px;
}
.layout li.gform_hidden, .layout li.gfield.hidden, .layout li.gfield.hidden span {
  margin-bottom: 0px;
}
.layout article .gform_wrapper li:before {
  content: none;
}
.layout .gform_wrapper ul {
  -webkit-padding-start: 0px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 5px;
  padding-left: 0;
}
.layout .gform_wrapper ul li {
  background: none !Important;
  -webkit-padding-start: 0px !important;
  padding-left: 0px;
  position: relative;
}
.layout :-moz-placeholder, .layout :-ms-input-placeholder, .layout ::-webkit-input-placeholder {
  color: #272727;
}
.layout .gfield_contains_required ::-webkit-input-placeholder:after {
  content: ' *';
  font-size: 13px;
  font-family: arial;
}
.layout .gfield_contains_required :-moz-placeholder:after {
  /* Firefox 18- */
  content: ' *';
  font-size: 13px;
  font-family: arial;
}
.layout .gfield_contains_required ::-moz-placeholder:after {
  /* Firefox 19+ */
  content: ' *';
  font-size: 13px;
  font-family: arial;
}
.layout .gfield_contains_required :-ms-input-placeholder:after {
  content: ' *';
  font-size: 13px;
  font-family: arial;
}
.layout .gfield_date_dropdown_year, .layout .gfield_date_dropdown_month, .layout .gfield_date_dropdown_day {
  width: 100px;
  margin-right: 1%;
  float: left;
}
.layout .gfield div.ginput_complex {
  /*height: 42px;*/
}
.layout .gfield input, .layout .gfield select, .layout .gfield textarea {
  border: 1px solid #f1f2f2;
  width: 100%;
  padding: 10px;
  outline: none;
  font-size: 16px;
  font-weight: 100;
  color: #6d6f70;
  float: left;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: #fff;
  font-size: 13px;
  margin: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
}
.layout .gfield select {
  background-image: url(../../images/icons/forms/select.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 21px;
}
.layout .gfield select[multiple] {
  padding: 0;
  background-image: none;
}
.layout select[multiple] option {
  padding: 8px 10px 5px;
}
.layout .gfield textarea {
  resize: none;
  padding-bottom: 5px;
}
.layout .gfield textarea, .layout .gfield select[multiple="multiple"] {
  height: 100px;
}
.layout input[type="submit"] {
  color: #fff;
  margin-top: 11px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
  width: 100%;
  padding: 15px 0;
  outline: none;
  text-transform: uppercase;
}
.layout .gfield_radio, .layout .gfield_checkbox {
  margin-left: 0;
  margin-top: 10px;
}
.layout .gfield_radio li, .layout .gfield_checkbox li {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  margin-right: 0;
  background: none;
  -webkit-padding-start: 0px;
  padding-left: 0px;
}
.layout .gfield_radio input[type=radio], .layout .gfield_checkbox input[type=radio], .layout .gfield_radio input[type=checkbox], .layout .gfield_checkbox input[type=checkbox] {
  position: absolute;
  width: 100% !important;
  height: 11px;
  margin-top: 4px !important;
  display: inline !Important;
  border: 0;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
}
.layout .gfield_radio label, .layout .gfield_checkbox label {
  display: inline-block !Important;
  width: auto;
  margin-left: 7px;
  cursor: pointer;
  font-weight: 400 !important;
  font-size: 12px !important;
}
.layout .gfield_radio input[type="checkbox"] + label, .layout .gfield_checkbox input[type="checkbox"] + label {
  -webkit-padding-start: 0px;
  margin-left: 0px;
  padding-left: 26px;
  line-height: 26px;
  position: relative !important;
}
.layout .gfield_radio input[type="radio"] + label, .layout .gfield_checkbox input[type="radio"] + label {
  -webkit-padding-start: 0px;
  margin-left: 0px;
  padding-left: 26px;
  line-height: 26px;
  position: relative !important;
}
.layout .gfield_radio input[type="radio"] + label:before, .layout .gfield_checkbox input[type="radio"] + label:before, .layout .gfield_radio input[type="checkbox"] + label:before, .layout .gfield_checkbox input[type="checkbox"] + label:before {
  font-family: 'sd-icons';
  font-size: 17px;
  position: absolute;
  left: 0px;
  width: 20px;
  height: 21px;
  top: 0px;
}
.layout .gfield_radio input[type="checkbox"]:checked + label:before, .layout .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: '\e908';
}
.layout .gfield_radio input[type="checkbox"] + label:before, .layout .gfield_checkbox input[type="checkbox"] + label:before {
  content: '\e909';
}
.layout .gfield_radio input[type="radio"]:checked + label:before, .layout .gfield_checkbox input[type="radio"]:checked + label:before {
  content: '\e923';
}
.layout .gfield_radio input[type="radio"] + label:before, .layout .gfield_checkbox input[type="radio"] + label:before {
  content: '\e922';
}
.layout .left_half {
  width: 49.25% !important;
  margin-right: 1.5% !important;
}
.layout .right_half {
  width: 49.25% !important;
}
.layout .gfield.one_third {
  width: 33.25% !important;
  margin-right: 1.5% !important;
}
.layout .gfield.two_third {
  width: 65.25% !important;
}
.layout .col_2 .gfield_checkbox li {
  width: 48%;
}
.layout .col_3 .gfield_checkbox li {
  width: 31%;
}
.layout .col_4 .gfield_checkbox li {
  width: 22%;
}
.layout .col_1 .gfield_checkbox li {
  margin-right: 0%;
}
.layout .col_2 .gfield_checkbox li:nth-child(2) {
  margin-right: 0%;
}
.layout .col_3 .gfield_checkbox li:nth-child(3) {
  margin-right: 0%;
}
.layout .col_4 .gfield_checkbox li:nth-child(4) {
  margin-right: 0%;
}
.layout .col_2 .gfield_radio li {
  width: 48%;
}
.layout .col_3 .gfield_radio li {
  width: 31%;
}
.layout .col_4 .gfield_radio li {
  width: 22%;
}
.layout .col_1 .gfield_radio li {
  margin-right: 0%;
}
.layout .col_2 .gfield_radio li:nth-child(2) {
  margin-right: 0%;
}
.layout .col_3 .gfield_radio li:nth-child(3) {
  margin-right: 0%;
}
.layout .col_4 .gfield_radio li:nth-child(4) {
  margin-right: 0%;
}
.layout .ginput_complex span {
  margin-bottom: 7px;
}
.layout .ginput_complex span.ginput_right {
  /*margin-left: 0px;*/
  width: 49%;
}
.layout .ginput_complex span.ginput_left {
  margin-left: 0px;
  width: 49%;
}
.layout .ginput_complex.has_first_name.has_last_name span {
  width: 49.5%;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.layout .ginput_complex.has_first_name.has_last_name span:nth-child(2) {
  margin-left: 1%;
}
.layout .ginput_complex.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_prefix {
  width: 6%;
}
.layout .ginput_complex.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_first {
  width: 46%;
  margin-left: 1%;
}
.layout .ginput_complex.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_last {
  width: 46%;
  margin-left: 1%;
}
.layout .ginput_complex span label {
  font-size: 13px;
  font-weight: 100;
}
.layout .gfield table {
  width: 100%;
}
.layout .seperate-lines span {
  width: 100% !important;
  margin: 0 !important;
}
.layout .seperate-lines span:first-child {
  margin-bottom: 8px !important;
}
.layout .gform_confirmation_wrapper {
  background-image: url('//static.scratchdigital.co.nz/scratchdigital/tick-solid-grey.png');
  background-position: 0px 20px;
  background-repeat: no-repeat;
  background-size: 70px;
  padding-left: 87px;
  background-position: left center;
  position: relative;
  min-height: 75px;
  vertical-align: middle;
  display: table;
}
.layout .gform_confirmation_message {
  vertical-align: middle;
  display: table-cell;
}
.layout .gform_confirmation_message:before {
  content: '';
  left: 85px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.layout #gform_confirmation_wrapper_2 {
  background-image: url('//static.scratchdigital.co.nz/scratchdigital/tick-solid-white.png');
  color: #fff;
}
.layout img.ui-datepicker-trigger {
  opacity: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  width: 50px;
  z-index: 9;
}
.layout .hasDatepicker {
  background-image: url(../../images/icons/forms/calendar-black.png) !important;
  background-position: right 17px center !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
}
.layout .ui-datepicker-trigger {
  width: 33px;
  position: absolute;
  top: 16px;
  right: 7px;
}
.layout img.ui-datepicker-trigger {
  width: 23px;
  position: absolute;
  top: 16px;
  right: 14px;
}
.layout #ui-datepicker-div {
  background: #f2f2f2;
  padding: 11px 17px;
}
.layout .ui-datepicker-next {
  float: right;
  text-decoration: none !important;
}
.layout .ui-datepicker-prev {
  text-decoration: none !important;
}
.layout .ui-datepicker-calendar td a, .layout .ui-datepicker-calendar th {
  padding: 6px 7px;
  color: #48535a;
  text-decoration: none !important;
}
.layout .ui-datepicker-calendar tr {
  height: 26px;
}
.layout #ui-datepicker-div {
  background: #fff;
  padding: 11px 17px;
  color: #48535a;
  border: 1px solid #dfdfdf;
  display: none;
}
.layout .ui-datepicker-calendar {
  padding-top: 11px;
}
.layout select.ui-datepicker-month {
  float: left;
  width: 45%;
  font-size: 13px;
  height: 35px;
  display: inline;
  clear: none;
  padding: 4px 17px;
}
.layout select.ui-datepicker-year {
  width: 45%;
  font-size: 12px;
  height: 35px;
  float: right;
  display: inline;
  clear: none;
  padding: 4px 17px;
}
.layout .ui-datepicker-calendar td {
  text-align: center;
}
.layout .ui-datepicker-calendar .ui-state-disabled {
  opacity: 0.3;
}
.layout .ui-datepicker-calendar td a:hover {
  background: #000;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
}
.layout .ui-datepicker-title select {
  border: 1px solid #dfdfdf;
  background-image: url('../../images/icons/forms/select.svg');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 9px center;
  -webkit-appearance: none;
}
.layout .ui-datepicker-header span {
  color: #000;
  text-decoration: none;
}
.layout .animate-label .gfield {
  position: relative;
  margin-top: 20px;
  float: left;
  width: 100%;
  text-align: left;
}
.layout .animate-label .gfield li {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
}
.layout .animate-label .gfield .gfield_radio, .layout .animate-label .gfield .gfield_checkbox {
  margin-top: 0px;
}
.layout .animate-label .gfield label[for] {
  color: #414042;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.5px;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 2px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.layout .animate-label .gfield textarea, .layout .animate-label .gfield select, .layout .animate-label .gfield input {
  font-weight: 100;
  font-size: 16px;
  color: #1e2431;
  border: 0;
  margin-bottom: 9px;
  width: 100%;
  height: 34px;
  padding: 1px 0 3px 2px;
  border-bottom: 1px solid #dadee6;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.layout .animate-label .gfield input[type="radiobox"], .layout .animate-label .gfield input[type="checkbox"] {
  opacity: 0;
}
.layout .animate-label .gfield input[type="checkbox"], .layout .animate-label .gfield input[type="radio"] {
  border: none;
}
.layout .animate-label .gfield label.infocus-input {
  top: -20px;
  color: #a2aabd;
  opacity: 1;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.layout .animate-label .gfield .gfield_required {
  float: none;
}
.layout .animate-label .gfield textarea {
  overflow: hidden;
}
.layout .animate-label .gfield .ginput_complex.has_first_name.has_last_name span {
  margin-top: 20px !important;
}
@media (max-width: 500px) {
  .layout .ginput_complex.has_first_name.has_last_name span {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 8px;
    display: block;
    float: left;
  }
  .layout .ginput_complex.has_first_name.has_last_name span.name_last {
    margin-bottom: 0px;
  }
  .layout .gfield div.ginput_complex {
    height: auto;
  }
}
.layout .email-signup {
  position: relative;
  height: 51px;
}
.layout .email-signup .gform_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 87%;
  height: 100%;
}
.layout .email-signup .gform_footer {
  position: absolute;
  top: 0;
  right: 0;
  width: 13%;
  height: 100%;
}
.layout .email-signup ul {
  margin-top: 0 !important;
  height: 100%;
}
.layout .email-signup .gfield div {
  height: 100%;
}
.layout .gform_wrapper li.gfield.gfield_error.gfield_contains_required, .layout .gform_wrapper label.gfield_label + div.ginput_container {
  margin: 0 !important;
}
.layout .gform_wrapper li.gfield_error input[type=email], .layout .gform_wrapper li.gfield.gfield_error, .layout .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none !important;
}
.layout .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .layout .gform_wrapper li.gfield_html {
  max-width: 100%;
}
.layout .gform_wrapper .top_label .gfield_error {
  width: 100%;
}
.layout .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  clear: both;
}
.layout .email-signup .gfield input {
  padding: 9px !important;
  line-height: 31px;
  font-size: 17px;
  border-right: 0;
  border-radius: 2px 0px 0px 2px;
  height: 100%;
  width: 100% !important;
}
.layout .email-signup .gform_confirmation_message {
  padding-top: 0px;
}
.layout .email-signup ul li, .layout .email-signup input[type="submit"] {
  margin: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.layout .gform_hidden {
  display: none !important;
}
.layout .form-box {
  padding: 30px 45px;
}
.layout .form-box p {
  margin: 0;
  line-height: 1.56;
  font-size: 16px;
}
.layout .form-box .header3 {
  line-height: 1.56;
}
.layout .form-box .gform_wrapper {
  margin-top: 20px;
}
.layout .gform_ajax_spinner {
  display: none;
}
.layout .gfield-loading {
  background: #000 !important;
  color: transparent !important;
  border-color: #000 !important;
  background-image: url(../../images/loading-white.gif) !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.layout {
  padding: 80px 0;
}
.layout-sm {
  padding: 40px 0;
}
a i {
  position: relative;
  top: 1px;
  margin-right: 7px;
  display: inline-block;
}
#tinymce a:hover, article a:hover {
  font-weight: 400;
}
b, strong {
  font-weight: 400;
}
a, a:hover {
  text-decoration: none;
  color: #272727;
}
p a {
  color: #000;
}
p a:hover {
  text-decoration: underline;
  color: #000;
}
.centered-title {
  max-width: 700px;
}
.play-btn:before {
  content: "\e91e";
  width: 66px;
  height: 66px;
  font-family: 'sd-icons';
  font-size: 34px;
  border: 5px solid #fff;
  border-radius: 1000px;
  line-height: 56px;
  padding-left: 13px;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
.video-insitu a:before, .overlay-open-video:before {
  content: "\e91e";
  width: 90px;
  height: 90px;
  font-size: 34px;
  border: 5px solid #fff;
  border-radius: 1000px;
  line-height: 82px;
  padding-left: 4px;
}
.animate-label .gfield textarea, .animate-label .gfield select, .animate-label .gfield input {
  border-bottom: 2px solid #dadee6;
}
.email-signup input[type="submit"] {
  color: #fff;
  background: #383838;
  margin-top: 11px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
  width: 100%;
  padding: 15px 0;
  outline: none;
  text-transform: uppercase;
}
hr {
  border: solid 1px #979797;
  border-top-width: 0px;
}
.image-link-text {
  line-height: 1.6;
}
.display2 {
  font-size: 36px;
  line-height: 1.3em;
  color: #272727;
  -webkit-font-smoothing: auto;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .display2 {
    font-size: 30px;
  }
}
@media (max-width: 1270px) {
  .display2 {
    font-size: 23px;
  }
}
@media (max-width: 1020px) {
  .single-cantilever header, .single-outdoor header {
    position: fixed !important;
  }
  .single-cantilever .nav_onpage_layout, .single-outdoor .nav_onpage_layout {
    display: none;
  }
}
@media (max-width: 735px) {
  .layout {
    padding: 40px 0;
  }
  .page-template-page-home .pull_quote_layout {
    display: none;
  }
  .page-template-page-home .content_hp_about_layout {
    display: none;
  }
  .page-template-page-home .image_static_layout .image-static:first-child {
    display: none !important;
  }
  .section_links_umbrellas_layout {
    padding-top: 22px !important;
  }
  .section-link:after {
    background: rgba(0, 0, 0, 0.2) !important;
  }
  .section-link .img-hover-text {
    display: none !important;
  }
}
.blur-up {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.page-template-default .testimonial_layout {
  position: relative;
}
.page-template-default .testimonial_layout:before {
  content: '';
  height: 1px;
  width: 1000%;
  background: #c8c8c8;
  position: absolute;
  left: -1000px;
  top: 0;
}
.gfield-loading {
  background-color: #535353 !important;
  border-color: #535353 !important;
  background-image: url(../../images/loading-white.gif) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.gfield input, .gfield select, .gfield textarea {
  padding: 12px 10px;
}
.slide-reveal-overlay {
  z-index: 999999 !important;
}
#menu {
  width: 495px !important;
  z-index: 999999 !important;
  background: #fff;
}
#menu .slideout-header {
  background: #e8e8ec;
  padding: 10px 29px 10px 0;
  color: #272727;
  position: absolute;
  width: 100%;
  z-index: 1;
  font-size: 26px;
  font-weight: 300;
}
#menu .slideout-header span {
  padding-left: 40px;
  line-height: 1.8em;
}
#menu .pushout-menu {
  padding: 10px 0 150px 0;
}
#menu .pushout-menu li {
  font-size: 18px;
  font-weight: 300;
  line-height: 2.5;
  text-align: left;
  color: #272727;
}
#menu .pushout-menu li a {
  padding-left: 40px;
  display: block;
}
#menu .pushout-menu li a:hover {
  font-weight: 500;
  background: #efefef;
}
#menu .slideout-close {
  line-height: 54px;
}
#menu li.spacer {
  border-bottom: solid 1px #f1f1fb;
  padding-top: 10px;
  margin-bottom: 10px;
}
#menu .menu-contactus {
  position: fixed;
  bottom: 0;
  width: 495px !important;
  right: -495px;
  background-color: #f7f7fa;
  padding: 30px 0 30px 40px;
  transition: all 300ms ease;
}
#menu .menu-contactus strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  margin-bottom: 6px;
}
#menu .menu-contactus a {
  display: block;
}
#menu .menu-contactus i.icon-message {
  position: absolute;
  right: 82px;
  font-size: 68px;
  top: 59px;
  margin: auto;
  opacity: 0.3;
}
#menu.active .menu-contactus {
  right: 0;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  #menu .slideout-header {
    font-size: 22px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #menu .slideout-header span {
    padding-left: 20px;
  }
  #menu .slideout-header .slideout-close {
    line-height: 22px;
    width: 22px;
    height: 22px;
    margin: 10px 20px 0 0;
  }
  #menu .pushout-menu li {
    padding-left: 0px;
    padding-right: 0px;
  }
  #menu .pushout-menu li a {
    padding-left: 20px;
  }
  #menu .menu-contactus {
    position: relative;
    margin-top: 30px;
    margin-bottom: -30px;
  }
  #menu .pushout-menu {
    padding-bottom: 30px;
  }
}
@media (max-width: 375px) {
}
.footer_signup_layout {
  background: #383838;
  background-image: url('../../images/email-sign-bk.jpg');
  background-size: cover;
  padding: 145px 0;
}
.footer_signup_layout .centered-title {
  max-width: 800px;
  width: 94%;
}
.footer_signup_layout .email-signup_wrapper {
  max-width: 515px;
  margin: auto;
}
.footer_signup_layout .email-signup .gform_footer {
  width: 21%;
  margin: 0;
}
.footer_signup_layout .email-signup .gform_footer input {
  background: #000;
}
.footer_signup_layout .email-signup .gform_footer input:hover {
  background: #383838;
}
.footer_signup_layout .email-signup .gform_body {
  width: 79%;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .footer_signup_layout .email-signup .gform_footer {
    width: 100px;
  }
  .footer_signup_layout .email-signup .gform_body {
    width: calc(100% - 100px);
  }
}
@media (max-width: 375px) {
}
.footer_layout {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.82;
  color: #272727;
  background: #000;
  color: #fff;
}
.footer_layout span, .footer_layout a {
  color: #fff;
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
}
.footer_layout strong {
  font-weight: 600;
}
.footer_layout .f-heading {
  margin-bottom: 3px;
}
.footer_layout .social-links {
  margin-top: 42px;
}
.footer_layout .social-links a {
  background: #fff;
  border-radius: 1000px;
  display: inline-block !important;
  color: #000 !important;
  border: 2px solid transparent;
  line-height: 1em !important;
  margin: 0 !important;
  padding: 9px 9.5px;
  font-size: 24px;
  margin-right: 8px !important;
  margin-bottom: 8px !important;
  float: left;
}
.footer_layout .social-links a i {
  margin: 0;
  width: auto;
  height: auto;
  line-height: 1em;
  vertical-align: unset;
}
.footer_layout .social-links a:hover {
  text-decoration: none;
  background: #383838;
  color: #fff !important;
  border-color: #fff;
}
.footer_layout .footer-signoff {
  font-size: 12px;
  text-align: center;
  padding: 18px 0;
  background-color: #383838;
}
.footer_layout .footer-signoff a {
  font-size: 12px;
  display: inline;
  margin-left: 12px;
}
.footer_layout .footer-signoff a:hover b {
  text-decoration: underline;
}
.footer_layout .footer-signoff a b {
  font-weight: 600;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
header.header {
  overflow: visible;
  position: absolute;
  max-width: 1600px;
  margin: auto;
  z-index: 99999;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 10px;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.82;
  color: #58595b;
}
header.header .upper-nav {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 10px 0;
}
header.header .upper-nav a {
  margin-left: 18px;
  color: #fff;
  font-size: 16px;
  padding: 0;
}
header.header .upper-nav a i {
  font-size: 21px;
  top: 4px;
  margin: 0;
}
header.header .upper-nav a:first-child {
  margin-left: 0;
}
header.header .upper-nav a {
  position: relative;
}
header.header .upper-nav a:after {
  position: absolute;
  width: 0%;
  left: 0;
  bottom: -4px;
  right: 0;
  margin: auto;
  content: '';
  height: 1px;
  transition: all 0.2s ease;
}
header.header .upper-nav a:hover:after {
  width: 100%;
}
header.header .nav {
  margin: 0;
}
header.header .nav li {
  display: inline-block;
  padding-left: 29px;
}
header.header .nav li.mobile {
  display: none;
}
header.header .nav li {
  padding-top: 9px;
  padding-bottom: 9px;
}
header.header .nav li a {
  color: #fff;
  padding: 0;
}
header.header .nav .logo {
  margin-top: -31px;
  margin-right: 120px;
}
@media (max-width: 1270px) {
  header.header .nav .logo {
    margin-right: 40px;
  }
}
@media (max-width: 1020px) {
  header.header .nav .logo {
    margin-top: -60px;
  }
}
header.header .nav .logo a {
  width: 120px;
  display: inline-block;
}
header.header .nav .logo a img {
  max-height: 100%;
}
@media (max-width: 1270px) {
  header.header .nav .logo a {
    width: 110px;
  }
}
header.header .nav li > a {
  position: relative;
}
header.header .nav li > a:after {
  position: absolute;
  width: 0%;
  left: 0;
  bottom: -8px;
  right: 0;
  margin: auto;
  content: '';
  background: #fff;
  height: 2px;
  transition: all 0.2s ease;
}
header.header .nav li > a:hover:after {
  width: 100%;
}
header.header .nav .mobile-menu-btn:after {
  content: none;
}
header.header .nav .icon-menu {
  font-size: 27px;
  width: 27px;
  top: 2px;
}
header.header .nav li:first-child {
  padding-left: 0;
}
header.header .nav .contact-us {
  padding-left: 115px;
}
@media (max-width: 1270px) {
  header.header .nav .contact-us {
    padding-left: 32px;
  }
}
@media (max-width: 1020px) {
  header.header {
    top: 0;
  }
  header.header .nav .right li.mobile {
    display: inline-block;
    padding-left: 15px !important;
    line-height: 1.5em;
  }
  header.header .nav li, header.header .nav .logo {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (max-width: 735px) {
  header.header {
    background: #fff;
  }
  header.header .logo {
    width: 162px;
  }
  header.header .nav .right li.mobile {
    line-height: 1em;
  }
  header.header a {
    color: #58595b !important;
  }
  header.header .logo.left {
    position: absolute;
    left: 0;
    right: 0;
    margin: 7px auto 0 !important;
    top: 0;
    height: 100%;
    padding: 0 !important;
    width: 130px !important;
    text-align: center;
  }
  header.header .logo.left a {
    width: auto;
    height: 120%;
    text-align: center;
    margin: 10px auto 0;
    display: inline-block;
    background-image: url('../../images/afm-seafood-school-fill-logo.png');
    background-size: contain;
  }
  header.header .logo.left a img {
    opacity: 0;
  }
  header.header .upper-nav {
    position: absolute;
    left: 3%;
    top: 0;
    bottom: 0;
    padding: 0;
    z-index: 9;
  }
  header.header .upper-nav a {
    position: relative;
    display: block;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 27px;
    line-height: 1em;
  }
  header.header .upper-nav a i {
    font-size: 27px;
    width: 27px;
    top: 12px;
  }
}
.header-offset {
  height: 0px !important;
}
@media (max-width: 1020px) {
  .header-offset {
    height: 0px !important;
  }
}
@media (max-width: 735px) {
  .header-offset {
    height: 68px !important;
  }
}
@media (max-width: 375px) {
  .header-offset {
    height: 52px !important;
  }
}
.nav-is-top header, .nav-is-sticky header {
  top: 0;
}
.header_old_site_layout {
  position: relative;
  height: 100vh;
  max-height: 400px;
  min-height: 400px;
}
.header_old_site_layout:before {
  position: absolute;
  content: '';
  background: #000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}
.header_old_site_layout img.home-promo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
@media (max-width: 1020px) {
  .header_old_site_layout img.home-promo {
    max-width: 180px;
  }
}
.header_old_site_layout .page-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: table;
  height: 90%;
  max-height: 800px;
  min-height: 400px;
  color: #fff;
}
@media (max-width: 1270px) {
  .header_old_site_layout .page-container {
    height: 80%;
  }
}
@media (max-width: 735px) {
  .header_old_site_layout .page-container {
    position: relative;
  }
}
.header_old_site_layout .page-container .header-text {
  display: table-cell;
  vertical-align: middle;
}
.header_old_site_layout .page-container .header-text .display1 {
  max-width: 730px;
  margin-bottom: 10px;
}
@media (max-width: 1270px) {
  .header_old_site_layout .page-container .header-text .display1 {
    max-width: 675px;
  }
}
@media (max-width: 1020px) {
  .header_old_site_layout .page-container .header-text .display1 {
    margin-bottom: 2px;
  }
}
.header_old_site_layout .page-container .header-text .btn {
  float: left;
}
.header_old_site_layout .page-container .header-text .btn:last-child {
  margin-left: 20px;
}
@media (max-width: 735px) {
  .header_old_site_layout .page-container .header-text .btn {
    width: 100%;
    margin-left: 0 !important;
  }
}
.header_old_site_layout .pagedown {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #000;
  font-size: 30px;
  transform: rotate(270deg);
  margin: auto;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 999px;
  padding: 5px 6px 6px 6px;
  cursor: pointer;
}
.header_old_site_layout .pagedown i {
  position: relative;
  top: -10px;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .header_old_site_layout {
    max-height: none;
    min-height: initial;
    height: auto;
  }
  .header_old_site_layout .image-bk {
    background-size: auto 300px;
    height: 300px;
    position: relative;
  }
  .header_old_site_layout a {
    display: none;
  }
}
@media (max-width: 375px) {
}
.hp-promo {
  padding-bottom: 0px;
}
.slideout {
  background: #f2f2f2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  max-width: 100%;
}
.slideout.active {
  background: #f2f2f2;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  overflow-y: scroll;
  overflow-x: hidden;
}
html.slideout-active, html.slideout-active body {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slideout-header {
  background: #e8e8ec;
  padding: 10px 29px;
  font-size: 30px;
  font-weight: bold;
  color: #272727;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.slideout-header i {
  margin-right: 5px;
}
.slideout-close {
  float: right;
  background: none;
  border: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}
.slideout-body {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}
.slideout-wrapper {
  padding-top: 74px;
  height: 100%;
  margin: 0;
  background: #fff;
}
.spinner {
  width: 70px;
  height: 70px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 1s infinite linear;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
