#top-header-div {
  width: 100%;
  text-align: center;
/*   margin-top: -50px !important; */
  padding-bottom: 30px;
}
#first-top-div {
  text-align: left !important;
  max-width: 500px;
}
.topdiv {
  display: inline-block; /* display divs inline */
  height: auto;
  padding: 10px 10px;
  margin: 35px 15px;
  vertical-align: top;
}
.divwborder {
  text-align: center;
  margin-top: 35px;
  background-color: #F2F3F5;
  width: 275px;
  padding-bottom: 30px;
  padding-top: 30px;
}
#showCustomAnnual {
  margin: 0 auto !important;
}
.controlheight {
  line-height: 3.5em !important;
}
.calcul li {
  padding: 5px;
}
.btnwcolor {
  background-color: #001531;
}
.calcbutton {
  border: solid;
  border-color: #001531;
  border-width: 1px;
  width: 115px;
  color: #FFF;
  padding: 15px 30px 15px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.3s ease-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.calcbutton:hover {
  color: #001531;
  background-color: #FFF;	
}
.quote_btn{
  margin: 10px auto;	
}


.pricing-totals {
  font-size: 1.5em;
}
.pricing-output {
  display: inline-block;
  color: #001531 !important;
}
#annual_tb_output,
#monthly_tb_output {
  font-weight: 500;
  padding-bottom: 25px;
}
.contactus {
  padding-bottom: 10px;
}
/* the following two price outputs ensure the start free trial buttons stay inline with each other */
#annual-price-output,
#monthly-price-output {
  height: 90px !important;
}

.pricing-contactus {
  display: block;
}
.divforsliders {
  margin: auto;
  width: 65%;
}

/* This is where we start styling the sliders and area */
div.inner-box:after,
div.slider-box:after {
  clear: both;
  content: "";
  display: block;
}
div.inner-left {
  font-size: 1.2rem;
  margin-top: 11px;
  margin-bottom: 11px;
  text-align: left;
}
div.inner-right {
  margin-top: 18px;
}
.bottomtitle {
  padding-top: 25px !important;
}
/* Sliders TODO - restyle to match mockups must use js*/

input[type="range"] {
  -webkit-appearance: none;
  margin: 0 !important;
  width: 100%;
  padding: 0 !important;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background-color: #BAD1E8;
  background-repeat: repeat-x;
}

input[type="range"]::-moz-range-progress {
  background-color: #BAD1E8;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #BAD1E8;
  border-radius: 25px;
}
input[type="range"]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #001531;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
.rangeinput {
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}
.range-wrap {
  width: 800px;
  position: relative;
}
.range-wrap p {
  margin: 0 !important;
  padding: 0 !important;
}
.range-value {
  position: absolute;
  top: -50%;
}
.range-value span {
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #001531;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
}
.range-value span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #001531;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}
.bottomticks {
  margin: 0 !important;
  padding: 0 !important;
}
#rangeticks span {
  display: inline-block;
  text-align: right;
  font-size: 14px;
}
#rangeticks span:nth-of-type(2) {
/*   width: 15.5%; */
	width: 32.5%;
}
#rangeticks span:nth-of-type(3) {
/*   width: 31.5%; */
	width: 33%;
}
#rangeticks span:nth-of-type(4) {
  width: 32.5%;
}

.termrange-wrap {
  width: 800px;
  position: relative;
}

#termrangeticks span {
  display: inline-block;
  justify-content: space-between;
  text-align: right;
  font-size: 14px;
}

#termrangeticks span:nth-of-type(2) {
  width: 49%;
}
#termrangeticks span:nth-of-type(3) {
  width: 48%;
}

@media (min-width: 769px) and (max-width: 1145px){
  .divforsliders {
    width: 95%;
  }	
  .range-wrap {
    margin: 0 auto;
    width: 100%;
  }	
  .termrange-wrap {
    margin: 0 auto;
    width: 100%;
  }
  #first-top-div {
	max-width: 100%;
	width: 100%;
  }
  #rangeticks span:nth-of-type(1) {
	width: 1.5%;
  }
  #rangeticks span:nth-of-type(2) {
	width: 31.8%;
  }
  #rangeticks span:nth-of-type(3) {
	width: 33.6%;
  }
  #rangeticks span:nth-of-type(4) {
	width: 33.1%;
  }
  #termrangeticks span:nth-of-type(1) {
	width: 1.5%;
  }
  #termrangeticks span:nth-of-type(2) {
	width: 49.3%
  }
  #termrangeticks span:nth-of-type(3) {
	width: 49.2%
  }
}

@media (max-width: 768px) {
  /* TODO rewrite divs */
  .divforsliders {
    float: left;
    width: 100%;
  }
  .range-wrap {
    margin: 0 auto;
    width: 100%;
  }
  .termrange-wrap {
    margin: 0 auto;
    width: 100%;
  }
   #rangeticks span:nth-of-type(1) {
	width: 4%;
  }
  #rangeticks span:nth-of-type(2) {
	width: 31.8%;
  }
  #rangeticks span:nth-of-type(3) {
	width: 34%;
  }
  #rangeticks span:nth-of-type(4) {
	width: 30.2%;
  }
  #termrangeticks span:nth-of-type(1) {
	width: 5%;
  }
  #termrangeticks span:nth-of-type(2) {
	width: 47.5%
  }
  #termrangeticks span:nth-of-type(3) {
	width: 47.5%
  }
	
  .awsPopup .awsPopuptext {
    
    bottom: -480% !important;
    left: 36% !important;
    
  }
}

/* Popup container */
 .awsPopup {
  text-decoration: underline;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
/* The actual popup */
.awsPopup .awsPopuptext {
    visibility: hidden;
    width: 205px;
    background-color: #001531;
    color: #fff;
    text-align: center;
    padding: 12px;
    position: absolute;
    z-index: 1;
    bottom: -740%;
    left: 135%;
    margin-left: -80px;
  }
.awsPopuptext p {
    margin-bottom:1px !important;
color: #fff !important;
  }
/* Toggle this class - hide and show the popup */
.awsPopup .awsShow {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }