#top-header-div {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}
#first-top-div {
  text-align: left !important;
  max-width: 370px;
}
.topdiv {
  display: inline-block; /* display divs inline */
  height: auto;
  padding: 0 10px 0 10px;
  margin: 0 15px 0 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;
}
.divnoborder {
  border: 2px;
  border-style: solid;
  border-radius: 8px;
  border-color: #fff;
  text-align: center;
  margin-top: 35px;
  background-color: #fff;
  width: 275px;
  padding-bottom: 30px;
  padding-top: 30px;
}
ul li {
  padding: 5px;
}
.btnwcolor {
  background-color: #001531;
}
.calcbutton {
  border: solid;
  border-color: #001531;
  border-width: 1px;
  width: 180px;
  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;	
}
/* .btnnocolor {
  background-color: #fff;
  border: solid !important;
  border-color: #ffcc00 !important;
  border-width: 1px !important;
  border-radius: 30px !important;
  width: 150px !important;
  color: #000 !important;
} */
.custom-select {
  width: 300px;
  height: 35px;
  border: solid;
  border-color: #001531;
  border-width: 1px;
  outline: none;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cross-out {
  text-decoration: line-through;
  display: inline-block; /* setting display to inline-block from none - req 9/7/21 to see vs amt */
  color: rgb(167, 14, 14);
}
.msg {
  color: rgb(167, 14, 14);
}
.pricing-totals {
  font-size: 1.5em;
}
.pricing-output {
  display: inline-block;
  color: #001531 !important;
}
#annual_user_output,
#monthly_user_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 {
  /* width: 900px !important; */
  margin: auto;
  width: 65%;
  /* margin-bottom: 100px; */
  /* margin-top: 20px; */
  /* text-align: center; */
}

/* 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"]:focus {
  outline: none;
} */
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;
  /* box-shadow: 0 0 2px 0 rgba(0, 0, 0, 1); */
  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(1) {
  width: 2.2%;
}
#rangeticks span:nth-of-type(2) {
  width: 8.6%;
}
#rangeticks span:nth-of-type(3) {
  width: 39.8%;
}
#rangeticks span:nth-of-type(4) {
  width: 49.4%;
}
.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(1) {
  width: 2.2%;
}
#termrangeticks span:nth-of-type(2) {
  width: 49%;
}
#termrangeticks span:nth-of-type(3) {
  width: 48.2%;
}
@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.7%;
  }
  #rangeticks span:nth-of-type(2) {
	width: 7.6%;
  }
  #rangeticks span:nth-of-type(3) {
	width: 32.9%;
  }
  #rangeticks span:nth-of-type(4) {
	width: 49.4%;
  }
  #termrangeticks span:nth-of-type(1) {
	width: 1.8%;
  }
  #termrangeticks span:nth-of-type(2) {
	width: 49.1%
  }
  #termrangeticks span:nth-of-type(3) {
	width: 49.9%
  }
}

@media (max-width: 768px) {
  /* TODO rewrite divs */
  .divforsliders {
    float: left;
    width: 100%;
  }
  .range-wrap {
    margin: 0 auto;
    width: 100%;
  }
  .termrange-wrap {
    width: 0 auto;
    width: 100%;
  }
 #rangeticks span:nth-of-type(1) {
	width: 2.4%;
  }
  #rangeticks span:nth-of-type(2) {
	width: 15.6%;
  }
  #rangeticks span:nth-of-type(3) {
	width: 32.8%;
  }
  #rangeticks span:nth-of-type(4) {
	width: 49.2%;
  }
  #termrangeticks span:nth-of-type(1) {
	width: 2.5%;
  }
  #termrangeticks span:nth-of-type(2) {
	width: 48.8%
  }
  #termrangeticks span:nth-of-type(3) {
	width: 48.7%
  }
}
