/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: Hedge Book
Description: Hedge Book Main Theme
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/

/*============Sticky Footer============*/

html,
body {
    height: 100%;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
    padding: 0 0 50px;
}

footer {
  height: auto;
}

.clear{clear:both;}

/*==========Fonts & Headings===========*/

body{
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  font-size:1.6rem;
  color:#383636;
  font-weight:300;
  letter-spacing:0.1px;
  background-color:#f8f8f8;
}

h1{
  font-family: 'Source Sans Pro', sans-serif;
  font-size:48px;
  font-size:4.8rem;
  color:#fff;
  font-weight:700;
  margin:0 0 20px 0;
}

h2{
  font-family: 'Source Sans Pro', sans-serif;
  font-size:24px;
  font-size:2.4rem;
  color:#365369;
  font-weight:400;
  margin:20px 0 10px 0;
}

h3{
  font-family: 'Source Sans Pro', sans-serif;
  font-size:20px;
  font-size:2rem;
  color:#365369;
  font-weight:400;
  margin:20px 0 10px 0;
}

h4{

}

h5{

}

h6{

}

p{margin:0 0 20px 0;}

strong{font-weight:bold}

a{
  color:#3f87c7;
  text-decoration:none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:visited{
  text-decoration:none;
}

a:hover{
  text-decoration:none;
  color:#009373;
}

a:active{
  text-decoration:none;
}

a:focus{
  text-decoration:none;
  outline:none!important;
}

ul{
  margin:15px 0 0 0;
  padding:0;
}

li{
  margin-bottom:20px;
  margin-left:15px;
}

img{
  max-width:100%;
  height:auto;
}

.alignright {float:right;}

.alignleft {float:left;}

* {outline:none!important;}

.oval-button,
.gform_wrapper .button{
  background-color:#00ada1;
    text-align: center;
  color:#fff;
  font-weight:400;
  padding:10px 20px;
  display:inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.oval-button:hover,
.gform_wrapper .button:hover{
  background-color:#4f99de;
  color:#fff;
}

.oval-button-inverse{
  background-color:#4f99de;
}

.oval-button-inverse:hover{
  background-color:#00ada1;
}

.oval-button-hollow{
  background-color:transparent;
  color:#00ada1;
  border: 1px solid #00ada1;
}

.oval-button-hollow:hover{
  background-color:transparent;
  color:#4f99de;
  border: 1px solid #4f99de;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Header
============================*/

header{
  background-color:#383636;
  position: fixed;
  width:100%;
  z-index:9999;
}

header .header-logo{
  display:block;
  margin:11px 0;
}

header .header-logo img{
  width:209px;
  max-width:100%;
}

header .top-menu ul{
  list-style-type: none;
  text-align:right;
  margin-top:15px;
}

header .top-menu ul li{
  display: inline-block;
  margin-right:20px;
  margin-bottom:0;
  margin-left:0;
}

header .top-menu ul li:last-child{
  margin-right:0px;
}

header .top-menu ul li a{
  display: block;
  color: #FFF;
  font-size:14px;
  font-size: 1.4rem;
  font-weight: 400;
  border-bottom: 2px solid #383636;
}

header .top-menu ul li a:hover {
  border-bottom: 2px solid #3f87c7;
}

header .main-menu ul{
  list-style-type: none;
  text-align:right;
  margin-top:10px;
}

header .main-menu ul .sub-menu{
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  padding: 5px 10px;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  background-color:  #383636;
  color: #fff;
  margin-top: 0px;
}

header .main-menu ul li:hover .sub-menu{
  display: block;
}

header .main-menu ul li:hover .sub-menu li{
  display: block;
}

header .main-menu ul li .sub-menu li{
  display: block;
  padding: 5px 0px!important;
  min-width: 250px;
  margin-right: 0px;
  border-bottom: 2px solid #4f4d4e!important;
}

header .main-menu ul li .sub-menu li:last-child{
  border-bottom-color: transparent!important;
}

header .main-menu ul li .sub-menu li a{
  border-bottom: 0px!important;
  padding: 0px 5px;
}

header .main-menu ul li{
  display: inline-block;
  margin-right:25px;
  margin-left:0;
   margin-bottom:0;
}

header .main-menu ul li:last-child{
  margin-right:0px;
}

header .main-menu ul li a{
  display: block;
  color: #FFF;
  font-size:18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 2px solid #383636;
}

header .main-menu ul li a:hover {
  border-bottom: 2px solid #3f87c7;
}

.mobile-menus{
  padding-top:51px;
  text-align: right;
}

.shiftnav-toggle{
  color:#fff;
}

.shiftnav-toggle:hover{
  color:#3f87c7;
}

.shiftnav-toggle span{
  margin-right:10px;
  top:-10px;
  color:#fff!important;
}

.shiftnav::after{
  display:none!important;
}

.shiftnav .shiftnav-inner{
  background-color:#3f87c7;
  border-left:5px solid #1176BC;
  padding-top:45px;
}

.shiftnav-menu li{
  margin:0;
  padding:0;
  line-height:1;
}

.shiftnav .shiftnav-menu li a{
  display:block;
  color:#fff;
  padding:0 0 0 15px!important;
  margin:0;
  font-weight: 400;
}

.shiftnav #menu-main-menu-1 li a{
  font-size:18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.shiftnav #menu-main-menu-1 li a:hover{
  background-color:#1176BC;
}

.shiftnav .secondary-menu li a{
  font-size:14px;
  font-size: 1.4rem;
  font-weight: 400;
}

.shiftnav .secondary-menu li a:hover{
  background-color:#1176BC;
}


/*Header Queries*/
@media (min-width: 768px) and (max-width: 991px) {

  header .main-menu ul li{
    margin-right:0px;
  }

  header .main-menu ul li a{
    font-size:16px;
    font-size: 1.6rem;
  }

}

@media (min-width: 0px) and (max-width: 767px) {

  header{
    position: relative;
  }

  .header-spacer{
    height:0!important;
  }

  .shiftnav-toggle span{
    display:none;
  }

}

/* Home
============================*/

.home-slider{
  background-color:#51a0df;
}

#home-carousel .item{
  background-color:#51a0df;
}

#home-carousel .text-half{
  width:40%;
  padding:15px 15px 0 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#home-carousel .text-half h1{
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

#home-carousel .text-half h2{
  color:#fff;
  line-height:1.2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

#home-carousel .text-half a{
  margin-top:10px;
  margin-right:20px;
}


#home-carousel .item img{
  width:100%;
}

.carousel-indicators{
  bottom:-30px;
  margin-bottom:0;
}

.carousel-indicators li{
  background-color: #73cbf2;
  border:0;
}

.carousel-indicators li.active{
  background-color: #009373;
}

#home-carousel.carousel .item,
#laptop-carousel.carousel .item {
  left: 0 !important;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

#home-carousel.carousel .active.left,
#home-carousel.carousel .active.right,
#laptop-carousel.carousel .active.left,
#laptop-carousel.carousel .active.right {
  opacity:0;
  z-index:2;
}

#home-carousel.carousel .next,
#home-carousel.carousel .prev,
#laptop-carousel.carousel .next,
#laptop-carousel.carousel .prev {
  opacity:1;
  z-index:1;
}

.home-intro{
  padding:95px 0 75px 0;
}

#laptop-carousel{
  width:130%;
  max-width:759px;
  float:right;
}

.home-intro .intro-box h2{
  margin:0 0 15px 0;
}

.home-intro .intro-box p{
  margin:0 0 40px 0;
}

.home-products{
}

.product-box{
  padding:0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-box .product-box-header{
  padding-top:16px;
  background-image:url('images/top-line.png');
  background-position: top left;
  background-repeat: repeat-x;
  border: 1px solid #e6e6e6;
}

.product-box.left-box .product-box-header{
  border-top:none;
}

.product-box.center-box .product-box-header{
  border-top:none;
  border-left:none;
  border-right:none;
}

.product-box.right-box .product-box-header{
  border-top:none;
}

.product-box .product-box-inner{
  height:320px;
  background-color:#fefefe;
  text-align: center;
  padding:20px 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-products .product-box:hover{
   margin-top:-15px;
    margin-bottom:-15px;
}

.home-products .product-box:hover .product-box-header{
  width:108%;
  margin-left:-4%;
  z-index:99;
  position: relative;
}

.home-products .product-box:hover .product-box-inner{
  height:350px;
  padding-top:35px;
}

.home-products .product-box:hover .product-box-header{
  border: 1px solid #e6e6e6;
  border-top:none;
}

.product-box .product-box-inner img{
  padding-bottom:15px;
  max-width:100%;
}

.product-box .product-box-inner p{
  color:#383636;
  max-width:275px;
  margin-left:auto;
  margin-right:auto;
  line-height:30px;
}

.product-box .product-box-inner .oval-button-hollow{
  padding:10px 45px;
  margin-top:15px;
}

.product-box:hover .oval-button-hollow{
  background-color:transparent;
  color:#4f99de;
  border: 1px solid #4f99de;
}

.home-signup .container{
  padding-top:65px;
  padding-bottom:45px;
  background-image:url('images/eBook.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
}

/*Home Queries*/
@media (min-width: 992px) and (max-width: 1199px) {

  #home-carousel .text-half{
    width:50%;
  }

  #laptop-carousel{
    width:120%;
  }

  header .main-menu ul li {
    margin-right: 20px;
  }

  header .top-menu ul li {
    margin-right: 10px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {

  #home-carousel .text-half{
    width:60%;
  }

  #home-carousel .text-half h1{
     font-size:38px;
     font-size:3.8rem;
  }

  #home-carousel .text-half h2{
    font-size:20px;
    font-size:2rem;
  }

  #laptop-carousel{
    width:120%;
  }

  .product-box .product-box-inner{
    padding:20px 30px;
  }


  .product-box .product-box-inner .oval-button-hollow{
    padding:10px 25px;
    margin-top:0px;
  }

  .home-signup .container{
    background-position: right -100px bottom;
  }

}

@media (min-width: 0px) and (max-width: 767px) {

  #home-carousel .item img{
    width:200%;
    max-width:200%;
    float:right;
  }

  #home-carousel .text-half{
    min-height:360px;
    clear:both;
    width:100%;
    position: relative;
    top:auto;
    padding-bottom:25px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  #home-carousel .text-half h1{
    font-size:38px;
    font-size:3.8rem;
  }

  #home-carousel .text-half h2{
    font-size:20px;
    font-size:2rem;
  }

  #laptop-carousel{
    width:100%;
    float:none;
    margin-bottom:75px;
  }

  .product-box{
    padding:0 15px;
  }

  .home-products .product-box .product-box-header{
    max-width:381px;
    margin:15px auto 45px auto;
    border: 1px solid #e6e6e6!important;
    border-top:none!important;
  }

  .home-products .product-box .product-box-inner{
    height:auto!important;
  }

  .home-products .product-box:hover{
    margin-top:0px!important;
    margin-bottom:0px!important;
  }

  .home-products .product-box:hover .product-box-header{
    width:100%!important;
    margin-left:auto!important;
  }

  .home-products .product-box:hover .product-box-inner{
    height:auto!important;
    padding-top:20px!important;
  }

  .home-signup .container{
    background-image:none;
  }

}

/* Default Template
=======================================*/

.page-title{
  background-color:#4F9ADE;
  background-image:url('images/title-bg.jpg');
  background-position: right bottom;
  background-repeat: no-repeat;
}

.page-title h1{
  margin:65px 0 15px 0;
}

#default-content{
  padding:45px 15px;
}

#default-content h1{
   color:#365369;
}

#default .col-1,
.demo-form .col-1{
  padding-right:50px;
  margin-bottom:45px;
}

@media (min-width: 0px) and (max-width: 767px) {

  #default .col-1,
  .demo-form .col-1{
    padding-right:15px;
  }

}

/* Product Template
=======================================*/

.product-intro{
  padding-top:45px;
}

.product-intro .product-intro-left{
  padding-right:50px;
}

.product-intro .product-ebook{
  background-image:url('images/eBook.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size:auto 200px;
  margin-bottom:50px;
}

.product-intro .product-ebook .product-ebook-content{
  padding-right:40%;
}

.product-ebook .hbspt-form fieldset{
  width:75%!important;
}

.product-intro .product-box .product-box-header{
  border:none;
  text-align: left;
  max-width:381px;
  margin-bottom:50px;
}


.product-intro .product-box .product-box-inner{
  text-align: center;
  height:auto;
  padding:20px 50px 50px 50px
}
.product-intro .product-box .product-box-inner i{
  color:#44bbb2;
  font-size:60px;
}
.product-intro .product-box .product-box-inner h2{
  font-weight:600;
  margin-bottom:30px;
}

.product-intro a.oval-button{
  min-width:115px;
  margin-top:15px;
  cursor:pointer;
}

.product-intro a.oval-button-inverse{
  margin-right:20px;
}

.product-video{
  padding:35px 0;
  background-color:#fff;
}

.youtube-wrapper iframe{
  width:100%;
}

.product-video-left{
  padding-right:50px;
}

.product-video h3{
  margin-bottom:30px;
}

.product-video ul li{
  color:#3379ba;
}

.product-video ul li span {
  color:#383636;
}

.product-features{
  background-color:#f8f8f8;
  padding:50px 0;
  border-top:1px solid #efefef;
  text-align: center;
}

.features-box-inner{
  background-color:#fff;
  margin-top:30px;
  padding:25px;
}

.features-box-inner p{
  margin:0;
}

.features-box-inner .circle-icon{
  width:76px;
  height:76px;
  margin:0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.page-template-audit-new-v3 .modal-backdrop{
  display:none;
}
.page-template-audit-new-v3 .modal{
  z-index:9999999;
  top:25%;
}
.page-template-audit-new-v3 .modal-dialog{
  width:100%;
  max-width:565px;
  text-align:center;
}
.page-template-audit-new-v3 .modal-header{
  border:none;
}
.page-template-audit-new-v3 .modal-dialog .hs-button{
  background-color:#00ada1;
    text-align: center;
  border:none;
  color:#fff;
  font-weight:400;
  padding:10px 20px;
  display:inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#downloadModal .hbspt-form label{
  text-align:left;
  min-width:155px;
}
#downloadModal .hbspt-form input.hs-input{
  max-width:150px;
}

.video-image{
  cursor:pointer;
}
#videoModal .modal-dialog {
  width: 100%;
  max-width: 765px;
  text-align: center;
}

.download-pdf-wrapper img{
  float:left;
  margin-right:15px;
}
.download-pdf-wrapper span{
  color:#959595;
  position:relative;
  top:-10px;
  font-size:18px;
}
.download-pdf-wrapper span a{
  color:#00aeef;
}

.circle-icon.calendar{background-image:url('images/icons/icon-calendar.png');}
.circle-icon.monitor{background-image:url('images/icons/icon-monitor.png');}
.circle-icon.speech-bubble{background-image:url('images/icons/icon-speech.png');}
.circle-icon.paper-plane{background-image:url('images/icons/icon-plane.png');}
.circle-icon.lock{background-image:url('images/icons/icon-lock.png');}
.circle-icon.graph{background-image:url('images/icons/icon-graph.png');}
.circle-icon.piechart {background-image:url('images/icons/icon-piechart.png');}
.circle-icon.eye{background-image:url('images/icons/icon-eye.png');}
.circle-icon.cloud{background-image:url('images/icons/icon-cloud.png');}

.circle-icon.heart {background-image:url('images/icons/icon-heart.png');}
.circle-icon.people{background-image:url('images/icons/icon-people.png');}
.circle-icon.dollar{background-image:url('images/icons/icon-dollar.png');}


.product-pricing{
  background: #3f87c7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmODdjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MmIzZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  #3f87c7 0%, #62b3e4 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3f87c7), color-stop(100%,#62b3e4));
  background: -webkit-linear-gradient(left,  #3f87c7 0%,#62b3e4 100%);
  background: -o-linear-gradient(left,  #3f87c7 0%,#62b3e4 100%);
  background: -ms-linear-gradient(left,  #3f87c7 0%,#62b3e4 100%);
  background: linear-gradient(to right,  #3f87c7 0%,#62b3e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f87c7', endColorstr='#62b3e4',GradientType=1 );
  padding:20px 0 50px 0;
}

.product-pricing h2{
  color:#fff;
}

.pricing-box{
  color:#f8f8f8;
  margin-top:20px;
}

.pricing-box h3{
  color:#fff;
  margin:0;
  position: absolute;
  bottom:7px;
}

.pricing-box-inner{
  max-width:300px;
  min-height:245px;
  border-bottom:5px solid rgba(255,255,255,0.5);
}

.pricing-box-inner .pricing-box-header{
  border-bottom:5px solid rgba(255,255,255,0.5);
  min-height:60px;
  position: relative;
}

.pricing-box-inner .from{
  margin:15px 0 0 0;
  line-height: 1;
}

.pricing-box-inner .price{
  font-size:90px;
  font-size:9rem;
  font-weight:700;
  position:relative;
  padding-left:25px;
  margin:00 0 0;
  line-height:1;
}

.pricing-box-inner .price span{
  font-size:45px;
  font-size:4.5rem;
  position:absolute;
  top:10px;
  left:0;
}

.pricing-box-inner .currency{
  padding-left:30px;
  margin-bottom:35px;
}

.add-ons-box .pricing-box-header{
  margin-bottom:25px;
}

.add-ons-box p{
  padding-left:5px;
  margin-top:-10px;
  margin-bottom:15px;
}

.add-ons-box p span{
  font-size:26px;
  font-size:2.6rem;
  font-weight:600;
  margin-top:5px;
}

/* Product Queries */
@media (min-width: 768px) and (max-width: 991px) {

  .product-intro .product-ebook{
    background-image:none;
  }

  .product-intro .product-ebook .product-ebook-content{
    padding-right:0%;
  }

  .product-ebook .hbspt-form fieldset{
    float:none;
    width:100%!Important;
    max-width:100%!important;
  }

  .product-ebook .hbspt-form .field{
    width:100%!important;
    margin-bottom:15px;
  }

  .product-ebook .hbspt-form .hs_submit{
    float:none;
    margin-top:15px;
  }

}

@media (min-width: 0px) and (max-width: 767px) {

  .product-ebook .hbspt-form fieldset{
    width:100%!important;
  }

  .product-intro .product-ebook{
    background-image:none;
  }

  .product-intro .product-ebook .product-ebook-content{
    padding-right:0%;
  }

  .product-intro .product-intro-left,
  .product-video-left{
    padding-right:15px;
  }

  .product-intro .product-box .product-box-inner{
    padding:20px 25px 25px 25px
  }

  .product-intro a.oval-button{
    min-width:100%;
  }

  .pricing-box-inner{
    border-bottom:none;
  }


}


/* Blog
=======================================*/

.page-title-blog{
  /*background-image:url('images/title-bg-blog.jpg');*/
}

.blog-content{
  padding-top:45px;
  padding-right:50px;
}

.blog-post{
  background-color:#fff;
  padding: 25px 35px;
  margin-bottom:45px;
}

.blog-header{
  margin-bottom:40px;
}

.blog-header h1{
  font-size:30px;
  font-size:3rem;
  margin:0;
}

.blog-header h1 a {
  color:#365369;
}

.blog-header p{
  margin:0;
}

.blog-footer{
  margin-top:30px;
  border-top:1px solid #d5d4d4;
  padding-top:10px;
}

.blog-footer a.ssba_facebook_share{
  margin-left:10px;
}

.blog-footer .ssba-wrap a{
  margin-right:10px;
}

.blog-sidebar .sidebar-rickshaw{
  background:#fff;
  margin-top:90px;
  padding:0 15px 15px 15px;
}

.blog-sidebar .sidebar-rickshaw img{
  margin-top:-45px;
  margin-left:5px;
  max-width:50%;
}

.sidebar-rickshaw .indicates-required,
.sidebar-rickshaw .asterisk,
.sidebar-rickshaw .hs-error-msgs{
  display:none!important;
}

.sidebar-rickshaw label{
  width:100%;
  margin:0;
  font-weight:400;
}

.sidebar-rickshaw .hs-form-field{
  width:100%!important;
}

.sidebar-rickshaw input{
  width:100%;
  border: 1px solid #E6E6E6;
  margin-bottom:15px;
  line-height:35px;
  padding:0 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.sidebar-rickshaw .button,
.sidebar-rickshaw .hs-button{
  width:100%;
  margin-top:5px;
  line-height:35px;
  border:none;
  background-color:#00ada1;
  text-align: center;
  color:#fff;
  font-weight:400;
    -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.blog-sidebar .sidebar-recent-posts{
  padding-top:45px;
}

.blog-sidebar .sidebar-recent-posts li{
  margin:0 0 10px 15px;
}

.blog-sidebar .sidebar-archive{
  padding-top:30px;
}

.blog-sidebar .sidebar-archive h3{
  margin:0 0 25px 0
}

.blog-sidebar .sidebar-archive select{
  border:1px solid #d5d4d4;
  padding:5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.blog-sidebar .sidebar-linkedin{
  padding-top:45px;
  overflow:hidden;
}

.blog .wp-pagenavi{
  margin:45px 0;
}

.blog .wp-pagenavi a,
.blog .wp-pagenavi span{
  background-color:#fff!important;
  color:#383636;
  padding:5px 10px;
  border-color:#d5d4d4;
}

.blog .wp-pagenavi a:hover,
.blog .wp-pagenavi .current{
  border-color:#3f87c7;
  color:#3f87c7;
  font-weight:300;
}

/* Blog Queries */
@media (min-width: 768px) and (max-width: 991px) {

    .wp-pagenavi span.pages{
      display:inline-block;
      width:100%;
      text-align: center;
    }

    .wp-pagenavi a.last{
      display:none;
    }

    .wp-pagenavi a.previouspostslink,
    .wp-pagenavi a.nextpostslink{
      display:inline-block;
    }

}

@media (min-width: 0px) and (max-width: 767px) {

  .blog-content{
    padding-right:15px;
  }

  .ssba span{
    display:inline-block;
    width:100%;
  }

 .blog-footer a.ssba_facebook_share{
   margin-left:0;
 }

  .wp-pagenavi a,
  .wp-pagenavi .extend,
  .wp-pagenavi .current{
    display:none;
  }

  .wp-pagenavi span.pages{
    display:inline-block;
    width:100%;
  }

  .wp-pagenavi a.nextpostslink{
    display:inline-block;
    width:40%;
    margin:10px -2px 0 0;
    float:right;
    text-align: right;
  }

  .wp-pagenavi a.previouspostslink{
    display:inline-block;
    width:40%;
    margin:10px  0 0 2px;
    float:left;
  }

  .blog-sidebar .sidebar-linkedin{
    padding-bottom:45px;
  }

}

/* Ticker
=======================================*/

#ticker-wrapper{
  padding:45px 0;
  margin-bottom:45px;
  background: #3f87c7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmODdjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MmIzZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  #3f87c7 0%, #62b3e4 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3f87c7), color-stop(100%,#62b3e4));
  background: -webkit-linear-gradient(left,  #3f87c7 0%,#62b3e4 100%);
  background: -o-linear-gradient(left,  #3f87c7 0%,#62b3e4 100%);
  background: -ms-linear-gradient(left,  #3f87c7 0%,#62b3e4 100%);
  background: linear-gradient(to right,  #3f87c7 0%,#62b3e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f87c7', endColorstr='#62b3e4',GradientType=1 );
}

#ticker-wrapper table{
  color:#fff;
  width:100%;
}

#ticker-wrapper tr.ticker-header td{
  font-weight:600;
  text-align:left;
  border-bottom:2px solid rgba(255,255,255,0.5);
  padding:5px 0
}

#ticker-wrapper tr.first-row td{
  padding-top:15px!important;
}

#ticker-wrapper tr td.ticker_name{
 width:10%;
 padding:5px 0
}

#ticker-wrapper tr td.ticker_val{
 width:5%;
 padding:5px 0
}

@media (min-width: 0px) and (max-width: 767px) {

  #ticker-wrapper{
      overflow-x: scroll;
  }

  #ticker-wrapper #ticker{
    min-width:780px;
    padding:0 15px 0 0;
  }

}

/* Clients
=======================================*/

.blank-title{
  background-image: none;
}

.client-grid .client{
  height:250px;
  line-height: 250px;
  text-align: center;
   border-right:2px solid #d5d4d4;
  border-bottom:2px solid #d5d4d4;
}

.client-grid .client:nth-child(1),
.client-grid .client:nth-child(2),
.client-grid .client:nth-child(3){
  border-top:2px solid #d5d4d4;
}


.client-grid .client:nth-child(3n){
  border-right:none;
}

/* Audit
=======================================*/
.audit-banner{
  min-height:500px;
  background-repeat: no-repeat;
  background-size:cover;
  /*background-position:center;*/
  background-position:top;
}
.audit-banner .hedgebook-audit-logo{
  margin-top:30px;
  margin-left:15px;
  clear:both;
}
.audit-banner .caption{
  padding:70px;
}
.audit-banner span{
  color:#ffffff;
  font-size:20px;
  display:block;
  padding-top:30px;
}
.audit-banner ul{
  padding:0px;
}
.audit-banner ul li{
  display:inline-block;
  padding:20px 0px 0px 0px;
  margin:0px 15px 0px 0px;
}
.audit-banner ul li a{
  display:block;
  color:#ffffff;
  font-weight:500;
  padding:7px 30px;
  border-radius:25px;
}
.audit-banner ul li a.button-1{
  background-color:#539adb;
}
.audit-banner ul li a.button-2{
  background-color:#1aaca0;
}

.audit-intro .product-ebook{
  background-image:url('images/audit-ebook.png');
  background-size: auto 230px;
}

.audit-intro ul{
  padding:0 0 30px 15px;
  margin:0;
}

.audit-intro ul li{
  padding:0;
  margin:0;
}

.audit-promo{
  padding-top:16px;
  background-image:url('images/top-line.png');
  background-position: top left;
  background-repeat: repeat-x;
  border: 1px solid #e6e6e6;
  border-top:none;
  margin-bottom:60px;
}

.audit-promo-header{
  background-color: #fff;
  padding: 20px 50px 10px 50px;
}

.audit-promo-image{
  background-color: #fff;
  text-align: center;
  padding: 0 50px 0 50px;
}

.audit-promo-image img{
  width: 200px;
}

.audit-promo-inner{
  background-color: #fff;
  padding: 10px 50px 50px 50px;
}

.audit-promo-inner h2{
  margin-top:0;
}

.audit-promo-inner ul{
  margin:0 0 0 15px;
  padding:0;
}

.audit-promo-inner ul li{
  margin:0 0 3px 0;;
  padding:0;
}

.audit-promo .audit-promo-inner .hbspt-form{
  margin-top:40px;
}

.audit-promo .audit-promo-inner .hbspt-form .legal-consent-container{
  max-width:100%;
}

.audit-promo .audit-promo-inner .hbspt-form .hs-form-field{
  width:100%;
}

.audit-promo .audit-promo-inner input{
  width:100%;
  border: 1px solid #E6E6E6;
  margin-bottom:15px;
  line-height:35px;
  padding:0 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.audit-promo .audit-promo-inner .hs-button{
  width:100%;
  margin-top:5px;
  line-height:35px;
  border:none;
  background-color:#00ada1;
  text-align: center;
  color:#fff;
  font-weight:400;
    -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.audit-promo .audit-promo-inner .hs-button:hover{
  background-color:#4f99de;
  color:#fff;
}

.audit-page .page-title{
  background-image:url('images/title-bg-green.jpg');
  background-color:#01ADA1;
}

.audit-page .circle-icon.monitor{background-image:url('images/icons/icon-green-monitor.png');}
.audit-page .circle-icon.speech-bubble{background-image:url('images/icons/icon-green-speech-bubble.png');}
.audit-page .circle-icon.paper-plane{background-image:url('images/icons/icon-green-paper-plane.png');}
.audit-page .circle-icon.lock{background-image:url('images/icons/icon-green-lock.png');}
.audit-page .circle-icon.piechart {background-image:url('images/icons/icon-green-piechart.png');}
.audit-page .circle-icon.eye{background-image:url('images/icons/icon-green-eye.png');}
.audit-page .circle-icon.cloud{background-image:url('images/icons/icon-green-cloud.png');}

#auditIntro{
  padding-top:75px;
}

/*.services{
  padding-bottom:30px;
}*/
.services table{
  margin-bottom:60px;
}
.services td{
  vertical-align: middle;
  font-weight:400;
}
.services td h3{
  margin-top:0px;
  color:#000;
  font-weight:600;
}

/*.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}*/

.slick-slider{
  background-color:#f8f8f8;
  padding:30px 0px 30px 0px;
  max-height:125px;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slide.slick-slide img{
  margin:0 auto;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@media (min-width: 0px) and (max-width: 991px) {
  .audit-intro .product-ebook{
    background-image:none;
  }
}

.carousel-testimonial-wrapper{
  background-color:#ffffff;
  padding-top:50px;
  padding-bottom:90px;
}
#carousel-testimonial .custom-carousel-caption{
  text-align:center;
  max-width:800px;
  margin:0 auto;
  padding-left:15px;
  padding-right:15px;
}
#carousel-testimonial .custom-carousel-caption span.content{
  display:block;
  font-size:20px;
  font-style:italic;
  color:#383838;
  line-height:48px;
  padding-bottom:10px;
}
#carousel-testimonial .custom-carousel-caption span.details{
  display:block;
  font-size:20px;
  color:#383838;
  font-weight:500;
  line-height:48px;
}
#carousel-testimonial .carousel-indicators{
  bottom:-40px;
}

.audit-pricing{
  padding-top:45px;
  padding-bottom:45px;
  background: rgb(16,146,117);
  background: linear-gradient(45deg, rgba(16,146,117,1) 0%, rgba(28,177,171,1) 100%);
  color:#ffffff;
}
.audit-pricing h2{
  margin:0px 0px 0px 0px;
  color:#ffffff;
  font-weight:600;
}
.audit-pricing .price-box{
  padding-top:30px;
}
.audit-pricing .price-box h5{
  font-size:20px;
  border-bottom:5px solid #ffffff;
  padding-bottom:10px;
}
.audit-pricing .price-wrapper{
  border-bottom:5px solid #ffffff;
  padding-bottom:30px;
  min-height:210px;
}
.audit-pricing .price-wrapper .price-symbol{
  font-size:48px;
  font-weight:600;
  position: relative;
  top:-30px;
}
.audit-pricing .price-wrapper .price{
  font-size:90px;
  font-weight:600;
}
.audit-pricing .price-wrapper .text-beneath{
  display:block;
  text-align:center;
  text-transform:uppercase;
}
.audit-pricing .instruments-wrapper{
  text-transform:uppercase;
  border-bottom:5px solid #ffffff;
  min-height:210px;
  padding-top:5px;
  padding-bottom:15px;
}

/* About
=======================================*/

.about-staff{
  margin-top:45px;
}

.staff-box{
  background-color:#fff;
  margin-bottom:45px;
  padding:25px 25px 5px 25px;
}

.staff-box .staff-image{
  padding:0 10px 0 0;
}

.staff-box .staff-info h3{
  margin-top:0;
}

.staff-box .staff-contact{
  border-top:1px solid #EFEFEF;
  padding-top:20px;
}

.staff-box .staff-contact p,
.staff-box .staff-contact a{
  margin:0 0 10px 0;
  display:block;
  color:#383636;
}

.staff-box .staff-contact i{
  font-size:20px;
  font-size:2rem;
  text-align: center;
  width:20px;
  margin-right:10px;
  color:#4F9ADE;
}

@media (min-width: 0px) and (max-width: 767px) {

  .staff-box{
    padding:5px;
  }

  .staff-box .staff-image{
    padding:15px 15px 15px 15px;
  }
}

/* Demo
=======================================*/

.gform_wrapper{
  background-color:#fff;
  padding:25px;
  margin:0 0 45px 0!important;
}

.gform_wrapper input,
.gform_wrapper textarea{
  border:1px solid #d5d4d4;
  width:60%!important;
}

.gform_wrapper label{
  font-weight:400!important;
  margin:0!important;
  width:40%!important;
}

.gform_wrapper select{
  border:1px solid #d5d4d4;
  width:59.5%!important;
}

.gform_wrapper .gform_footer.left_label{
  margin-left:40%!important;
}

.gform_wrapper .button{
  padding:10px 60px;
  border:none;
  width:80%!important;
}

.gform_wrapper .ginput_complex span.ginput_left{
  margin-bottom:20px;
}

.gform_wrapper .ginput_complex span{
  display: block!important;
  margin-left:0!important;
  width:100%!important;
}

.gform_wrapper .ginput_complex span label{
  margin-bottom:0!important;
  width:94%!important;
}

.gform_wrapper .ginput_complex span input{
  width:94%!important;
}

.demo-form .gform_wrapper .left_label div.ginput_complex{
  width:60%!important;
  float:left;
  margin:0 0 15px 0!important;
}

.demo-form .gform_wrapper .ginput_complex span{
  padding:0!important;
}

.demo-form .gform_wrapper .ginput_complex span input{
  width:100%!important;
}

@media (min-width: 0px) and (max-width: 767px) {

  .gform_wrapper{
    padding:10px;
  }

  .gform_wrapper input,
  .gform_wrapper textarea,
  .gform_wrapper select{
    width:100%!important;
  }

  .gform_wrapper label,
  .gform_wrapper .left_label div.ginput_complex,
  .gform_wrapper .ginput_complex span input{
    width:100%!important;
  }

  .gform_wrapper .left_label .gfield_label{
    float:none!important;
  }

  .gform_wrapper .gform_footer.left_label {
    margin-left:0%!important;
    width:100%!important;
    float:none!important;
  }

  .gform_wrapper .button{
    width:100%!important;
  }


}


/* Hedgebook for Banks and FX Brokers
======================================*/
.landing-page-title{
  background-color: #4F9ADE;
  background-image: url('images/pilotpage-banner-new.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.product-diagram #diagram-center img{
  padding-bottom: 15px;
}

.product-diagram #diagram-left h4{
  color: #07a499;
  margin-top: 0px;
  margin-bottom: 7.5px;
}

.product-diagram #diagram-left strong{
  color: #07a499;
  font-weight: 400;
}

.product-diagram #diagram-right h4{
  color: #2c6290;
  margin-top: 0px;
  margin-bottom: 7.5px;
}

.product-diagram #diagram-right strong{
  color: #2c6290;
  font-weight: 400;
}

.product-diagram #diagram-bottom h4{
  color: #4695da;
  margin-top: 0px;
  margin-bottom: 7.5px;
}

.product-diagram #diagram-bottom strong{
  color: #4695da;
  font-weight: 400;
}

.product-diagram{
  background-image:url('images/dotted-background-pattern.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0px;
}

.landing-intro{
  background-color: #f8f8f8;
  padding: 50px 15px 50px 15px;
  border-bottom: 1px solid #efefef;
}

.landing-features{
  background-image:url('images/dotted-background-pattern.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.product-diagram h2{
  margin: 0px 0px 50px 0px;
  color: #4491d7;
}

.landing-intro h2{
  margin-top: 0px;
  margin-bottom: 25px;
  color: #4491d7;
}

.product-slider h2{
  margin-top: 0px;
  margin-bottom: 35px;
  color: #4491d7;
}

.landing-page-title h1{
  margin: 125px 0px 125px 0px;
}

.landing-features{
  padding: 50px 0px 50px 0px;
  margin-top: 0px;
  border: 0px;
  /*background-color: #fefefe;*/
}

#product-features-heading h2{
  margin: 0px 0px 10px 0px;
  color: #4491d7;
}

.product-slider{
  background-color: #f8f8f8;
  padding: 50px 15px 75px 15px;
  border-bottom: 1px solid #efefef;
}

.product-slider #laptop-carousel img{
  margin: 0 auto;
  display: block;
}

.product-slider #laptop-carousel h4{
  color: #4491d7;
}

.product-slider #laptop-carousel .carousel-indicators li{
  background-color: #d7d7d7;
}

.product-slider #laptop-carousel .carousel-indicators li.active{
  background-color: #4796d9;
}

.product-slider #laptop-carousel{
    width: 100%;
    max-width: 750px;
    float: none;
    margin: 0 auto;
    display: block;
}

.product-features .landing-features-box-inner{
  /*background-image:url('images/dotted-background-pattern.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;*/
  min-height: 295px;
  background-color: #f8f8f8;
}

.product-features .landing-features-box-inner h3{
  font-size: 18px;
  margin-bottom: 15px;
}

.call-to-action{
  background-image: url('images/demopage-cta-banner.png');
  background-repeat: no-repeat;
  padding: 50px 15px;
  background-size: cover;
}

.call-to-action h2{
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
}

.call-to-action p{
  color: #fff;
}

#call-to-actions-buttons{
  padding-top: 15px;
}

#call-to-actions-buttons #cta-btn a{
  color: #fff;
  padding: 7.5px 50px;
  background-color: #4592d6;
  border: 2px solid #4592d6;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  float: right;
}

#call-to-actions-buttons #cta-btn a:hover{
  background-color: #02a99f;
  border-color: #02a99f;
}

#call-to-actions-buttons #cta-btn-full a{
  color: #fff;
  padding: 7.5px 50px;
  background-color: #02a99f;
  border: 2px solid #02a99f;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  float: left;
}

#call-to-actions-buttons #cta-btn-full a:hover{
  background-color: #4592d6;
  border-color: #4592d6;
}

.landing-pricing{
  background-color: #f8f8f8;
  padding: 50px 15px;
}

.landing-pricing #pre-price p{
  margin-bottom: 0px;
}

.landing-pricing #post-price p{
  margin-bottom: 0px;
}

.landing-pricing #main-price p{
  font-size: 75px;
  font-weight: 700;
  color: #4592d6;
  margin-bottom: 0px;
}


/* Signup
======================================*/
.signup-page-title{
  background-color: #4F9ADE;
  background-image: url('images/demopage-banner-new.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.signup-content-wrap{
  padding: 50px 0px;
  background-color: #f8f8f8;
}

.signup-content-wrap .signup-column-left h2{
  margin-top: 0px;
  margin-bottom: 25px;
  color: #4491d7;
}

.signup-content-wrap .signup-column-left .signup-diagram img{
  margin: 25px 0px;
}

.signup-content-wrap .signup-column-right .signup-form{
  background-color: #fff;
  padding: 25px 25px 75px 25px;
}

.signup-content-wrap .signup-column-right .signup-form .hs-error-msgs li{
  list-style: none;
  margin-left: 0px!important;
}

.signup-content-wrap .signup-column-right .signup-form .hs-error-msgs label{
  font-size: 14px!important;
  font-weight: 400!important;
  color: #00aca0!important;
}

.signup-content-wrap .signup-column-right .signup-form .hs-form-field{
  margin: 20px 0px!important;
}

.signup-content-wrap .signup-column-right .signup-form #preferred_currency-7c69849e-1c73-461b-9788-42c228aaf019{
  font-size: 14px!important;
}

.signup-content-wrap .signup-column-right .signup-form #firstname-7c69849e-1c73-461b-9788-42c228aaf019{
  width: 60%!important;
  font-size: 14px!important;
}

.signup-content-wrap .signup-column-right .signup-form #lastname-7c69849e-1c73-461b-9788-42c228aaf019{
  width: 60%!important;
  font-size: 14px!important;
}

.signup-content-wrap .signup-column-right .signup-form #phone-7c69849e-1c73-461b-9788-42c228aaf019{
  width: 60%!important;
  font-size: 14px!important;
}

.signup-content-wrap .signup-column-right .signup-form #email-7c69849e-1c73-461b-9788-42c228aaf019{
  width: 60%!important;
  font-size: 14px!important;
}

.signup-content-wrap .signup-column-right .signup-form #label-firstname-7c69849e-1c73-461b-9788-42c228aaf019{
  display: block!important;
  float: left!important;
  width: 35%!important;
  font-weight: 400!important;
  font-size: 1.6rem!important;
}

.signup-content-wrap .signup-column-right .signup-form #label-firstname-7c69849e-1c73-461b-9788-42c228aaf019 span{
  font-size: 14px!important;
}

.signup-content-wrap .signup-column-right .signup-form #label-lastname-7c69849e-1c73-461b-9788-42c228aaf019{
  display: block!important;
  float: left!important;
  width: 35%!important;
  font-weight: 400!important;
  font-size: 1.6rem!important;
}

.signup-content-wrap .signup-column-right .signup-form #label-lastname-7c69849e-1c73-461b-9788-42c228aaf019 span{
  font-size: 14px!important;
}

.signup-content-wrap .signup-column-right .signup-form #label-phone-7c69849e-1c73-461b-9788-42c228aaf019{
  display: block!important;
  float: left!important;
  width: 35%!important;
  font-weight: 400!important;
  font-size: 1.6rem!important;
}

.signup-content-wrap .signup-column-right .signup-form #label-phone-7c69849e-1c73-461b-9788-42c228aaf019 span{
  font-size: 14px!important;
}

.signup-content-wrap .signup-column-right .signup-form #label-email-7c69849e-1c73-461b-9788-42c228aaf019{
  display: block!important;
  float: left!important;
  width: 35%!important;
  font-weight: 400!important;
  font-size: 1.6rem!important;
}

.signup-content-wrap .signup-column-right .signup-form #label-email-7c69849e-1c73-461b-9788-42c228aaf019 span{
  font-size: 14px!important;
}

.signup-content-wrap .signup-column-right .signup-form #label-preferred_currency-7c69849e-1c73-461b-9788-42c228aaf019{
  display: block!important;
  float: left!important;
  width: 35%!important;
  font-weight: 400!important;
  font-size: 1.6rem!important;
}

.signup-content-wrap .signup-column-right .signup-form #label-preferred_currency-7c69849e-1c73-461b-9788-42c228aaf019 span{
  font-size: 14px!important;
}

.signup-content-wrap .signup-column-right .signup-form #label-preferred_currency-7c69849e-1c73-461b-9788-42c228aaf019{
  width: 35%!important;
}

.signup-content-wrap .signup-column-right .signup-form #preferred_currency-7c69849e-1c73-461b-9788-42c228aaf019{
  width: 60%!important;
}

.signup-content-wrap .signup-column-right .signup-form .hs-form-booleancheckbox-display span{
  font-size: 14px!important;
}

.signup-content-wrap .signup-column-right .signup-form .hs-form-booleancheckbox{
  margin-left: 0px!important;
  list-style: none!important;
}

.signup-content-wrap .signup-column-right .signup-form .hs-form-booleancheckbox span{
  font-weight: 400!important;
  margin-left: 10px!important;
}

.signup-content-wrap .signup-column-right .signup-form .hs-button{
  background-color: #00aca0;
  border: 2px solid #00aca0;
  border: 0px;
  padding: 7.5px 50px;
  border-radius: 25px;
  color: #fff;
  margin: 0px;
  width: 65%;
  font-weight: 500;
  float: right!important;
}

.signup-content-wrap .signup-column-right .signup-form .hs-button:hover{
  background-color: #4592d6;
  border-color: #4592d6;
}

.signup-content-wrap .signup-column-right{
  padding-left: 30px;
}

.signup-content-wrap .signup-column-right .signup-contact{
  margin: 50px 0px;
  padding-bottom: 50px;
  background-color: #fff;
}

.signup-content-wrap .signup-column-right .signup-contact img{
  margin-top: -5px;
}

.signup-content-wrap .signup-column-right .signup-contact a{
  color: #fff;
  padding: 7.5px 25px;
  border: 2px solid #5695dc;
  border-radius: 50px;
  background-color: #5695dc;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.5;
}

.signup-content-wrap .signup-column-right .signup-contact a:hover{
  background-color: #00aca0;
  border-color: #00aca0;
}

.signup-content-wrap .signup-column-right .signup-contact p{
  margin: 15px 0px;
}

.signup-content-wrap .signup-column-right .signup-contact .signup-contact-button{
  margin-top: 30px;
}



/* Login
=======================================*/

.login-container{
  max-width:320px;
  margin:45px auto;
}

.login-container #loginAllowed{
  background-color:#fff;
  padding:25px;
}

.login-container #loginAllowed h2{
  margin:0 0 25px 0;
}

.login-container #loginAllowed #processMsg,
.login-container #loginAllowed #badPassword{
  margin:5px 0 15px 0;
  background-color:#fdcece;
  padding:5px;
  border:1px solid #fdb5b5;
}

.login-container #loginAllowed input{
  width:100%;
  margin-bottom:20px;
}

.login-container #loginAllowed input#go{
  margin-bottom:0px;
  max-width:100px;
}

.login-container #loginAllowed a{
  display: inline;
  font-size:13px;
  font-size:1.3rem;
}

.login-container #loginNotAllowed{
  margin-top:25px;
  background-color:#fdcece;
  padding:25px;
  border:1px solid #fdb5b5;
}

.login-container #loginNotAllowed p{
  margin:0;
}

.loginIframe{
  width:400px;
  margin:45px auto;
}

.loginIframe iframe{
  width:400px;
  height:300px;
  border:none;
}

@media (min-width: 0px) and (max-width: 767px) {

  .login-container #loginAllowed a{
    display: inline-block;
    margin:10px 0 0 0;
  }

}


/* Testimony Slider
=======================================*/

.testimonial-slider{
  background: #3f87c7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmODdjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MmIzZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  #3f87c7 0%, #62b3e4 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3f87c7), color-stop(100%,#62b3e4));
  background: -webkit-linear-gradient(left,  #3f87c7 0%,#62b3e4 100%);
  background: -o-linear-gradient(left,  #3f87c7 0%,#62b3e4 100%);
  background: -ms-linear-gradient(left,  #3f87c7 0%,#62b3e4 100%);
  background: linear-gradient(to right,  #3f87c7 0%,#62b3e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f87c7', endColorstr='#62b3e4',GradientType=1 );
  padding:75px 0;
  text-align: center;
}

.testimonial-slider .item{
  min-height:220px;
}

.testimonial-slider p{
  color:#fff;
  font-size:18px;
  font-size:1.8rem;
  font-style: italic;
}

.testimonial-slider h3{
  margin-top:20px;
  color:#fff;
  font-weight:300;
}

.testimonial-slider img{
  max-height:100px;
  width:auto;
  margin:0 auto;
}

.testimonial-slider .carousel-indicators{
  bottom:-20px;
}

.testimonial-slider .carousel-indicators li{
  background-color:#73cbf2;
}

.testimonial-slider .carousel-indicators li.active{
  background-color:#fff;
}

@media (min-width: 0px) and (max-width: 767px) {

  .testimonial-slider .item{
    min-height:320px;
  }

}
/* HS Forms  - Contact form
=======================================*/


/* HS Forms - Signup form
=======================================*/

.hbspt-form{
  position: relative;
}

.product-ebook .hbspt-form .field input,
.cta-signup .hbspt-form .field input,
.home-signup .hbspt-form .field input,
#default-content .hbspt-form .field input,
.signup-form .hbspt-form .field input,
.signup-form .hbspt-form .field select{
  width:100%;
  line-height:30px;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.product-ebook .hbspt-form .field label,
.cta-signup .hbspt-form .field label,
.home-signup .hbspt-form .field label,
#default-content .hbspt-form .field label,
.signup-form .hbspt-form .field label{
  font-weight:400;
}

.product-ebook .hbspt-form fieldset,
.cta-signup .hbspt-form fieldset,
.home-signup .hbspt-form fieldset{
  float:left;
  width:55%;
  max-width:100%!important;
}

.legal-consent-container{
  clear: both;
  font-size: 12px;
  padding-top:10px;
}

.home-signup .legal-consent-container,
.cta-signup .legal-consent-container{
  max-width:60%;
}

.product-ebook .legal-consent-container{
  max-width:75%;
}

.hbspt-form .hs-form-booleancheckbox{
  list-style-type: none;
}

.hbspt-form .hs-form-booleancheckbox .hs-form-booleancheckbox-display input{
  width:auto;
  margin-right:10px;
}

.product-ebook .hbspt-form .hs_submit,
.cta-signup .hbspt-form .hs_submit{
  float:left;
  margin-top:30px;
}

.home-signup .hbspt-form .hs_submit,
.cta-signup .hbspt-form .hs_submit{
  position: absolute;
  left:55%;
  top:30px;
}

.product-ebook .hbspt-form .hs_submit,
.cta-signup .hbspt-form .hs_submit{
  position: absolute;
  right:0;
  top:1px;
}

.product-ebook .hbspt-form .hs-button,
.cta-signup .hbspt-form .hs-button,
.home-signup .hbspt-form .hs-button,
#default-content .hbspt-form .hs-button{
  margin-top:-1px;
  padding:4px 40px;
  border:none;
  background-color:#00ada1;
  text-align: center;
  color:#fff;
  font-weight:400;
    -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.product-ebook .hbspt-form .hs-button:hover,
.cta-signup .hbspt-form .hs-button:hover,
.home-signup .hbspt-form .hs-button:hover,
#default-content .hbspt-form .hs-button:hover{
  background-color:#4f99de;
}

.product-ebook .hbspt-form .hs-error-msgs li,
.cta-signup .hbspt-form .hs-error-msgs li,
.home-signup .hbspt-form .hs-error-msgs li,
#default-content .hbspt-form .hs-error-msgs li{
  list-style-type: none;
  padding:0;
  margin:0;
}

.product-ebook .hbspt-form .hs-error-msgs li label,
.cta-signup .hbspt-form .hs-error-msgs li label,
.home-signup .hbspt-form .hs-error-msgs li label,
#default-content .hbspt-form .hs-error-msgs li label{
  font-weight:400;
  font-size:12px;
  font-size:1.2rem;
  padding:2px 5px;
  background-color:#fdcece;
  border:1px solid #fdb5b5;
}

@media (min-width: 0px) and (max-width: 767px) {

.product-ebook .hbspt-form fieldset,
.cta-signup .hbspt-form fieldset,
.home-signup .hbspt-form fieldset{
    float:none;
    width:100%;
    max-width:100%!important;
  }

.product-ebook .hbspt-form .field,
.cta-signup .hbspt-form .field,
.home-signup .hbspt-form .field{
    width:100%!important;
    margin-bottom:15px;
  }

.product-ebook .hbspt-form .hs_submit,
.cta-signup .hbspt-form .hs_submit,
.home-signup .hbspt-form .hs_submit{
    float:none;
    margin-top:15px;
  position: relative;
  left:auto;
  top:auto;
  }

}

/* Help/Support
=======================================*/

.helpsupport-section{
  margin-top:30px;
  padding-top:30px;
  border-top:5px solid #e9ecee;
}

.helpsupport-section:first-child{
  border:none;
}

/* 404
=======================================*/

#four0four{
  padding:45px 15px;
  text-align:center;
}

#four0four h1{
  font-size:80px;
  font-size:8rem;
  color:#365369;
}

/* CTAs
=======================================*/

.cta-section{
  padding:50px 0;
}

.cta-box-header{
  background-image:url('images/top-line-center.png');
  background-repeat: no-repeat;
  background-position: top center;
  padding-top:16px;
}

.cta-box-inner{
  background-color:#fff;
  padding:20px 50px 30px 50px;
  text-align:center;
}

.cta-box-inner a.oval-button{
  margin:0 10px 20px 10px;
}

.cta-section .product-box{
  padding:0 15px;
}

.cta-section .product-box .product-box-header{
  border:none;
  max-width:381px;
  margin:0 auto 50px auto;
}

.cta-signup{
  padding-top:12px;
  padding-bottom:45px;
  background-image:url('images/eBook.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
}

.cta-signup ul{
  margin-bottom:35px;
}

.cta-signup li{
  margin-bottom:10px;
}

.cta-box-shortcode{
  margin:30px 0;
}

@media (min-width: 768px) and (max-width: 991px) {

  .cta-signup{
    background-size:300px auto;
    background-position: right top 30px;
  }

}

@media (max-width: 767px) {

  .cta-section .product-box .product-box-inner{
    padding:20px 25px 5px 25px;
      height:auto;
  }

  .cta-section a.oval-button{
    min-width:100%;
    margin-bottom:15px;
  }

   .cta-signup{
    background-image:none;
  }

}

/* Page Footer
=======================================*/

.footer-top{
  padding:75px 0;
  background-color:#302e2e;
  color:#c5c5c5;
}

.footer-top h3{
  color:#fff;
}

.footer-links{
  padding-bottom:55px;
  border-bottom:1px solid #c5c5c5;
}

.footer-links h3{
  text-align: center;
  margin-bottom:35px;
}

.footer-links .col-sm-3{
  width:20%;
}

.footer-links a,
.footer-links span{
  color:#c5c5c5;
  border-bottom: 2px solid transparent;
}

.footer-links a:hover{
  border-bottom: 2px solid #3f87c7;
}

.footer-form{
  background-image:url('images/rickshaw.png');
  background-repeat: no-repeat;
  background-position: left top 10% ;
  background-size:auto 168px;
  padding-left:25%;
  padding-top:35px;
}

.footer-form h3{
  margin-top:0px;
  margin-bottom:30px;
  float:left;
}

.footer-form-container{
  margin-bottom:20px;
}

.footer-form-container .indicates-required,
.footer-form-container .asterisk,
.footer-form-container .hs-error-msgs{
  display:none!important;
}

/*Old gforms style
.footer-form-container .mc-field-group{
  width:25.5%;
  float:left;
  margin-right:1%;
}

.footer-form-container .mc-field-group label{
  font-weight:300;
  padding-left:2px;
}

.footer-form-container .mc-field-group input{
  width:100%;
  line-height:35px;
  padding:0 5px;
  border:none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.footer-form-container .button{
  margin-top:30px;
  padding: 4px 30px;
  border:none;
  background-color: #00ADA1;
  text-align: center;
  color: #FFF;
  font-weight: 400;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.footer-form-container .button:hover{
  background-color:#4f99de;
}
*/


.footer-form-container .hs-form fieldset{
  max-width:100%!important;
  width:79%!important;
  float:left;
}

.footer-form-container .hs-form .hs-form-field{
  width:32.3%!important;
  float:left;
  margin-right:1%;
}

.footer-form-container .hs-form label{
  font-weight:300;
  padding-left:2px;
}

.footer-form-container .hs-form .hs-form-field .input{
  width:100%;
  margin:0!important;
}

.footer-form-container .hs-form .hs-form-field .input input{
  line-height:35px;
  width:100%;
  padding:0 5px;
  border:none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.footer-form-container .hs-form .hs-button{
  position: absolute;
  top:-1px;
  right:0;
  margin-top:30px;
  padding: 5px 30px;
  border:none;
  background-color: #00ADA1;
  text-align: center;
  color: #FFF;
  font-weight: 400;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.footer-form-container .hs-form .legal-consent-container{
  max-width:80%;
}

.footer-form-container .hs-form .hs-button:hover{
  background-color:#4f99de;
}


.footer-form-container .clear-actual{
  clear:both;
}
.footer-form-container .clear{
  clear:none;
}

.footer-social{
  float:right;
}

.footer-social a i{
  color:#fff;
  font-size:1.5em;
  vertical-align: -25%;
  margin-left:4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer-social a:hover i{
  color:#009373;
}

/*Page Footer Queries*/
@media (min-width: 768px) and (max-width: 991px) {

  .footer-form{
    background-image:none;
    padding-left:0%;
  }

}

@media (max-width: 767px) {
  .footer-links .col-sm-3{
    width:100%;
  }

  .footer-social{
    float:left;
  }

  .footer-form{
    background-image:none;
    padding-left:0%;
  }

  .footer-form-container .mc-field-group{
    width:100%;
    margin-bottom:15px;
  }

  .footer-form-container .hs-form .hs-button{
    width:100%;
    float:left;
    position: relative;
    top:auto;
    right:auto;
    margin-top:15px;
    margin-bottom:30px;
  }

  .footer-form-container .hs-form fieldset,
  .footer-form-container .hs-form .hs-form-field,
  .footer-form-container .hs-form .hs-button{
    width:100%!important;
  }


}

/* Footer
=======================================*/

.footer-bottom{
    background-color:#131313;
}

footer .footer-menu ul{
  margin:0;
  padding:0;
}

footer .footer-menu li{
  list-style-type: none;
  display: inline-block;
  margin:0;
}

footer .footer-menu li a{
  line-height:50px;
  margin-right:10px;
  color:#fff;
}

footer .footer-menu li a:hover{
  color:#009373;
}

footer .footer-right p{
  color:#c5c5c5;
  margin:0;
  float:right;
  line-height:50px;
}

/*Footer Queries*/
@media (min-width: 768px) and (max-width: 991px) {

  .footer-bottom,
  footer .footer-right p{
    text-align: center;
    float:none;
  }

  .signup-content-wrap .signup-column-right {
    padding-left: 15px;
  }

  .signup-content-wrap .signup-column-left .signup-diagram img{
    margin-bottom: 50px;
  }

}


@media (max-width: 767px) {

  .download-pdf-wrapper{
    padding-top:15px;
    padding-bottom:30px;
  }

  footer{
    height:auto!important;
  }

  footer .footer-menu li{
    text-align: center;
    width:100%;
    display:inline-block;
    margin:12px 0 0 0;
  }

  footer .footer-menu li a{
    line-height:1;
    margin:0;
  }

  footer .footer-right p{
    float:none;
    text-align:center;
  }

  .footer-links h3 {
    text-align: left;
  }

  .signup-content-wrap .signup-column-right {
    padding-left: 15px;
  }

  .signup-content-wrap .signup-column-left .signup-diagram img{
    margin-bottom: 50px;
  }

  .landing-pricing #landing-price-left{
    margin-bottom: 25px;
  }

  .landing-pricing #landing-price-right{
    margin-top: 25px;
  }

  .product-diagram #diagram-center{
    padding: 15px;
  }

  .product-diagram #diagram-bottom{
    padding-top: 15px;
  }

  .product-features .landing-features-box-inner{
    min-height: 0px;
  }

  .landing-page-title h1{
    margin: 75px 0px 75px 0px;
  }

  #call-to-actions-buttons{
    padding-top: 20px;
  }

  #call-to-actions-buttons #cta-btn{
    margin-bottom: 30px;
  }

  #call-to-actions-buttons #cta-btn-full{
    margin-top: 30px;
  }

  #call-to-actions-buttons #cta-btn a{
    float: none;
  }

  #call-to-actions-buttons #cta-btn-full a{
    float: none;
  }

}


/****************************************/
/*** MEDIA QUERY FOR 0PX - 1199PX *****/
/****************************************/

@media (min-width: 0) and (max-width: 1199px) {

  .container{
    padding:0;
    width:100%;
  }

}

/**************************************/
/*** CHROME AND SAFARI SPECIFIC CSS ***/
/**************************************/

@media screen and (-webkit-min-device-pixel-ratio:0) {

  body .gform_wrapper .left_label div.ginput_complex, .gform_wrapper .right_label div.ginput_complex {
      width: 60%!important;
  }

  .gform_wrapper .ginput_complex span input {
      width: 100%!important;
  }

}
