/* Fonts */
/* Color palette */
.section-bk {
  background-color: #f2f2f2;
}
.primary-bk {
  background-color: #000;
}
.primary-text {
  color: #000;
}
.primary-dark-bk {
  background-color: #000;
}
.primary-dark-text {
  color: #000;
}
.secondary-bk {
  background-color: #fa6400;
}
.secondary-text {
  color: #fa6400;
}
.secondary-dark-bk {
  background-color: #a84300;
}
.secondary-dark-text {
  color: #a84300;
}
.body-bk {
  background-color: #000;
}
.body-text {
  color: #000;
}
.heading-bk {
  background-color: #000;
}
.heading-text {
  color: #000;
}
.grey-text-text {
  color: #767776;
}
.grey-text-bk {
  background-color: #767776;
}
.black-bk {
  background-color: #000;
}
.black-text {
  color: #000;
}
.greydark-bk {
  background-color: #343433;
}
.greydark-text {
  color: #343433;
}
.grey-bk {
  background-color: #9e9f9e;
}
.grey-text {
  color: #767776;
}
.greylight-bk {
  background-color: #f2f2f2;
}
.greylight-text {
  color: #f2f2f2;
}
.white-bk {
  background-color: #fff;
}
.white-text {
  color: #fff;
}
.btn-primary.btn {
  background: #000;
  color: #fff;
}
.btn-primary.btn:hover {
  background-color: #fa6400;
  color: #000;
}
.btn-primary.btn:hover i {
  color: #000;
}
.btn-primary.btn-text {
  background: none !important;
  color: #000;
}
.btn-primary.btn-text:hover {
  background: none !important;
  color: #fa6400;
  border-bottom-color: #fa6400;
}
.btn-primary.btn-text:hover i {
  color: #fa6400;
}
.btn-primary.btn-text-underline {
  background: none !important;
  color: #000;
}
.btn-primary.btn-text-underline:hover {
  background: none !important;
  color: #fa6400;
  border-bottom-color: #fa6400;
}
.btn-primary.btn-text-underline:hover i {
  color: #fa6400;
}
.btn-primary.btn-ghost {
  border-color: #000;
  color: #000;
  background-color: transparent;
}
.btn-primary.btn-ghost:hover {
  background-color: #fa6400;
  color: #000;
  border-color: #fa6400;
}
.btn-primary.btn-ghost:hover i {
  color: #000;
}
.btn-secondary.btn {
  background: #fa6400;
  color: #fff;
}
.btn-secondary.btn:hover {
  background-color: #a84300;
  color: #fff;
}
.btn-secondary.btn:hover i {
  color: #fff;
}
.btn-secondary.btn-text {
  background: none !important;
  color: #fa6400;
}
.btn-secondary.btn-text:hover {
  background: none !important;
  color: #a84300;
  border-bottom-color: #a84300;
}
.btn-secondary.btn-text:hover i {
  color: #a84300;
}
.btn-secondary.btn-text-underline {
  background: none !important;
  color: #fa6400;
}
.btn-secondary.btn-text-underline:hover {
  background: none !important;
  color: #a84300;
  border-bottom-color: #a84300;
}
.btn-secondary.btn-text-underline:hover i {
  color: #a84300;
}
.btn-secondary.btn-ghost {
  border-color: #fa6400;
  color: #fa6400;
  background-color: transparent;
}
.btn-secondary.btn-ghost:hover {
  background-color: #a84300;
  color: #fff;
  border-color: #a84300;
}
.btn-secondary.btn-ghost:hover i {
  color: #fff;
}
.btn-body.btn {
  background: #000;
  color: #fff;
}
.btn-body.btn:hover {
  background-color: #767776;
  color: #fff;
}
.btn-body.btn:hover i {
  color: #fff;
}
.btn-body.btn-text {
  background: none !important;
  color: #000;
}
.btn-body.btn-text:hover {
  background: none !important;
  color: #767776;
  border-bottom-color: #767776;
}
.btn-body.btn-text:hover i {
  color: #767776;
}
.btn-body.btn-text-underline {
  background: none !important;
  color: #000;
}
.btn-body.btn-text-underline:hover {
  background: none !important;
  color: #767776;
  border-bottom-color: #767776;
}
.btn-body.btn-text-underline:hover i {
  color: #767776;
}
.btn-body.btn-ghost {
  border-color: #000;
  color: #000;
  background-color: transparent;
}
.btn-body.btn-ghost:hover {
  background-color: #767776;
  color: #fff;
  border-color: #767776;
}
.btn-body.btn-ghost:hover i {
  color: #fff;
}
.btn-grey.btn {
  background: #9e9f9e;
  color: #fff;
}
.btn-grey.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-grey.btn:hover i {
  color: #fff;
}
.btn-grey.btn-text {
  background: none !important;
  color: #9e9f9e;
}
.btn-grey.btn-text:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-grey.btn-text:hover i {
  color: #000;
}
.btn-grey.btn-text-underline {
  background: none !important;
  color: #9e9f9e;
}
.btn-grey.btn-text-underline:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-grey.btn-text-underline:hover i {
  color: #000;
}
.btn-grey.btn-ghost {
  border-color: #9e9f9e;
  color: #9e9f9e;
  background-color: transparent;
}
.btn-grey.btn-ghost:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-grey.btn-ghost:hover i {
  color: #fff;
}
.btn-greylight.btn {
  background: #f2f2f2;
  color: #fff;
}
.btn-greylight.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-greylight.btn:hover i {
  color: #fff;
}
.btn-greylight.btn-text {
  background: none !important;
  color: #f2f2f2;
}
.btn-greylight.btn-text:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-greylight.btn-text:hover i {
  color: #000;
}
.btn-greylight.btn-text-underline {
  background: none !important;
  color: #f2f2f2;
}
.btn-greylight.btn-text-underline:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-greylight.btn-text-underline:hover i {
  color: #000;
}
.btn-greylight.btn-ghost {
  border-color: #f2f2f2;
  color: #f2f2f2;
  background-color: transparent;
}
.btn-greylight.btn-ghost:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-greylight.btn-ghost:hover i {
  color: #fff;
}
.btn-greydark.btn {
  background: #343433;
  color: #fff;
}
.btn-greydark.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-greydark.btn:hover i {
  color: #fff;
}
.btn-greydark.btn-text {
  background: none !important;
  color: #343433;
}
.btn-greydark.btn-text:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-greydark.btn-text:hover i {
  color: #000;
}
.btn-greydark.btn-text-underline {
  background: none !important;
  color: #343433;
}
.btn-greydark.btn-text-underline:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-greydark.btn-text-underline:hover i {
  color: #000;
}
.btn-greydark.btn-ghost {
  border-color: #343433;
  color: #343433;
  background-color: transparent;
}
.btn-greydark.btn-ghost:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-greydark.btn-ghost:hover i {
  color: #fff;
}
.btn-black.btn {
  background: #000;
  color: #fff;
}
.btn-black.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-black.btn:hover i {
  color: #fff;
}
.btn-black.btn-text {
  background: none !important;
  color: #000;
}
.btn-black.btn-text:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-black.btn-text:hover i {
  color: #000;
}
.btn-black.btn-text-underline {
  background: none !important;
  color: #000;
}
.btn-black.btn-text-underline:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-black.btn-text-underline:hover i {
  color: #000;
}
.btn-black.btn-ghost {
  border-color: #000;
  color: #000;
  background-color: transparent;
}
.btn-black.btn-ghost:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-black.btn-ghost:hover i {
  color: #fff;
}
.btn-white.btn {
  background: #fff;
  color: #000;
}
.btn-white.btn:hover {
  background-color: #9e9f9e;
  color: #fff;
}
.btn-white.btn:hover i {
  color: #fff;
}
.btn-white.btn-text {
  background: none !important;
  color: #fff;
}
.btn-white.btn-text:hover {
  background: none !important;
  color: #9e9f9e;
  border-bottom-color: #9e9f9e;
}
.btn-white.btn-text:hover i {
  color: #9e9f9e;
}
.btn-white.btn-text-underline {
  background: none !important;
  color: #fff;
}
.btn-white.btn-text-underline:hover {
  background: none !important;
  color: #9e9f9e;
  border-bottom-color: #9e9f9e;
}
.btn-white.btn-text-underline:hover i {
  color: #9e9f9e;
}
.btn-white.btn-ghost {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.btn-white.btn-ghost:hover {
  background-color: #9e9f9e;
  color: #fff;
  border-color: #9e9f9e;
}
.btn-white.btn-ghost:hover i {
  color: #fff;
}
.absolute, .image-static, .backgroundImage, .backgroundImageFixed {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    /* Browser bug fix */
    -webkit-transform: translateX(100%);
    /* Browser bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    /* Browser bug fix */
    -webkit-transform: translateX(-100%);
    /* Browser bug fix */
    transform: translateX(-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: #e2e2e2;
  overflow-x: hidden;
}
.body-wrapper {
  background: #fff;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .body-wrapper > div:not(page-container,fullwidth-container) {
    max-width: 1920px;
    margin: auto;
  }
}
#woo_wrapper, .page-container {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  max-width: 1400px;
}
#woo_wrapper .page-container, .page-container .page-container {
  width: 100%;
}
.fullwidth-container {
  max-width: 1920px;
  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 {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.vcenteredtable {
  display: table;
  float: none;
  table-layout: fixed;
  width: 100%;
}
.vcenteredtable > article, .vcenteredtable > div {
  vertical-align: middle;
  display: table-cell;
  float: none !important;
}
.vcenteredtable img {
  max-width: none;
  width: 100%;
}
.row .vcenteredtable > div {
  display: table-cell;
  float: none;
  table-layout: fixed;
  vertical-align: middle;
}
@media (max-width: 1020px) {
  .row .vcenteredtable > div.col-sm-12 {
    display: block;
  }
}
@media (max-width: 735px) {
  .row .vcenteredtable > div.col-xs-12 {
    display: block;
  }
}
@media (max-width: 370px) {
  .row .vcenteredtable > div.col-xxs-12 {
    display: block;
  }
}
.row .vcenteredtable img {
  max-width: none;
  width: 100%;
}
@media (max-width: 1600px) {
  #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: 700px !important;
    width: 96%;
  }
}
@media (max-width: 735px) {
  #woo_wrapper, .page-container, .half-container-content {
    max-width: 700px !important;
    width: 96%;
  }
}
@media (max-width: 500px) {
  #woo_wrapper, .page-container, .half-container-content {
    width: 94%;
  }
}
.layout {
  padding: 60px 0;
}
.layout-sm {
  padding: 40px 0;
}
.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 {
  margin-left: -15px;
  margin-right: -15px;
}
.row .vcenteredtable div[class*="col-"], .row > div[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.row .image-bk {
  left: 15px;
  right: 15px;
}
.row.vspacing {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.vspacing div[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.row.gut-full-xlg, .row.gut-xlg {
  margin-left: -45px;
  margin-right: -45px;
}
.row.gut-full-xlg .vcenteredtable div[class*="col-"], .row.gut-xlg .vcenteredtable div[class*="col-"], .row.gut-full-xlg > div[class*="col-"], .row.gut-xlg > div[class*="col-"] {
  padding-left: 45px;
  padding-right: 45px;
}
.row.gut-full-xlg .image-bk, .row.gut-xlg .image-bk {
  left: 45px;
  right: 45px;
}
.row.gut-full-xlg.vspacing, .row.gut-xlg.vspacing {
  margin-top: -45px;
  margin-bottom: -45px;
}
.row.gut-full-xlg.vspacing div[class*="col-"], .row.gut-xlg.vspacing div[class*="col-"] {
  padding-top: 45px;
  padding-bottom: 45px;
}
.row.gut-full-lg, .row.gut-lg {
  margin-left: -25px;
  margin-right: -25px;
}
.row.gut-full-lg .vcenteredtable div[class*="col-"], .row.gut-lg .vcenteredtable div[class*="col-"], .row.gut-full-lg > div[class*="col-"], .row.gut-lg > div[class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
.row.gut-full-lg .image-bk, .row.gut-lg .image-bk {
  left: 25px;
  right: 25px;
}
.row.gut-full-lg.vspacing, .row.gut-lg.vspacing {
  margin-top: -25px;
  margin-bottom: -25px;
}
.row.gut-full-lg.vspacing div[class*="col-"], .row.gut-lg.vspacing div[class*="col-"] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.row.gut-full-sm, .row.gut-sm {
  margin-left: -15px;
  margin-right: -15px;
}
.row.gut-full-sm .vcenteredtable div[class*="col-"], .row.gut-sm .vcenteredtable div[class*="col-"], .row.gut-full-sm > div[class*="col-"], .row.gut-sm > div[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.row.gut-full-sm .image-bk, .row.gut-sm .image-bk {
  left: 15px;
  right: 15px;
}
.row.gut-full-sm.vspacing, .row.gut-sm.vspacing {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.gut-full-sm.vspacing div[class*="col-"], .row.gut-sm.vspacing div[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.row.gut-full-xs, .row.gut-xs {
  margin-left: -6px;
  margin-right: -6px;
}
.row.gut-full-xs .vcenteredtable div[class*="col-"], .row.gut-xs .vcenteredtable div[class*="col-"], .row.gut-full-xs > div[class*="col-"], .row.gut-xs > div[class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}
.row.gut-full-xs .image-bk, .row.gut-xs .image-bk {
  left: 6px;
  right: 6px;
}
.row.gut-full-xs.vspacing, .row.gut-xs.vspacing {
  margin-top: -6px;
  margin-bottom: -6px;
}
.row.gut-full-xs.vspacing div[class*="col-"], .row.gut-xs.vspacing div[class*="col-"] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.row.gut-full-xxs, .row.gut-xxs {
  margin-left: -2px;
  margin-right: -2px;
}
.row.gut-full-xxs .vcenteredtable div[class*="col-"], .row.gut-xxs .vcenteredtable div[class*="col-"], .row.gut-full-xxs > div[class*="col-"], .row.gut-xxs > div[class*="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}
.row.gut-full-xxs .image-bk, .row.gut-xxs .image-bk {
  left: 2px;
  right: 2px;
}
.row.gut-full-xxs.vspacing, .row.gut-xxs.vspacing {
  margin-top: -2px;
  margin-bottom: -2px;
}
.row.gut-full-xxs.vspacing div[class*="col-"], .row.gut-xxs.vspacing div[class*="col-"] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.no-gutter {
  margin: 0;
}
.no-gutter > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
}
.col-full-1 {
  width: 8.3333333333%;
  float: left;
}
.col-full-2 {
  width: 16.6666666667%;
  float: left;
}
.col-full-3 {
  width: 25%;
  float: left;
}
.col-full-4 {
  width: 33.3333333333%;
  float: left;
}
.col-full-5 {
  width: 41.6666666667%;
  float: left;
}
.col-full-6 {
  width: 50%;
  float: left;
}
.col-full-7 {
  width: 58.3333333333%;
  float: left;
}
.col-full-8 {
  width: 66.6666666667%;
  float: left;
}
.col-full-9 {
  width: 75%;
  float: left;
}
.col-full-10 {
  width: 83.3333333333%;
  float: left;
}
.col-full-11 {
  width: 91.6666666667%;
  float: left;
}
.col-full-12 {
  width: 100%;
  float: left;
}
.col-full-pull-0 {
  right: auto;
}
.col-full-pull-1 {
  right: 8.3333333333%;
}
.col-full-pull-2 {
  right: 16.6666666667%;
}
.col-full-pull-3 {
  right: 25%;
}
.col-full-pull-4 {
  right: 33.3333333333%;
}
.col-full-pull-5 {
  right: 41.6666666667%;
}
.col-full-pull-6 {
  right: 50%;
}
.col-full-pull-7 {
  right: 58.3333333333%;
}
.col-full-pull-8 {
  right: 66.6666666667%;
}
.col-full-pull-9 {
  right: 75%;
}
.col-full-pull-10 {
  right: 83.3333333333%;
}
.col-full-pull-11 {
  right: 91.6666666667%;
}
.col-full-pull-12 {
  right: 100%;
}
.col-full-push-0 {
  left: auto;
}
.col-full-push-1 {
  left: 8.3333333333%;
}
.col-full-push-2 {
  left: 16.6666666667%;
}
.col-full-push-3 {
  left: 25%;
}
.col-full-push-4 {
  left: 33.3333333333%;
}
.col-full-push-5 {
  left: 41.6666666667%;
}
.col-full-push-6 {
  left: 50%;
}
.col-full-push-7 {
  left: 58.3333333333%;
}
.col-full-push-8 {
  left: 66.6666666667%;
}
.col-full-push-9 {
  left: 75%;
}
.col-full-push-10 {
  left: 83.3333333333%;
}
.col-full-push-11 {
  left: 91.6666666667%;
}
.col-full-push-12 {
  left: 100%;
}
.col-full-offset-0 {
  margin-left: 0%;
}
.col-full-offset-1 {
  margin-left: 8.3333333333%;
}
.col-full-offset-2 {
  margin-left: 16.6666666667%;
}
.col-full-offset-3 {
  margin-left: 25%;
}
.col-full-offset-4 {
  margin-left: 33.3333333333%;
}
.col-full-offset-5 {
  margin-left: 41.6666666667%;
}
.col-full-offset-6 {
  margin-left: 50%;
}
.col-full-offset-7 {
  margin-left: 58.3333333333%;
}
.col-full-offset-8 {
  margin-left: 66.6666666667%;
}
.col-full-offset-9 {
  margin-left: 75%;
}
.col-full-offset-10 {
  margin-left: 83.3333333333%;
}
.col-full-offset-11 {
  margin-left: 91.6666666667%;
}
.col-full-offset-12 {
  margin-left: 100%;
}
.hide-full {
  display: none !important;
}
.show-full {
  display: inline-block !important;
}
.showblock-full {
  display: block !important;
}
.vcenteredtable > .col-lg-full {
  display: block;
}
.col-lg-1 {
  width: 8.3333333333%;
  float: left;
}
.col-lg-2 {
  width: 16.6666666667%;
  float: left;
}
.col-lg-3 {
  width: 25%;
  float: left;
}
.col-lg-4 {
  width: 33.3333333333%;
  float: left;
}
.col-lg-5 {
  width: 41.6666666667%;
  float: left;
}
.col-lg-6 {
  width: 50%;
  float: left;
}
.col-lg-7 {
  width: 58.3333333333%;
  float: left;
}
.col-lg-8 {
  width: 66.6666666667%;
  float: left;
}
.col-lg-9 {
  width: 75%;
  float: left;
}
.col-lg-10 {
  width: 83.3333333333%;
  float: left;
}
.col-lg-11 {
  width: 91.6666666667%;
  float: left;
}
.col-lg-12 {
  width: 100%;
  float: left;
}
.col-lg-pull-0 {
  right: auto;
}
.col-lg-pull-1 {
  right: 8.3333333333%;
}
.col-lg-pull-2 {
  right: 16.6666666667%;
}
.col-lg-pull-3 {
  right: 25%;
}
.col-lg-pull-4 {
  right: 33.3333333333%;
}
.col-lg-pull-5 {
  right: 41.6666666667%;
}
.col-lg-pull-6 {
  right: 50%;
}
.col-lg-pull-7 {
  right: 58.3333333333%;
}
.col-lg-pull-8 {
  right: 66.6666666667%;
}
.col-lg-pull-9 {
  right: 75%;
}
.col-lg-pull-10 {
  right: 83.3333333333%;
}
.col-lg-pull-11 {
  right: 91.6666666667%;
}
.col-lg-pull-12 {
  right: 100%;
}
.col-lg-push-0 {
  left: auto;
}
.col-lg-push-1 {
  left: 8.3333333333%;
}
.col-lg-push-2 {
  left: 16.6666666667%;
}
.col-lg-push-3 {
  left: 25%;
}
.col-lg-push-4 {
  left: 33.3333333333%;
}
.col-lg-push-5 {
  left: 41.6666666667%;
}
.col-lg-push-6 {
  left: 50%;
}
.col-lg-push-7 {
  left: 58.3333333333%;
}
.col-lg-push-8 {
  left: 66.6666666667%;
}
.col-lg-push-9 {
  left: 75%;
}
.col-lg-push-10 {
  left: 83.3333333333%;
}
.col-lg-push-11 {
  left: 91.6666666667%;
}
.col-lg-push-12 {
  left: 100%;
}
.col-lg-offset-0 {
  margin-left: 0%;
}
.col-lg-offset-1 {
  margin-left: 8.3333333333%;
}
.col-lg-offset-2 {
  margin-left: 16.6666666667%;
}
.col-lg-offset-3 {
  margin-left: 25%;
}
.col-lg-offset-4 {
  margin-left: 33.3333333333%;
}
.col-lg-offset-5 {
  margin-left: 41.6666666667%;
}
.col-lg-offset-6 {
  margin-left: 50%;
}
.col-lg-offset-7 {
  margin-left: 58.3333333333%;
}
.col-lg-offset-8 {
  margin-left: 66.6666666667%;
}
.col-lg-offset-9 {
  margin-left: 75%;
}
.col-lg-offset-10 {
  margin-left: 83.3333333333%;
}
.col-lg-offset-11 {
  margin-left: 91.6666666667%;
}
.col-lg-offset-12 {
  margin-left: 100%;
}
.hide-lg {
  display: none !important;
}
.show-lg {
  display: inline-block !important;
}
.showblock-lg {
  display: block !important;
}
.vcenteredtable > .col-lg-lg {
  display: block;
}
@media (min-width: 1600px) {
  .col-xlg-1 {
    width: 8.3333333333%;
    float: left;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
    float: left;
  }
  .col-xlg-3 {
    width: 25%;
    float: left;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
    float: left;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
    float: left;
  }
  .col-xlg-6 {
    width: 50%;
    float: left;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
    float: left;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
    float: left;
  }
  .col-xlg-9 {
    width: 75%;
    float: left;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
    float: left;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
    float: left;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-pull-1 {
    right: 8.3333333333%;
  }
  .col-xlg-pull-2 {
    right: 16.6666666667%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-4 {
    right: 33.3333333333%;
  }
  .col-xlg-pull-5 {
    right: 41.6666666667%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-7 {
    right: 58.3333333333%;
  }
  .col-xlg-pull-8 {
    right: 66.6666666667%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-10 {
    right: 83.3333333333%;
  }
  .col-xlg-pull-11 {
    right: 91.6666666667%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-push-1 {
    left: 8.3333333333%;
  }
  .col-xlg-push-2 {
    left: 16.6666666667%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-4 {
    left: 33.3333333333%;
  }
  .col-xlg-push-5 {
    left: 41.6666666667%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-7 {
    left: 58.3333333333%;
  }
  .col-xlg-push-8 {
    left: 66.6666666667%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-10 {
    left: 83.3333333333%;
  }
  .col-xlg-push-11 {
    left: 91.6666666667%;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .hide-xlg {
    display: none !important;
  }
  .show-xlg {
    display: inline-block !important;
  }
  .showblock-xlg {
    display: block !important;
  }
  .vcenteredtable > .col-lg-xlg {
    display: block;
  }
}
@media (max-width: 1400px) {
  .col-d-1 {
    width: 8.3333333333%;
    float: left;
  }
  .col-d-2 {
    width: 16.6666666667%;
    float: left;
  }
  .col-d-3 {
    width: 25%;
    float: left;
  }
  .col-d-4 {
    width: 33.3333333333%;
    float: left;
  }
  .col-d-5 {
    width: 41.6666666667%;
    float: left;
  }
  .col-d-6 {
    width: 50%;
    float: left;
  }
  .col-d-7 {
    width: 58.3333333333%;
    float: left;
  }
  .col-d-8 {
    width: 66.6666666667%;
    float: left;
  }
  .col-d-9 {
    width: 75%;
    float: left;
  }
  .col-d-10 {
    width: 83.3333333333%;
    float: left;
  }
  .col-d-11 {
    width: 91.6666666667%;
    float: left;
  }
  .col-d-12 {
    width: 100%;
    float: left;
  }
  .col-d-pull-0 {
    right: auto;
  }
  .col-d-pull-1 {
    right: 8.3333333333%;
  }
  .col-d-pull-2 {
    right: 16.6666666667%;
  }
  .col-d-pull-3 {
    right: 25%;
  }
  .col-d-pull-4 {
    right: 33.3333333333%;
  }
  .col-d-pull-5 {
    right: 41.6666666667%;
  }
  .col-d-pull-6 {
    right: 50%;
  }
  .col-d-pull-7 {
    right: 58.3333333333%;
  }
  .col-d-pull-8 {
    right: 66.6666666667%;
  }
  .col-d-pull-9 {
    right: 75%;
  }
  .col-d-pull-10 {
    right: 83.3333333333%;
  }
  .col-d-pull-11 {
    right: 91.6666666667%;
  }
  .col-d-pull-12 {
    right: 100%;
  }
  .col-d-push-0 {
    left: auto;
  }
  .col-d-push-1 {
    left: 8.3333333333%;
  }
  .col-d-push-2 {
    left: 16.6666666667%;
  }
  .col-d-push-3 {
    left: 25%;
  }
  .col-d-push-4 {
    left: 33.3333333333%;
  }
  .col-d-push-5 {
    left: 41.6666666667%;
  }
  .col-d-push-6 {
    left: 50%;
  }
  .col-d-push-7 {
    left: 58.3333333333%;
  }
  .col-d-push-8 {
    left: 66.6666666667%;
  }
  .col-d-push-9 {
    left: 75%;
  }
  .col-d-push-10 {
    left: 83.3333333333%;
  }
  .col-d-push-11 {
    left: 91.6666666667%;
  }
  .col-d-push-12 {
    left: 100%;
  }
  .col-d-offset-0 {
    margin-left: 0%;
  }
  .col-d-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-d-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-d-offset-3 {
    margin-left: 25%;
  }
  .col-d-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-d-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-d-offset-6 {
    margin-left: 50%;
  }
  .col-d-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-d-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-d-offset-9 {
    margin-left: 75%;
  }
  .col-d-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-d-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-d-offset-12 {
    margin-left: 100%;
  }
  .hide-d {
    display: none !important;
  }
  .show-d {
    display: inline-block !important;
  }
  .showblock-d {
    display: block !important;
  }
  .vcenteredtable > .col-lg-d {
    display: block;
  }
}
@media (max-width: 1270px) {
  .col-tl-1 {
    width: 8.3333333333%;
    float: left;
  }
  .col-tl-2 {
    width: 16.6666666667%;
    float: left;
  }
  .col-tl-3 {
    width: 25%;
    float: left;
  }
  .col-tl-4 {
    width: 33.3333333333%;
    float: left;
  }
  .col-tl-5 {
    width: 41.6666666667%;
    float: left;
  }
  .col-tl-6 {
    width: 50%;
    float: left;
  }
  .col-tl-7 {
    width: 58.3333333333%;
    float: left;
  }
  .col-tl-8 {
    width: 66.6666666667%;
    float: left;
  }
  .col-tl-9 {
    width: 75%;
    float: left;
  }
  .col-tl-10 {
    width: 83.3333333333%;
    float: left;
  }
  .col-tl-11 {
    width: 91.6666666667%;
    float: left;
  }
  .col-tl-12 {
    width: 100%;
    float: left;
  }
  .col-tl-pull-0 {
    right: auto;
  }
  .col-tl-pull-1 {
    right: 8.3333333333%;
  }
  .col-tl-pull-2 {
    right: 16.6666666667%;
  }
  .col-tl-pull-3 {
    right: 25%;
  }
  .col-tl-pull-4 {
    right: 33.3333333333%;
  }
  .col-tl-pull-5 {
    right: 41.6666666667%;
  }
  .col-tl-pull-6 {
    right: 50%;
  }
  .col-tl-pull-7 {
    right: 58.3333333333%;
  }
  .col-tl-pull-8 {
    right: 66.6666666667%;
  }
  .col-tl-pull-9 {
    right: 75%;
  }
  .col-tl-pull-10 {
    right: 83.3333333333%;
  }
  .col-tl-pull-11 {
    right: 91.6666666667%;
  }
  .col-tl-pull-12 {
    right: 100%;
  }
  .col-tl-push-0 {
    left: auto;
  }
  .col-tl-push-1 {
    left: 8.3333333333%;
  }
  .col-tl-push-2 {
    left: 16.6666666667%;
  }
  .col-tl-push-3 {
    left: 25%;
  }
  .col-tl-push-4 {
    left: 33.3333333333%;
  }
  .col-tl-push-5 {
    left: 41.6666666667%;
  }
  .col-tl-push-6 {
    left: 50%;
  }
  .col-tl-push-7 {
    left: 58.3333333333%;
  }
  .col-tl-push-8 {
    left: 66.6666666667%;
  }
  .col-tl-push-9 {
    left: 75%;
  }
  .col-tl-push-10 {
    left: 83.3333333333%;
  }
  .col-tl-push-11 {
    left: 91.6666666667%;
  }
  .col-tl-push-12 {
    left: 100%;
  }
  .col-tl-offset-0 {
    margin-left: 0%;
  }
  .col-tl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-tl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-tl-offset-3 {
    margin-left: 25%;
  }
  .col-tl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-tl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-tl-offset-6 {
    margin-left: 50%;
  }
  .col-tl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-tl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-tl-offset-9 {
    margin-left: 75%;
  }
  .col-tl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-tl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-tl-offset-12 {
    margin-left: 100%;
  }
  .hide-tl {
    display: none !important;
  }
  .show-tl {
    display: inline-block !important;
  }
  .showblock-tl {
    display: block !important;
  }
  .vcenteredtable > .col-lg-tl {
    display: block;
  }
  .col-md-1 {
    width: 8.3333333333%;
    float: left;
  }
  .col-md-2 {
    width: 16.6666666667%;
    float: left;
  }
  .col-md-3 {
    width: 25%;
    float: left;
  }
  .col-md-4 {
    width: 33.3333333333%;
    float: left;
  }
  .col-md-5 {
    width: 41.6666666667%;
    float: left;
  }
  .col-md-6 {
    width: 50%;
    float: left;
  }
  .col-md-7 {
    width: 58.3333333333%;
    float: left;
  }
  .col-md-8 {
    width: 66.6666666667%;
    float: left;
  }
  .col-md-9 {
    width: 75%;
    float: left;
  }
  .col-md-10 {
    width: 83.3333333333%;
    float: left;
  }
  .col-md-11 {
    width: 91.6666666667%;
    float: left;
  }
  .col-md-12 {
    width: 100%;
    float: left;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: inline-block !important;
  }
  .showblock-md {
    display: block !important;
  }
  .vcenteredtable > .col-lg-md {
    display: block;
  }
}
@media (max-width: 1020px) {
  .col-tp-1 {
    width: 8.3333333333%;
    float: left;
  }
  .col-tp-2 {
    width: 16.6666666667%;
    float: left;
  }
  .col-tp-3 {
    width: 25%;
    float: left;
  }
  .col-tp-4 {
    width: 33.3333333333%;
    float: left;
  }
  .col-tp-5 {
    width: 41.6666666667%;
    float: left;
  }
  .col-tp-6 {
    width: 50%;
    float: left;
  }
  .col-tp-7 {
    width: 58.3333333333%;
    float: left;
  }
  .col-tp-8 {
    width: 66.6666666667%;
    float: left;
  }
  .col-tp-9 {
    width: 75%;
    float: left;
  }
  .col-tp-10 {
    width: 83.3333333333%;
    float: left;
  }
  .col-tp-11 {
    width: 91.6666666667%;
    float: left;
  }
  .col-tp-12 {
    width: 100%;
    float: left;
  }
  .col-tp-pull-0 {
    right: auto;
  }
  .col-tp-pull-1 {
    right: 8.3333333333%;
  }
  .col-tp-pull-2 {
    right: 16.6666666667%;
  }
  .col-tp-pull-3 {
    right: 25%;
  }
  .col-tp-pull-4 {
    right: 33.3333333333%;
  }
  .col-tp-pull-5 {
    right: 41.6666666667%;
  }
  .col-tp-pull-6 {
    right: 50%;
  }
  .col-tp-pull-7 {
    right: 58.3333333333%;
  }
  .col-tp-pull-8 {
    right: 66.6666666667%;
  }
  .col-tp-pull-9 {
    right: 75%;
  }
  .col-tp-pull-10 {
    right: 83.3333333333%;
  }
  .col-tp-pull-11 {
    right: 91.6666666667%;
  }
  .col-tp-pull-12 {
    right: 100%;
  }
  .col-tp-push-0 {
    left: auto;
  }
  .col-tp-push-1 {
    left: 8.3333333333%;
  }
  .col-tp-push-2 {
    left: 16.6666666667%;
  }
  .col-tp-push-3 {
    left: 25%;
  }
  .col-tp-push-4 {
    left: 33.3333333333%;
  }
  .col-tp-push-5 {
    left: 41.6666666667%;
  }
  .col-tp-push-6 {
    left: 50%;
  }
  .col-tp-push-7 {
    left: 58.3333333333%;
  }
  .col-tp-push-8 {
    left: 66.6666666667%;
  }
  .col-tp-push-9 {
    left: 75%;
  }
  .col-tp-push-10 {
    left: 83.3333333333%;
  }
  .col-tp-push-11 {
    left: 91.6666666667%;
  }
  .col-tp-push-12 {
    left: 100%;
  }
  .col-tp-offset-0 {
    margin-left: 0%;
  }
  .col-tp-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-tp-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-tp-offset-3 {
    margin-left: 25%;
  }
  .col-tp-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-tp-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-tp-offset-6 {
    margin-left: 50%;
  }
  .col-tp-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-tp-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-tp-offset-9 {
    margin-left: 75%;
  }
  .col-tp-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-tp-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-tp-offset-12 {
    margin-left: 100%;
  }
  .hide-tp {
    display: none !important;
  }
  .show-tp {
    display: inline-block !important;
  }
  .showblock-tp {
    display: block !important;
  }
  .vcenteredtable > .col-lg-tp {
    display: block;
  }
  .col-sm-1 {
    width: 8.3333333333%;
    float: left;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    float: left;
  }
  .col-sm-3 {
    width: 25%;
    float: left;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    float: left;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    float: left;
  }
  .col-sm-6 {
    width: 50%;
    float: left;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    float: left;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    float: left;
  }
  .col-sm-9 {
    width: 75%;
    float: left;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    float: left;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    float: left;
  }
  .col-sm-12 {
    width: 100%;
    float: left;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: inline-block !important;
  }
  .showblock-sm {
    display: block !important;
  }
  .vcenteredtable > .col-lg-sm {
    display: block;
  }
}
@media (max-width: 735px) {
  .col-ml-1 {
    width: 8.3333333333%;
    float: left;
  }
  .col-ml-2 {
    width: 16.6666666667%;
    float: left;
  }
  .col-ml-3 {
    width: 25%;
    float: left;
  }
  .col-ml-4 {
    width: 33.3333333333%;
    float: left;
  }
  .col-ml-5 {
    width: 41.6666666667%;
    float: left;
  }
  .col-ml-6 {
    width: 50%;
    float: left;
  }
  .col-ml-7 {
    width: 58.3333333333%;
    float: left;
  }
  .col-ml-8 {
    width: 66.6666666667%;
    float: left;
  }
  .col-ml-9 {
    width: 75%;
    float: left;
  }
  .col-ml-10 {
    width: 83.3333333333%;
    float: left;
  }
  .col-ml-11 {
    width: 91.6666666667%;
    float: left;
  }
  .col-ml-12 {
    width: 100%;
    float: left;
  }
  .col-ml-pull-0 {
    right: auto;
  }
  .col-ml-pull-1 {
    right: 8.3333333333%;
  }
  .col-ml-pull-2 {
    right: 16.6666666667%;
  }
  .col-ml-pull-3 {
    right: 25%;
  }
  .col-ml-pull-4 {
    right: 33.3333333333%;
  }
  .col-ml-pull-5 {
    right: 41.6666666667%;
  }
  .col-ml-pull-6 {
    right: 50%;
  }
  .col-ml-pull-7 {
    right: 58.3333333333%;
  }
  .col-ml-pull-8 {
    right: 66.6666666667%;
  }
  .col-ml-pull-9 {
    right: 75%;
  }
  .col-ml-pull-10 {
    right: 83.3333333333%;
  }
  .col-ml-pull-11 {
    right: 91.6666666667%;
  }
  .col-ml-pull-12 {
    right: 100%;
  }
  .col-ml-push-0 {
    left: auto;
  }
  .col-ml-push-1 {
    left: 8.3333333333%;
  }
  .col-ml-push-2 {
    left: 16.6666666667%;
  }
  .col-ml-push-3 {
    left: 25%;
  }
  .col-ml-push-4 {
    left: 33.3333333333%;
  }
  .col-ml-push-5 {
    left: 41.6666666667%;
  }
  .col-ml-push-6 {
    left: 50%;
  }
  .col-ml-push-7 {
    left: 58.3333333333%;
  }
  .col-ml-push-8 {
    left: 66.6666666667%;
  }
  .col-ml-push-9 {
    left: 75%;
  }
  .col-ml-push-10 {
    left: 83.3333333333%;
  }
  .col-ml-push-11 {
    left: 91.6666666667%;
  }
  .col-ml-push-12 {
    left: 100%;
  }
  .col-ml-offset-0 {
    margin-left: 0%;
  }
  .col-ml-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-ml-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-ml-offset-3 {
    margin-left: 25%;
  }
  .col-ml-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-ml-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-ml-offset-6 {
    margin-left: 50%;
  }
  .col-ml-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-ml-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-ml-offset-9 {
    margin-left: 75%;
  }
  .col-ml-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-ml-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-ml-offset-12 {
    margin-left: 100%;
  }
  .hide-ml {
    display: none !important;
  }
  .show-ml {
    display: inline-block !important;
  }
  .showblock-ml {
    display: block !important;
  }
  .vcenteredtable > .col-lg-ml {
    display: block;
  }
  .col-xs-1 {
    width: 8.3333333333%;
    float: left;
  }
  .col-xs-2 {
    width: 16.6666666667%;
    float: left;
  }
  .col-xs-3 {
    width: 25%;
    float: left;
  }
  .col-xs-4 {
    width: 33.3333333333%;
    float: left;
  }
  .col-xs-5 {
    width: 41.6666666667%;
    float: left;
  }
  .col-xs-6 {
    width: 50%;
    float: left;
  }
  .col-xs-7 {
    width: 58.3333333333%;
    float: left;
  }
  .col-xs-8 {
    width: 66.6666666667%;
    float: left;
  }
  .col-xs-9 {
    width: 75%;
    float: left;
  }
  .col-xs-10 {
    width: 83.3333333333%;
    float: left;
  }
  .col-xs-11 {
    width: 91.6666666667%;
    float: left;
  }
  .col-xs-12 {
    width: 100%;
    float: left;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.3333333333%;
  }
  .col-xs-push-2 {
    left: 16.6666666667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.3333333333%;
  }
  .col-xs-push-5 {
    left: 41.6666666667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.3333333333%;
  }
  .col-xs-push-8 {
    left: 66.6666666667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.3333333333%;
  }
  .col-xs-push-11 {
    left: 91.6666666667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: inline-block !important;
  }
  .showblock-xs {
    display: block !important;
  }
  .vcenteredtable > .col-lg-xs {
    display: block;
  }
}
@media (max-width: 375px) {
  .col-m-1 {
    width: 8.3333333333%;
    float: left;
  }
  .col-m-2 {
    width: 16.6666666667%;
    float: left;
  }
  .col-m-3 {
    width: 25%;
    float: left;
  }
  .col-m-4 {
    width: 33.3333333333%;
    float: left;
  }
  .col-m-5 {
    width: 41.6666666667%;
    float: left;
  }
  .col-m-6 {
    width: 50%;
    float: left;
  }
  .col-m-7 {
    width: 58.3333333333%;
    float: left;
  }
  .col-m-8 {
    width: 66.6666666667%;
    float: left;
  }
  .col-m-9 {
    width: 75%;
    float: left;
  }
  .col-m-10 {
    width: 83.3333333333%;
    float: left;
  }
  .col-m-11 {
    width: 91.6666666667%;
    float: left;
  }
  .col-m-12 {
    width: 100%;
    float: left;
  }
  .col-m-pull-0 {
    right: auto;
  }
  .col-m-pull-1 {
    right: 8.3333333333%;
  }
  .col-m-pull-2 {
    right: 16.6666666667%;
  }
  .col-m-pull-3 {
    right: 25%;
  }
  .col-m-pull-4 {
    right: 33.3333333333%;
  }
  .col-m-pull-5 {
    right: 41.6666666667%;
  }
  .col-m-pull-6 {
    right: 50%;
  }
  .col-m-pull-7 {
    right: 58.3333333333%;
  }
  .col-m-pull-8 {
    right: 66.6666666667%;
  }
  .col-m-pull-9 {
    right: 75%;
  }
  .col-m-pull-10 {
    right: 83.3333333333%;
  }
  .col-m-pull-11 {
    right: 91.6666666667%;
  }
  .col-m-pull-12 {
    right: 100%;
  }
  .col-m-push-0 {
    left: auto;
  }
  .col-m-push-1 {
    left: 8.3333333333%;
  }
  .col-m-push-2 {
    left: 16.6666666667%;
  }
  .col-m-push-3 {
    left: 25%;
  }
  .col-m-push-4 {
    left: 33.3333333333%;
  }
  .col-m-push-5 {
    left: 41.6666666667%;
  }
  .col-m-push-6 {
    left: 50%;
  }
  .col-m-push-7 {
    left: 58.3333333333%;
  }
  .col-m-push-8 {
    left: 66.6666666667%;
  }
  .col-m-push-9 {
    left: 75%;
  }
  .col-m-push-10 {
    left: 83.3333333333%;
  }
  .col-m-push-11 {
    left: 91.6666666667%;
  }
  .col-m-push-12 {
    left: 100%;
  }
  .col-m-offset-0 {
    margin-left: 0%;
  }
  .col-m-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-m-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-m-offset-3 {
    margin-left: 25%;
  }
  .col-m-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-m-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-m-offset-6 {
    margin-left: 50%;
  }
  .col-m-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-m-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-m-offset-9 {
    margin-left: 75%;
  }
  .col-m-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-m-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-m-offset-12 {
    margin-left: 100%;
  }
  .hide-m {
    display: none !important;
  }
  .show-m {
    display: inline-block !important;
  }
  .showblock-m {
    display: block !important;
  }
  .vcenteredtable > .col-lg-m {
    display: block;
  }
}
@media (max-width: 330px) {
  .col-ms-1 {
    width: 8.3333333333%;
    float: left;
  }
  .col-ms-2 {
    width: 16.6666666667%;
    float: left;
  }
  .col-ms-3 {
    width: 25%;
    float: left;
  }
  .col-ms-4 {
    width: 33.3333333333%;
    float: left;
  }
  .col-ms-5 {
    width: 41.6666666667%;
    float: left;
  }
  .col-ms-6 {
    width: 50%;
    float: left;
  }
  .col-ms-7 {
    width: 58.3333333333%;
    float: left;
  }
  .col-ms-8 {
    width: 66.6666666667%;
    float: left;
  }
  .col-ms-9 {
    width: 75%;
    float: left;
  }
  .col-ms-10 {
    width: 83.3333333333%;
    float: left;
  }
  .col-ms-11 {
    width: 91.6666666667%;
    float: left;
  }
  .col-ms-12 {
    width: 100%;
    float: left;
  }
  .col-ms-pull-0 {
    right: auto;
  }
  .col-ms-pull-1 {
    right: 8.3333333333%;
  }
  .col-ms-pull-2 {
    right: 16.6666666667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.3333333333%;
  }
  .col-ms-pull-5 {
    right: 41.6666666667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.3333333333%;
  }
  .col-ms-pull-8 {
    right: 66.6666666667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.3333333333%;
  }
  .col-ms-pull-11 {
    right: 91.6666666667%;
  }
  .col-ms-pull-12 {
    right: 100%;
  }
  .col-ms-push-0 {
    left: auto;
  }
  .col-ms-push-1 {
    left: 8.3333333333%;
  }
  .col-ms-push-2 {
    left: 16.6666666667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.3333333333%;
  }
  .col-ms-push-5 {
    left: 41.6666666667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.3333333333%;
  }
  .col-ms-push-8 {
    left: 66.6666666667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.3333333333%;
  }
  .col-ms-push-11 {
    left: 91.6666666667%;
  }
  .col-ms-push-12 {
    left: 100%;
  }
  .col-ms-offset-0 {
    margin-left: 0%;
  }
  .col-ms-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-ms-offset-12 {
    margin-left: 100%;
  }
  .hide-ms {
    display: none !important;
  }
  .show-ms {
    display: inline-block !important;
  }
  .showblock-ms {
    display: block !important;
  }
  .vcenteredtable > .col-lg-ms {
    display: block;
  }
  .col-xxs-1 {
    width: 8.3333333333%;
    float: left;
  }
  .col-xxs-2 {
    width: 16.6666666667%;
    float: left;
  }
  .col-xxs-3 {
    width: 25%;
    float: left;
  }
  .col-xxs-4 {
    width: 33.3333333333%;
    float: left;
  }
  .col-xxs-5 {
    width: 41.6666666667%;
    float: left;
  }
  .col-xxs-6 {
    width: 50%;
    float: left;
  }
  .col-xxs-7 {
    width: 58.3333333333%;
    float: left;
  }
  .col-xxs-8 {
    width: 66.6666666667%;
    float: left;
  }
  .col-xxs-9 {
    width: 75%;
    float: left;
  }
  .col-xxs-10 {
    width: 83.3333333333%;
    float: left;
  }
  .col-xxs-11 {
    width: 91.6666666667%;
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
    float: left;
  }
  .col-xxs-pull-0 {
    right: auto;
  }
  .col-xxs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xxs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xxs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xxs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xxs-pull-11 {
    right: 91.6666666667%;
  }
  .col-xxs-pull-12 {
    right: 100%;
  }
  .col-xxs-push-0 {
    left: auto;
  }
  .col-xxs-push-1 {
    left: 8.3333333333%;
  }
  .col-xxs-push-2 {
    left: 16.6666666667%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-4 {
    left: 33.3333333333%;
  }
  .col-xxs-push-5 {
    left: 41.6666666667%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-7 {
    left: 58.3333333333%;
  }
  .col-xxs-push-8 {
    left: 66.6666666667%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-10 {
    left: 83.3333333333%;
  }
  .col-xxs-push-11 {
    left: 91.6666666667%;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-offset-0 {
    margin-left: 0%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .hide-xxs {
    display: none !important;
  }
  .show-xxs {
    display: inline-block !important;
  }
  .showblock-xxs {
    display: block !important;
  }
  .vcenteredtable > .col-lg-xxs {
    display: block;
  }
}
.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;
}
/* Gravity Forms */
input {
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.gfield input, .gfield select, .gfield textarea, .validation_message {
  float: left;
}
.gform_body, .gform_footer {
  float: left;
  position: relative;
  width: 100%;
}
.gform_ajax_spinner {
  max-width: 10px;
  max-height: 10px;
  position: absolute;
  top: 33px;
  left: 24px;
  display: block;
  width: 10px;
}
.gfield.optin {
  margin-bottom: -100px !important;
  font-size: 15px !important;
  line-height: 0.93 !important;
  color: #6d6d6d;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 0px;
  margin-top: 10px !important;
}
.gfield.optin .ginput_container_checkbox {
  padding-left: 0px;
}
.gfield.optin label {
  font-size: 15px;
  line-height: 1em;
}
.gfield.optin-left {
  margin-bottom: -69px;
}
.gsection_title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.gform_validation_container {
  display: none;
}
.seperate-lines span.gfield_required, .gfield_required {
  margin-left: 4px !important;
  width: auto !important;
  float: none !important;
  display: inline-block !important;
  line-height: 1px;
}
.validation_message {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.gform_confirmation_message {
  width: 100%;
  clear: both;
  text-align: left;
  padding-top: 4px;
}
.validation_error, .gfield .gfield_description.validation_message {
  color: #fd0707;
  border-radius: 3px;
  margin: 7px 0 4px 0;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.validation_error {
  display: none !important;
}
.gfield_error input, .gfield_error select, .gfield_error textarea {
  border: 1px solid #f6a74d;
  margin: 0;
}
.ginput_right {
  margin-left: 2%;
}
.ginput_full {
  width: 100%;
  display: inline-block;
}
.ginput_left, .ginput_right {
  width: 49%;
  display: inline-block;
}
.gfield_label {
  margin: 6px 0 5px;
  line-height: 1em;
  width: 100%;
  font-weight: 300;
  display: block;
}
.gform_wrapper .hidden {
  display: none !important;
}
.hidden_sub_label, .hidden_label > label {
  display: none !important;
}
.animate-label .ginput_complex span label {
  display: block !important;
}
li.gfield, li.gfield span {
  float: left;
  width: 100%;
  position: relative;
  list-style-position: outside;
  list-style: none;
  margin-bottom: 10px;
  background: none;
  /*font-weight: 300;*/
  -webkit-padding-start: 0px !important;
  padding-left: 0px;
}
li.gform_hidden, li.gfield.hidden, li.gfield.hidden span {
  margin-bottom: 0px;
}
article .gform_wrapper li:before {
  content: none;
}
.gform_wrapper ul {
  -webkit-padding-start: 0px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 0px;
  padding-left: 0;
  position: initial;
}
.gform_wrapper ul li {
  background: none !important;
  -webkit-padding-start: 0px !important;
  padding-left: 0px;
  position: relative;
}
.SumoSelect > .optWrapper ul ul {
  padding-left: 19px;
}
::-webkit-input-placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  opacity: 1;
}
:-moz-placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  opacity: 1;
}
::-moz-placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  opacity: 1;
}
:-ms-input-placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  opacity: 1;
}
::placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  opacity: 1;
}
:-webkit-input-placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  opacity: 1;
}
:-moz-placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  opacity: 1;
}
::-moz-placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  opacity: 1;
}
:-ms-input-placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  opacity: 1;
}
::placeholder {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  opacity: 1;
}
.gfield_contains_required :-moz-placeholder:after, .gfield_contains_required ::-moz-placeholder:after, .gfield_contains_required :-ms-input-placeholder:after, .gfield_contains_required ::-webkit-input-placeholder:after {
  content: ' *';
  font-size: 16px;
  font-family: arial;
}
.gfield_date_dropdown_year, .gfield_date_dropdown_month, .gfield_date_dropdown_day {
  width: 100px;
  margin-right: 1%;
  float: left;
}
.gfield div.ginput_complex {
  /*height: 42px;*/
}
.gfield input, .gfield select, .SumoSelect > .CaptionCont span, .gfield textarea {
  border: 1px solid #9e9f9e;
  width: 100%;
  padding: 10px;
  outline: none;
  font: 300 16px 'TradeGothic', sans-serif;
  color: #000 !important;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background-color: #fff;
  font-size: 16px;
  margin: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
}
.gfield select {
  background-image: url(ets/themes/augusto-theme/images/default/forms/select.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.gfield select[multiple] {
  padding: 0 !important;
  background-image: none !important;
  height: 100px !important;
}
select[multiple] option {
  padding: 8px 10px 5px;
  font-weight: 200;
}
select[multiple] option {
  padding: 8px 10px 5px;
  font-weight: 200;
}
.gfield textarea {
  resize: none;
  padding-bottom: 5px;
}
.gfield textarea {
  height: 100px;
}
input[type="submit"] {
  color: #fff;
  margin-top: 11px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
  width: 100%;
  padding: 15px 0;
  outline: none;
}
.ginput_container_consent {
  font-size: 15px;
}
.ginput_container_consent, .gfield_radio, .gfield_checkbox {
  margin-left: 0;
  margin-top: 10px;
}
.ginput_container_consent li, .gfield_radio li, .gfield_checkbox li {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  margin-right: 0;
  background: none;
  -webkit-padding-start: 0px;
  padding-left: 0px;
}
.ginput_container_consent input[type=radio], .gfield_radio input[type=radio], .gfield_checkbox input[type=radio], .ginput_container_consent input[type=checkbox], .gfield_radio input[type=checkbox], .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;
}
.ginput_container_consent label, .gfield_radio label, .gfield_checkbox label {
  display: inline-block !important;
  width: auto;
  margin-left: 7px;
  cursor: pointer;
  font-weight: 300 !important;
}
.ginput_container_consent input[type="checkbox"] + label, .gfield_radio input[type="checkbox"] + label, .gfield_checkbox input[type="checkbox"] + label {
  -webkit-padding-start: 0px;
  margin-left: 0px;
  padding-left: 26px !important;
  line-height: 26px;
  position: relative !important;
}
.ginput_container_consent input[type="radio"] + label, .gfield_radio input[type="radio"] + label, .gfield_checkbox input[type="radio"] + label {
  -webkit-padding-start: 0px;
  margin-left: 0px;
  padding-left: 26px !important;
  line-height: 26px;
  position: relative !important;
}
.ginput_container_consent input[type="radio"] + label:before, .gfield_radio input[type="radio"] + label:before, .gfield_checkbox input[type="radio"] + label:before, .ginput_container_consent input[type="checkbox"] + label:before, .gfield_radio input[type="checkbox"] + label:before, .gfield_checkbox input[type="checkbox"] + label:before {
  font-family: 'sd-icons';
  font-size: 17px;
  position: absolute;
  left: 0px;
  width: 20px;
  height: 21px;
  top: 0px;
  color: #000;
}
.ginput_container_consent input[type="checkbox"]:checked + label:before, .gfield_radio input[type="checkbox"]:checked + label:before, .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: '\e908';
}
.ginput_container_consent input[type="checkbox"] + label:before, .gfield_radio input[type="checkbox"] + label:before, .gfield_checkbox input[type="checkbox"] + label:before {
  content: '\e909';
}
.ginput_container_consent input[type="radio"]:checked + label:before, .gfield_radio input[type="radio"]:checked + label:before, .gfield_checkbox input[type="radio"]:checked + label:before {
  content: '\e923';
}
.ginput_container_consent input[type="radio"] + label:before, .gfield_radio input[type="radio"] + label:before, .gfield_checkbox input[type="radio"] + label:before {
  content: '\e922';
}
.left_half {
  width: 49.25% !important;
  margin-right: 1.5% !important;
}
.right_half {
  width: 49.25% !important;
}
.gfield.one_third {
  width: 33.25% !important;
  margin-right: 1.5% !important;
}
.gfield.two_third {
  width: 65.25% !important;
}
.col_2 .gfield_checkbox li {
  width: 48%;
}
.col_3 .gfield_checkbox li {
  width: 31%;
}
.col_4 .gfield_checkbox li {
  width: 22%;
}
.col_1 .gfield_checkbox li {
  margin-right: 0%;
}
.col_2 .gfield_checkbox li:nth-child(2) {
  margin-right: 0%;
}
.col_3 .gfield_checkbox li:nth-child(3) {
  margin-right: 0%;
}
.col_4 .gfield_checkbox li:nth-child(4) {
  margin-right: 0%;
}
.col_2 .gfield_radio li {
  width: 48%;
}
.col_3 .gfield_radio li {
  width: 31%;
}
.col_4 .gfield_radio li {
  width: 22%;
}
.col_1 .gfield_radio li {
  margin-right: 0%;
}
.col_2 .gfield_radio li:nth-child(2) {
  margin-right: 0%;
}
.col_3 .gfield_radio li:nth-child(3) {
  margin-right: 0%;
}
.col_4 .gfield_radio li:nth-child(4) {
  margin-right: 0%;
}
.ginput_complex span {
  margin-bottom: 7px;
}
.ginput_complex span.ginput_right {
  /*margin-left: 0px;*/
  width: 49%;
}
.ginput_complex span.ginput_left {
  margin-left: 0px;
  width: 49%;
}
.ginput_complex.has_first_name.has_last_name > span {
  width: calc(50% - 5px);
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.ginput_complex.has_first_name.has_last_name > span:nth-child(2) {
  margin-left: 10px;
}
.ginput_complex.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_prefix {
  width: 6%;
}
.ginput_complex.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_first {
  width: 46%;
  margin-left: 1%;
}
.ginput_complex.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_last {
  width: 46%;
  margin-left: 1%;
}
.gfield table {
  width: 100%;
}
.seperate-lines span {
  width: 100% !important;
  margin: 0 !important;
}
.seperate-lines span:first-child {
  margin-bottom: 8px !important;
}
@media (max-width: 500px) {
  .ginput_complex.has_first_name.has_last_name > span {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 8px;
    display: block;
    float: left;
  }
  .ginput_complex.has_first_name.has_last_name > span.name_last {
    margin-bottom: 0px;
  }
  .gfield div.ginput_complex {
    height: auto;
  }
}
.ui-datepicker-trigger {
  width: 33px;
  position: absolute;
  top: 16px;
  right: 7px;
}
img.ui-datepicker-trigger {
  width: 23px;
  position: absolute;
  top: 16px;
  right: 14px;
}
#ui-datepicker-div {
  background: #f2f2f2;
  padding: 11px 17px;
}
.ui-datepicker-next {
  float: right;
  text-decoration: none !important;
}
.ui-datepicker-prev {
  text-decoration: none !important;
}
.ui-state-disabled, .ui-datepicker-unselectable {
  opacity: 0.4;
}
.ui-datepicker-calendar td {
  text-align: center;
}
.ui-datepicker-calendar td a, .ui-datepicker-calendar th {
  padding: 6px 7px;
  color: #48535a;
  text-decoration: none !important;
}
.ui-datepicker-calendar tr {
  height: 26px;
}
#ui-datepicker-div {
  background: #fff;
  padding: 11px 17px;
  color: #48535a;
  border: 1px solid #dfdfdf;
  display: none;
}
.ui-datepicker-calendar {
  padding-top: 11px;
}
select.ui-datepicker-month {
  float: left;
  width: 45%;
  font-size: 13px;
  height: 35px;
  display: inline;
  clear: none;
  padding: 8px 17px;
}
select.ui-datepicker-year {
  width: 45%;
  font-size: 12px;
  height: 35px;
  float: right;
  display: inline;
  clear: none;
  padding: 8px 17px;
}
.ui-datepicker-calendar td a:hover {
  background: #09f;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
}
.ui-datepicker-title select {
  border: 1px solid #dfdfdf;
  background-image: url('ets/themes/augusto-theme/images/default/forms/select.svg');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 9px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.ui-datepicker-header span {
  color: #09f;
  text-decoration: none;
}
.ginput_container_date:after {
  font-family: 'sd-icons';
  content: '\e905';
  position: absolute;
  top: 4px;
  right: 15px;
  bottom: 0;
  margin: auto;
  font-size: 21px;
  color: #9e9f9e;
}
.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;
}
.gform_confirmation_message {
  vertical-align: middle;
  display: table-cell;
}
.gform_confirmation_message:before {
  content: '';
  left: 85px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.animate-label .gfield {
  position: relative;
  margin-top: 20px;
  float: left;
  width: 100%;
  text-align: left;
}
.animate-label .gfield li {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
}
.animate-label .gfield .gfield_radio, .animate-label .gfield .gfield_checkbox {
  margin-top: 5px;
}
.animate-label .gfield label[for], .animate-label .gfield .gfield_label {
  color: #414042;
  padding-left: 0;
  font-size: 16px;
  font-weight: 100;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 0;
  top: -6px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.animate-label .gfield textarea, .animate-label .gfield select, .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 #9e9f9e;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.animate-label .gfield select {
  background-image: url(ets/themes/augusto-theme/images/default/forms/select.svg);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 15px;
}
.animate-label .gfield input[type="radiobox"], .animate-label .gfield input[type="checkbox"] {
  opacity: 0;
}
.animate-label .gfield input[type="checkbox"], .animate-label .gfield input[type="radio"] {
  border: none;
}
.animate-label .gfield label.infocus-input {
  top: -20px;
  color: #a2aabd;
  opacity: 1;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}
.animate-label .gfield .gfield_required {
  float: none;
}
.animate-label .gfield textarea {
  overflow: hidden;
  min-height: 34px;
}
.animate-label .gfield .ginput_container_radio label.infocus-input[for] {
  top: 0px !important;
}
.animate-label .gfield label.infocus-input[for] {
  top: 0px;
}
.animate-label .gfield label.infocus-input {
  top: -20px !important;
}
.animate-label .ginput_container_list, .animate-label .ginput_container.ginput_container_fileupload {
  position: relative;
  top: 20px;
  padding-top: 15px;
}
span.gform_drop_instructions {
  color: #fff;
}
.gform_drop_instructions {
  float: none !important;
  margin-bottom: 10px !important;
  display: inline-block;
  font-size: 13px;
}
.gform_button_select_files {
  background-color: #d4d4d4 !important;
  border: none !important;
  border-radius: 4px !important;
  color: #fff !important;
  padding: 14px !important;
  /*text-transform: uppercase !important;*/
}
.gform_drop_area .gform_drop_instructions {
  font-size: 15px;
  color: #000;
}
.gform_button_select_files {
  float: none !important;
  width: auto !important;
  padding: 6px 30px !important;
}
.ginput_container_fileupload {
  position: relative;
  top: 0px;
  float: left;
  width: 100%;
}
.ginput_container_fileupload #extensions_message {
  display: none;
}
.ginput_container_fileupload span.gform_drop_instructions {
  display: none;
}
.ginput_container_fileupload .gform_button_select_files {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ginput_container_fileupload .gform_fileupload_multifile:before {
  content: '\e93a';
  top: 15px;
  bottom: 0;
  right: 10px;
  font-family: 'sd-icons';
  font-size: 24px;
  position: absolute;
  height: 24px;
  margin: 0;
  line-height: 1em;
  color: #a0a1a3;
  z-index: 1;
}
.ginput_container_fileupload:hover:before {
  color: #52565a;
}
.ginput_container_fileupload .gform_fileupload_multifile {
  height: 51px;
  background-color: #f2f2f2;
}
.ginput_container_fileupload .gform_button_select_files {
  opacity: 1;
  display: none;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 8 !important;
}
.ginput_container_fileupload .ginput_container_fileupload .validation_message {
  font-size: 12px;
  color: red;
}
.ginput_container_fileupload .moxie-shim.moxie-shim-html5 {
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}
.ginput_container_fileupload [type="file"] {
  cursor: pointer;
}
div[id*="gform_preview"] {
  float: left;
  width: 100%;
}
.ginput_preview {
  background: #f2f2f2;
  padding: 5px 5px;
  position: relative;
  margin-bottom: 2px;
}
.ginput_preview:first-child {
  margin-top: 15px;
}
.ginput_preview img.gform_delete {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  height: 14px;
  margin: auto;
}
.ginput_preview strong {
  font-weight: 300;
  font-size: 16px;
}
/*email-signup-form*/
.email-signup {
  position: relative;
  height: 59px;
}
.email-signup .gform_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 87%;
  height: 100%;
}
.email-signup .gform_footer {
  position: absolute;
  top: 0;
  right: 0;
  width: 13%;
  height: 100%;
}
.email-signup ul li, .email-signup input[type="submit"] {
  margin: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.email-signup ul {
  margin-top: 0 !important;
  height: 100%;
}
.email-signup input[type="submit"] {
  padding-left: 0px;
  padding-right: 0px;
}
.email-signup .gfield div {
  height: 100%;
}
.email-signup .gfield input {
  padding: 9px;
  line-height: 31px;
  font-size: 18px;
  border-right: 0;
  border-radius: 0px;
  height: 100%;
}
.email-signup .gform_confirmation_message {
  padding-top: 0px;
}
.gform_hidden {
  display: none !important;
}
.form-box {
  padding: 30px 45px;
}
.form-box p {
  margin: 0;
  line-height: 1.56;
  font-size: 16px;
}
.form-box .header3 {
  line-height: 1.56;
}
.form-box .gform_wrapper {
  margin-top: 20px;
}
.gform_ajax_spinner {
  display: none;
}
input.gfield-loading[type="submit"]:hover, input.gfield-loading[type="submit"] {
  background-color: #000 !important;
  color: transparent !important;
  border-color: #000 !important;
  background-image: url(ets/themes/augusto-theme/images/default/loading-white.gif) !important;
  background-position: center !important;
  background-size: auto 80% !important;
  background-repeat: no-repeat !important;
}
.dropdown .SumoSelect {
  width: 100%;
}
span.placeholder {
  display: none;
}
.SumoSelect > .CaptionCont {
  border: none !important;
  height: auto;
  width: 100%;
  padding-left: 0px;
  margin: 0;
  background: transparent !important;
  padding: 0;
  cursor: pointer !important;
}
.SumoSelect > .CaptionCont span {
  float: none;
  cursor: pointer !important;
  padding: 15px !important;
  font-style: normal !important;
  transition: 0.2s ease all;
}
.SumoSelect > .CaptionCont:hover span {
  border: 1px solid #9e9f9e;
}
.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
div.SumoSelect > .CaptionCont > label {
  right: 10px;
}
div.SumoSelect > .CaptionCont > label > i {
  width: initial;
  height: inherit;
  opacity: 0.75;
  background-image: url(ets/themes/augusto-theme/images/default/forms/select.svg);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 12px;
}
.SumoSelect.open > .optWrapper {
  top: 49px !important;
  min-width: 250px;
  right: 0;
  left: inherit;
}
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px !important;
}
.SumoSelect > .optWrapper > .options {
  padding: 0 !important;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 8px 14px !important;
}
.SumoSelect > .optWrapper > .options li.opt.gf_placeholder {
  display: none;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #f2f2f2 !important;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span, .SumoSelect .select-all > span {
  height: 100%;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
  background: none;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span i {
  width: 16px;
  height: 16px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i:before {
  content: '\e908';
  top: -3px;
  position: relative;
  left: -1px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i:before, .SumoSelect .select-all > span i:before {
  content: '\e909';
  top: -3px;
  position: relative;
  left: -1px;
}
.SumoSelect > .optWrapper > .options {
  padding: 9px;
}
html body {
  opacity: 1 !important;
}
html:before {
  background-color: transparent !important;
  height: 0%;
  content: '';
  position: fixed;
  width: 100%;
  z-index: 5998;
  pointer-events: none;
  transition: 0.5s ease background-color 0s, 0s ease height 0.5s;
}
html.html-loading:before {
  background-color: #fff !important;
  height: 100%;
  transition: 0.1s ease background-color;
}
html {
  -webkit-overflow-scrolling: touch;
}
html.mfp-open {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}
.mfp-wrap {
  -webkit-overflow-scrolling: touch;
}
/* 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;
  border-color: #f2f2f2;
  border-width: 0.5px;
}
em, i {
  font-style: italic;
}
.section-bk {
  background: #f2f2f2;
}
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;
}
.center {
  text-align: center;
}
.hide {
  display: none;
}
a[href] {
  cursor: pointer;
}
[slideout] {
  cursor: pointer !important;
}
table {
  width: 100%;
}
.tr {
  display: table-row;
}
.td {
  display: table-cell;
  vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
@media (min-width: 1020px) {
  a[href^="tel"] {
    pointer-events: none;
    cursor: default;
  }
  a[href=""] {
    cursor: default;
  }
}
.heading {
  margin-top: 0px;
  margin-bottom: 25px;
}
@media (max-width: 735px) {
  .heading {
    margin-bottom: 15px;
  }
}
/* centered */
.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.centered img {
  margin: auto;
}
.content-layout:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (max-width: 1020px) {
  .content-layout .vcenteredtable {
    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((1920px / 2) - 20px);
}
@media (max-width: 1920px) {
  .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;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.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-static {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.image-circle {
  width: 112px;
  height: 112px;
  border-radius: 1000px;
  overflow: hidden;
}
.image-circle img {
  min-width: 100%;
  min-height: 100%;
}
.darken-bk, .darken-image {
  position: relative;
}
.darken-bk:before, .darken-image:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 1);
  opacity: 0.6;
  z-index: 2;
}
.darken-bk.backgroundImageFixed, .darken-bk.image-bk {
  position: absolute;
}
.darken-bk div, .darken-bk span, .darken-bk a, .darken-bk img {
  z-index: 3;
  position: relative;
}
.grayscale {
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
  -webkit-filter: url('ets/themes/augusto-theme/images/default/gray.svg#grayscale');
  filter: url('ets/themes/augusto-theme/images/default/gray.svg#grayscale');
  -webkit-filter: gray;
  filter: gray;
}
.line-break-bottom {
  position: relative;
}
.line-break-bottom:after {
  border-bottom: 1px solid #f2f2f2;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.backgroundImage, .backgroundImageFixed {
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.backgroundImageFixed {
  background-attachment: fixed;
}
.line-break-top {
  position: relative;
}
.line-break-top:before {
  border-top: 1px solid #f2f2f2;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
/* 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 i, .white-text span, .white-text article p, .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;
  display: inline-block;
}
/*Breadcrumbs	*/
.site-links {
  margin: 15px 0 10px;
  font-size: 13px;
}
.site-links > span > span, .site-links > span > a, .site-links > span {
  margin-left: 0;
}
.site-links span {
  margin-left: 3px;
  color: #767776;
}
.site-links a {
  margin-right: 3px;
  color: #767776;
  text-decoration: none;
}
.site-links a:hover {
  text-decoration: underline;
  color: #9e9f9e;
}
/* Sliders */
.lSSlideOuter {
  position: relative;
}
.lSSlideOuter .lslide img {
  width: 100%;
  max-width: none;
}
.lSSlideOuter .lSPager .play-btn:before {
  width: 30px;
  height: 30px;
  font-size: 30px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #9e9f9e !important;
}
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #000 !important;
}
.lSSlideOuter .lSAction > a {
  width: 48px;
  height: 48px;
  opacity: 0.5;
}
.lSSlideOuter .lSAction > a:before {
  font-size: 48px;
  width: 24px;
  height: 48px;
  color: #000;
  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 .lSAction > a.lSNext {
  right: 40px;
  background: none;
}
.lSSlideOuter .lSAction > a.lSNext:before {
  content: '\e8cc';
}
.lSSlideOuter .lSAction > a.lSPrev {
  left: 40px;
  background: none;
}
.lSSlideOuter .lSAction > a.lSPrev:before {
  content: '\e901';
}
.lSSlideOuter .lSAction > a:hover {
  opacity: 1;
}
.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;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0 !important;
}
.lg-backdrop {
  background-color: #fff !important;
  z-index: 9999 !important;
}
.lg-backdrop, .lg-outer {
  z-index: 9999 !important;
}
.lg-outer .lg-sub-html {
  background-color: rgba(255, 255, 255, 1) !important;
}
.lg-outer .lg-toolbar {
  background-color: transparent !important;
  z-index: 9999 !important;
}
.lg-sub-html {
  color: #000 !important;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(255, 255, 255, .45) !important;
  color: #000 !important;
}
.lg-toolbar .lg-icon {
  color: #000 !important;
}
#lg-counter {
  color: #000 !important;
}
.lg-outer .lg-toogle-thumb, .lg-outer .lg-thumb-outer {
  background-color: #e6e6e6 !important;
}
.lg-outer .lg-thumb-item {
  border-radius: 0 !important;
  border: 2px solid transparent !important;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #000 !important;
}
.lg-outer .lg-video-cont {
  max-width: none !important;
  max-height: 92%;
  width: 79%;
  padding: 0 5px;
}
.mfp-iframe-holder .mfp-content {
  max-width: 97% !important;
  max-height: 97% !important;
}
.mfp-iframe-scaler {
  overflow: visible !important;
}
.mfp-fade.mfp-bg.mfp-ready.video-overlay {
  opacity: 1 !important;
  background: #000;
}
.mfp-fade.mfp-bg.mfp-ready.video-overlay.mfp-removing {
  opacity: 0 !important;
}
.mfp-wrap, .mfp-bg {
  z-index: 99999 !important;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s 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 !important;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s 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;
}
.noresults {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  background: #fff;
}
.noresults img {
  display: inline-block;
  width: 52px;
  margin: 0;
  padding: 40px 0;
  vertical-align: top;
}
.noresults span {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  padding: 53px 10px;
}
.scss_errors {
  display: none;
}
.logged-in .scss_errors {
  position: fixed;
  top: 0;
  width: 100%;
  background: red;
  z-index: 999;
  padding: 40px;
}
.read-more {
  display: none;
}
.more-wrapper {
  max-height: 300px;
  position: relative;
  overflow: hidden;
}
.more-wrapper.open {
  max-height: none;
}
.more-wrapper .read-more {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  cursor: pointer;
}
.more-wrapper .read-more:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.more-wrapper .read-more span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  font-weight: 500;
  font-size: 15px;
}
/* Mobile Nav */
.mm-page {
  position: relative;
  z-index: 1;
}
.mm-listview {
  padding-bottom: 50px;
}
.mm-listview li {
  float: left;
  width: 100%;
}
.mm-listview li a, .mm-listview li span {
  font-weight: 300;
  padding: 14px 10px 14px 20px !important;
}
.mm-listview li.box-links {
  width: calc(50% - 20px) !important;
}
.mm-listview li.box-links:nth-child(odd) {
  margin-left: 20px !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mm-listview li.box-links:nth-child(even) {
  margin-right: 20px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mm-listview li.box-links:nth-child(-n+2) {
  margin-top: 0px !important;
  border-top-color: transparent !important;
}
.mm-listview li.box-links:nth-child(-n+2) {
  margin-top: 0px !important;
}
.mm-listview li.box-links a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 !important;
  z-index: 1;
}
.mm-listview li.box-links:after {
  content: none !important;
}
.mm-listview li.box-links span {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
.mm-listview li.box-links span i {
  display: block;
  font-size: 35px;
  padding: 16px 0;
}
@media (min-width: 1020px) {
  .mobile_filter_container {
    display: none;
  }
}
.mobile_filter_container .mobile-filterbar {
  border-top: 1px solid #f2f2f4;
  border-bottom: 1px solid #f2f2f4;
  margin: 10px 0;
  float: left;
  width: 100%;
  z-index: 2;
  position: relative;
}
.mobile_filter_container .mobile-filter {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.mobile_filter_container .mobile-filter.icons1 {
  width: calc(100% - (66px * 1));
}
.mobile_filter_container .mobile-filter.icons2 {
  width: calc(100% - (66px * 2));
}
.mobile_filter_container .mobile-filter.small-filter {
  width: 66px;
}
.mobile_filter_container .mobile-filter i {
  padding: 24px;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}
.mobile_filter_container .mobile-filter i.icon-search {
  font-size: 24px;
  line-height: 24px;
  padding: 20px;
}
.mobile_filter_container .mobile-filter.small-filter {
  float: right;
}
.mobile_filter_container .mobile-filter.small-filter i {
  border-left: 1px solid #f2f2f2;
}
.mobile_filter_container .mobile-filter.large-filter i {
  font-size: 24px;
  line-height: 24px;
  padding: 19px;
  padding-left: 10px;
  padding-right: 12px;
}
.mobile_filter_container .mobile-filter.large-filter span {
  display: inline-block;
  width: calc(100% - 62px);
  vertical-align: top;
  padding: 20px 0;
}
.mobile_filter_container .mobile-filter-sort {
  font-size: 10px;
  margin-top: -6px;
  padding-bottom: 10px;
  display: block;
  float: left;
}
.mobile_filter_container .mobile-filter-sort select {
  font-weight: 300;
  color: #000;
  background-image: url(ets/themes/augusto-theme/images/default/forms/select.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px;
  background-color: transparent;
  border: none;
  padding-right: 16px;
}
.mm-wrapper_opened .mm-page__blocker.mm-slideout {
  z-index: 6997 !important;
}
.mm-wrapper_opened .mm-page__blocker.mm-slideout.page__blocker_solid {
  opacity: 1 !important;
}
.mm-menu.mm-menu_mobile-filter {
  background: #fff;
  overflow: hidden;
}
.mm-menu.mm-menu_mobile-filter.mm-menu_opened {
  z-index: 99999 !important;
}
.mm-menu.mm-menu_mobile-filter.mm-menu_position-bottom {
  height: 60vh;
}
.mm-menu.mm-menu_mobile-filter .mm-panels {
  top: 0 !important;
}
.mm-menu.mm-menu_mobile-filter .mm-navbars_top {
  left: unset !important;
}
.mm-menu.mm-menu_mobile-filter .filter-apply {
  background: #000;
  color: white !important;
  font-weight: 400;
  line-height: 14px;
  margin: 7px;
}
.mm-menu.mm-menu_mobile-filter .mm-panel {
  padding-bottom: 20px;
}
.mm-menu.mm-menu_mobile-filter.mm-menu_mobile-filter-refine .checkbox, .mm-menu.mm-menu_mobile-filter.mm-menu_mobile-filter-refine [href^="http"] {
  cursor: pointer;
  padding-right: 56px !important;
}
.mm-menu.mm-menu_mobile-filter.mm-menu_mobile-filter-refine .checkbox:before, .mm-menu.mm-menu_mobile-filter.mm-menu_mobile-filter-refine [href^="http"]:before {
  content: '\e922';
  font-family: 'sd-icons';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
  font-size: 20px;
}
.mm-menu.mm-menu_mobile-filter.mm-menu_mobile-filter-refine .mm-listitem_selected-parent [href^="http"]:before {
  content: none;
}
.mm-menu.mm-menu_mobile-filter.mm-menu_mobile-filter-refine .chosen {
  display: block !important;
}
.mm-menu.mm-menu_mobile-filter.mm-menu_mobile-filter-refine .chosen .checkbox, .mm-menu.mm-menu_mobile-filter.mm-menu_mobile-filter-refine .chosen [href^="http"] {
  font-weight: 400;
}
.mm-menu.mm-menu_mobile-filter.mm-menu_mobile-filter-refine .chosen .checkbox:before, .mm-menu.mm-menu_mobile-filter.mm-menu_mobile-filter-refine .chosen [href^="http"]:before {
  content: '\e908';
}
.mm-menu.mm-menu_mobile-filter form input[type="search"] {
  width: calc(100% - 117px);
  padding: 12px 15px;
  border: none;
  /* border-bottom: 1px solid #f2f2f2; */
  margin-bottom: 0;
  background: #f2f2f2;
  -webkit-appearance: none;
}
.mm-menu.mm-menu_mobile-filter form input[type="submit"] {
  margin: 0;
}
.mm-menu.mm-menu_mobile-filter .mobile-search {
  padding-top: 20px;
}
.mm-menu.mm-menu_mobile-filter .mobile-search span {
  padding: 14px 20px 14px 20px !important;
}
.mm-menu.mm-menu_mobile-filter .mobile-search:after {
  border: none !important;
}
/*# sourceMappingURL=cms.css.map */