body {
	background-color: #375383;
	font-family: 'Open Sans', sans-serif;
}
body.green {
	background-color: #4f6228;
}
img {
	max-width: 100%;
	height: auto;
}
/*============	HEADER STYLES ===========*/
#header {
	padding: 20px 0;
	border-bottom: 1px solid #55709d;
}
.green #header {
	border-bottom: 1px solid #9dad7d
}
#top-right-content {
    text-align: right;
}
#contact-info, #social {
	color: #acbad0;
	border: 1px solid #55709d;
}
.green #contact-info, .green #social {
	color: #FFFFFF;
	border: 1px solid #9dad7d
}
#contact-info {
    display: inline-block;	
	border-radius: 15px;
    padding: 5px 20px;
}
#contact-info p {
	margin-bottom: 0;
    font-weight: bold;
}
#social {
	border-radius: 20px;
    padding: 10px 20px;
	margin: 0 auto;
	width: 350px;
}
/*============	HOMEPAGE STYLES ===========*/
#top-content {
    padding: 30px 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
}
#top-content h1 {
	font-size: 48px;
	margin: 0 auto 20px;
    width: 75%;
    font-weight: 700;
}
#welcome {
	margin-bottom: 20px;
}

#left-video-block {
    padding: 15px;
    border: 1px solid #55709d;
    text-align: center;
}
.green #left-video-block {
	border: 1px solid #9dad7d
}


#left-block {
    padding: 15px;
    border: 1px solid #55709d;
    text-align: center;
}
.green #left-block {
	border: 1px solid #9dad7d
}
#right-form {
    background-color: #757575;
    padding-left: 5px;
    padding-top: 20px;
    padding-right: 5px;
    padding-bottom: 0px;
    font-family: "Oswald", sans-serif;
    color: #FFFFFF;
}
#right-form > h1 {
	font-size: 40px;
    line-height: 1;
    letter-spacing: .7px;
    margin: 0;
    width: 100%;
}
#middle-content {
	background-image: url(/themes/ifl-blue/images/middle-bg.jpg);
	background-size: cover;
	padding: 30px 0 0;
}
.btn {
	color: #000;
}
input {
	color: #000;
}
.green #middle-content {
	background-image: url(/themes/ifl-blue/images/green-middle-bg.jpg);
	background-size: cover;
	padding: 30px 0 0;
}
#boxes div[class*="col-sm"] {
	margin-bottom: 30px;
}
#boxes .box {
	background-repeat: no-repeat;
	background-position: 30px 30px;
}
.box {
    background-color: #ffffff;
    padding: 30px 30px 30px 140px;
}
.box h2 {
	margin: 0;
	font-size: 24px;
	color: #375383;
}
#box1 {
	background-image: url(/themes/ifl-blue/images/circle-1.jpg);
}
#box2 {
	background-image: url(/themes/ifl-blue/images/circle-2.jpg);
}
#box3 {
	background-image: url(/themes/ifl-blue/images/circle-3.jpg);
}
#box4 {
	background-image: url(/themes/ifl-blue/images/circle-4.jpg);
}
.green #box1 {
	background-image: url(/themes/ifl-blue/images/green-circle-1.jpg);
}
.green #box2 {
	background-image: url(/themes/ifl-blue/images/green-circle-2.jpg);
}
.green #box3 {
	background-image: url(/themes/ifl-blue/images/green-circle-3.jpg);
}
.green #box4 {
	background-image: url(/themes/ifl-blue/images/green-circle-4.jpg);
}

#lower-content {
	background-color: #a9b5c8;
	padding: 30px 0;
	color: #375383;
}
.green #lower-content {
	background-color: transparent;
	color: #FFFFFF;
}
#lower-content h1,
#lower-content h3 {
	margin: 0;
}
#agent-info img {
	margin-right: 15px;
}
#agent-info h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
#agent-info h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 36px;
}
/*===iframe===*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*========== FOOTER ==============*/
#footer {
	text-align: center;
	color: #FFFFFF;
	padding: 20px 0;
}

@media (max-width: 767px) {
	#logo {
		text-align: center;
	}
	#top-right-content {
	    text-align: center;
	    padding: 15px;
	}
}







