@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800;900&display=swap');
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    scroll-behavior: smooth;
}
body{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    font-size: 18px;
    color: #626d7c;
    font-weight: 300;
	background: #fec32212;
}
.ui-helper-hidden-accessible{
	display:none;
	
}
.star_color{color: #ffc800;}
.quote_price {
	font-weight: bold!important;
	font-size:32px!important;
}
button.btn.btn-green.request_to_bind {
    background: green;
    color: white;
    font-weight: bold;
}
a.btn.btn-red.email_underwriter {
    background: red;
    color: white;
    font-weight: bold;
}

a.btn.btn-green {
    background: green;
    color: white;
    font-weight: bold;
}
a.btn.btn-red {
    background: red;
    color: white;
    font-weight: bold;
}
.quotedata{
	    padding-top: 25px;
}
.brianpic.row {
    top: -85px;
    position: relative;
}
.brianpic img {
    margin-left: auto;
    margin-right: auto;
    height: 100px;
}
select.form-control{
-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
cursor:pointer;	
}
img.img.img-responsive.carrierlogo {
    margin-left: auto;
    margin-right: auto;
        max-height: 50px;
    max-width: 180px;
}
.bg-red{    background: red;
    color: white;
    font-weight: bold;
}
.bg-green{    background: green;
    color: white;
    font-weight: bold;
}
.carrier.text-center {
    margin-bottom: 25px;
    border: 1px solid #dadada;
    padding: 10px;
    height: 535px;
	overflow: overlay;
}
div#employee_types i {


    top: 55px;
    right: 63px;
    font-size: 25px;
}


.flier_travelers,
.flier_chubb,
.flier_liberty,
.flier_markel,
.flier_cna,
.flier_hiscox,
.flier_coterie {
	pointer-events: none;
}

.flier_travelers > * {
/* Adjust animation duration to change the element’s speed */
        animation: flier_travelers 50s linear infinite;
        pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 1s;
	z-index: 999999;
}
.flier_chubb > * {
/* Adjust animation duration to change the element’s speed */
        animation: flier_chubb 48s linear infinite;
        pointer-events: none !important;
	top: 15px;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 1s;
	z-index: 999999;
}
.flier_liberty > * {
/* Adjust animation duration to change the element’s speed */
        animation: flier_liberty 57s linear infinite;
        pointer-events: none !important;
	top: 34px;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 1s;
	z-index: 999999;
}
.flier_markel > * {
/* Adjust animation duration to change the element’s speed */
        animation: flier_markel 43s linear infinite;
        pointer-events: none !important;
	top: 55px;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 1s;
	z-index: 999999;
}
.flier_cna > * {
/* Adjust animation duration to change the element’s speed */
        animation: flier_cna 52s linear infinite;
        pointer-events: none !important;
	top: 75px;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 1s;
	z-index: 999999;
}
.flier_hiscox > * {
/* Adjust animation duration to change the element’s speed */
        animation: flier_hiscox 35s linear infinite;
        pointer-events: none !important;
	top: 125px;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 1s;
	z-index: 999999;
}
.flier_coterie > * {
/* Adjust animation duration to change the element’s speed */
        animation: flier_coterie 40s linear infinite;
        pointer-events: none !important;
	top: 170px;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 1s;
	z-index: 999999;
}

 /* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */


@keyframes flier_travelers {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}
@keyframes flier_chubb {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}
@keyframes flier_liberty {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}
@keyframes flier_markel {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}
@keyframes flier_cna {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}
@keyframes flier_hiscox {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}
@keyframes flier_coterie {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}

@media (min-width:1200px){
	.container{width:75%; padding: 0 5em;}
}

label{
	    font-weight: 600;
    margin: 5px 0px 8px 0px;
    display: block;
    margin-bottom: 1rem;
    line-height: 1.5625;
    color: #002737;
    font-size: 1.6rem;
	
	
}

.radio-question-label{
	font-weight: 400;
}

.circle.gl{
	    width: 50px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    border: 3px solid #ffe4e6;
    font-weight: 700;
    background: #ffe5e7;
    color: #cf4562;
	margin-right:auto;
	margin-left:auto;
}
.circle.bop{
    width: 50px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    border: 3px solid #e3daff;
    font-weight: 700;
    background: #e8e1ff;
    color: #4537ff;
		margin-right:auto;
	margin-left:auto;
}
.circle.pl{
    width: 50px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    border: 3px solid #fff4cc;
    font-weight: 700;
    background: #fff1c0;
    color: #e29325;
		margin-right:auto;
	margin-left:auto;
}

.circle.wc {
    width: 50px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    border: 3px solid #bcf0eb;
    font-weight: 700;
    background: #c7f2ee;
    color: #009090;
		margin-right:auto;
	margin-left:auto;
}

header.container {
    padding: 20px 5px;
}
header img.img {
    width: 175px;
}
span.stepmsg {
    color: #626d7c;
    font-size: 24px;
    font-weight: 300;
}
footer {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.2), 0 5px 15px 0 rgba(0,0,0,.17);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 86px;
    background:white;
    z-index: 9;
}
footer .row {
    padding: 14px 0px;
}
input[type="checkbox"],input[type="radio"] {
  cursor: pointer;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  top: 5px;
  position: relative;
}
input[type="checkbox"]:after,input[type="radio"]:after {
  position: relative;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 24px !important;
  height: 24px !important;
  box-shadow: rgba(24, 25, 26, 0.02) 0px 2px 4px;
  border-radius: 4px;
  border: 1px solid #dadada;
}

input[type="checkbox"]:checked:after, input[type="radio"]:checked:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2013%22%20width%3D%2215%22%20height%3D%2211%22%20fill%3D%22%23ffa707%22%3E%0A%3Cpath%20d%3D%22M5.172%209.95l8.662-8.662A1.25%201.25%200%200%201%2015.6%203.055l-9.546%209.546a1.25%201.25%200%200%201-1.767%200L.398%208.712a1.25%201.25%200%200%201%201.768-1.767L5.172%209.95z%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
input[type="checkbox"]:focus,input[type="radio"]:focus{
  outline:none;
}
.newcoverage li.list-group-item {
  border: none;
}
.newcoverage{
  margin-bottom: 0;
 
}
section.naics {
    padding-left: 0px;
}
section.profession {
	padding-right:0px;
}
section {
    padding: 10px 25px;
	max-width: 100rem;
}
#quote_results{
	max-width:150rem;
}

.input-group[class*=col-]{
	padding:auto;
}
.newcoverage h3, .newcoverage h4 {
  padding: 10px;
}
.newcoverage h2 {
  color: #ffa707;
  padding-left: 10px;
}
.businessinfo p {
  padding-top: 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.moneysign.pull-left {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 28px;
  position: relative;
  top: 4px;
}
.input-group-addon button.button {
  border: none;
  background: none;
  font-weight: bold;
  color: #ffa707;
  padding: 0px;
}
.input-group.date {
  width: 282px;
}
.input-group-addon svg {
  top: 3px;
  position: relative;
}
.input-group.date input.form-control,select.form-control {
  
    box-shadow: none;
}
span.input-group-addon {

}
.input-group .form-control{width:auto}
a.btn.back,a.btn.goback {
    color: #ffa707;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    border: 2px solid #ffa707;
    padding: 16px 32px;
	margin-top:25px;
}

.applicant_response div {
    font-size: 15px;
    letter-spacing: -.025em;
    font-weight: 400;
}
a.btn.next {
    color:#ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    border: 2px solid #ffa707;
    padding: 11px 72px;
    background: #ffa707;
    margin-top: 25px;
}
a.btn.cont{
	color:#ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    border: 2px solid #ffa707;
    padding: 11px 72px;
    background: #ffa707;
    margin-top: 25px;
}
.isfollowup{}
.followup1,.followup2 {
  padding-top: 28px;
  position: relative;
  display: inline-block;
  float:left;
}
section#navigation {
    margin-bottom: 75px;
	    padding: 1.5rem 4.5rem 5rem;
}
.row.step {
 
     
}
h3{
    font-weight: 700;
    line-height: 1.3888888888;
    font-size: 1.8rem;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
	}
.mainarea{
background:white;
position: relative;
    border-top-left-radius: 1rem;
    box-shadow: 0 0 1.2rem 0 #f2ece4;
    min-height: 100%;
}
.progress img {
  height: 25px;
  right: 20px;
  position: relative;
  bottom: 5px;
  left: auto!important;
  top:auto!important;
}
.progress {
  height: 10px;
  box-shadow: none;
  background: none;
  margin-bottom: 0px;
  top: 5px;
  position: relative;
  overflow: unset;
}
.progress-bar {
  background-color: #ffa707;
  border: none;
  box-shadow: none;
  -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
  background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, rgba(0,0,0,0) 75%, rgba(0,0,0,0));
  background-size: 40px 40px;
}
span.input-group-addon{cursor:pointer}
div#main-content {
    padding: 35px 0px;
}
.agentimg {
    border-radius: 9999px;
}
h3, h4 {
    color: #3d4852;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.00625em;
}
#main-content span {
    font-size: 15px;
    letter-spacing: -.025em;
    font-weight: 400;
}
.quoteprocess h4 {
    padding: 25px 0px;
}
.quoteprocess svg {
    max-height: 70px;
}
li.text-center.cantfind {
    border-top: 1px solid #dadada;
    color: #ffa707;
    font-size: 18px;
    font-weight: 500;
}
.aggr_limit{    
  top: 10px;
  position: relative;
  font-size: 20px;
  left: 14px;
}
input.form-control,select.form-control{
    padding: 1.15rem 1.5rem;
    width: 100%;
    line-height: 2.5rem;
    font-size: 1.6rem;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-family: Sneak,-apple-system,BlinkMacSystemFont,Helvetica,"Helvetica Neue",Arial,sans-serif;
    font-weight: 500;
    -webkit-transition: box-shadow .2s cubic-bezier(.05,.75,.25,.95);
    transition: box-shadow .2s cubic-bezier(.05,.75,.25,.95);
    border: 1px solid #d9dfe1;
    border-radius: 2px;
    box-shadow: 0 0 0 0 transparent;
    background-color: #fff;
	height: auto;
}
#state,#county {
   
}
#main-content span {
    font-size: 15px;
    letter-spacing: -.025em;
    font-weight: 400;
}
#industry, #profession{
	cursor: pointer
}
div.autocomplete-items,.allprofs,.allinds {
    border-color: #dae1e7;
    
    border-radius: .25rem;
   
	cursor: pointer
}
div.autocomplete-items ul,.allprofs ul,.allinds ul{
    margin-top: .125rem;
    background-color: #fff;
    list-style: none;
    max-height: 35vh;
    overflow-x: hidden;
    padding-left:0px;
	border: 1px solid rgb(218, 225, 231);
}
div.autocomplete-items ul li,.allprofs ul li,.allinds ul li{
    cursor: pointer;
    padding-right: 1rem;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    padding-left: 15px;
}
div.autocomplete-items ul li:hover,.allprofs ul li:hover,.allinds ul li:hover{
background:#ffa70787
}
.caret_down::before{
	position: absolute;
    content: " \25bc";
    right: 27%;
    height: 20px;
    width: 20px;
    margin-top: 10px;
}
span.glyphicon {
    color: #ffaa0a;
    font-size: 26px!important;
}
.next .glyphicon{margin-left: 10px;}
li.text-center.cantfind:hover {
    color:black;
}
.yourcoverages, .congratsbox {
  margin-bottom: 0;
  border: 1px solid #ddd;
  margin: 15px;
  border-radius: 4px;
}
.cantfindul{padding-bottom:0px;}
.donotwrite.alert.alert-danger {
    font-size: 12px;
    width: 65%;
    padding: 5px;
    border: none;
    margin: 10px 0px;
}
input[name="product_type"] {
  position: relative;
  top: -5px;
}
header{padding-top:10px}
.product_type_div {
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,.07);
  padding: 10px 0px 10px 0px;
  margin: 10px 0px 10px 0px;
  background: white;
   min-height: 108px;
	cursor:pointer;
}
.product_type_div.active {
    box-shadow: 0px 2px 4px 0px rgb(255 170 15);
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
    background: #fefaef;
}
li.unlisted {
  text-align: center;
  border-top: 1px solid #dadada;
  background: #ffa707;
  color: white;
  text-decoration: underline;
}
.congrats{text-align:center}
h2.premium {
  font-size: 20px;
}
img.agentimgend {
  height: 125px;
  margin-left: auto;
  margin-right: auto;
}
.confcode{    text-align: center;
  background: orange;
  padding: 10px;
  color: black;
  margin: 15px;
}
.shouldnext {
  font-size: 85%;
  color: black;
  background: #fbfbfb;
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin: 15px 0px;
}
.pledge {
  font-size: 85%;
  color: black;
}
.pledge ul {
  list-style: none;
  padding-left: 0px;
}
.premium span {
  color: red;
  font-size: 25px!important;
}
.premium small {
  font-size: 14px;
}
a.product_type_learnmore {
  text-decoration: underline;
  font-size: 12px;
  color: #ffb313;
  font-weight: 500;
}
a.btn.bindpolicy {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  border: 2px solid #ffa707;
  padding: 11px 72px;
  background: #ffa707;
  margin-top: 5px;
  margin-bottom:20px;
}
.response-list span{
	display:none;
}
.congratsbox{    margin-top: 0px;}
/* new radio buttons */
.radio-question {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    gap: 0.5rem;
}
.radio-question-option {
    display: inline-block;
    position: relative;
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s ease;
    background-color: #fff;
    min-width: 6.75rem;
}
input:checked+.radio-question-alt-label, input:checked+.radio-question-label {
    z-index: 1;
    border: 1px solid #ffaa0f;
    box-shadow: inset 0 0 0 0.1rem #ffaa0f;
}
label.radio-question-label {
    padding: 1.15rem 1.5rem;
    width: 100%;
    max-width: 68rem;
    line-height: 2.5rem;
    font-size: 1.6rem;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 0;
    margin-bottom: 0;
    border: 1px solid #d9dfe1;
    border-radius: 0.3rem;
    box-shadow: inset 0 0 0 0 #00baba;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin-top:0px;
}
.radio-question-option input[type=radio] {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    border: 0;
    width: 0;
    height: 0;
    clip: rect(0,0,0,0);
}
.form-subsection {
    border-left: 1px solid #e6e9eb;
    border-radius: 0.3rem;
    background-color: #fff;
    padding-left: 2rem;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

 .yesno label.btn.btn-primary.active {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #828282;
    padding: 11px 52px;
    background: #ffa707;
    margin-top: -2px;
}
.yesno label.btn.btn-primary {
    color: #3d4852;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #dedede;
    padding: 11px 52px;
    background: #ffffff;
    margin-top: -2px;
}
button.search_address_again,button.man_enter {
    background: none;
    border: none;
    font-weight: 600;
    color: #ffa707;
    padding-left: 0px;
    font-size: 14px;
}

.rangeslider-wrap {
    position: relative;
	cursor: pointer;
  }
  
  .rangeslider {
    position: relative;
    height: 12px;
    border-radius: 5px;
    width: 100%;
    background-color: #ffda97;
    box-shadow: none;
  }
  .rangeslider__handle {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #ffffff;
    touch-action: pan-y;
    cursor: grab;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: -8px;
    border: 2px solid orange;
    box-shadow: none;
    background-image:none;
}
.rangeslider__handle:after{
    background:none;
    box-shadow: none;
}


 
  .rangeslider__fill {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background-color: #ffa707;
    border-radius: 5px;
    box-shadow: none;
}
  .rangeslider__labels {
    position: absolute;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
  }
  .rangeslider__labels__label {
    font-size: 0.75em;
    position: relative;
    padding-top: 22px;
    color: gray;
  }
  .rangeslider__labels__label:before {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .rangeslider__labels__label:first-child:before, .rangeslider__labels__label:last-child:before {
    background:none;
  }
 
 
  .rangeslider__labels__label:first-child {
    transform: translateX(-48%);
  }
  .rangeslider__labels__label:last-child {
    transform: translateX(48%);
  }
  .rangeslider.rangeslider--active .rangeslider__handle,
  .rangeslider.rangeslider--active .rangeslider__handle * {
    background-color: #ffa707;
  }
  .rangeslider.rangeslider--active .rangeslider__handle *:before {
    border-top-color: #ffa707;
  }
  
  .rangeslider-value-wrap {
    text-align: center;
    font-size: 1.6rem!important;
    letter-spacing: .025em!important;
    padding-bottom: 15px;
}
.rangemoney {
    padding-bottom: 8px;
    bottom: 8px;
}
span.rangeslider__labels__label:nth-child(2) {
  left: 29px;
}
span.rangeslider__labels__label:nth-child(3) {
  left: 25px;
}
span.rangeslider__labels__label:nth-child(4) {
  left: 18px;
}
span.rangeslider__labels__label:nth-child(5) {
  left: 12px;
}

span.rangeslider__labels__label:nth-child(7) {
  right: 12px;
}
span.rangeslider__labels__label:nth-child(8) {
  right: 18px;
}
span.rangeslider__labels__label:nth-child(9) {
  right: 31px;
}
span.rangeslider__labels__label:nth-child(10) {
  right: 40px;
}
.affix-left{
	    left: 6%;
    
}
.affix.affix-left.navigation{
	top:275px;
}
.brianpic span {
    font-size: 12px!important;
    line-height: .5px;
}
.form-control{
font-weight: 500;
}
/* LABOR ILLUSION POPUP PROGRESS */
div#noexit {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  left: 0;
  outline: 0 none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043;
}
.mfp-content {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 999999999999999999999;
}
div#popup-exit {
  background: none repeat scroll 0 0 #f4f0e9;
  box-sizing: border-box;
  color: #000000;
  height: 100%;
  margin: 0 auto;
  padding: 155px 25px;
  width: 100%;
  height: 100vh;
}
.tb-form.tb-form-popup {
  box-sizing: border-box;
  margin: auto;
  text-align: center;
}
h1.header-heading {
  text-transform: uppercase;
  font-size: 65px;
}
.spinner {
  margin: 50px auto 0;
  text-align: center;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffa707;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
/* New Nav Sidebar Progress */
button.nav-item {
    background: none;
    border: none;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0;
    transition: box-shadow .1s cubic-bezier(.4,0,.2,1);
    border-radius: 0.25rem;
    color: #606569;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
.nav-dot {
    background-color: #a3a7a9;
    border-radius: 50%;
    height: 10px;
    margin: 0 auto 0.5rem;
    width: 10px;
}
.nav-marker-line {
    background-color: #a3a7a9;
    display: block;
    height: 2rem;
    margin: 0.5rem auto;
    text-align: center;
    width: 2px;
}
.nav-marker-line.active{
	background-color: #ffbb40;
}
.nav-dot.done{
		background-color: #ffa708;
}
button.nav-item.active {
    color: #ffa707;
    font-weight: 700;
}
button.nav-item.active .nav-dot{
	border-radius: 0%;
    height: 30px;
    margin: 0 auto 0.5rem;
    background: url(https://insurehive.com/Content/Images/hive.png) no-repeat;
    background-size: 25px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 26px;
    position: relative;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

#poly1{
  fill: ##ffa707;
  
  -webkit-animation-name: glow-one;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  
  animation-name: glow-one;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  
  -moz-animation: none;
 }
 
 @-webkit-keyframes glow-one{
  0% { fill:  hsl(39deg 100% 51% / 50%);}
  100% { fill:  rgb(255, 167, 7) }
}

@keyframes glow-one {
  0% { fill: hsl(39deg 100% 51% / 50%); }
  100% { fill:  rgb(255, 167, 7) }
}

#poly2{
  fill: ##ffce75;
  
  -webkit-animation-name: glow-two;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  
  animation-name: glow-two;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-delay: 0.14285714285714285s;
  
  -moz-animation: none;
 }
 
 @-webkit-keyframes glow-two{
  0% { fill:  #ffce7582}
  100% { fill:  #ffce75 }
}

@keyframes glow-two {
  0% { fill: #ffce7582 }
  100% { fill:  #ffce75 }
}

#poly4{
  fill: ##717171;
  
  -webkit-animation-name: glow-three;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  
  animation-name: glow-three;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-delay: 0.42857142857142855s;
  
  -moz-animation: none;
 }
 
 @-webkit-keyframes glow-three{
  0% { fill:  #7171717d}
  100% { fill:  #717171 }
}

@keyframes glow-three {
  0% { fill: #7171717d }
  100% { fill:  #717171 }
}

#poly5{
  fill: #111111;
  
  -webkit-animation-name: glow-four;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  
  animation-name: glow-four;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-delay: 0.5714285714285714s;
  
  -moz-animation: none;
 }
 
 @-webkit-keyframes glow-four{
  0% { fill:  #11111180}
  100% { fill:  #111111 }
}

@keyframes glow-four {
  0% { fill: #11111180 }
  100% { fill:  #111111 }
}

#poly6{
  fill: #ffa707;
  
  -webkit-animation-name: glow-five;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  
  animation-name: glow-five;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-delay: 0.7142857142857143s;
  
  -moz-animation: none;
 }
 
 @-webkit-keyframes glow-five{
  0% { fill:  #ffa70780}
  100% { fill:  #ffa707 }
}

@keyframes glow-five {
  0% { fill: #ffa70780 }
  100% { fill:  #ffa707 }
}

#poly7{
  fill: #ffce75;
  
  -webkit-animation-name: glow-six;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  
  animation-name: glow-six;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-delay: 0.8571428571428571s;
  
  -moz-animation: none;
 }
 
 @-webkit-keyframes glow-six{
  0% { fill:  #ffce7582}
  100% { fill:  #ffce75 }
}

@keyframes glow-six {
  0% { fill: #ffce7582 }
  100% { fill:  #ffce75 }
}

h2.header-heading-2 {
  font-size: 28px;
  border-top: 2px dotted #ffa707;
  padding-top: 20px;
}

.shouldnext li {
  line-height: 3;
}
.shouldnext ul {
  list-style: none;
  padding-left: 0px;
}
.numberCircle.pull-left {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 2px solid #1aad44;
  color: #1aad44;
  text-align: center;
  margin-right: 10px;
  font: 28px Arial, sans-serif;
}

h5.modal-title {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
}


button.close {
    font-size: 45px;
    position: relative;
    top: 8px;
    right: 10px;
}
.modal-header, .modal-footer {
  border: none!important;
}

a.btn.endstartnew {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  border: 2px solid #073eff;
  padding: 11px 72px;
  background: #0739ff;
  margin-top: 5px;
  margin-bottom: 20px;
}

/* LAPTOP */
@media only screen and (max-width: 1366px) and (min-width:1200px) {
	
}

/* TABLET */
@media only screen and (max-width: 999px) and (min-width:769px) {
  span.rangeslider__labels__label:nth-child(3),
 span.rangeslider__labels__label:nth-child(5),
  span.rangeslider__labels__label:nth-child(7),
 span.rangeslider__labels__label:nth-child(9)

  { color:#ffffff00 }
}

/* MOBILE */
@media (max-width:768px){
  header {padding-top: 15px;}
  div#main-content {padding: 0px;}
  span.stepmsg{font-size:18px;padding-left:15px;}
  header img.img {
    height: 22px;
    width:auto;
    padding-right: 15px;
  }
  footer{height:60px}
  a.btn.back{
    font-size:16px;
    padding: 14px 25px;
    bottom: 10px;
    position: relative;}
  a.btn.next{
    padding: 13px 25px;
    bottom: 16px;
    position: relative;
    
  }
  .quoteprocess h4 {padding: initial;}
  .row.product_type_div {
    font-size: 14px;
    padding: 5px;
  }
  .rangeslider-wrap{
    padding-top:5px;    
    margin-left: 15px;
    margin-right: 15px;
  }
  span.rangeslider__labels__label {
    left: 0px!important;right:0px!important;
  }

  span.rangeslider__labels__label:nth-child(2),
  span.rangeslider__labels__label:nth-child(3),
  span.rangeslider__labels__label:nth-child(4),
  span.rangeslider__labels__label:nth-child(5),
  span.rangeslider__labels__label:nth-child(7),
  span.rangeslider__labels__label:nth-child(8),
  span.rangeslider__labels__label:nth-child(9),
  span.rangeslider__labels__label:nth-child(10)
  { color:#ffffff00 }
  span.rangeslider__labels__label {
    max-width: 20px;
}

}








