/*----------------------------------------
    GENERAL
----------------------------------------*/
.btn-lg {
    padding: 25px;
}
.color {
    color: rgb(0, 108, 178);
    font-weight: 300;
}
.img-center {
    margin: 0px auto;
}
.uppercase {
    text-transform: uppercase;
}
/*----------------------------------------
    HEADER
----------------------------------------*/
#header-3 {
    background: #fff;
    padding: 25px 0px;
}
.header-3-logo h1 {
    font-weight: 700;
}
.svg-container { 
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 30%; 
	vertical-align: middle; 
	overflow: hidden; 
}
.svg-content { 
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
h1{
	font-size:28px;}

/*----------------------------------------
    HERO
----------------------------------------*/
#hero-3 {
    background: url('../img/hero-bg-3.jpg') no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 450px;
    padding: 100px 0px;
}
.hero-3-intro h2 {
    font-size: 58px;
    font-weight: 300;
}
.hero-3-intro-item-icon {
    float: left;
}
.hero-3-intro-item-text {
    font-size: 18px;
    margin-left: 60px;
}
.hero-3-form {
    background: rgb(37,93,126);
    border-radius: 6px;
    text-transform: uppercase;
}
.hero-3-form-heading {
    background: #2c3e50;
    color: #fff;
    padding: 25px;
    text-align: center;
}
.hero-3-form-heading:before {
    content: "";
    position: absolute;
    top: 113px;
    right: 100px;
    border-width: 20px 20px 0px 20px;
    border-style: solid;
    border-color: #2c3e50 transparent;
    display: block;
}
.hero-3-form-heading:after {
    content: "";
    position: absolute;
    border-width: 15px 15px 0px 15px;
    border-style: solid;
    border-color: #2c3e50 transparent;
    display: block;
}
.hero-3-form form {
    color: #fff;
    padding: 10px 25px 25px;
}
.hero-3-form button {
    margin-top: 25px;
}
.contact-form p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: none;
    padding: 25px;
}
h2{
	font-size:20px;}
.btn-primary-alt{
	background-color:#e25928;
	border-bottom: 3px solid #333;
	}
.btn-primary-alt:hover{
	background-color:#D74D1C;
	}	
input[type=radio], input[type=checkbox]{
	margin:0;}
.hero-3-form-inner span{
	font-size:11px;}
.hero-3-form-inner a{
	color:#8fb0c9;}
/*----------------------------------------
    MEDIA QUERIES
----------------------------------------*/
@media (min-width: 320px) and (max-width: 480px) {
	#header-3 {
        padding: 10px 0px;
    }
    .header-3-logo h1 {
        font-size: 24px;
    }
    #hero-3 {
        padding: 50px 0px;
    }
    .hero-3-intro {
        margin-bottom: 25px;
        text-align: center;
    }
    .hero-3-intro h2 {
        font-size: 35px;
    }
    .hero-3-form-heading:before {
        top: 94px;
    }
	
}
@media (min-width: 600px) and (max-width: 640px) {
    .hero-3-form-heading:before {
        top: 83px;
    }
    #hero-3 {
        padding: 50px 0px 80px;
    }
	

}
@media (min-width: 567px) and (max-width: 767px){
	.hero-3-form-heading:before {
        top: 71px;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    .hero-3-form-heading:before {
        top: 136px;
    }
}