@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle {
	background-color: transparent;
}
.dropdown-menu li>a:hover {
	background: rgba(249,116,1,1) !important;
	min-width: 160px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 197px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	font-size: 15px;
}
/*Typography*/
h1, h2, h3, h4, h5, h6, p {
	font-family: 'Open Sans', sans-serif;
	/*color: #e2780b;*/
	color: #008ed4;
	font-weight: normal;
	text-transform: uppercase;
}
h1 {
	font-size: 24px;
	margin-top: -15px;
	padding: 20px 0 0 20px;
}
#content-heading h1 {
	padding-left: 20px;
}
h2 {
	font-size: 20px;
	padding: 5px 0 0 20px;
	margin: 0 0 -2px 0;
}
h3 {
	font-size: 18px;
	padding: 0 0 0 20px;
}
h4 {
	font-size: 12px;
	color: #141754;
	text-transform: none;
}
h5 {
	font-size: 23px;
	color: #1e1e1e;
	margin-top: 0px;
	padding: 10px 10px 10px 0px;
	text-transform: none;
}
h6 {
	color: #3b3b3b;
	margin-top: 20px;
}
p {
	padding: 0px 10px 2px 0px;
	text-align: justify;
	/*color: #999;*/
	color: #333;
	font-size: 13px;
	line-height: 25px;
	text-transform: none;
}
a {
	text-decoration: none;
	color: #6b6b6b;
}
/*HEADER*/

/*logo */
.logo {
	margin-top: 20px;
	position: relative;
}
/*right top navigation*/
#user_controls {
	float: right;
	position: relative;
	margin: 20px 0 10px 0px;
}
#user_controls li {
	float: left;
	line-height: 11px;
	margin: 6px 10px 0 0;
	padding: 0 5px 0px 15px;
	list-style-type: none;
	border-left: 1px solid #aaa7a7;
}
#user_controls li a {
	color: #aaa7a7;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: .3px;
	text-decoration: none;
	text-transform: uppercase;
}
#user_controls li a:hover {
	text-decoration: underline;
}
#user_controls li:first-child {
	border-left: none;
	list-style-type: none;
	list-style-image: none;
}
/*Social Icons*/
.social {
	margin: -30px 0 0 0;
	clear: right;
}
.social > li {
	float: right;
	margin-right: 10px;
	list-style-type: none;
}
#social #social-nav > ul {
	margin: 0;
	padding: 0;
}
/*.social > li > a:focus, .social > li > a:hover {
	background-color: #008ed4;;
}*/
.social img {
	width: auto;
	background-color: #008ed4;
	;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
.social li.emailContact {
	background-color: #008ed4;
	line-height: 16px;
	margin-top: 1px;
	border-radius: 4px;
	}
.social li.emailContact a {
	font-size: 15px;
	line-height: 23px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	}

.social li.quote-buy {
	background-color: #008ed4;
	line-height: 16px;
	margin-top: 1px;
	border-radius: 4px;
	}

.social li.quote-buy a {
	font-size: 15px;
	line-height: 23px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	}
	
/*Navigation*/
.navbar .nav {
	width: 100%;
	margin: 0 0 0 0;
}
.navbar .nav li {
	line-height: 33px;
	border-right: 1px solid #eeeeee;
}
.navbar .nav > li > a {
	height: 33px;
	color: #000;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	padding: 12px 20px;
}
.navbar-inner {
	margin-top: 20px;
	padding: 0 0px;
	background: #fff;
}
.navbar .nav li:hover, .navbar .nav > li > a:hover, .navbar .nav > li > a.active {
	color: #fff;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #008ed4 0%, #007dba 100%, #00306c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(0%, #008ed4), color-stop(100%, #007dba), color-stop(100%, #00306c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%, #008ed4 0%, #007dba 100%, #00306c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%, #008ed4 0%, #007dba 100%, #00306c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%, #008ed4 0%, #007dba 100%, #00306c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5799 0%, #008ed4 0%, #007dba 100%, #00306c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#00306c', GradientType=0 ); /* IE6-9 */
}
/* The width of the particular tab */
/* Home */
ul.navbar li:nth-child(1) {
	width: 7.46%;
}
/* Auto Insurance */
ul.navbar li:nth-child(2) {
	width: 15.5%;
	font-size: 10;
}
/* Home Insurance */
ul.navbar li:nth-child(3) {
	width: 15.5%;
}
/* Commercial Insurance */
ul.navbar li:nth-child(4) {
	width: 17.5%;
}
/* Life Insurance */
ul.navbar li:nth-child(5) {
	width: 15.5%;
}
/* Health Insurance */
ul.navbar li:nth-child(6) {
	width: 15%;
}
/* Other Insurance */
ul.navbar li:nth-child(7) {
	width: 12.5%;
	text-align: left;
	border-right: none;
}
/* Get Quote  */

ul.navbar li:nth-child(8) {
	width: 17.5%;
	text-align: left;
	border-right: none;
}
/* Navbar button */
.btn-navbar:hover {
	color: none!important;
}
.btn-navbar {
	float: right;
	height: 30px;
	width: 30px;
	margin: 0px!important;
	border: none;
	border-radius: 0px;
}
.free {
	background: #f29707;
	padding: 5px;
	color: white;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 7px;
}
/*Banner*/
.carousel-inner {
	position: relative;
	width: auto;
	overflow: hidden;
	/*height: 550px;*/
	margin-left: 0px;
}
.carousel-control {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: 0px;
	color: #fff;
	background: transparent;
	border: none;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	opacity: 1;
}
.carousel-control:hover {
	background: transparent;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.banner {
	width: 100%;
	margin-top: 0px;
	/*height: 550px;*/
	background: #eee;
	position: relative;
	margin: 0 0 20px;
}
/* banner shadow */
.banner:before, .banner:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.banner:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.banner #main-img, .banner #main-img1 {
	width: 100%;/*height: 560px;*/
}
.middle {
	width: 35%;
	position: relative;
	text-align: left;
	margin-right: 50px;
	margin-top: -500px;
}
.middle h6 {
	width: 100%;
	margin-top: 6%;
	color: #3b3b3b;
	font-size: 37px;
	line-height: 56px;
	font-weight: 300;
	text-align: left;
	text-shadow:1px 1px #fff;
}
.middle h6 span {
	color: #008ed4;
}
.m-11 {
	color: #008ed4;
}
/* Quote - Box */
.quoter {
	margin-top: -360px;
	float: right;
	right: 40px;
	height: 100%;
	position: relative;
	width: 35%;
	background: #008ed4;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	line-height: 28px;
	color: #fff;
	padding: 5px 5px 5px;
}
.quoter h3 {
	font-size: 36px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding: 0 10px;
}
.quoter label {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	margin-left: 10px;
	margin-top: 10px;
}
textarea, input[type="text"] {
	margin-left: 10px;
	width: 85%;
}
.input-medium {
	margin-left: 10px;
	width: 100%;
}
/*interior page content style*/
.gradient-one {
	width: 100%;
	height: 50px;
	/*margin-top: 20px!important;*/
	/*padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	background: rgb(221,221,221);
	background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(244,244,244,1) 100%, rgba(125,185,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221,221,221,1)), color-stop(100%, rgba(244,244,244,1)), color-stop(100%, rgba(125,185,232,1)));
	background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(244,244,244,1) 100%, rgba(125,185,232,1) 100%);
	background: -o-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(244,244,244,1) 100%, rgba(125,185,232,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(244,244,244,1) 100%, rgba(125,185,232,1) 100%);
	background: linear-gradient(to bottom, rgba(221,221,221,1) 0%, rgba(244,244,244,1) 100%, rgba(125,185,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f4f4f4', GradientType=0 );*/

	line-height: 50px;
	background: #e2e2e2;
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe));
	background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
	background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
	background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
	background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
}
.gradient-two {
	padding-bottom: 10px;
	/*background: rgb(221,222,221);
	background: -moz-linear-gradient(top, rgba(221,222,221,1) 0%, rgba(244,244,244,1) 100%, rgba(242,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221,222,221,1)), color-stop(100%, rgba(244,244,244,1)), color-stop(100%, rgba(242,243,243,1)));
	background: -webkit-linear-gradient(top, rgba(221,222,221,1) 0%, rgba(244,244,244,1) 100%, rgba(242,243,243,1) 100%);
	background: -o-linear-gradient(top, rgba(221,222,221,1) 0%, rgba(244,244,244,1) 100%, rgba(242,243,243,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,222,221,1) 0%, rgba(244,244,244,1) 100%, rgba(242,243,243,1) 100%);
	background: linear-gradient(to bottom, rgba(221,222,221,1) 0%, rgba(244,244,244,1) 100%, rgba(242,243,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddedd', endColorstr='#f2f3f3', GradientType=0 );
*/
	background: rgb(221,222,221);
	background: -moz-linear-gradient(top, rgba(221,222,221,1) 0%, rgba(244,244,244,1) 100%, rgba(242,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221,222,221,1)), color-stop(100%, rgba(244,244,244,1)), color-stop(100%, rgba(242,243,243,1)));
	background: -webkit-linear-gradient(top, rgba(221,222,221,1) 0%, rgba(244,244,244,1) 100%, rgba(242,243,243,1) 100%);
	background: -o-linear-gradient(top, rgba(221,222,221,1) 0%, rgba(244,244,244,1) 100%, rgba(242,243,243,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,222,221,1) 0%, rgba(244,244,244,1) 100%, rgba(242,243,243,1) 100%);
	background: linear-gradient(to bottom, rgba(221,222,221,1) 0%, rgba(244,244,244,1) 100%, rgba(242,243,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddedd', endColorstr='#f2f3f3', GradientType=0 );
/*margin-bottom: 30px;*/
}
.down-content {
	margin-top: 20px;
}
/* Button style */
.btn {
	color: #414141;
	margin-left: 35%;
	padding: 8px 12px;
	background: #fcfcfc;
	cursor: pointer;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.btn-black {
	color: #fff;
	float: left;
	margin-left: 20px;
	height: 100%;
	padding: 5px 12px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	background: #004b85;
}
.btn-black:hover {
	color: #fff;
	background: #008ed4;
}
/*Footer*/
.foot {
	margin: 30px 0 0 0;
	background-color: #383838;
	color: #FFF;
	padding: 10px 0px 10px 0px;
}
.foot .container .span12 > ul {
	margin: 0px;
	margin-top: 8px;
	text-align: center;
}
.foot .container .span12 > ul > li {
	float: left;
	padding: 0;
	margin: 0 0 0 0.5em;
	list-style: none;
	font-size: 0.7em;
	text-align: center;
}
.foot .container .span12 > ul > li > a {
	color: #FFFFFF;
	font-size: 1.2em;
	text-align: center;
	margin-left: 40px;
}
.foot .container .span12> ul > li > a:hover {
	color: #ffffff;
	text-align: center;
}
.copyright p, .copyright a {
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: center;
}
.address-edit {
	text-align: center;
	margin-top: 34px;
}
.address-edit a {
	color: #FFFFFF;
}
/*The address style */
address {
	text-align: left;
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 20px;
	margin-left: 350px;
}
/* Blog Feed */
.whatsnew {
	margin-top: 10px;
}
.whats-new-content {
	color: #999;
	font-size: 12px;
	font-family: 'Open Sans', arial, verdana, sans-serif;
	line-height: 14px;
}
.whats-new-content p {
	color: #999;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
	font-family: 'Open Sans', arial, verdana, sans-serif;
	line-height: 15px!important;
}
.titlefield a {
	font-size: 13px;
	font-weight: bold;
	margin: 7px 0;
	color: #404040;
	display: block;
	font-family: 'Open Sans', arial, verdana, sans-serif;
}
.titlefield a:hover, a:focus {
	color: #fe9713;
	text-decoration: none;
}
.whats-new-content .datefield {
	display: block;
}
/* iframe */
iframe {
	height: 1600px;
	width: 100%;
	frameborder: 0px inset!important;
	margin-left: 0px;
	margin-top: 20px;
}
iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}
.frame-fix {
	height: 1500px;
}
/* Fixes */

.gradient-two p {
	padding: 0px 20px 0 20px;
}
a.more {
	vertical-align: bottom;
}
.img-btm {
	width: 100%;
}
.more {
	margin-left: 130px;
}
ul, ol {
	color: #333;
}
.caret-fix {
	margin-top: 15px !important;
}
.li-text {
	line-height: 26px;
}
#main-content-heading a {
	font-size: 24px;
	margin-top: -10px;
	padding: 20px 0 0 20px;
	/*color: #e2780b!important;*/
	color: #008ed4;
	text-decoration: none;
}
/* Career Grid Style */

.career-grid-header {
	background-color: #f29707;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
	background-color: #e6e6e6;
}
.standards-phone p span {
	float: right;
	margin-right: 10%;
	margin-right: 23.5%;
}
#main-content3 {
	margin-left: 20px;
}
/* Career Grid Style */

.carrier-border img {
	padding: 22px 0;
}
.carrier-details h4 {
	font-size: 15px;
	color: #008ed4;
}
.carrier-details p, .carrier-details p span {
	font-size: 13px!important;
	padding-left: 0px!important;
	line-height: 20px;
}
.carrier-details .span6 img {
	width: auto!important;
	/*margin-left: auto;
margin-right: auto;
display: block;*/
	margin-left: 0px;
}
.carrier-details .span6 {
	border-bottom: 1px solid #757577;
}
.c-ht {
	height: 300px;
}
.c-ht-1 {
	height: 360px;
}
.ct-p {
	margin-top: 20px;
}
.space-fix {
	margin-right: 8px;
	margin-top: -2px;
}
.customer-service iframe {
	height: 300px !important
}
.grid p {
	font-weight: 700;
}
.grid h3 {
	font-size: 24px;
	padding-left: 0px;
}
/* Fixes */

#company-history p {
	text-align: left;
}
.instra img, .instra img:hover {
	background: transparent!important;
}
.address-edit p {
	text-align: center;
	color: #fff;
}
/* blog */
.entry-meta, .entry-footer, .nav-links, .comment-list, .page-content form {
	padding-left: 20px;
}
.widget-area {
	padding-right: 10px;
}
.widget_search {
	padding-top: 10px;
}
.widget-area a:focus, .content-area a:focus {
	color: #6b6b6b;
}
.widget-area h2 {
	padding-left: 0px;
}
.quoter iframe {
	margin-top: 0px;
}
#primary ul {
	margin-left: 35px;
}
.jot-form-fixes {
	border: 0;
	width: 100%;
	height: 192px;
}
.lob-errormessage{
color:#fff;
font-size:11px;
font-weight:normal;
display:block;
line-height:24px;
margin:0px;
text-transform:lowercase;
padding:0px;
}
/* icons */
.social a{
font-size:25px;
}
.fa{
color:#008ed4;
}
.fa-rss{
color:#fa8c3d;
font-size:21px !important;
}
.fa-common-icon{
background:#fff;
}
.fa-home{
color:#fff;
font-size:20px !important;
}
.btn-navbar .icon-bar {
    border-radius: 2px;
    display: block;
    height:1px;
    width: 21px;
}
.icon-bar {
    background-color: #fff !important;
	border:1px solid #e4e4e4;
}
.icon-first-bar{
margin-top:6px;
}
.mobileTopNav {
	display: none;
	}
.mobileTopNav ul {
	width: 100%;
	margin-left: 0px;
	padding-top: 10px;
	}
.mobileTopNav li {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	color: #fff;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	background: #1e5799;
	background: -moz-linear-gradient(top, #1e5799 0%, #008ed4 0%, #007dba 100%, #00306c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(0%, #008ed4), color-stop(100%, #007dba), color-stop(100%, #00306c));
	background: -webkit-linear-gradient(top, #1e5799 0%, #008ed4 0%, #007dba 100%, #00306c 100%);
	background: -o-linear-gradient(top, #1e5799 0%, #008ed4 0%, #007dba 100%, #00306c 100%);
	background: -ms-linear-gradient(top, #1e5799 0%, #008ed4 0%, #007dba 100%, #00306c 100%);
	background: linear-gradient(to bottom, #1e5799 0%, #008ed4 0%, #007dba 100%, #00306c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#00306c', GradientType=0 );
	}
.mobileTopNav li a {
	width: 100%;
	color: #fff;
	}
.mobileTopNav li a:hover, .mobileTopNav li a:active {
	color: #fff;
	text-decoration: none;
	}
#topContact {
	float: right;
	clear: right;
	margin-right: 10px;
	margin-top: initial;
	}
#topContact li {
	list-style-type: none;
	text-align: right;
	}
.g-map-index {
	width: 100%;
	max-height: 300px;
	height: 100%:
}
.dropdown .caret {
	margin-top:4px;
}
.dropdown-menu {
	width:200px;
}
.dropdown-menu li {
	width:100%;
	
}
.dropdown-menu li a {
	width:100%;
	
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	background:transparent!important;
	color:#1e5799;
}
.foot ul li .selected{
	color:#ccc!important;
}


.bottomright {
  position: fixed;
  right: 10px; bottom: 10px;
  width: auto;
  height:auto;
  padding: 5px;
}

.new-btn{
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	color: #fff;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	background: #1e5799;
	background: -moz-linear-gradient(top, #1e5799 0%, #008ed4 0%, #007dba 100%, #00306c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(0%, #008ed4), color-stop(100%, #007dba), color-stop(100%, #00306c));
	background: -webkit-linear-gradient(top, #1e5799 0%, #008ed4 0%, #007dba 100%, #00306c 100%);
	background: -o-linear-gradient(top, #1e5799 0%, #008ed4 0%, #007dba 100%, #00306c 100%);
	background: -ms-linear-gradient(top, #1e5799 0%, #008ed4 0%, #007dba 100%, #00306c 100%);
	background: linear-gradient(to bottom, #1e5799 0%, #008ed4 0%, #007dba 100%, #00306c 100%);
	width: 100%;
	margin-left: 0px;
}
.new-btn:hover{
	background: #00306c;
}
.modal.fade {
    top: 0;
}
.mob-pop-up{
	display:none;
}
.bottomright{
	opacity:1;
	width:300px;
	height:340px;
	left:inherit;
	top:inherit;
	bottom:20px;
}
.modal.fade{
	top:inherit;
}
.bottomright iframe{
	margin-top:0px;
}
.bottomright .modal-header{
	border:none;
	padding:0px;
}
.txt-cnter{
	text-align: center;
	font-size: 26px;
	padding: 10px;
	font-weight:700;
	text-decoration: underline;
}
.meet-team-content img{
	height: 300px;
	display: block;
	margin: 0 auto;
	border: 3px solid #008ed4;
}

.hfeed #topContact {
	margin-bottom: 10px;
}
.main-hd1{
	padding-left:0px;
}
