/* Put your custom styles here */
.cta 
{
max-width:450px; float: right;
}
@media only screen and  (max-width: 767px){
	
.reg-block {
	margin-top: -80px;
    background: rgba(236,112,17, 0.6);
}
}

@media (max-width:767px){
	.reg-block {margin-left: auto; margin-right: auto; float: none;}
	#header-2 .main-nav .nav {margin-top: 0;}
	#header-2 .brand-img {margin: 10px auto; max-height: 100%; max-width: 100%}
}
.bg-gd
{
    background-image: url('../images/1x1red.png');
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.blue {color: #123363}
.box i {
    font-size: 36px;
    line-height: 60px;
	color: #005e1f;
}