
/*CSS for hero orange strips*/

h1 {
	font-size:2.7vw;
}


.orange-strip {
    background: rgba(237,135,78,0.85);
    position: absolute;
    padding: 10px 10px 5px 10px;
    margin-top: -110px;
    margin-left: -15px;
    width: 100%;
}

@media screen and (min-width:2299px) {

	.orange-strip {
		margin-top:-114px;	
	}
	
}

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

	.orange-strip {
		margin-top:0;	
	}
	
	.breadcrumbs {	
		margin-top:50px;
	}
	
}

.orange-button {
	background: #ed874e;
	position: absolute;
	right: 20%;
	top: 40%;
	padding: 1% 2%;
	border: 1px solid #000000;
	font-size: 1.5vw;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-weight: bold;
	text-align: center;
}
a.orange-button {
	color: #000000;
}
.orange-button:hover {
	background: rgb(237,135,78);
	color: #000000;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/***********************************/
.orange-box {
	background: rgba(237,135,78,0.60);
	position: absolute;
	width: 37vw;
	left: 20%;
	top: 20%;
	padding: 1% 2%;
	border: 1px solid rgba(237,135,78,0.60);
}
 
 .levels {
	float: left;
	width: 59%;
	margin-top: -8px;
	margin-left: 1%;
}
.level {
	display: block;
	background: #ed874e;
	height: 15px;
	float: left;
}
.level-0 {
	width: 10%;
}
.level-1 {
	width: 20%;
}
.level-2 {
	width: 30%
}
.level-3 {
	width: 40%;
}
.levels h4 {
	color: #ED874E;
	font-weight: bold;
}

.orange-border {
	border: 2px solid #ed874e;
	padding: 10px;
	margin-bottom: 10px;
	background: #f3f3f3;
	margin-top:0px;
}

#quote-form:before {
  display: block; 
  content: " "; 
  margin-top: -285px; 
  height: 285px; 
  visibility: hidden; 
}

@media (max-width: 992px) {
.orange-border {
	min-height: 190px;
}
}

@media (max-width: 450px) {
.orange-border {
	min-height: 230px;
}
}
.orange-bg {
	background: #FDF3ED;
}


