/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/* Variables and Classes ================================================================================================ */
@import '../scripts/slicknav/css/slicknav.css';
.clearafter {
  content: "";
  display: block;
  clear: both;
}

.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.backface, .scroll-to-top, #menu li a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Reset ================================================================================================ */
a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, div, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

html, body {
  height: 100%;
}

blockquote, q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

img {
  display: block;
}

input {
  -webkit-appearance: none;
}

/*

.videoWrapper {position:relative; padding-bottom:56.25%; padding-top:25px; height:0}
.videoWrapper iframe {position:absolute; top:0; left:0; width:100%; height:100%}

@media screen and (max-width: $desktop-1366), screen and (max-height: 900px) {

}

*/
/* Globals ================================================================================================ */
body {
  background: #fff;
}

body, p, a, li, input, textarea, div, select {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #132441;
  line-height: 1.5;
  font-weight: 400;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

p {
  padding-bottom: 24px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fira Sans", sans-serif;
  line-height: normal;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-weight: bold;
  font-size: 55px;
  line-height: 1.07;
}

a {
  color: #0985ff;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

a:hover {
  color: #FF9A1F;
  text-decoration: underline;
}

a, input, textarea, button {
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

input:focus, textarea:focus {
  border: 1px solid #bbb;
  background: #fff;
}

/*li {list-style-image:url(../images/bullet.png)}*/
#sitewrap {
  overflow: hidden;
}

#sitewrap ol, #sitewrap ul {
  padding-bottom: 20px;
}

#sitewrap ul li {
  list-style: none;
  padding-left: 35px;
  background: url(../images/bullet.png) 0 9px no-repeat;
}

#sitewrap ol li {
  margin-left: 35px;
}

#sitewrap img {
  max-width: 100%;
}

input, textarea {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  background: #fafafa;
  width: calc(100% - 8px);
  padding: 0 0 0 8px;
  line-height: 40px;
}

input {
  height: 40px;
}

button {
  cursor: pointer;
}

#fancybox-overlay {
  background: rgba(9, 133, 255, 0.8) !important;
}

.fancybox-outer {
  border-radius: 0 !important;
  background: #0985ff !important;
}

.d7h4jf94h {
  position: absolute !important;
  border: 0 !important;
  background: rgba(255, 255, 255, 0) !important;
  color: rgba(0, 0, 0, 0) !important;
  left: -999999999px !important;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hidden {
  display: none;
}

/*hide until mobile*/
.hum {
  display: none !important;
}

.ph2 {
  font-size: 30px;
  color: #FF9A1F;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 15px;
  text-align: left;
}

.sw h3 {
  padding-bottom: 30px;
}

.lwarrow:before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(../images/arrow.png);
  position: absolute;
  right: -19px;
  top: 7px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.lwarrow:hover {
  color: #0985ff;
  text-decoration: none;
}

.lwarrow:hover:before {
  right: -21px;
}

@media screen and (max-width: 1012px) {
  /*mobile hide*/
  .mh {
    display: none !important;
  }

  .hum {
    display: block !important;
  }

  #sitewrap ul, #sitewrap ol {
    padding-left: 8%;
  }

  #sitewrap ul li, #sitewrap ol li {
    text-align: left;
    margin-left: 0;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: 45px;
  }
}
/* Buttons ================================================================================================ */
.buttons {
  display: inline-block;
  padding: 14px 30px 14px 30px;
  font-size: 23px;
  background: #0985ff;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: normal;
  text-decoration: none !important;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.buttons:hover {
  background: #2392ff;
  color: #fff;
}

/* Site ================================================================================================ */
.sw {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1650px) {
  .sw {
    width: 1200px;
  }
}
@media screen and (max-width: 1336px) {
  .sw {
    width: 920px;
  }
}
@media screen and (max-width: 1012px) {
  .sw {
    width: 90%;
    margin: 0 auto;
  }
}
/* Header ================================================================================================ */
header#header {
  width: 100%;
  height: 184px;
  position: absolute;
  left: 0;
  top: 0;
}

header#header .logo {
  width: 399px;
  height: 62px;
  display: block;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 101;
}
header#header .logo img {
  width: 100%;
  margin-top:-20px;
}

#menu {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
}

#menu li {
  display: inline;
  float: left;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

#menu li a.dropdown {
  background: url(../images/menuarrow.png) 2px 50% no-repeat;
}

#menu li a {
  text-decoration: none;
  color: #64686d;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif !important;
  padding: 0 15px 0 15px;
  margin: 0;
  display: inline-block;
  font-weight: normal;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

#menu li a span {
  position: relative;
}

#menu li a span:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  right: 0;
  background: #FF9A1F;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

#menu li a:hover {
  color: #0985ff !important;
}

#menu li.active a.dropdown, #menu li.active a {
  color: #0985ff;
}

#menu a.activesub {
  color: #f00 !important;
}

#menu .menufirst a {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

#menu .menulast a {
  padding-right: 0 !important;
  color: #0985ff;
  font-weight: bold;
}

#menu .menulast a span:after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  background: #FF9A1F;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}

#menu .menulast a:hover span:after {
  height: 5px;
  bottom: -6px;
}

#menu li a:hover span:after {
  opacity: 1;
}

#mlogo, #mnumber, .slicknav_menu {
  display: none;
}

@media screen and (max-width: 1650px) {
  #menu li a {
    padding: 0 12px 0 12px;
  }

  #menu .menulast a:after {
    width: calc(100% - 12px);
  }
}
@media screen and (max-width: 1336px) {
  #menu {
    top: 80px;
  }

  #menu li a {
    padding: 0 28.5px 0 28.5px;
  }

  #menu .menulast a:after {
    width: calc(100% - 28.5px);
  }
}
@media screen and (max-width: 1012px) {
  header#header, #menu {
    display: none;
  }

  #mlogo, #mnumber {
    display: block;
    position: absolute;
    z-index: 40;
  }

  #mlogo {
    top: 5px;
    -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
            transform: translateY(7px);
    left: 9px;
    width: 88%;
    height: 30px;
    background: url(../images/SABE-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 102;
  }

  #mnumber {
    top: 19px;
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
    left: 200px;
    color: #FF9A1F;
    font-size: 14px;
    text-decoration: none;
    z-index: 102;
  }

  #mnumber:hover {
    text-decoration: none;
  }

  /***Slicknav Custom***/
  .slicknav_menu {
    display: block;
    position: absolute;
    top: 0;
    z-index: 101;
    width: 100%;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  }

  .slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 18px 0 0 17px;
    background-color: #0985ff;
    padding: 1px 3px 1px 3px;
  }

  .slicknav_btn {
    background-color: transparent;
    width: 58px;
    height: 54px;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }

  .slicknav_btn:hover {
    background: rgba(255, 255, 255, 0.05);
  }

  .slicknav_menu a {
    font-size: 16px;
    font-weight: bold;
  }

  .slicknav_nav {
    border-bottom: 0 solid #481d33;
    overflow: hidden;
    position: relative;
  }

  .slicknav_nav a {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
    background: #0985ff;
    text-align: left;
    font-size: 15px;
    padding: 0 !important;
    margin: 0 !important;
    height: 42px !important;
    line-height: 42px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
  }

  .slicknav_nav li {
    margin-left: 0;
  }

  .slicknav_nav li:last-child a {
    border-bottom: 0;
  }

  .slicknav_nav li li:last-child a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .slicknav_nav a:hover {
    color: #fff;
    text-decoration: none;
  }

  .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
    background: #138aff;
    color: #fff;
    border-radius: 0;
  }

  .slicknav_nav li a, .slicknav_nav li li a, .slicknav_nav li li li a {
    padding-left: 2% !important;
    width: 98%;
  }

  .slicknav_nav li a.dropdown {
    padding-left: 0 !important;
    background: none;
    border-bottom: none;
    width: auto;
    height: 100%;
    position: relative;
  }

  .slicknav_nav li a.dropdown:hover {
    color: #093;
  }

  .slicknav_nav li li a {
    font-weight: normal;
    color: #ff1f1f;
    text-transform: none;
  }

  .slicknav_nav li li li a {
    color: #fff;
  }

  .slicknav_nav .slicknav_arrow {
    display: block;
    position: absolute;
    top: -1px;
    right: 16px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
  }

  /***Slicknav Custom***/
}
@media screen and (max-width: 767px) {
  .slicknav_nav li a, .slicknav_nav li li a, .slicknav_nav li li li a {
    padding-left: 6% !important;
    width: 94%;
  }
}
@media screen and (max-width: 380px) {
  #mnumber {
    display: none;
  }
}
#subbox1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#subbox1 .sw > div {
  padding-top: 250px;
  padding-bottom: 200px;
  width: 600px;
}

#subbox1 .sw > div h1 {
  font-size: 75px;
}

#subbox1 .sw > div div {
  padding: 5px 0 5px 20px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 65%;
}

#subbox1 .sw > div div:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #FF9A1F;
}

#subbox1 .sw > div div p {
  padding-bottom: 14px;
  font-size: 22px;
}

#subbox1 .sw > div a {
  background: url(../images/downarrow.png);
  width: 30px;
  height: 28px;
  display: block;
  z-index: 10;
}

@media screen and (max-width: 1650px) {
  #subbox1 .sw > div h1 {
    font-size: 65px;
  }
}
@media screen and (max-width: 1336px) {
  #subbox1 {
    background-position: -800px center;
  }

  #subbox1 .sw > div {
    width: 500px;
    padding-bottom: 300px;
  }

  #subbox1 .sw > div h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1012px) {
  #subbox1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8e9eb+0,ffffff+100 */
    background-image: none !important;
    background: #e8e9eb !important;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e9eb), color-stop(50%, #ffffff)) !important;
    background: -o-linear-gradient(top, #e8e9eb 0%, #ffffff 50%) !important;
    background: linear-gradient(to bottom, #e8e9eb 0%, #ffffff 50%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e8e9eb", endColorstr="#ffffff",GradientType=0 ) !important;
    /* IE6-9 */
  }

  #subbox1 .sw > div h1 {
    font-size: 50px;
  }

  #subbox1 .sw > div {
    width: 100% !important;
    padding-top: 120px;
    padding-bottom: 45px;
    text-align: center;
  }

  #subbox1 .sw > div div {
    padding: 5px 0 5px 0;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
  }

  #subbox1 .sw > div div:before {
    height: 2px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    top: inherit;
    bottom: -5px;
  }

  #subbox1 .sw > div div p {
    padding-bottom: 20px;
  }

  #subbox1 .sw > div a {
    display: none;
  }

  #subbox1 .hum {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.gradient1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+100 */
  background: #f3f3f3;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff));
  background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f3f3f3", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}

.gray {
  background: #f3f3f3;
}

.graybgbottom, .graybgtop {
  position: relative;
}

.graybgbottom:after, .graybgtop:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #f3f3f3;
}

.graybgbottom > div, .graybgtop > div {
  position: relative;
  z-index: 2;
}

.graybgtop:after {
  bottom: inherit;
  top: 0;
}

#submenu {
  background: #FF9A1F;
  text-align: center;
}

#submenu a {
  padding: 40px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
}

#submenu a:hover {
  background: rgba(255, 255, 255, 0.07);
}

@media screen and (max-width: 1012px) {
  #submenu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #submenu a {
    padding: 10px;
    display: block;
  }
}
.imgboxes .sw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.imgboxes .sw > div {
  width: calc(32% - 60px);
  background: #f3f3f3;
  padding: 0 30px 0 30px;
  text-align: center;
  margin-bottom: 28px;
  background: #fff;
}

.imgboxes .sw > div > div {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.imgboxes .sw > div h2 {
  font-size: 35px;
  padding-bottom: 15px;
}

.imgboxes .sw > div p {
  padding-bottom: 43px;
}

@media screen and (max-width: 1012px) {
  .imgboxes .sw > div {
    width: calc(100% - 60px);
  }
}
.textimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.textimg > div {
  width: 50%;
  background-color: #fff;
}

.textimg > div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 160px 5% 140px 6%;
  width: 39%;
  text-align: left;
}

.textimg > div:nth-child(2) {
  background-size: cover;
  background-position: center;
  background-image: url(../images/pic7.jpg);
}

.textimg h4 {
  font-size: 40px;
  padding-bottom: 30px;
}

.textimg2 > div:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.textimg2 > div:nth-child(2) {
  background-image: url(../images/pic8.jpg);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 1012px) {
  .textimg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .textimg > div:nth-child(1) {
    width: 100%;
    padding: 70px 5% 50px 6%;
  }

  .textimg > div:nth-child(2) {
    height: 300px;
    width: 100%;
    background-position: center top;
  }
}
.bluebox {
  background-size: cover !important;
  display: block;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 160px;
  padding-bottom: 140px;
}

.bluebox > div {
  width: 70%;
  margin-left: 10%;
}

.bluebox > div h3, .bluebox > div p {
  color: #fff;
}

.bluebox .buttons {
  margin-top: 12px;
}

@media screen and (max-width: 1012px) {
  .bluebox {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .bluebox > div {
    width: 80%;
    margin-left: 10%;
  }

  .bluebox .buttons {
    margin-top: 14px;
  }
}
.swbluebox {
  width: 1500px;
}

.swbluebox .bluebox {
  padding-top: 240px;
  padding-bottom: 240px;
}

@media screen and (max-width: 1650px) {
  .swbluebox {
    width: 100%;
  }
}
@media screen and (max-width: 1336px) {
  .swbluebox .bluebox {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.threeboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 90px;
}

.threeboxes > a {
  width: 30%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background: #f3f3f3;
  text-align: center;
  font-weight: normal;
  color: #132441;
  text-decoration: none;
}

.threeboxes > a .b6h4 {
  font-size: 30px;
  font-family: "Fira Sans", sans-serif;
  padding-top: 30px;
  padding-bottom: 20px;
  display: block;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.1;
}

.threeboxes > a .b6p {
  font-size: 17px;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  padding-bottom: 40px;
}

.threeboxes > a:hover .b6h4 {
  text-decoration: underline;
}

@media screen and (max-width: 1012px) {
  .threeboxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .threeboxes > a {
    width: 100%;
    max-width: 413px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.threecols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.threecols > div {
  width: 25%;
  background: #f3f3f3;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 40px 3% 40px 3%;
}

.threecols h4 {
  font-size: 26px;
  color: #FF9A1F;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 20px;
}

.threecols h5 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  text-align: center;
}

.threecols h5:after {
  content: "";
  display: block;
  height: 2px;
  background: #FF9A1F;
  width: 80px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.threecols .tcimg {
  width: 130px;
  height: 130px;
  display: block;
  border-radius: 100%;
  border: 5px solid #fff;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.threecols p {
  font-size: 18px;
  text-align: left;
}

@media screen and (max-width: 1336px) {
  .threecols > div {
    width: 42%;
  }
}
@media screen and (max-width: 1012px) {
  .threecols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .threecols > div {
    width: 100%;
  }
}
/* Footer ================================================================================================ */
.scroll-to-top {
  position: fixed;
  background: url(../images/backtotop.png) no-repeat 50% 44% rgba(255, 154, 31, 0.7);
  cursor: pointer;
  width: 45px;
  height: 40px;
  bottom: 10px;
  right: 18px;
  display: none;
  z-index: 999;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 0;
}

.scroll-to-top:hover {
  background-color: #ff9a1f;
}

footer {
  border-top: 1px solid #FF9A1F;
  padding-top: 110px;
  padding-bottom: 100px;
}

#footer1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer1 > div {
  width: 30%;
}

#footer1 h5 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding-bottom: 25px;
}

#footer1 a {
  font-weight: normal;
}

#footer1 a, #footer1 p {
  font-size: 16px;
}

#footer1 p {
  color: #64686d;
}

#footer1 > div:nth-child(1) a {
  color: #0985ff;
}

#fsocial a {
  width: 32px;
  height: 32px;
  border: 1px solid #2f6fb7;
  border-radius: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#fsocial a:hover {
  background: rgba(9, 133, 255, 0.08);
}

#footer1 > div:nth-child(2) {
  width: 26%;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}

#footer1 > div:nth-child(2) div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer1 > div:nth-child(2) div a {
  width: 50%;
  color: #132441;
  font-size: 18px;
  color: #64686d;
}

#footer1 > div:nth-child(3) .buttons {
  margin-top: 14px;
}

footer .logo {
  margin: 0 auto;
  display: block;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 399px;
  height: 62px;
}

footer .logo:before, footer .logo:after {
  content: "";
  display: block;
  height: 1px;
  background: #ccc;
  width: 400px;
  top: 40px;
  left: -440px;
  position: absolute;
}

footer .logo:after {
  left: inherit;
  right: -440px;
}

#copyright {
  font-size: 16px;
  float: left;
}

#terms-conditions {
  font-size: 16px;
  float: right;
  text-align: right;
}

#terms-conditions a {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 1650px) {
  footer .logo:before, footer .logo:after {
    width: 360px;
    left: -400px;
  }

  footer .logo:after {
    left: inherit;
    right: -400px;
  }
}
@media screen and (max-width: 1336px) {
  #footer1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #footer1 > div {
    width: 40% !important;
    margin-bottom: 80px;
    text-align: center;
  }

  #footer1 > div:nth-child(3) {
    width: 40% !important;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  #fsocial a {
    margin: 0 auto;
  }

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

  footer .logo:before, footer .logo:after {
    width: 250px;
    left: -280px;
  }

  footer .logo:after {
    left: inherit;
    right: -280px;
  }

  #copyright, #terms-conditions {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 1012px) {
  .scroll-to-top {
    display: none !important;
  }

  #footer1 > div, #footer1 > div:nth-child(3) {
    width: 100% !important;
  }

  #footer1 > div:nth-child(2) div a {
    width: 100%;
  }

  #footer1 > div:nth-child(2) {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  footer .logo:before, footer .logo:after {
    display: none;
  }

  footer .logo {
    max-width: 100%;
  }

  footer .logo img {
    width: 100%;
  }
}
/* ============================================================
  Challenge Popup
============================================================ */
#scheduledemopopup, .bMulti {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
  color: #000;
  display: none;
  width: 100%;
  width: 90%;
  max-width: 600px;
  padding: 25px 2.5% 35px 2.5%;
}

.button.b-close, .button.bClose {
  background: #0985ff;
  color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font: bold 131% sans-serif;
  padding: 6px 10px 6px 10px;
  position: absolute;
  right: -7px;
  top: -7px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.button.b-close:hover, .button.bClose:hover {
  background: #2392ff;
}

#scheduledemopopup h6 {
  font-weight: 200;
  text-align: center;
  font-size: 30px;
  padding-top: 25px;
  padding-bottom: 35px;
  color: #FF9A1F;
}

#cpagecontainer {
  text-align: center;
}

#cpagecontainer iframe {
  display: inline-block;
  margin-top: 20px;
  max-width: 100%;
}

#cpagecontainer .formentry {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: left;
  max-width: 350px;
}

#cpagecontainer input {
  margin-bottom: 10px;
}

#cpagecontainer textarea {
  height: 100px;
  line-height: 21px;
  padding-top: 3px;
}

#cpagecontainer .buttons {
  display: block;
  margin: 0 auto;
  border: 0;
  margin-top: 25px;
  margin-bottom: 10px;
}

#cpagecontainer .formsuccess {
  text-align: center;
  color: #FF9A1F;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  padding-top: 15px;
  padding-bottom: 5px;
}

#cpagecontainer label.error {
  position: absolute;
  padding: 0;
  right: 0;
  bottom: -11px;
  color: #ff0000 !important;
  font-size: 14px !important;
}

@media screen and (max-width: 767px) {
  #scheduledemopopup, .bMulti {
    padding: 35px 2.5% 35px 2.5%;
  }

  .button.b-close, .button.bClose {
    top: 0;
    right: 0;
  }
}
/* Editor Fixes ================================================================================================ */
.is-cms .parallax {
  height: 500px !important;
}

/*--------------------------------------------------------------
                  PRELOADED BACKGROUND IMAGES
---------------------------------------------------------------*/
body:after {
  display: none !important;
  /*content:url(../images/XXXXXXXXXXXXX.png) url(../images/XXXXXXXXXXXXX.png);*/
}