/*
    Theme Name: Australian Training Products
    Theme URI: http://www.futuradigital.com.au
    Description: Australian Training Products
    Version: 1.0.0
    Author: Evan Harrison
    Author URI: http://www.futuradigital.com.au
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.3em;
  font-family: "proxima-nova",sans-serif;
  color: #3c3c3c;
  font-size: 17px;
  background-color: #efeefa;
  /* overflow-y: scroll; */
  /* min-width: 320px; */
  overflow-x: hidden; }

#gform_confirmation_message_16 {
  margin-top: 40px; }

#gform_confirmation_message_16 img {
  display: inline-block; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0px !important; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0px; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  display: block;
  height: auto !important; }
  img.wide {
    width: 100%; }

a:focus {
  outline: 0; }

a {
  outline: 0;
  text-decoration: none; }
  a:hover {
    color: #0382ff; }

p {
  margin-bottom: 20px;
  line-height: 1.4em;
  text-rendering: geometricPrecision;
  -moz-text-rendering: geometricPrecision;
  -webkit-text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased; }

.hide-mobile {
  display: block !important; }

.show-mobile {
  display: none !important; }

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .show-mobile {
    display: block !important; } }
* {
  box-sizing: border-box; }

.float-right {
  float: right; }

.logo {
  display: block;
  float: left; }
  .logo img {
    max-width: 196px;
    width: 100%;
    height: auto; }

.phone {
  position: relative;
  margin-left: 25px; }
  .phone:after {
    position: absolute;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    left: -25px;
    background-size: contain;
    background-position: center center;
    background-image: url("./img/phone-icon.png");
    background-repeat: no-repeat;
    top: 0px; }
  .phone.header-phone:after {
    top: 10px; }

.float-left {
  float: left; }

.clearfloat {
  clear: both;
  padding-top: 35px; }

.featured-image img {
  width: 100%; }

.seperator {
  border: 0px;
  clear: both;
  width: 100%;
  height: 3px;
  background-color: #eaeaea; }

.thin-seperator {
  border: 0px;
  clear: both;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #0382ff; }

.blue-border-bottom {
  border-bottom: 15px solid #0382ff; }

.well {
  background-color: #f5f5f5;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15) inset;
  padding-top: 40px;
  padding-bottom: 75px;
  overflow-x: hidden; }
  .well .flexslider {
    background-color: transparent;
    margin-bottom: 0; }
    .well .flexslider .flex-control-nav {
      z-index: 110;
      bottom: -60px; }

@media screen and (max-width: 600px) {
  .mobile-hide {
    display: none !important; } }
.background-image {
  background-size: cover;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat; }

@media screen and (max-width: 768px) {
  .well {
    padding-bottom: 40px; } }
.searchform {
  float: right;
  margin-left: 15px;
  margin-top: -1px; }
  .searchform input {
    font-size: 11px;
    padding: 5px;
    border: 0; }

.set-width-block {
  max-width: 480px;
  padding-top: 60px; }
  .set-width-block img {
    margin-top: 50px; }
  .set-width-block.float-right {
    margin-right: 110px; }
  .set-width-block.float-left {
    margin-left: 55px; }
  .set-width-block.wide {
    max-width: 530px;
    margin-right: 59px; }

.full-width:after {
  clear: both;
  content: ' ';
  display: block; }
.full-width .col-left,
.full-width .col-right {
  width: 50%;
  height: 510px;
  overflow: hidden; }
.full-width .col-left {
  float: left; }
.full-width .col-right {
  float: right; }
.full-width iframe {
  height: 510px;
  width: 100%;
  overflow: hidden; }

@media screen and (max-width: 1190px) {
  .full-width .set-width-block {
    margin-bottom: 40px;
    padding: 40px; }
    .full-width .set-width-block.float-right {
      margin-right: 40px; }
    .full-width .set-width-block img {
      margin-top: 10px; }
    .full-width .set-width-block p {
      font-size: 18px; }
    .full-width .set-width-block h2 {
      line-height: 1.1em;
      margin-bottom: 25px; }
    .full-width .set-width-block a {
      margin-bottom: 10px;
      font-size: 15px; } }
@media screen and (max-width: 900px) {
  .full-width .col-left,
  .full-width .col-right {
    float: none;
    width: 100%;
    height: auto; }
  .full-width .image-column,
  .full-width iframe {
    height: 400px; }
  .full-width .set-width-block {
    margin: 20px 0px 40px 0px;
    max-width: none;
    padding: 20px;
    width: 100%; }
    .full-width .set-width-block.float-right {
      margin-right: 0; } }
@media screen and (max-width: 500px) {
  .full-width .image-column,
  .full-width iframe {
    height: 200px; } }
@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid: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; }

.atp-home-banner {
  background-color: #0382ff;
  color: #fff;
  height: 780px;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat; }
  .atp-home-banner .wrapper {
    background-color: #0382FF;
    height: 100%; }
  .atp-home-banner img {
    display: block;
    padding-top: 250px;
    padding-bottom: 60px;
    margin: 0 auto; }
  .atp-home-banner .home-lower-wrapper {
    max-width: 750px;
    width: 100%;
    margin: 0 auto; }
  .atp-home-banner .buttons {
    text-align: center; }
    .atp-home-banner .buttons .button {
      margin: 0px 20px;
      min-width: 190px;
      text-align: center;
      font-size: 18px; }
  .atp-home-banner .atp-search-home {
    margin-bottom: 50px; }
  .atp-home-banner #ajaxsearchlite1 .probox .proinput input,
  .atp-home-banner div[id*="ajaxsearchlite"] .probox .proinput input {
    font-size: 20px;
    color: #eee; }
  .atp-home-banner div.wpdreams_asl_container[id*="ajaxsearchlite"] {
    margin: 0px;
    padding: 9px;
    border-radius: 4px; }
  .atp-home-banner .asl_res_url small {
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
    color: #666; }

div[id*="ajaxsearchlite"] .probox .promagnifier .innericon svg {
  -webkit-fill: #969696;
  -moz-fill: #969696;
  fill: #969696; }

.header-container {
  padding-top: 15px;
  padding-bottom: 15px;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  transition: all 0.3s ease; }
  .header-container.static {
    position: static;
    background-color: #0382ff;
    padding-top: 0px; }
    .header-container.static .top-header {
      background-color: #0075e9; }
  .header-container.fixed {
    position: fixed;
    background-color: #0382ff; }
  .header-container.absolute {
    position: absolute; }
  .header-container.sticky {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); }

.top-header {
  transition: all 0.3s ease;
  margin-bottom: 20px;
  font-size: 27px; }
  .top-header:after {
    clear: both;
    content: ' ';
    display: block; }
  .top-header .float-right {
    max-width: 450px; }
    .top-header .float-right a {
      color: #fff; }
  .top-header .bar {
    height: 35px;
    border-right: 2px solid #fff;
    display: inline-block;
    vertical-align: middle; }

.lower-header .col-1-3 {
  width: 33.333%;
  float: left; }
.lower-header #ajaxsearchlite1 {
  margin-top: 7px; }
.lower-header ul {
  list-style-type: none;
  float: right; }
  .lower-header ul li {
    float: left;
    list-style-type: none; }
    .lower-header ul li a {
      transition: all 0.3s ease;
      float: left;
      padding: 20px;
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      letter-spacing: -0.03em; }
    .lower-header ul li:last-child a {
      padding-right: 0 !important; }

@media screen and (max-width: 1024px) {
  .atp-home-banner .home-lower-wrapper {
    max-width: 650px; }
  .atp-home-banner #ajaxsearchlite1 .probox .proinput input,
  .atp-home-banner div[id*="ajaxsearchlite"] .probox .proinput input {
    font-size: 15px; }
  .atp-home-banner div.wpdreams_asl_container[id*="ajaxsearchlite"] {
    margin: 0px;
    padding: 0px; } }
@media screen and (max-width: 767px) {
  .lower-header .col-1-3 {
    width: 33.33%; } }
@media screen and (max-width: 320px) {
  .lower-header .logo {
    margin-top: 5px; } }
@media screen and (max-width: 1024px) {
  .atp-home-banner img {
    display: block;
    max-width: 400px;
    width: 100%;
    padding-top: 250px;
    padding-bottom: 60px;
    margin: 0 auto; } }
@media screen and (max-width: 768px) {
  .header-container {
    background-color: #0382ff;
    position: static;
    display: block; }

  .atp-home-banner {
    height: auto; }
    .atp-home-banner .buttons .button {
      margin-bottom: 15px; }
    .atp-home-banner .wrapper {
      padding-bottom: 50px; }
    .atp-home-banner img {
      padding-top: 150px;
      width: 100%; } }
@media screen and (max-width: 767px) {
  .top-header {
    display: none; } }
.atp-opening-statement {
  overflow: hidden;
  position: relative; }
  .atp-opening-statement .col-md-6 {
    position: relative; }
    .atp-opening-statement .col-md-6.text {
      padding-top: 100px;
      padding-bottom: 50px; }
  .atp-opening-statement .opening-image {
    position: absolute;
    left: 120px;
    top: 0px;
    width: auto;
    max-width: none; }

div[id*="ajaxsearchlite"] {
  z-index: 50 !important; }

@media screen and (max-width: 767px) {
  .atp-opening-statement .col-md-6.text {
    padding-top: 20px;
    padding-bottom: 20px; } }
.brands-block {
  background-color: #fff; }
  .brands-block .brands img {
    margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .brands-block {
    display: none; } }
.top-header {
  display: none; }

.menu-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  position: relative;
  padding-left: 1.25em;
  margin-top: -4px; }
  .menu-icon:before {
    content: "MENU";
    position: absolute;
    left: 0;
    top: -2px;
    width: 1.2em;
    height: 0.16em;
    line-height: 19px;
    background: white;
    color: #fff;
    text-indent: -54px;
    box-shadow: 0px 0.4em 0px 0px #fff,0px 0.8em 0px 0px #fff; }

.primary-menu {
  display: none;
  position: fixed;
  z-index: 9999999;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #2e2e2e;
  max-width: 320px;
  padding: 20px 20px 84px 20px; }

.close-menu {
  float: right;
  width: 22px;
  height: 22px;
  display: block;
  background-image: url("./img/cross.png");
  cursor: pointer; }
  .close-menu:after {
    clear: both;
    content: ' ';
    display: block; }

.menu-logo {
  height: 42px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("./img/menu-logo.png");
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0px; }

.lower-header .primary-menu {
  width: 100%;
  overflow-y: scroll; }
  .lower-header .primary-menu ul {
    margin-top: 55px;
    margin-bottom: 20px; }
  .lower-header .primary-menu ul,
  .lower-header .primary-menu li {
    float: none;
    width: 100%; }
    .lower-header .primary-menu ul.active > a,
    .lower-header .primary-menu li.active > a {
      background-color: #0382ff;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      padding-top: 14px;
      padding-bottom: 14px; }
    .lower-header .primary-menu ul.menu-item-has-children > ul,
    .lower-header .primary-menu li.menu-item-has-children > ul {
      display: none;
      margin: 0;
      padding: 10px;
      background-color: #3F3F3F;
      margin-bottom: 10px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      .lower-header .primary-menu ul.menu-item-has-children > ul a,
      .lower-header .primary-menu li.menu-item-has-children > ul a {
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: normal;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 20px; }
    .lower-header .primary-menu ul a,
    .lower-header .primary-menu li a {
      float: none;
      width: 100%;
      display: block;
      font-size: 35px;
      font-weight: 700;
      padding: 7px;
      margin-top: 25px; }
      .lower-header .primary-menu ul a:hover,
      .lower-header .primary-menu li a:hover {
        background-color: #0382ff; }

.menu-button {
  display: block;
  position: absolute;
  right: 0;
  cursor: pointer;
  padding: 10px;
  color: #fff; }

.sticky .menu-button {
  color: #0c0c0c; }

.header .nav {
  clear: both;
  float: none;
  width: 100%;
  margin-top: 15px; }
  .header .nav ul {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.3); }
  .header .nav li {
    width: 100%; }
    .header .nav li a {
      width: 100%;
      padding: 10px !important; }

@media screen and (max-height: 850px) {
  .lower-header .primary-menu {
    padding-bottom: 20px;
    overflow-y: scroll; }
    .lower-header .primary-menu .menu-logo {
      display: none; } }
@media screen and (max-width: 760px) {
  /* .lower-header .col-1-3 {
       width: 100% !important;
       text-align: center;
   } */
  .menu-icon:before {
    line-height: 15px;
    text-indent: -48px; }
  .menu-icon .menu-button {
    display: block;
    /* float: none; */
    cursor: pointer;
    padding: 10px;
    color: #fff; } }
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 20px; }

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px; }
  .wrapper:after {
    clear: both;
    content: ' ';
    display: block; }

@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 0px 20px 0px 20px; } }
.padded {
  padding-top: 115px;
  padding-bottom: 100px; }

.half-padded {
  padding-top: 65px;
  padding-bottom: 65px; }

@media screen and (max-width: 1024px) {
  .padded {
    padding-top: 30px;
    padding-bottom: 30px; }

  .half-padded {
    padding-top: 20px;
    padding-bottom: 20px; } }
.columns:after {
  clear: both;
  content: ' ';
  display: block; }

.col-1-2 {
  float: left;
  width: 50%; }
  .col-1-2.left {
    padding-right: 120px; }

.col-1-4 {
  float: left;
  width: 25%;
  padding: 15px; }

@media screen and (max-width: 1023px) {
  .col-1-2 {
    width: 100%;
    margin-bottom: 25px; }
    .col-1-2.left {
      padding-right: 0; }
    .col-1-2 body {
      min-width: 360px; } }
@media screen and (max-width: 1023px) {
  .col-1-4 {
    width: 50%;
    margin-bottom: 25px; } }
@media screen and (max-width: 767px) {
  .col-1-4 {
    width: 100%;
    margin-bottom: 25px; } }
.page-template-template-landing .simpleSlider .flexslider {
  max-width: 90% !important; }

.page-template-template-landing .simpleSlider .flexslider li.slide {
  background-size: contain; }

.page-template-template-landing .flex-control-nav {
  max-width: 90% !important; }

.flexslider {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: 10;
  margin-bottom: 0; }
  .flexslider .flex-control-nav, .flexslider .flex-direction-nav {
    line-height: normal; }
  .flexslider .flex-control-nav {
    z-index: 110;
    bottom: 20px; }

.simpleSlider {
  background: #fff; }

.simpleSlider .flexslider {
  max-width: 900px;
  height: auto;
  margin: auto;
  padding: 60px;
  overflow: hidden; }

.simpleSlider .flexslider .flex-control-nav {
  z-index: 110;
  bottom: 20px;
  max-width: 780px; }

@media screen and (max-width: 768px) {
  .flex-direction-nav,
  .flex-control-nav {
    display: none; } }
.homepage-slider {
  overflow-x: hidden; }
  .homepage-slider .slide {
    min-height: 850px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

.white-block {
  padding: 30px 40px;
  margin-top: 260px;
  background-color: #fff;
  max-width: 480px; }
  .white-block h1 {
    font-weight: 300;
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 50px; }
    .white-block h1 strong {
      letter-spacing: -2px; }
  .white-block.float-center {
    margin-left: auto;
    margin-right: auto; }

@media screen and (max-width: 1024px) {
  .homepage-slider .slide {
    min-height: 640px; }
  .homepage-slider .white-block {
    margin-top: 220px;
    max-width: 350px;
    text-align: center; }
    .homepage-slider .white-block h1 {
      line-height: 40px;
      font-size: 30px;
      margin-bottom: 30px; }
    .homepage-slider .white-block.float-left {
      margin-left: 30px; }
    .homepage-slider .white-block.float-right {
      margin-right: 30px; } }
@media screen and (max-width: 767px) {
  .homepage-slider .slide {
    min-height: 480px; }
  .homepage-slider .white-block {
    max-width: none;
    float: none;
    margin: 100px 50px 0px 50px; }
    .homepage-slider .white-block h1 {
      line-height: 40px;
      font-size: 30px;
      margin-bottom: 30px; } }
@media screen and (max-width: 600px) {
  .homepage-slider .slide {
    min-height: 335px; }
  .homepage-slider .white-block {
    padding: 20px; }
    .homepage-slider .white-block.float-left, .homepage-slider .white-block.float-right {
      margin: 60px 20px 0px 20px; }
    .homepage-slider .white-block h1 {
      line-height: 30px;
      font-size: 25px;
      margin-bottom: 20px; } }
pre {
  background-color: #eee; }

code {
  padding: 17px;
  background-color: #333;
  color: #fff;
  font-size: 13px;
  display: block;
  line-height: 1.2em;
  margin: 25px 0px; }

em {
  font-style: italic; }

blockquote {
  border-left: 2px solid #0382ff;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 20px 0px; }
  blockquote p:last-child {
    margin-bottom: 0px; }

h1 {
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 45px;
  letter-spacing: -2px;
  line-height: 1.1em;
  padding-right: 10px; }
  h1 strong {
    font-weight: 700; }

h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 45px; }
  h2 strong {
    font-weight: 700; }

h3 {
  font-size: 24px;
  margin-bottom: 20px; }

h4 {
  font-size: 21px;
  color: #0382ff;
  font-weight: 400; }

h5 {
  font-size: 19px;
  font-weight: 300; }

h6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 23px; }

strong,
b {
  font-weight: 700; }

@media screen and (max-width: 768px) {
  body {
    font-size: 15px; }

  h1 {
    font-size: 30px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 23px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 15px; }

  p {
    margin-bottom: 20px; } }
.button,
a.button {
  border: 0;
  display: inline-block;
  border-radius: 5px;
  background-color: #0382ff;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 15px;
  transition: background-color 0.2s ease;
  color: #fff;
  text-decoration: none;
  font-weight: normal; }
  .button.large,
  a.button.large {
    padding: 20px 25px;
    font-weight: 300;
    font-size: 30px; }
  .button.small,
  a.button.small {
    padding: 5px 10px;
    font-size: 18px; }
  .button.tiny,
  a.button.tiny {
    padding: 5px 10px;
    font-size: 11px; }
  .button.blue-ghost,
  a.button.blue-ghost {
    background-color: transparent;
    border: 2px solid #0382ff;
    color: #0382ff;
    transition: all 0.2s ease; }
    .button.blue-ghost:hover,
    a.button.blue-ghost:hover {
      color: #fff;
      background-color: #0382ff; }
  .button.ghost-btn,
  a.button.ghost-btn {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    transition: all 0.2s ease; }
    .button.ghost-btn:hover,
    a.button.ghost-btn:hover {
      color: #0382ff;
      background-color: #fff; }
  .button:hover,
  a.button:hover {
    color: #fff;
    background-color: #005bb6; }

@media screen and (max-width: 1024px) {
  .button.large {
    padding: 15px 20px;
    font-size: 20px; } }
.page-has-feature-image .standard-page-wrapper {
  padding-top: 60px; }

.standard-page-wrapper {
  padding-top: 160px; }
  .standard-page-wrapper .standard-page {
    float: left;
    width: 75%;
    padding-right: 15px;
    padding-bottom: 75px; }
    .standard-page-wrapper .standard-page.full {
      width: 100%; }
  .standard-page-wrapper .page-sidebar {
    padding-left: 15px;
    float: left;
    width: 25%; }
  .standard-page-wrapper hr {
    border: 0px;
    clear: both;
    width: 100%;
    height: 3px;
    background-color: #eaeaea;
    margin: 35px auto; }
  .standard-page-wrapper a {
    color: #0382ff;
    font-weight: bold; }
    .standard-page-wrapper a:hover {
      text-decoration: underline;
      color: #0075e9; }
  .standard-page-wrapper .button {
    color: #fff; }
    .standard-page-wrapper .button:hover {
      text-decoration: none;
      color: #fff; }
  .standard-page-wrapper h2,
  .standard-page-wrapper h3,
  .standard-page-wrapper h4,
  .standard-page-wrapper h5,
  .standard-page-wrapper h6 {
    margin-top: 45px;
    margin-bottom: 15px;
    display: block;
    clear: both;
    line-height: 1em; }
  .standard-page-wrapper ul,
  .standard-page-wrapper ol {
    margin: 15px 0px 15px 45px; }
    .standard-page-wrapper ul li,
    .standard-page-wrapper ol li {
      margin-bottom: 10px; }

.featured-image-wrapper {
  min-height: 510px;
  padding-top: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .featured-image-wrapper .image-header-title {
    position: absolute;
    bottom: 0px;
    line-height: 2.1em;
    letter-spacing: 0px;
    background-image: url("./img/image-header.png");
    width: 1011px;
    height: 185px;
    background-repeat: no-repeat;
    padding-top: 54px;
    padding-left: 30px;
    padding-right: 280px;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center; }
    .featured-image-wrapper .image-header-title h1 {
      margin-bottom: 0px; }

@media screen and (max-width: 1059px) {
  .featured-image-wrapper .image-header-title {
    background-image: none;
    background-color: #0382FF;
    height: auto;
    width: auto;
    left: 30px;
    right: 30px;
    padding: 30px; } }
@media screen and (max-width: 1024px) {
  .featured-image-wrapper {
    min-height: 400px; }
    .featured-image-wrapper .standard-page {
      padding-bottom: 10px !important; } }
@media screen and (max-width: 768px) {
  .featured-image-wrapper {
    min-height: 350px; }

  .standard-page-wrapper {
    padding-top: 80px !important; } }
@media screen and (max-width: 767px) {
  .standard-page-wrapper .page-sidebar {
    float: none !important;
    width: 100% !important; }

  .standard-page-wrapper .standard-page {
    float: none !important;
    width: 100%; }
    .standard-page-wrapper .standard-page .featured-image-wrapper {
      min-height: 200px; }
      .standard-page-wrapper .standard-page .featured-image-wrapper .image-header-title {
        padding: 15px; }
        .standard-page-wrapper .standard-page .featured-image-wrapper .image-header-title h1 {
          font-size: 18px;
          letter-spacing: normal; } }
.sidebar {
  padding-right: 40px; }
  .sidebar .widget {
    padding-bottom: 40px; }
    .sidebar .widget input {
      width: 100%; }
    .sidebar .widget h3 {
      margin: 0px;
      font-size: 24px;
      padding-bottom: 10px; }
    .sidebar .widget li {
      font-size: 15px; }
      .sidebar .widget li .post-date {
        display: block;
        font-size: 13px;
        color: #999;
        font-weight: 300; }
  .sidebar .widget_categories ul,
  .sidebar .widget_product_categories ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 3px solid #e2e2e2; }
  .sidebar .widget_categories li,
  .sidebar .widget_product_categories li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .sidebar .widget_categories a,
  .sidebar .widget_product_categories a {
    padding: 15px 20px;
    display: block;
    font-size: 18px; }
  .sidebar .searchform {
    padding-top: 15px; }
    .sidebar .searchform .search-input {
      border: 1px solid #eee; }
    .sidebar .searchform input {
      font-size: 11px;
      padding: 5px;
      border: 0; }

.article-loop img {
  object-fit: cover;
  width: 100%;
  height: 245px !important; }

.latest-news {
  padding: 80px 0px 100px;
  background-image: url("./img/left-blob-2.png");
  background-repeat: no-repeat;
  background-position: bottom left; }
  .latest-news .news-items {
    margin-left: -10px;
    margin-right: -10px; }
    .latest-news .news-items:after {
      clear: both;
      content: ' ';
      display: block; }
    .latest-news .news-items .news-item {
      float: left;
      width: 33%;
      padding: 5px;
      margin-bottom: 25px; }
    .latest-news .news-items ul {
      list-style-type: none; }
      .latest-news .news-items ul li {
        list-style-type: none; }
    .latest-news .news-items .button {
      margin-right: 20px; }
    .latest-news .news-items .news-wrapper {
      display: block;
      position: relative;
      background-size: cover;
      background-position: center center;
      color: #fff;
      min-height: 300px; }
      .latest-news .news-items .news-wrapper .news-block-gradient {
        z-index: 10;
        position: absolute;
        height: 104px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-image: url("./img/news-block-gradient.png");
        background-position: bottom center;
        background-repeat: repeat-x; }
      .latest-news .news-items .news-wrapper:hover .overlay {
        background-color: rgba(0, 0, 0, 0.1); }
      .latest-news .news-items .news-wrapper .overlay {
        z-index: 100;
        position: absolute;
        background-color: rgba(81, 123, 141, 0.3);
        padding: 35px 30px;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        transition: background-color 0.3s ease; }
      .latest-news .news-items .news-wrapper .article-meta {
        z-index: 20;
        position: absolute;
        left: 0px;
        top: 15px;
        font-size: 18px;
        background-color: #0382ff;
        color: #fff;
        padding: 8px; }
      .latest-news .news-items .news-wrapper h4 {
        z-index: 20;
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        line-height: 1.3em;
        color: #fff;
        font-weight: 700; }

@media screen and (max-width: 1700px) {
  .latest-news {
    background-position-x: -140px; } }
@media screen and (max-width: 1310px) {
  .latest-news {
    background-image: none; } }
@media screen and (max-width: 767px) {
  .latest-news .news-items .news-wrapper {
    min-height: 245px !important; }
  .latest-news .news-items .news-item {
    width: 100%; } }
.blog-articles {
  float: left;
  width: 70%;
  padding-right: 120px; }
  .blog-articles .news-item {
    margin-bottom: 50px;
    list-style-type: none; }
    .blog-articles .news-item:after {
      clear: both;
      content: ' ';
      display: block; }
  .blog-articles .post-thumb {
    float: left;
    width: 20%; }
  .blog-articles .post-content {
    padding-left: 20px;
    float: left;
    width: 80%;
    font-size: 14px; }
  .blog-articles .button {
    display: block;
    float: right; }
  .blog-articles .summary {
    display: block;
    margin-bottom: 10px;
    margin-top: 5px; }
  .blog-articles a.button {
    font-size: 18px;
    color: #fff; }
  .blog-articles a h3 {
    color: #0c0c0c;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #0382ff;
    margin-bottom: 5px; }
  .blog-articles .category-name {
    font-size: 14px; }

.twitter {
  float: right;
  width: 25%; }

.blog-page-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 80px; }
.blog-page-wrapper .article-meta {
  margin-bottom: 15px;
  color: #999;
  font-size: 13px; }
  .blog-page-wrapper .article-meta a {
    color: #888;
    text-decoration: underline; }

.post-thumb img {
  width: 100%;
  margin-bottom: 10px; }

.article-loop {
  margin-bottom: 0px;
  float: left;
  width: 50%;
  padding: 15px;
  /* &:nth-child(2n+1) {
      clear: left;
      display: block; 
  }*/ }
  .article-loop .meta-data {
    font-size: 14px;
    margin-bottom: 10px; }
  .article-loop article {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    min-height: 425px; }
  .article-loop h2 {
    margin: 20px 0px;
    font-size: 24px; }
  .article-loop img {
    width: 100%; }

@media screen and (max-width: 767px) {
  .article-loop {
    margin-bottom: 0px;
    float: none !important;
    width: 100% !important; }

  .blog-articles,
  .twitter {
    width: 100%;
    padding-right: 0; } }
@media screen and (max-width: 480px) {
  .blog-articles .post-thumb {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
  .blog-articles .post-content {
    float: none;
    width: 100%;
    padding: 0; } }
table {
  width: 100%;
  border: 2px solid #666;
  font-size: 15px;
  margin: 25px 0px; }
  table td {
    padding: 8px; }
  table th {
    background-color: #eee;
    padding: 8px;
    text-align: left;
    font-weight: 700; }
  table tr:nth-child(even) {
    background-color: #fefefe; }

.homepage-form {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0b1e2f;
  color: #fff;
  text-align: center; }
  .homepage-form h2 {
    font-weight: 700; }
  .homepage-form a.phone {
    color: #fff;
    font-weight: 400;
    margin-left: 50px;
    display: inline-block; }
    .homepage-form a.phone:after {
      top: 4px; }
  .homepage-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 0; }
  .homepage-form .gform_wrapper .top_label .gfield_label {
    display: none; }
  .homepage-form .gform_wrapper .gform_body {
    width: 80%;
    float: left;
    clear: none; }
  .homepage-form .gform_wrapper .gform_footer {
    width: 20%;
    float: left;
    padding: 0;
    clear: none; }
    .homepage-form .gform_wrapper .gform_footer:after {
      clear: both;
      content: ' ';
      display: block; }
  .homepage-form .gform_wrapper .gfield_required {
    display: none; }
  .homepage-form .gform_wrapper li.gfield {
    float: left;
    width: 30%;
    clear: none; }
  .homepage-form .gform_wrapper #field_2_1 {
    width: 30%; }
  .homepage-form .gform_wrapper #field_2_2 {
    width: 35%; }
  .homepage-form .gform_wrapper #field_2_3 {
    width: 35%; }
  .homepage-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 14px 15px; }
  .homepage-form .gform_wrapper.gf_browser_gecko select {
    padding: 12px 15px; }
  .homepage-form .gform_wrapper.gf_browser_chrome select {
    padding: 14px; }
  .homepage-form .gform_wrapper .validation_message {
    color: #fff !important; }

select,
input,
textarea {
  padding: 5px;
  border: 2px solid #69b5ff;
  margin-top: 10px; }

input[type='button'] {
  border: 0px;
  background-color: #0382ff;
  color: #fff; }

body .gform_wrapper {
  margin: 45px 0px; }
  body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0; }
  body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 14px 20px;
    border: 2px solid #69b5ff; }
  body .gform_wrapper.gf_browser_gecko select {
    padding: 12px 20px;
    border: 2px solid #69b5ff; }
  body .gform_wrapper.gf_browser_chrome select {
    padding: 14px;
    border: 2px solid #69b5ff; }
  body .gform_wrapper textarea {
    border: 2px solid #69b5ff; }

@media screen and (max-width: 767px) {
  .homepage-form {
    line-height: 1.6em; }
    .homepage-form li.gfield {
      width: 100% !important;
      margin-bottom: 15px;
      margin-top: 0 !important; }
    .homepage-form .gform_wrapper .gform_body,
    .homepage-form .gform_wrapper .gform_footer {
      width: 100%; }
    .homepage-form a.phone {
      margin-left: 30px;
      margin-top: 25px;
      display: inline-block; } }
.testimonials {
  list-style-type: none; }
  .testimonials .tesimonial {
    list-style-type: none; }
  .testimonials .testimonial-image {
    float: left;
    width: 25%; }
    .testimonials .testimonial-image img {
      max-width: 200px;
      box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
      margin: 0 auto;
      margin-top: 50px; }
  .testimonials .tesimonial-text {
    font-size: 22px;
    font-style: italic;
    float: right;
    padding-right: 65px;
    padding-left: 50px;
    width: 75%; }
  .testimonials .credit {
    font-size: 17px;
    font-style: normal; }

@media screen and (max-width: 768px) {
  .testimonials .tesimonial-text {
    font-size: 18px; } }
@media screen and (max-width: 767px) {
  .testimonials .tesimonial-text,
  .testimonials .testimonial-image {
    float: none;
    width: 100%;
    padding: 0; }
  .testimonials .testimonial-image {
    margin-bottom: 25px; }
    .testimonials .testimonial-image img {
      margin-top: 0px; } }
.team-block {
  text-align: center; }

.team {
  margin-top: 65px;
  margin-left: -10px;
  margin-right: -10px; }
  .team:after {
    clear: both;
    content: ' ';
    display: block; }
  .team .person {
    list-style-type: none;
    float: left;
    width: 20%;
    padding: 0px 16px; }
    .team .person h4 {
      margin-top: 25px; }
    .team .person .subtitle {
      font-size: 18px;
      font-weight: 300;
      color: #0c0c0c; }
    .team .person img {
      width: 100%;
      background-color: purple; }

@media screen and (max-width: 767px) {
  .team {
    margin-left: 0;
    margin-right: 0; }
    .team .person {
      width: 100%;
      float: none;
      padding: 0px;
      margin-bottom: 40px; } }
footer {
  background-color: #081d31;
  background-image: url("./img/ibsa-content-side.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 200px;
  color: #a2a2a2;
  padding-bottom: 1px;
  font-size: 15px; }
  footer p {
    font-size: 14px; }
  footer a {
    color: #fff; }
  footer h5 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px; }
  footer h6 {
    text-transform: uppercase;
    color: #0382ff; }
  footer .contact-form,
  footer .download-app {
    width: 25%;
    float: left; }
  footer .download-app .app-icon {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px; }
  footer .download-app .download-icon {
    display: inline-block; }
  footer .footer-google-map {
    width: 50%;
    float: left;
    padding-left: 65px; }
  footer .phone {
    font-size: 25px; }
    footer .phone:after {
      top: 8px; }
  footer .links li {
    margin-left: 0px;
    padding-left: 20px;
    list-style-type: none;
    position: relative; }
    footer .links li:before {
      position: absolute;
      left: 0px;
      top: 7px;
      width: 9px;
      height: 9px;
      border-radius: 999px;
      content: ' ';
      border: 1px solid #0382ff; }
  footer .gform_wrapper {
    padding-right: 20px; }
    footer .gform_wrapper .top_label .gfield_label {
      display: none; }
    footer .gform_wrapper .gfield_required {
      display: none; }
    footer .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
      border-radius: 0;
      color: #081d31;
      border: 0;
      padding: 8px 10px;
      background-color: #e9faff; }
    footer .gform_wrapper .button {
      font-weight: 700; }
    footer .gform_wrapper .validation_message {
      color: #fff !important; }

.social-media {
  margin-bottom: 20px;
  margin-top: 30px; }
  .social-media:after {
    clear: both;
    content: ' ';
    display: block; }
  .social-media li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left; }
    .social-media li a {
      display: block;
      float: left;
      border-radius: 4px;
      width: 40px;
      height: 40px;
      margin-right: 8px;
      text-indent: -9999px;
      overflow: hidden;
      opacity: 0.7;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
      .social-media li a:hover {
        opacity: 1; }
      .social-media li a.icon-facebook {
        background-image: url("./img/ico-facebook.png"); }
      .social-media li a.icon-twitter {
        background-image: url("./img/ico-twitter.png"); }
      .social-media li a.icon-linkedin {
        background-image: url("./img/ico-linkedin.png"); }
      .social-media li a.icon-instagram {
        background-image: url("./img/ico-instagram.png"); }
      .social-media li a.icon-reddit {
        background-image: url("./img/ico-reddit.png"); }
      .social-media li a.icon-rss {
        background-image: url("./img/ico-rss.png"); }
      .social-media li a.icon-vimeo {
        background-image: url("./img/ico-vimeo.png"); }
      .social-media li a.icon-youtube {
        background-image: url("./img/ico-youtube.png"); }
      .social-media li a.icon-google {
        background-image: url("./img/ico-google.png"); }

.copyright {
  margin-top: 150px;
  color: #23282d;
  text-align: center;
  display: block;
  padding: 9px;
  background-color: #040c14; }
  .copyright a {
    color: #23282d; }
    .copyright a:hover {
      color: #0382ff; }

.footer-logo {
  margin-bottom: 60px; }

@media screen and (max-width: 1023px) {
  footer {
    padding-top: 80px; }

  .copyright {
    margin-top: 40px; } }
@media screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
    width: 100%; }
    footer .social-media {
      margin-top: 0px; }
    footer .gform_wrapper {
      padding-right: 0; }
    footer .copyright {
      margin-top: 20px; }
    footer .contact-form,
    footer .download-app,
    footer .footer-google-map {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
    footer .footer-google-map {
      max-width: 80%;
      margin: 0 auto;
      display: block;
      float: none; }
      footer .footer-google-map iframe {
        height: 250px; }
    footer .footer-logo,
    footer .app-icon {
      max-width: 120px;
      display: block;
      margin: 0 auto; }
    footer .footer-logo {
      margin-bottom: 30px; }
    footer .col-1-4 {
      margin-bottom: 10px; } }
.cart-contents-icon {
  width: 43px;
  height: 45px;
  display: block;
  background-image: url("./img/cart-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0382ff;
  color: #fff;
  border-radius: 4px;
  padding: 3px;
  text-align: center;
  position: relative;
  float: right; }
  .cart-contents-icon .cart-contents-indicator {
    position: absolute;
    background-color: #fce944;
    overflow: hidden;
    border-radius: 999px;
    text-align: center;
    font-size: 12px;
    top: -10px;
    right: -10px;
    width: 23px;
    height: 23px;
    color: #3c3c3c; }

.woocommerce {
  /*    .sidebar {
          padding-top: 45px;
      }*/ }
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    background-color: #46a046;
    color: #fff; }
    .woocommerce #respond input#submit.alt:hover,
    .woocommerce a.button.alt:hover,
    .woocommerce button.button.alt:hover,
    .woocommerce input.button.alt:hover {
      background-color: #4eb24e; }
  .woocommerce a.button {
    color: #fff; }
    .woocommerce a.button:hover {
      color: #fff; }
  .woocommerce .products .product-category {
    text-align: center; }
    .woocommerce .products .product-category .img {
      margin-bottom: 0px; }
    .woocommerce .products .product-category .woocommerce-loop-category__title {
      padding-top: 0px !important; }
  .woocommerce .count {
    display: none; }
  .woocommerce .tabs.wc-tabs {
    display: none; }
  .woocommerce .clearfloat {
    height: 0px;
    margin: 5px 0px;
    margin-top: 8px;
    padding: 2px;
    clear: both;
    background: transparent;
    border: 0;
    border-bottom: 3px solid #e2e2e2;
    display: block;
    width: 100%; }
  .woocommerce ul.products li.product.product-list-item .button {
    margin-bottom: 5px;
    margin-top: 0px;
    background-color: #46a046; }

.woocommerce {
  /* ul.products li.product.product-list-item { */ }
  .woocommerce .variations_form.cart table.variations {
    display: block;
    margin: 0px;
    float: left;
    max-width: 180px;
    border: 0;
    padding: 0; }
    .woocommerce .variations_form.cart table.variations select {
      max-width: none;
      min-width: 0;
      width: 100%;
      font-size: 11px !important;
      margin-top: 4px; }
    .woocommerce .variations_form.cart table.variations label {
      display: none; }
  .woocommerce .variations_form.cart .single_variation_wrap {
    /* float: left; */
    padding-left: 5px;
    float: left;
    width: auto; }
    .woocommerce .variations_form.cart .single_variation_wrap input {
      /* float: left; */ }
      .woocommerce .variations_form.cart .single_variation_wrap input.input-text.qty.text {
        /*  display: none; */ }
  .woocommerce .variations_form.cart .price {
    display: none !important; }

.archive form.variations_form {
  position: absolute;
  right: 0; }

@media screen and (max-width: 650px) {
  .woocommerce hr.clearfloat {
    padding-bottom: 16px !important;
    margin-bottom: -6px !important; }
  .woocommerce form.variations_form {
    position: relative !important; }
  .woocommerce .woocommerce-ordering {
    margin: -.75em 0; }
  .woocommerce ul.products li.product.product-list-item {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 10px !important; }
    .woocommerce ul.products li.product.product-list-item .variations_form.cart table.variations {
      width: 100%;
      padding-right: 0px;
      padding-left: 0px; }
    .woocommerce ul.products li.product.product-list-item .variations_form.cart .single_variation_wrap {
      width: 100%;
      padding-left: 0px; }
      .woocommerce ul.products li.product.product-list-item .variations_form.cart .single_variation_wrap input {
        width: 100%; }
    .woocommerce ul.products li.product.product-list-item .variations_form.cart .price {
      display: block; } }
@media screen and (min-width: 650px) {
  .woocommerce ul.products li.product.product-list-item {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 0px;
    padding-top: 5px; }
    .woocommerce ul.products li.product.product-list-item .woocommerce-price-suffix {
      display: none; }
    .woocommerce ul.products li.product.product-list-item .woocommerce-loop-product__title {
      font-weight: bold; }
    .woocommerce ul.products li.product.product-list-item:after {
      content: ' ';
      display: block;
      clear: both; }
    .woocommerce ul.products li.product.product-list-item strong {
      display: inline; }
    .woocommerce ul.products li.product.product-list-item > a {
      display: block;
      width: 30%;
      float: left; }
      .woocommerce ul.products li.product.product-list-item > a:after {
        content: ' ';
        display: block;
        clear: both; }
    .woocommerce ul.products li.product.product-list-item .button {
      margin-bottom: 5px;
      margin-top: 0px;
      background-color: #46a046; }
    .woocommerce ul.products li.product.product-list-item span.price {
      padding-top: 5px;
      font-size: 17px;
      color: #2e2e2e;
      padding-right: 8px; }
  .woocommerce .woo-col {
    float: left; }
    .woocommerce .woo-col.woo-title {
      width: 80%;
      font-weight: 700; }
    .woocommerce .woo-col.woo-price {
      display: none;
      min-height: 1px;
      width: 0%;
      text-align: right; }
    .woocommerce .woo-col.woo-add-cart {
      width: 65%;
      float: left;
      position: relative; }
      .woocommerce .woo-col.woo-add-cart a, .woocommerce .woo-col.woo-add-cart a.added_to_cart {
        float: right;
        clear: left;
        font-size: 13px;
        padding: 0 4px 0 0 !important;
        margin: 0 !important; }
      .woocommerce .woo-col.woo-add-cart a.added_to_cart {
        margin: -4px 0 0 0 !important; }
    .woocommerce .woo-col.woo-dropdown {
      width: 5%; }
  .woocommerce .woo-arrow {
    position: relative;
    display: block;
    cursor: pointer;
    height: 35px;
    margin-right: 25px; }
    .woocommerce .woo-arrow:after {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      top: 8px;
      left: 15px;
      border-top: 10px solid transparent;
      border-left: 15px solid #c0dfff;
      border-bottom: 10px solid transparent;
      transition: 0.15s ease all; }
    .woocommerce .woo-arrow:hover:after {
      border-left-color: #8dc5ff; }
    .woocommerce .woo-arrow.active:hover:after {
      border-left: 10px solid transparent; }
    .woocommerce .woo-arrow.active:after {
      width: 0;
      height: 0;
      left: 10px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 15px solid #8dc5ff; }
  .woocommerce .product-detail-content {
    display: none;
    padding: 20px;
    margin-bottom: 40px; }
  .woocommerce .archive .quantity .qty {
    max-width: 40px;
    margin-right: 8px; }
  .woocommerce .woo-meta {
    display: block;
    margin-top: 20px; } }
@media screen and (max-width: 830px) {
  .woocommerce .quantity {
    float: none !important;
    width: 100% !important; }
  .woocommerce .quantity .qty {
    margin-right: -6px !important; }
  .woocommerce .page-sidebar.sidebar {
    display: none; }
  .woocommerce .archive .quantity .qty {
    max-width: 45px;
    margin-right: 8px; }
  .woocommerce .standard-page {
    width: 100%;
    padding: 0 0 10px 0; } }
@media screen and (max-width: 650px) {
  .product-detail-content {
    display: none !important; } }
.woo-summary .cart-contents-icon {
  margin-bottom: 10px; }

.woo-tabs .attachment-full.size-full {
  padding-right: 30px; }

.woocommerce .woocommerce-breadcrumb {
  color: #0382ff;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 15px; }
  .woocommerce .woocommerce-breadcrumb a {
    font-weight: normal;
    color: #0382ff; }
.woocommerce .product_title.entry-title {
  font-weight: bold;
  letter-spacing: normal; }
.woocommerce .woocommerce-variation-price {
  text-align: center;
  margin-bottom: 10px; }
.woocommerce .woocommerce-message .button {
  background-color: #0382ff; }
.woocommerce .woo-summary:after {
  clear: both;
  content: ' ';
  display: block; }
.woocommerce .woo-summary .woo-left {
  float: left;
  width: 75%; }
  .woocommerce .woo-summary .woo-left .woocommerce-price-suffix {
    font-size: 13px;
    color: #2e2e2e; }
  .woocommerce .woo-summary .woo-left .woocommerce-Price-amount.amount {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #0382ff; }
.woocommerce .woo-summary .woo-right {
  float: right;
  width: 25%; }
  .woocommerce .woo-summary .woo-right .woocommerce-Price-amount.amount {
    font-size: 17px;
    color: #2e2e2e;
    font-weight: normal; }
  .woocommerce .woo-summary .woo-right .woocommerce-price-suffix {
    display: none; }
  .woocommerce .woo-summary .woo-right .woo-meta {
    margin-bottom: 8px;
    margin-top: 0px; }
  .woocommerce .woo-summary .woo-right .button {
    background-color: #0382ff;
    color: #fff; }
    .woocommerce .woo-summary .woo-right .button:hover {
      color: #fff; }
  .woocommerce .woo-summary .woo-right a {
    font-weight: normal;
    color: #2e2e2e;
    text-decoration: underline; }
.woocommerce .woo-short-desc-col {
  float: left;
  width: 58%;
  padding: 30px;
  padding-top: 0px; }
.woocommerce div.product form.cart .variations select,
.woocommerce .quantity .qty {
  margin: 0;
  width: 100%; }
.woocommerce .quantity .qty {
  max-width: 70px;
  margin-right: 8px; }
.woocommerce .quantity {
  float: left;
  width: 50%; }
.woocommerce .single_add_to_cart_button {
  float: left; }
.woocommerce td {
  padding: 0; }
.woocommerce .woo-add-cart-col {
  float: left;
  width: 30%;
  padding-right: 15px; }
  .woocommerce .woo-add-cart-col .variations {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important; }
    .woocommerce .woo-add-cart-col .variations .label {
      display: none; }
  .woocommerce .woo-add-cart-col .select,
  .woocommerce .woo-add-cart-col input {
    margin-top: 0px;
    margin-right: 0px;
    width: 100%; }
  .woocommerce .woo-add-cart-col label {
    display: block;
    padding-bottom: 8px; }
  .woocommerce .woo-add-cart-col .button {
    margin-top: 1em;
    width: 100%; }
  .woocommerce .woo-add-cart-col .quantity .qty {
    max-width: none; }
.woocommerce .woo-row:after {
  clear: both;
  content: ' ';
  display: block; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
  background-color: #bbb; }

.woocommerce div.product form.cart div.quantity {
  width: 100%; }

.archive .quantity {
  float: left;
  width: auto !important;
  padding: 0;
  margin: 2px 0 0 0; }

.archive .quantity .qty {
  max-width: 55px;
  margin-right: 8px; }

@media screen and (max-width: 895px) {
  .woocommerce .woo-summary .woo-left {
    width: 100%; }
    .woocommerce .woo-summary .woo-left .woocommerce-Price-amount.amount {
      font-size: 18px; }
  .woocommerce .woo-summary .woo-right {
    width: 100%;
    margin-bottom: 75px; }
  .woocommerce .woo-summary .woo-add-cart-col,
  .woocommerce .woo-summary .woo-short-desc-col {
    width: 100%; } }
.six-blocks {
  background-color: #0382ff;
  color: #fff;
  padding-top: 110px;
  padding-bottom: 70px;
  position: relative; }
  .six-blocks:before {
    position: absolute;
    left: 0px;
    top: -238px;
    width: 286px;
    height: 334px;
    display: block;
    content: ' ';
    background-image: url("./img/left-blob.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
  .six-blocks ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .six-blocks ul li {
      list-style-type: none;
      float: left;
      width: 33.333%;
      padding: 15px; }
      .six-blocks ul li img {
        width: 100%; }
      .six-blocks ul li:nth-child(3n+1) {
        clear: left; }
      .six-blocks ul li a {
        display: block;
        color: #fff; }
        .six-blocks ul li a img {
          opacity: 0.9; }
        .six-blocks ul li a:hover {
          color: #fff; }
          .six-blocks ul li a:hover img {
            opacity: 1; }
      .six-blocks ul li h2 {
        margin-top: 18px;
        margin-bottom: 15px; }

/* Custom styles For RTO */
.page-template-template-landing .six-blocks {
  background-color: #fff !important;
  color: #000 !important;
  text-align: center !important; }

.page-template-template-landing .six-blocks img {
  width: 60%;
  margin: auto; }

.page-template-template-landing .six-blocks h2, .page-template-template-landing .six-blocks .text {
  color: #000 !important;
  margin-bottom: 12px;
  padding: 0 40px;
  display: block;
  line-height: 130%; }

.page-template-template-landing .six-blocks p {
  margin-bottom: 52px !important; }

.page-template-template-landing .six-blocks img {
  border-radius: 50%; }

.page-template-template-landing .six-blocks h2.title {
  font-size: 16px;
  line-height: 150%;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 8px; }

.page-template-template-landing .six-blocks span.text {
  font-size: 16px;
  line-height: 120%;
  font-weight: bold; }

.page-template-template-landing .six-blocks a, .page-template-template-landing .six-blocks a:hover {
  pointer-events: none;
  /* Disables the button completely. Better than just cursor: default; */ }

.home .six-blocks img {
  opacity: .6; }

.home .six-blocks img:hover {
  opacity: 1; }

@media screen and (max-width: 1750px) {
  .six-blocks:before {
    left: -47px; } }
@media screen and (max-width: 1595px) {
  .six-blocks:before {
    left: -95px; } }
@media screen and (max-width: 1492px) {
  .six-blocks:before {
    left: -191px; } }
@media screen and (max-width: 1330px) {
  .six-blocks:before {
    display: none; } }
@media screen and (max-width: 1024px) {
  .six-blocks ul li {
    width: 50%; }
    .six-blocks ul li:nth-child(3n+1) {
      clear: none; }
    .six-blocks ul li:nth-child(2n+1) {
      clear: left; } }
@media screen and (max-width: 767px) {
  .six-blocks {
    padding-top: 20px;
    padding-bottom: 20px; }
    .six-blocks ul li {
      width: 100%; }
      .six-blocks ul li:nth-child(2n+1) {
        clear: none; } }
.page-template-template-landing .standard-page-wrapper, .page-template-template-landing .standard-page {
  padding: 0 !important; }

.atp-top-content {
  background-color: #0382ff;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 110px;
  position: relative; }

.atp-top-content ul li {
  list-style-position: inside;
  margin-bottom: 6px; }

body.page-template-template-landing .full h1 {
  display: none !important; }

.atp-top-content h2 {
  margin-top: 18px;
  margin-bottom: 36px;
  color: #000 !important;
  line-height: 130%; }

.atp-top-content .gform_description {
  font-size: 22px; }

.atp-top-content .gform_description span {
  font-weight: bold; }

.atp-top-content .innerWrapper {
  float: left;
  width: 52%;
  margin-right: 3%; }

.atp-top-content .gform_wrapper {
  background-color: #ffffff !important;
  color: #000 !important;
  padding: 20px !important;
  float: left;
  width: 40%;
  margin: 0 !important;
  border-right: 12px solid #eee;
  -webkit-box-shadow: 10px 10px 93px 0px #666666;
  -moz-box-shadow: 10px 10px 93px 0px #666666;
  box-shadow: 10px 10px 93px 0px #666666; }

.atp-top-content .gform_wrapper ul.gform_fields li.gfield input {
  /*    background-color: #077FFF;
     margin-top: 6px; */
  width: 100% !important;
  border-color: #ccc !important; }

body .atp-top-content .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  color: #000 !important; }

.atp-top-content .gform_wrapper .top_label .gfield_label {
  display: none !important; }

.atp-top-content ::-webkit-input-placeholder {
  /* Chrome */
  color: #666 !important; }

.atp-top-content :-ms-input-placeholder {
  /* IE 10+ */
  color: #666 !important; }

.atp-top-content ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666 !important;
  opacity: 1 !important; }

.atp-top-content :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #666 !important;
  opacity: 1 !important; }

#gform_submit_button_3 {
  background-color: #fff;
  color: #0382ff;
  border: 2px solid #0382ff; }

#gform_submit_button_3:hover {
  background-color: #0382ff;
  color: #fff;
  border: 2px solid #0382ff; }

@media screen and (max-width: 1750px) {
  .atp-top-content:before {
    left: -47px; } }
@media screen and (max-width: 1595px) {
  .atp-top-content:before {
    left: -95px; } }
@media screen and (max-width: 1492px) {
  .atp-top-content:before {
    left: -191px; } }
@media screen and (max-width: 1330px) {
  .six-blocks:before {
    display: none; } }
@media screen and (max-width: 1024px) {
  .atp-top-content ul li {
    width: 100%; }
    .atp-top-content ul li:nth-child(3n+1) {
      clear: none; }
    .atp-top-content ul li:nth-child(2n+1) {
      clear: left; } }
@media screen and (max-width: 767px) {
  .atp-top-content {
    padding-top: 20px;
    padding-bottom: 20px; }
    .atp-top-content:before {
      display: none; }

  .atp-top-content .innerWrapper {
    width: 100%;
    float: none !important;
    margin-left: 0 !important;
    padding-top: 60px; }

  .atp-top-content .gform_wrapper {
    width: 100%;
    float: none;
    margin-left: 0 !important; } }
.newsletter, .text-with-background-image {
  padding-top: 150px;
  padding-bottom: 130px;
  text-align: center;
  background-color: #3b5359;
  color: #fff;
  background-position: center center;
  background-size: cover; }
  .newsletter h1, .text-with-background-image h1 {
    color: #fff; }
  .newsletter h2, .text-with-background-image h2 {
    font-weight: 300;
    color: #fff; }
  .newsletter .email-wrapper, .text-with-background-image .email-wrapper {
    float: left;
    width: 80%;
    position: relative; }
    .newsletter .email-wrapper:before, .text-with-background-image .email-wrapper:before {
      position: absolute;
      left: 0px;
      top: 0px;
      bottom: 0px;
      width: 56px;
      height: 100%;
      z-index: 100;
      display: block;
      content: ' ';
      background-color: #3d5567;
      background-image: url("./img/email-icon.png");
      background-position: center center;
      background-repeat: no-repeat; }
    .newsletter .email-wrapper input, .text-with-background-image .email-wrapper input {
      width: 100%;
      padding-left: 70px; }
  .newsletter form, .newsletter a, .text-with-background-image form, .text-with-background-image a {
    padding-top: 30px;
    max-width: 810px;
    margin: 0 auto;
    display: block; }
  .newsletter .btn, .text-with-background-image .btn {
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    padding: 11px 25px 11px;
    float: right; }

.page-template-template-landing .text-with-background-image {
  padding: 90px 0; }

.text-with-background-image h1 {
  font-size: 48px;
  font-weight: normal;
  letter-spacing: 3px; }

.text-with-background-image a.btn {
  background: #fff;
  border-radius: 32px !important;
  float: none;
  color: #000;
  display: inline-block;
  font-size: 36px;
  padding: 22px 36px !important;
  font-weight: normal; }

.text-with-background-image a.btn:hover {
  opacity: 0.8; }

@media screen and (max-width: 768px) {
  .newsletter {
    padding-top: 50px;
    padding-bottom: 50px; }
    .newsletter .btn {
      width: 100%; }
    .newsletter .email-wrapper {
      width: 100%;
      margin-bottom: 10px; } }
.page-template-template-landing .text-with-image.padded:nth-of-type(even) {
  padding-top: 0;
  padding-bottom: 0; }

.page-template-template-landing .text-with-image.padded:nth-of-type(odd) {
  padding-top: 90px;
  padding-bottom: 90px; }

.page-template-template-landing .text-with-image.padded .col-1-2 {
  padding-bottom: 0 !important; }

.page-template-template-landing img {
  border-bottom: 0 !important; }

@media screen and (max-width: 767px) {
  .text-with-image.padded {
    padding-top: 20px !important; }

  .page-template-template-landing .text-with-image.padded:nth-of-type(odd) img {
    padding-bottom: 0px;
    margin-bottom: -10px; }

  .page-template-template-landing .text-with-image.padded:nth-of-type(even) {
    margin-top: -10px;
    padding-top: 0px;
    border-top: 0;
    border-bottom: 0; }

  .page-template-template-landing .text-with-image.padded {
    padding: 20px 0 !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }

  .page-template-template-landing .text-with-image.padded img {
    padding: 20px 0 !important; }

  .text-with-image.padded h1 {
    margin-bottom: 12px; }

  .text-with-image.padded .col-1-2.left img, .text-with-image.padded .col-1-2.left p {
    margin-bottom: 0;
    padding-bottom: 0; }

  .text-with-image.padded .col-1-2 {
    width: 100%;
    float: none;
    padding: 0 20px 20px 20px !important;
    margin-bottom: 0 !important; } }
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0px auto 5px auto; }

.alignright {
  float: right;
  margin: 0px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 0px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 0px 0 20px 20px; }

a img.alignnone {
  margin: 0px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 0px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 0px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 0px 20px 20px 0; }

.wp-caption.alignright {
  margin: 0px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }
