@import url(http://fonts.googleapis.com/css?family=Noto+Sans:700|Roboto:700|Raleway);
body {
	color: #777676 !important;
	font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, li a, span {
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, li a{
		color: #264a7c;
}
.brand-color-primary {
	color: #264a7d;
}

.brand-color-secondary {
	color: #45bac4;
}
header h3.brand-color-secondary{
	font-size: 17px;
}
.navbar-toggle{
	background-color: #ddd;
}
.navbar-toggle .icon-bar {
  background-color: #264a7d;
}
.dropdown-toggle {
	background-color: #ddd;
	padding: 10px;
	font-size: 14px;
}
.dropdown {
  position: initial !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 20px !important;
}
.dropdown-menu {
    position: inherit;
    top: 0;
    width: 100%;
    /*padding: 11px 0;*/
    /*margin: 2px 0 0;*/
    padding: 0;
    margin: 0;
}
li {
	list-style: none;
}

img {
	width: 100%;
}
a:hover {
	text-decoration: none;
}
.grey-bg {
	background-color: #f1f1f1;
}
/*Header styles*/
.main-header {
	background-color: #f5f5f5;
}
.logo img {
	max-width: 210px;
	  margin-bottom: -30px;
}
.nav li {
	display: inline;
}
.nav li a {
	line-height: 3;;
}
.navbar {
	  margin-bottom: 0;
  border: 0;
  background-color: transparent;
}
.navbar ul{
	padding-left: 0;
}
header h3 {
  font-weight: bold;
  margin-bottom: 25px;
}

header ul.phone-numbers{
  margin-top: 9px;
  padding-left: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14.9px;
  line-height: 2;
  float: right;
  display: inline-flex;
}

header ul.phone-numbers li:before {
	content: "\f095";
	font-family: 'FontAwesome';
	margin-right: 5px;
	font-size: 15px;
	color: #fff;
	background-color: #284377;
	padding: 5px 7px;
	border-radius: 25px;
}
header ul.phone-numbers li{
	margin-right: 20px;
}
.banner-image {
	box-shadow: 0 -23px 44px rgba(0, 0, 0, 0.3);
	position: relative;
}
.banner-image img {
	width: 100%;
}
.contact-numbers .dropdown {
	display: none;
}
.free-quote,
.free-quote:active,
.free-quote:visited{
	font-family: 'Roboto', sans-serif;
	background: -webkit-linear-gradient(top, #43b3c0, #35839b);
	background:	-moz-linear-gradient(top, #43b3c0, #35839b);
	background: -o-linear-gradient(top, #43b3c0, #35839b);
	background: linear-gradient(top, #43b3c0, #35839b);
	border: 1px solid #35839b;
	padding: 20px 30px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	font-size: 21px;
	height: auto;
	width: 320px;
	max-width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: .2s all ease-in;
	-moz-transition: .2s all ease-in;
	-o-transition: .2s all ease-in;
	transition: .2s all ease-in;
}
.comment-author img {
	width: inherit;
}
	.block img {
		height: 262px;
	}
#post-64 p{
	font-size: 17px;
}

.buttons-inline {
	display: inline;
	text-align: center;
}
.buttons-inline span {
	font-size: 18px;
}
.buttons-inline span:nth-child(2){
	margin-right: 20px;
}
.buttons-inline .btn, aside .btn {
	background: -webkit-linear-gradient(top, #43b3c0, #35839b);
	background: -moz-linear-gradient(top, #43b3c0, #35839b);
	background: linear-gradient(top, #43b3c0, #35839b);
	border: 1px solid #005c68;
}
.buttons-inline .btn:hover, aside .btn:hover {
	background: -webkit-linear-gradient(top, ##3BCEDF, #35839b) !important;
	background: -moz-linear-gradient(top, ##3BCEDF, #35839b) !important;
	background: linear-gradient(top, ##3BCEDF, #35839b) !important;
	border: 1px solid #005c68;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active{
	background: -webkit-linear-gradient(top, #3D9BA6, #35839b);
	background:	-moz-linear-gradient(top, #3D9BA6, #35839b);
	background: -o-linear-gradient(top, #3D9BA6, #35839b);
	background: linear-gradient(top, #3D9BA6, #35839b);
}
.arrow-down {
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #35839b;
	position: absolute;
	left: 0;
	bottom: -20px;
	right: 0;
	margin: 0 auto;
	width: 40px;
}

.blog-container {
	padding: 20px
}
.text-right {
	text-align: right;
}
.modal-content {
	  padding: 20px;
}
/*Navigation styles*/
header nav ul {
	margin: 0;
}

.navbar {
	margin-bottom: 0;
}

.secondary-nav {
	text-align: center;
	padding: 5px 0;
	border-top: 1px solid #D3D3D3;
}
.primary-nav li:nth-child(5) > a {
	padding-right: 0;
}
.primary-nav ul,
.secondary-nav ul {
	float: right;
}
.secondary-nav li {
	display: inline;
}
.primary-nav li a,
.secondary-nav li a {
	font-size: 17px;
	line-height: 3;
	margin-left: -5px;
	text-transform: uppercase;
	border-right: 1px solid #ccc;
	color: #2e5080;
	font-weight: bold;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.primary-nav a {
  padding: 10px 25px !important;
  text-transform: inherit !important;
}
.primary-nav li a:hover {
	color: #45BAC3;
}
#menu-item-66 > a{
	padding-right: 0 !important;
}

.secondary-nav a {
	padding: 20px;

}
.secondary-nav li:nth-child(5) > a, #menu-item-66 > a{
	border-right: 0;
}
.secondary-nav li a:hover {
	background-color: #45BAC3;
	color: #fff;
}

 .left-sidebar ul {
	padding-left: 0;
}
 .left-sidebar a {
	color: #264a7c;
}
nav.left-sidebar li {
	border-bottom: 1px solid #42afb8;
	padding: 10px 0;
}
nav.left-sidebar li a {
	font-size: 20px;
}
nav.left-sidebar li a:hover {
	color: #45bac4;
}
.extra-mt {
	margin-top: 40px !important;
	margin-bottom: 80px !important;
}
.extra-mb{
	margin-bottom: 80px !important;

}
.standard-page p {
	line-height: 2;
}
.standard-imgs img {
	margin: 10px 0 20px;
}
.three-blocks {
  margin-top: 50px;
  margin-bottom: 80px;
}
section.block{
	padding: 5px;
	background-color: #264a7d;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	-webkit-transition: .2s all ease-in;
	-moz-transition: .2s all ease-in;
	transition: .2s all ease-in;
}

section.block:hover{
	background-color: #43b3c0;
}
.reg-sidebar {
	margin-top: 30px;
}
.padd{
  padding: 20px;
	text-align: center;
}
.regulations p{
	  text-align: center;
  font-size: 20px;
}
.grey-bg:nth-child(2){
	margin-top: 20px;
}
article h2 {
/*  margin-top: 0;*/
/*  display: inline;*/
/*  line-height: 3;*/
    margin-top: 40px;
    line-height: 1.3;
}
article h3, article h4, article h5 {
	color: #2a4d7e;
}
article h3 {
	font-size: 20px;
	padding-top: 10px;
}
article > ul > li {
	list-style: circle;
	margin: 10px 0;
}
nav.left-sidebar{
	  margin-top: 20px;
}
.reg-sidebar .grey-bg h3{
	margin-top: 0;
}
section.block h4 {
	padding: 10px 0 0;
	color: #fff;
	text-transform: uppercase;
}


section.block span {
	padding: 0 10px 20px;
	color: #fff;
	text-transform: inherit;
	display: block;
}
hr {
	border-bottom: 2px solid #85cfd5;
	border-top: 0;
	max-width: 300px;
	margin-top: 0;
	margin-bottom: 20px;
}
hr.hr-grey {
	  max-width: 100%;
  border: 1px solid #ccc;
	margin-bottom: 0;
}
.col-md-12 hr {
	margin-bottom: 40px;
}

.sub-header {
  text-transform: uppercase;
  color: #264a7d;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  width: inherit;
	margin: 20px auto 5px;
}

.blog-feed .col-md-10 {
	padding-left: 0;
}

.blog-feed .welcome-news {
	text-align: center;
}
.welcome-news ul {
	padding-left: 0;
}
.blog-feed p.blog-content{
	text-align: left;
}
.blog-feed header.blog-header{
  text-transform: uppercase;
  color: #fff;
  background-color: #264a7d;
  display: table;
  padding: 5px 7px 3px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}
.section-padding {
	padding: 30px 0 50px;
}
.center {
	text-align: center;
}
.pattern-bg {
	   background: linear-gradient(
			rgba(255, 255, 255, 0.2),
			rgba(255, 255, 255, 1)
	),url("../img/news-bg.jpg") top no-repeat;

}
.mailing-list-bg {
	background: -webkit-linear-gradient(top, #43b3c0, #35839b);
	background: -moz-linear-gradient(top, #43b3c0, #35839b);
	background: linear-gradient(top, #43b3c0, #35839b);
	padding: 10px 0;
	border-top: 1px solid #005c68;
	border-bottom: 1px solid #005c68;
}

.mailing-list span {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	line-height: 2;
}
.vertical-line {
	border-left: 1px solid #ccc;
}
.entry-date {
  background-color: #8B8B8B;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}
.testimonials {
	text-align: center;
	position: relative;
}
.testimonials blockquote {
	border: none;
	line-height: 2;
}
.testimonial_body p {
	font-size: 14px;
}
.testimonial-client {
	color: #264a7d;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 3;
}
blockquote.easy_testimonial:before {
  content: "\f10d";
  font-family: 'FontAwesome';
  position: absolute;
  left: 8px;
  top: 45px;
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
blockquote.easy_testimonial:after {
content: "\f10e";
  font-family: 'FontAwesome';
  position: absolute;
right: 13px;
  top: 45px;
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

blockquote p {
	  padding: 0 30px;
}

.tweets {
  background: url("../img/twitter.png") top no-repeat;
  height: 155px;
  width: auto;
  max-width: 100%;
  position: relative;
  top: 62px;
}
.tweets span {
	  position: absolute;
  top: 126px;
  left: 23px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
}
.weekday{
	font-size: 9px;
	background-color: #48b7c5;
	padding: 1px 3px;
	letter-spacing: 1px;
}
.reg-sidebar a{
	margin: 10px 0;
}

.form-inline input, .form-inline button {
	  border-radius: 25px;
}
.form-inline input[type="text"] {
	width: 100% !important;
}
.form-inline input[type="text"] {
	width: 100% !important;
}
#FSContact2 #ctf-loading,
#FSContact2 img {
	height:32px; width:auto;
}
.mailing-list .btn-primary {
	border: 1px solid #666;
	background: -webkit-linear-gradient(top, #D7D7D7, #989898);
	text-transform: uppercase;
	font-weight: bold;
	color: #264a7d;
	padding: 7px 17px;
	margin-right: 0;
}
.fscf-div-label{
	margin-top: 10px;
}
#FSContact2 input,
#FSContact2 button,
#FSContact2 select,
#FSContact2 textarea{
	width: 100%;
	padding: 5px;
}
.fscf-div-form{
background-color: #ebebeb;
  padding: 10px 20px 25px;
  margin: 0 20px 20px 0
}
#fscf_submit2{
	  margin-top: 20px;
  background-color: #264a7d;
  border: 1px solid #2f568c;
  padding: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
	-webkit-transition: .2s all ease-out;
	-moz-transition: .2s all ease-out;
	-o-transition: .2s all ease-out;
	transition: .2s all ease-out;
}
#fscf_submit2:hover {
	background-color: #fff;
	border-color: #ccc;
	color: #444;
}
.form-container {
	margin-top: 20px;
}
.textwidget {
	color: #2f568c;
}

.send-right {
	text-align: right
}
.form-inline .form-group {
  width: 100%;
}
.fh-border {
	border-bottom: 1px solid #555;
}
.office-locations header {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	margin-top: 40px;
}
.office-locations header:first-child {
	margin-top: 0;
}
.office-locations span {
	font-weight: 100;
	font-family: 'Noto-sans', sans-serif;
}
.contact-header {
	margin: 50px 0 10px;
	color: #386499;
}
.map {
	margin-top: 40px;
}
.tweets p {
	color: #fff;
	margin: 20px;
}
.social-items li {
	display: inline
}
.social-items i {
	font-size: 24px;
	margin: 13px;
	background-color: #386499;
	padding: 9px 10px;
	border-radius: 28px;
	color: #fff;
	transition: .2s all ease-in-out;
}
.social-items i:hover {
	background: #ddd;
	color: #666;
}
.social-items i.fa-facebook{
	  padding: 9px 14px;
}
.footer-header {
	font-size: 15px;
}
.social-header {
	font-family: 'Raleway', sans-serif;
}
footer.main-footer {
	padding: 30px;
}
.main-footer ul {
	padding-left: 0;
}
.main-footer li a {
	font-family: 'Raleway', sans-serif;
	color: #264a7d;
	font-weight: bold;
}
.main-footer li a:hover{
	color: #48b7c5;
}

@media screen and (max-width: 480px){
	.free-quote, .arrow-down{
		display: none;
	}
	.phone-numbers .brand-color-secondary {
		  padding-right: 0 !important;
	}
	.buttons-inline .btn{
		  margin-bottom: 10px;
	}
	.extra-mt {
	   margin-top: 10px !important;
	   margin-bottom: 10px !important;
	}
	.textwidget {
		  text-align: center;
	}
	.fscf-div-form {
	  background-color: #fff !important;
	  padding: 0 !important;
	  margin: 0 !important;
	}
	.office-locations header:first-child{
		margin-top: 30px !important;
	}
	.block img {
	   height: inherit !important;
	}
	.contact-header {
		text-align: center;
	}
	.contact-header h2 {
		font-size: 23px;
		line-height: 0;
	}
	.mailing-list .btn-primary{
		width: 100%;
	}
		.secondary-nav{
		display:none;
	}
	.mobile-secondary-nav {
		display: inline-block;
	}
	.block{
		margin-top: 10px;
	}
	.tweets {
		top: 0;
	}

	.social-items i {
		margin: 10px !important;
	}
	.main-footer {
		text-align: center;
	}
	header h3 {
	  font-weight: bold;
	  font-size: 17px;
	  text-align: center;
	}
	header ul.phone-numbers {
display: none;
	}
	ul.phone-numbers li {
		display: block;
		margin: 15px 0;
	}
	.blog-feed header.blog-header {

		font-size: 15px !important;
		margin-bottom: 10px !important;
		display: block !important;
		text-align: center !important;
	}

}

@media screen and (max-width: 767px){
	.primary-nav li,
	.mobile-secondary-nav li {
		display: inline-block;
		width: 100%;
		border-right: none;
		/*text-align: center;*/
	}
	.contact-numbers {
		margin-top: 5px;
	}
	.banner-image{
		height: auto !important;
	}
	.primary-nav li a,
	.mobile-secondary-nav li a {
		border-right: none;
		/*padding: 0 5px !important;*/
		/*padding: 0 !important;*/
	}
	.mobile-secondary-nav {
		border-top: 3px solid #264a7d;
	}
	.logo {
		display: none;
	}
	.mobile-logo {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.mobile-logo img{
		max-width: 100px;
		  margin-top: 10px;
	}

	.contact-numbers .dropdown {
		display: inline-block;
	}
	/*.contact-numbers .dropdown li {*/
	/*	padding: 10px;*/
	/*	font-size: 20px;*/
	/*}*/
	.contact-numbers .dropdown li {
        padding: 5px 10px;
        font-size: 14px;
        border-bottom: 1px solid #efefef;
    }
	.phone-numbers {
		display: none;
	}
	.dropdown button {
		padding: 10px;
	}
	.primary-nav ul, .secondary-nav ul {
		  float: none;
	}
}


@media screen and (max-width: 1200px){
	.menu-header-menu-3 a,
	.primary-nav a{
		  padding: 10px 15px !important;
		font-size: 16px;
	}

	/*.secondary-nav a{*/
	/*	padding: 10px;*/
	/*	font-size: 16px !important;*/
	/*}*/

}

@media screen and (max-width: 991px){
	.menu-header-menu-3 a,
	.primary-nav a{
		  padding: 10px 15px !important;
		font-size: 16px;
	}

	/*.secondary-nav a{*/
	/*	padding: 10px;*/
	/*	font-size: 13px !important;*/
	/*}*/
	.logo img {
		  margin-top: -155px;
	}
		.blog-feed .col-md-10 {
		   padding-left: 15px !important;
	}
	header.blog-header {
		width: 100%;
		text-align: center;
	}

}

@media screen and (min-width: 768px){
	.mobile-secondary-nav,
	.mobile-logo,
	ul.contact-numbers{
		display: none;
	}
	.carousel-inner {
		height: 500px !important;
	}
	.banner-image img {
	  height: 494px;
	}


}