.top-number{
    color: #FFF;
    line-height: 37px;
    font-family: Arial;
    font-size: 18px;
    float: right;
}

.reqQuoteBtn{
    width: 200px;
    margin: 0 auto;
    padding-top: 30px;
}

.leftQuoteBtn{
    width: 200px;
    margin: 0 auto;
	float: left;
    padding-top: 20px;
}

@media (min-width: 992px) {
 
 .col-md-8-width{
    width: 35% !important;
    min-width: 300px !important;
    padding-top: 0px !important;
    margin-right: 75px;    
}

.col-md-4-width{
    width: 55% !important;
    min-width: 300px !important;
}

}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
}

.footer-link{
	color: #4cadc5 !important;
}

.no-margin{
    margin: 0 !important;
}
.bq-cite{
    color: #47ADC5 !important;
    font-size: 16px;
    font-style: italic;
}
.bq-p{
    margin-bottom: 25px;
}







.custom-site-header{
        position: relative;
	}
 
 select.quoteDropdown{
    -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
     -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 }
 .quoteDropdown{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 90% !important;
    margin-top: 5px;
    padding: 10px;
    border: 2px solid #aaa;
    font-size: 16px;
 }




.custom_input{
    width: 90% !important;
    margin-top: 10px;
    color: #0A8BC6;
    border: 2px solid #0A8BC6;
    padding: 10px;
    padding-left: 5px;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .custom-dropdown-margin {
    margin-top: 50px !important;
 }
}

        .custom-dropdown__select {					
                -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
                -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
			}            			

		@supports (pointer-events: none) and
				  ((-webkit-appearance: none) or
				  (-moz-appearance: none) or
				  (appearance: none)) {	}

			.custom-dropdown {
				position: relative;
				display: inline-block;
				vertical-align: middle;
                width: 90% !important;
                margin-top: 10px;
                color: #0A8BC6;
			}

			.custom-dropdown__select {					
				border: 2px solid #0A8BC6;
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
                font-size: 16px;
                padding: 10px;
 			    padding-left: 5px;
                width: 100%;
                font-weight: 500;
                zoom: 1;
                *display: inline;
                -webkit-user-select: none;
                -moz-user-select: none;
			}

			.custom-dropdown::before,
			.custom-dropdown::after {
				content: "";
				position: absolute;
				pointer-events: none;
			}

			.custom-dropdown::after { /*  Custom dropdown arrow */
				content: "\25BC";
				height: 1em;
				font-size: 16px;
				line-height: 1;
				right: 0.6em;
				top: 50%; margin-top: -.5em;
			}

			.custom-dropdown::before { /*  Custom dropdown arrow cover */
				width: 2.5em;
				right: 0; top: 0; bottom: 0;
				border-radius: 0 3px 3px 0;
			}

			.custom-dropdown__select[disabled] {
				color: rgba(0,0,0,.3);
			}

			.custom-dropdown.custom-dropdown--disabled::after {
				color: rgba(0,0,0,.1);
			}
				

			/* Emerald dropdown style */
			.custom-dropdown--emerald::before {
				background-color: #0A8BC6;
			}

			.custom-dropdown--emerald::after {
				color: #FFF;
			}


			/* FF only temporary & ugly fixes */
			/* the "appearance: none" applied on select still shows a dropdown arrow on Firefox */
			/* https://bugzilla.mozilla.org/show_bug.cgi?id=649849 */
			@-moz-document url-prefix() {
				.custom-dropdown__select 						 { padding-right: .9em }
				.custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
				.custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
			}	

		}
@-moz-document url-prefix() { 
  .custom-dropdown__select {
     padding: 0px;
  }
}





#quoteWrapper{
    max-width: 760px;
    overflow:hidden;
    margin: 0 auto;
}

.center-text-row{
    text-align: center;
}

.quoteStatusMsg{
    font-size: 20px;
    margin-top: 50px;
}


#steps{
	/*height:320px;*/
    overflow:hidden;
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
    
    .step {
    float:left;
    width:320px;
	/*height:320px;*/
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    
    .step {
    float:left;
    width:720px;
	/*height:320px;*/
    }
}

@media only screen and (min-width: 1025px){
    
    .step {
    float:left;
    width:750px;
	/*height:320px;*/
    }
}

.show{
    display: normal !important;
}
.dontShow{
    display: none !important;
}

.redError{
    border-color: red !important;
    color: red;
}


select.custom-dropdown__select:focus::-ms-value {
 background: none; /* THIS LINE REMOVES THE BLUE BACKGROUND */
 color: #0A8BC6; /* the -ms-value element defaults to white text, so a different font colour is needed for text to be visible */
}