*{
	border:none;
  	padding:0px;
  	margin:0px;
	outline:none;
	text-rendering: optimizeLegibility;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}

	/*
	 * Clearfix: contain floats
	 */
	.clearfix:before,
	.clearfix:after {
		content: " "; /* 1 */
	   	display: table; /* 2 */
	}

	.clearfix:after {clear: both;}

	.clearfix{
		clear:both;
	}

input, textarea {
	  -webkit-appearance: none;
		-webkit-border-radius: 0;
	}

	select::-ms-expand {
	    display: none;
	}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================= */
.browserupgrade {
	margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding:0.2em 0;
	position:absolute;
	width:100%;
	z-index:9000;
}

/* ==========================================================================
   forms
   ========================================================================= */
.leftColumn input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.leftColumn .form-text {
	width: 90%;
	max-width: 475px;
}

.leftColumn .form-textarea {
	width: 90%;
}

.leftColumn .form-select{
	width:90%;
	font-size:22px;
	max-width: 500px;
}

.leftColumn .form-radio {

}

.leftColumn .form-select{
	border: 1px solid #ddd;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('../imgs/selectBG.png') no-repeat right #fff;
	background-size: 34px 35px;
	height:35px;
	padding-left:5px;
	margin-bottom:23px!important;
	outline:none!important;
}

form .description{
	font-size:13px;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

/* ==========================================================================
  CMS.
  ========================================================================== */
ol li {margin-left:20px; }
.leftColumn ul li{
	margin-left:35px;
}

#cmsTABS h2, .messages h2 {
	display:none;
}

#cmsTABS{
	border-bottom:1px solid #c2c2c2;
}

#cmsTABS ul li{
	list-style-type:none;
	float:left;
	margin:0px 10px 1px 0px;
}

#cmsTABS a{
	background-color:#4d93d2;
	padding:10px;
	display:block;
	color:#fff;
	text-decoration:none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#cmsTABS li.active a{
	background-color:#00529b;
}

#cmsTABS .element-invisible{
	display:none;
}

.messages h2{
	display:none!important;
}

.messages.status{
	color: #3c763d!important;
  	background-color: #dff0d8;
  	border-color: #d6e9c6;
}

.messages.error{
	color: #a94442!important;
	background-color: #f2dede;
  	border-color: #ebccd1;
}

.messages{
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.messages ul{
	margin-left:15px;
}

#search-form{
	margin-bottom:20px;
}

.leftColumn #search-form input{
	float:left;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-right:10px;
}

.leftColumn #edit-submit{
	height:48px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:100px;
	font-size:17px;
	text-transform:uppercase;
	background-color:#00529B;
	color:#fff;
	border:none;
	float:left;
}

.leftColumn input[type=submit]{
	background:#8ac640;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	-webkit-appearance: none;
	font-weight:600;
	color:#fff;
	padding:5px 10px 5px 10px!important;
	display: block;
	font-size:22px;
	height: 41px;
	text-transform: uppercase;
	display: block!important;
}

.leftColumn #edit-advanced{
	display:none;
}

.rightImg {
	margin-left:5%;
}

.leftImg {
	margin-right:5%;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a {
    color: inherit;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.rightFooter li a{
	color: inherit;
    -webkit-transition: all 50ms ease-out;
       -moz-transition: all 50ms ease-out;
         -o-transition: all 50ms ease-out;
            transition: all 50ms ease-out;
}


body{
	font-size:18px;
	font-family: 'Lato', sans-serif;
  	position:relative;
	z-index:1;
	}

/* ==========================================================================
   CONTAINER AREA.
   ========================================================================== */
.wrapper{
	max-width:1366px;
	margin:0 auto;
	padding:0px 10px;
}

/* ==========================================================================
  HEADER AREA.
  ========================================================================== */
header{
	position:relative;
	z-index:2;
}

#logo, nav{
	float:left;
  }

#logo{
	/*width:236px;*/
	width:17.276720351390923%;
	background-color:#00529b;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
  	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	cursor:pointer;
	min-width:120px;
}

nav {
	width: 82.72327964860908%;
}

#logo img{
	max-width:100%;
	height:auto;
	margin:126px auto 20px auto;
	display:block;
}

.nav{
	margin:0px 0px 0px  7.964601769911504%;
}

.nav li, .nav li a{
	list-style-type:none;
	text-decoration:none;
  	text-transform:uppercase;
	letter-spacing: 0.1em;
	color:#0d2c48;
	display:block;
}

.nav > li > a:hover{
	color:#ffffff;
}

.nav > li{
	float:left;
  	font-size:22px;
	/*margin-right:38px;*/
	margin-right:3.6053130929791274%;
}

.nav li:last-child{
	/*margin-right:0px;*/
	margin-right:0%;
}

.nav > li > a{
	padding:80px 11px 20px 11px;
  	display:block!important;
}

.nav .dropdown-menu{
	display:none;
	position:absolute;
	background:#ffffff;
	padding:8px 0px 5px 0px;
	min-width:213px;
}

.nav .dropdown-menu a{
	font-size:15px;
	padding:10px 20px 10px 10px;
	display:block;
}

.nav > li:hover .dropdown-menu{
	display:block;
	animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
}

.nav .about{
	border-bottom:3px solid #f37321;
}

.nav .about:hover{
	background-color:#f37321;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color:#fff;
  }

.nav .aboutParent.active-trail .about{
	background-color:#f37321;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color:#ffffff;
}

.nav .aboutParent .dropdown-menu a:hover{
	background-color:#fdeadd;
}

.dropdown-menu .aboutSubCap{
	height:8px;
	position:absolute;
	width:100%;
	background:url('../imgs/ddMenuOrangeBg.png') no-repeat;
	background-size:cover;
	margin-top:5px;
}

.nav .commercial{
	border-bottom:3px solid #8ac640;
}

.nav .commercial:hover{
	background-color:#8ac640;
	-moz-border-radius-bottomright: 10px;
  	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.nav .commercialParent.active-trail .commercial{
	background-color:#8ac640;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color:#ffffff;
}

.nav .commercialParent .dropdown-menu a:hover{
	background-color:#ebf6de;
}


.dropdown-menu .commercialSubCap{
	height:8px;
	position:absolute;
	width:100%;
	background:url('../imgs/ddMenuGreenBg.png') 0px 0px no-repeat;
	background-size:cover;
	margin-top:5px;
}

.nav .personal{
	border-bottom:3px solid #2992d5;
}

.nav .personal:hover{
	background-color:#2992d5;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.nav .personalParent.active-trail .personal{
	background-color:#2992d5;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color:#ffffff;
}

.nav .personalParent .dropdown-menu a:hover{
	background-color:#d7ecf9;
}

.dropdown-menu .personalSubCap{
	height:8px;
	position:absolute;
	width:100%;
	background:url('../imgs/ddMenuLightBlueBg.png') 0px 0px no-repeat;
	background-size:cover;
	margin-top:5px;
}

.nav .fileaclaim{
	border-bottom:3px solid #00529b;
}

.nav .fileaclaim:hover{
	background-color:#00529b;
	-moz-border-radius-bottomright: 10px;
  	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.nav .fileaclaimParent.active-trail .fileaclaim{
	background-color:#00529b;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color:#ffffff;
}

.nav .fileaclaimParent .dropdown-menu a:hover{
	background-color:#dfe9f1;
}

.dropdown-menu .fileaclaimSubCap{
	height:8px;
	position:absolute;
	width:100%;
	background:url('../imgs/ddMenuBlueBg.png') 0px 0px no-repeat;
	background-size:cover;
	margin-top:5px;
}

.nav .requestquote{
	border-bottom:3px solid #052e5a;
}

.nav .requestquote:hover{
	background-color:#052e5a;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.nav .requestquoteParent.active-trail .requestquote{
	background-color:#052e5a;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color:#ffffff;
}

.nav .requestquoteParent .dropdown-menu a:hover{
	background-color:#e6ebfa;
}

.dropdown-menu .requestquoteSubCap{
	height:8px;
	position:absolute;
	width:100%;
	background:url('../imgs/ddMenuDarkBlueBg.png') 0px 0px no-repeat;
	background-size:cover;
	margin-top:5px;
}

@keyframes slidenavAnimation {
    from {
		margin-top: -5px;
        opacity: 0;
    }
    to {
		margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
		margin-top: -5px;
        opacity: 0;
    }
    to {
		margin-top: 0;
        opacity: 1;
    }
}
/*==========================================================================
  SLIDESHOW AREA.
  ========================================================================== */

#pageWrapper{
	position:absolute;
	top:157px;
	left:0;
	right:0;
}

header{
	position:relative;
	z-index:7;
}

.pageHeaderImg img{
	width:100%;
	height: auto!important;
}

.barOverlay{
	height:90px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.4);
	width:100%;
	margin-top:-90px;
	position:absolute;
	z-index:5;
}

/* ==========================================================================
   Main Content Area
   ========================================================================== */
.leftColumn,
.rightColumn{
	float:left;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-top:-119px;
	position:relative;
	z-index:6;
	background:#fff;
}

.leftColumn{
	width: 66.91068814055637%; /* 914 / 1366 */
	padding:28px 3.294289897510981% 15px 3.294289897510981%;/* 45 / 914 */
}

.leftColumn img{
	display:block;
	max-width:100%;
	height:auto;
	clear:both;
	margin-bottom:18px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.leftColumn img.carrier-logo{
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	margin:0 auto;

}

.leftColumn h2{
	font-weight:normal;
	font-size:37px;
	color:#0052ab;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:20px;
	display:block;
	clear:both;
}

.leftColumn p, .leftColumn ul{
	font-size:18px;
	color:#0d2c48;
	line-height:32px;
	margin-bottom:25px;
}

.leftColumn p a{
	color:#1468c3;
}

.leftColumn p a:hover{
	color:#03182f;
}

.rightColumn{
	margin-left:4.538799414348463%; /* 62 / 1366 */
	width: 20.497803806734993%; /* 300 / 1366 */
	padding:10px .7320644216691069% 0px .7320644216691069%;  /* 10 / 300 */
}

.rightColumn nav{
	width:100%;
}

.rightColumn h3{
	font-size:30px;
	font-weight:normal;
	color:#00529b;
	letter-spacing:0.1em;
	text-align:center;
	margin-bottom:23px;
}

.rightColumn ul li{
	list-style-type:none;
	display:block;
}

.rightColumn ul a{
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	display:block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color:#fff;
	font-size:22px;
	padding:13px 0px;
	letter-spacing:0.1em;
}

.calloutAbout{
	color:#f37321;
	font-size:23px;
	font-weight:700;
	letter-spacing: 0.07em;
	text-transform:uppercase;
}

.lightBlueCallout{
	color:#2992d5;
	font-size:23px;
	font-weight:700;
	letter-spacing: 0.07em;
	text-transform:uppercase;
}

.greenCallout{
	color:#8ac640;
	font-size:23px;
	font-weight:700;
	letter-spacing: 0.07em;
	text-transform:uppercase;
}

.navyBlueCallout{
	color:#00529b;
	font-size:23px;
	font-weight:700;
	letter-spacing: 0.07em;
	text-transform:uppercase;
}

.darkBlueCallout{
	color:#052e5a;
	font-size:23px;
	font-weight:700;
	letter-spacing: 0.07em;
	text-transform:uppercase;
}

.emphasizeAbout{
	font-size:22px;
	font-weight:700;
	color:#f37321;
	line-height:30px;
}

.emphasizeGreen{
	font-size:22px;
	font-weight:700;
	color:#8ac640;
	line-height:30px;
}

.emphasizeLtBlue{
	font-size:22px;
	font-weight:700;
	color:#2992d5;
	line-height:30px;
}

.emphasizeNvyBlue{
	font-size:22px;
	font-weight:700;
	color:#00529b;
	line-height:30px;
}

.emphasizeDkBlue{
	font-size:22px;
	font-weight:700;
	color:#052e5a;
	line-height:30px;
}

.rightColumn .subNavigation li:first-child a {
	text-align:center;
	color:#fff;
	font-size:22px;
	padding:19px 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.rightColumn .subNavigation li:first-child a.about {
	background:#f37321;
}

.rightColumn .subNavigation li:first-child a.commercial {
	background:#8ac640;
}

.rightColumn .subNavigation li:first-child a.personal {
	background:#2992d5;
}

.rightColumn .subNavigation li:first-child a.fileaclaim {
	background:#00529b;
}

.rightColumn .subNavigation li:first-child a.requestquote {
	background:#052e5a;
}

.rightColumn .subNavigation li:last-child a {
	padding-bottom:15px;
}

.rightColumn .subNavigation a{
	text-align:center;
	color:#0d2c48;
	font-size:19px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.rightColumn .subNavigation li.about{
	background-color:#fdede2;
}

.rightColumn .subNavigation li.commercial{
	background-color:#ebf6de;
}

.rightColumn .subNavigation li.personal{
	background-color:#d7ecf9;
}

.rightColumn .subNavigation li.fileaclaim{
	background-color:#dfe9f1;
}

.rightColumn .subNavigation li.requestquote{
	background-color:#e6ebfa;
}

.rightColumn .subNavigation a.active,
.rightColumn .subNavigation a:hover{
	background:#fff;
	color:#0D2C48;
}

.rightColumn .subNavEndCap{
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height:11px;
	margin-bottom:18px;
	display:block;
	position:relative;
	bottom:0px;
	width:100%;
}

.subNavEndCap.cap-about{
 	background:#f37321;
}

.subNavEndCap.cap-commercial{
 	background:#8ac640;
}

.subNavEndCap.cap-personal{
 	background:#2992d5;
}

.subNavEndCap.cap-fileaclaim{
 	background:#00529b;
}

.subNavEndCap.cap-requestquote{
 	background:#052e5a;
}

.letsConnect {
	background:#8ac640;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:18px;
	padding-bottom:20px;
}

.letsConnect p{
	color:#fff;
	font-size:22px;
	text-align:center;
	text-transform:uppercase;
	padding:20px 0px 16px 0px;
}

.letsConnect ul{
	background:url('../imgs/rcSocialMedia.png') 0px -54px no-repeat;
	display:block;
	height:26px;
	width:126px;
	margin:0 auto;
}

.letsConnect ul a{
	float:left;
	text-indent:-9999px;
	width:27px;
	height:27px;
	padding:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-right:22px;
}

.letsConnect li:last-child a{
	margin-right:0px;
}

.rightColumn a.facebook{
	background:url('../imgs/rcSocialMedia.png') no-repeat;
}

.rightColumn a.twitter{
	background:url('../imgs/rcSocialMedia.png') -49px 0px no-repeat;
}

.rightColumn a.linkedin{
	background:url('../imgs/rcSocialMedia.png') -100px 0px no-repeat;
}

.rightColumn a.facebook:hover{
	background:url('../imgs/rcSocialMedia.png') 0px -27px no-repeat;
}

.rightColumn a.twitter:hover{
	background:url('../imgs/rcSocialMedia.png') -49px -27px no-repeat;
}

.rightColumn a.linkedin:hover{
	background:url('../imgs/rcSocialMedia.png') -100px -27px no-repeat;
}

.rcBtn{
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	font-size:22px;
	color:#fff;
	text-decoration:none;
	width:100%;
	display:block;
	text-transform:uppercase;
	text-align:center;
	padding:16px 0px;
	margin-bottom:18px;
}

.rcContactUs{
	background:#2992d5;
}

.rcQuote{
	background:#052e5a;
}

.rcQuote p{
	font-size:19px;
	line-height:33px;
	text-transform:none;
	padding:0px 8%;
}

.rcQuote strong{
	font-weight:900;
}

.rcRequestQuote{
	background:#00529b;
}

.insurance-carrier{
	display:block;
	clear:both;
	margin:25px 0px;
}

.leftColumn .insurance-carrier p{
	margin-bottom:0px!important;
}

.insurance-carrier-logo{
	width:16.41%;
	float:left;
	padding-top:8px;
}

.insurance-carrier-niche{
	float:left;
	width:80.85%;
	margin-left:2.73%;
}

.insurance-carrier .fa-external-link{
	font-size:14px;
}

.insurance-carrier .carrierTitle{
	margin-top:15px;
}

.insurance-carrier .carrierTitle:first-child{
  margin-top:0px;
}

.aboutCarrier{
	display:none;
}

.insurance-carrier .fa-angle-down{
	color:#0d2c48;
	margin-left:.4%;
}

hr{
	border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}



/* ==========================================================================
  LOCATIONS INNER
  ========================================================================== */

.locations-feed {

}

.location-entry {
	clear: both;
	border-bottom: 1px solid #e0e0e0;
	display: block;
	padding: 50px 0;
}

.locations-feed .last-row {
	border: none!important;
}


.location-entry-info {
	max-width: 40%;
	width: 100%;
	float: left;

}

.location-phone,
.location-phone:hover {
	text-decoration: none;
	color: #0d2c48!important;
}

.location-map {
	max-width: 50%;
	width: 100%;
	float: left;
}

.location-clearfix {
	clear: both;
}


.location-map iframe {
	max-width: 100%;
	height: 350px!important;
	width: 400px!important;
}

/* ==========================================================================
  NEWS & EVENTS // TESTIMONIALS
  ========================================================================== */

.testimonials-feed,
.news-feed {
	margin-bottom: 30px;
}

.testimonial,
.news-feed .headline {
	border-bottom: 1px solid #bbb;
	padding: 25px 0 25px 0;
}

.news-feed p {
	padding: 0!important;
	margin: 0!important;
}

.pdf {
	background: url('../imgs/application-pdf.png') no-repeat right;
	padding-right: 20px;
	word-wrap: break-word;
}

.doc, .ppt, .xls {
  background-position:100% 50%;
	background-repeat:no-repeat;
  padding-right:14px;
}


.doc {background-image:url(../images/icon_msword.gif);}
.ppt {background-image:url(../images/icon_msppt.gif);}
.xls {background-image:url(../images/icon_msexcel.gif);}


.testimonial-title,
h4.news-title a {
	text-decoration: none;
	text-transform: uppercase;
	font-size:22px;
	font-weight:700;
	letter-spacing: 1.5px;
	color:#0052ab;
}


.news-feed a:hover,
.testimonial-title:hover,
h4.news-title a:hover {
	color: #1468c3;
}


.testimonial-author {
	font-style: italic;
	color: #0052ab;
}

.testimonial-date,
.field-name-field-date,
.news-date {
	font-size: 18px!important;
	color:#052e5a;
	display: block;
	padding-bottom: 15px;
}

.read-more-link {
	background: #00529b;
	text-decoration: none;
	color: #fff!important;
	border-radius: 10px;
	font-size: 13px!important;
	text-transform: uppercase;
	padding: 5px 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	white-space: nowrap;

}

.read-more-link:hover {
	background: #1468c3;
}

.news-feed .file-icon {
	float:left;
}


/* ==========================================================================
  SEARCH RESULTS
  ========================================================================== */

.search-results {
	list-style-type: none;
}

.search-results li {
	margin-left: 0!important;
	list-style-type: none;
	border-bottom: 1px solid #e3e3e3;
	padding: 30px 0 5px 0;
}

.search-results li a {
	text-decoration: none;
}

.search-results li a:hover {
	color: #00529b;

}

h2.element-invisible {
	display: none!important;
}

.pager {
	list-style-type: none;
	margin: 15px auto 30px auto!important;
	text-align: center;
}

.pager li {
	display: inline;
	margin-left: 15px!important;
}


/* ==========================================================================
  EMPLOYEE DIRECTORY AREA
  ========================================================================== */



/* Employees */

.employee .employee-image {
	float: left;
	max-width: 15%;
	padding-left: 30px;
}



.employee-image-place img {
	width: 70px!important;
	height: auto!important;
	display: block;
	background: #bbb;
	border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.employee {
	width: 100%;
	padding: 25px 0 10px;
	display: block;
	font-size: 14px!important;
	clear: both;
	border-bottom: 1px solid #bbb;
}

.employee-info {
	width: 100%;
	max-width: 40%;
	float: left;
	position: relative;
	z-index: 7;
	font-size: 14px!important;
	padding: 33px 10px 10px 30px;

}

.employee-info a{

}

.employee-name {
	display: block;
	font-weight: bold;
}

.employee-title {
	display: block;

}

.employee-contact {

	max-width: 25%;
	width: 100%;
	padding: 33px 10px 10px 10px;
	float: left;
}

.employee-phone {
	display: block;
}

.employee-email {
	display: block;
}

.last-col-employee {
	padding: 33px 10px 10px 10px;
	float: left;
	width: 100%;
	max-width: 15%;
}

.employee-more {
	float: left;
	width: 100%;
	max-width: 15%;
	padding: 20px 10px;
	margin-top: 25px;
}

.employee-more .more-link {
	background: #033d6f;
	padding: 5px 15px;
	text-align: center;
	white-space: nowrap;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.employee-more a {
	color: #fff!important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px!important;
	font-weight: bold;
}

.employee-more a:hover {

}

.employee-more .more-carot {
	font-weight: normal!important;
	position: relative;
	top: -1px;
	color: #fff;
	left: 2px;
}

.employee-count {

	color: #8b3027!important;
	font-style: italic;
}

.employee-count .count-number {
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal!important;
}

.return-to-top a {
	text-transform: uppercase;
	text-align: right;
	color: #bbb;
	text-decoration: none;
	float: right;
	padding: 10px 0 30px 0;
}


.leftColumn .views-widget .form-select {
	min-width: 210px;
	width: 100%;
	max-width: 100%;
}

.leftColumn .views-submit-button .form-submit {
	margin-top: 28px!important;
	height: 36px;
	padding: 0 15px!important;

}

.employee-clear {
	margin-bottom: 30px;
}



/* ==========================================================================
  EMPLOYEE FULL
  ========================================================================== */

.employee-full {
	margin-top: 30px;
	clear: both;
}


.emp-info-text {
	margin: -8px 0 0 0;
}


.node-type-employee h1 {
	display: none;
}

.employee-full-image {
	float: left;
	max-width: 40%;
	width: 100%;
}

.employee-full-image img {
	width: 100%;
	height: auto!important;
	border: 1px solid #bbb;
}

.employee-full-info {
	float: left;
	max-width: 55%;
	padding-left: 25px;
	width: 100%;
	padding-top: 25px;
}

.employee-full-location {
	text-transform: capitalize;
}

.employee-full-info a {
	color: #2992d5!important;
}

.employee-full-info a:hover {
	color: #00529b!important;
}


.employee-full-info h2 {
	font-size: 22px!important;
	margin: 0!important;
	padding: 0!important;
}

.employee-return {
	margin-top: 30px;
}

.employee-return a {
	text-transform: uppercase;
	color: #fff!important;
	text-decoration: none!important;
	background: #00529b;
	font-size: 12px!important;
	padding: 10px 15px;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: bold;

}

.employee-return a:hover {
	background: #2992d5!important;
	color: #fff!important;
}


/* ==========================================================================
  FILE A CLAIM LISTING
  ========================================================================== */

#claim-feed {
	margin: 20px 0 0 0;

}

.region-claimfeed {
	padding-bottom: 20px;
	display: block;
}

.claim-entry {
	clear: both;
	border-bottom: 1px solid #e0e0e0;
	display: block;
	height: auto!important;
}

.claim-carrier-title {
	max-width: 50%;
	font-weight: bold;

}

.claim-carrier-phone {
	max-width: 30%;
	white-space: nowrap;
}

.claim-carrier-link {
	max-width: 20%;
	text-align: right;
	white-space: nowrap;

}


.claim-carrier-title,
.claim-carrier-phone,
.claim-carrier-link {
	width: 100%;
	padding: 30px 0 3px 0;
	height: auto!important;
	float: left;
	display: block;
}



/* ==========================================================================
  WEB FORMS
  ========================================================================== */

.webform-client-form label {
	color: #0d2c48;
    font-size: 18px;
    line-height: 32px;
	text-transform: uppercase;
    margin-top: 25px;
}

.webform-client-form textarea {
  background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
	width: 100%;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-type-radio .form-radio {
	float: left;
	margin-right: 10px;
}

.webform-submit {
	margin-top: 20px;
	margin-bottom: 40px;
}

.webform-client-form fieldset {
	border: none!important;
	padding: 0!important;
	margin: 0!important;
}

.webform-client-form fieldset legend {
    color: #0052ab;
    display: block;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    text-transform: uppercase;
	margin-top: 30px;

}

.webform-client-form .form-required {
	color: #cd0000;
}



/*==========================================================================
  INSTANT QUOTE INNER
  ========================================================================== */

#instant-quote-inner{
	max-width:388px;
}

#instant-quote-inner .quoteHeader{
	background-color:#fff;
	-moz-border-radius-topright: 10px;
  	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#instant-quote-inner .quoteForm{
	margin-bottom: 20px;
}

#instant-quote-inner a{
	text-decoration:none;
	font-weight:600;
	font-size:15px;
	letter-spacing: 0.020em;
	padding-left:2px;
}

#instant-quote-inner h2{
	text-transform:uppercase;
	font-size:36px;
	font-weight:normal;
	color:#0d2c48;
	text-align:center;
	padding:10px 0px;
	letter-spacing:0.1em;
}

#instant-quote-inner label{
	display:block;
	font-weight:700;
	font-size:15px;
	margin-bottom:10px;
	padding-left:2px;
}

#instant-quote-inner select{
	width:100%;
	font-size:22px;
}

#instant-quote-inner .styled-select select{
	border: 1px solid #ddd;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('../imgs/selectBG.png') no-repeat right #fff;
	background-size: 34px 35px;
	height:35px;
	padding-left:5px;
	margin-bottom:23px!important;
	outline:none!important;
}

#instant-quote-inner input[type=text] {
	border: 1px solid #ddd;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-appearance: none;
	height:35px;
	padding-left:10px;
	margin-bottom:21px!important;
	font-size:22px;
	display: block!important;
}

#instant-quote-inner input[type=submit]{
	background:#8ac640;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	-webkit-appearance: none;
	font-weight:600;
	color:#fff;
	padding:5px 5px 5px 10px!important;
	display: block;
	letter-spacing:0.1em;
	font-size:22px;
	height: 41px;
	display: block!important;

}

#instant-quote-inner .hmZipCode{

	width:62.73195876288659%;
}

#instant-quote-inner .nextArrow{
	font-size:10px;
}



/* ==========================================================================
  FOOTER AREA
  ========================================================================== */
footer{
	background:url('../imgs/footerBg.jpg') no-repeat #1f2120;
	min-height:231px;
	min-width:100%;
	background-size:cover;
	color:#fff;
	padding-bottom:30px;
}

footer a{
	text-decoration:none;
}

footer li{
	list-style-type:none;
	padding-bottom:17px;
}

footer li a{
	font-size:16px;
	font-weight:normal;
	font-weight:700;
	letter-spacing: 0.08em;
	text-transform:uppercase;
}

.footerLeft, .footerMiddle, .footerRight{
	padding-top:36px;
	float:left;
}

.footerMiddle div.location{
	float:left;
	/*width:236px;*/
	width:33.23943661971831%;
	margin-bottom:19px;
}

.footerMiddle .links li a::after {
  content: '\00a0 \00a0 : ';
}

.footerMiddle .links li {
  float: left;
  margin: -4px 7px 0px 0px;
  line-height: normal;
}

.footerMiddle .links li a {
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
}

.footerLeft{
	/*width:291px;*/
	width:21.30307467057101%;
}

.footerLeft a:hover{
	color:#b4cde0;
}

.footerMiddle{
	/*width:629px;*/
	width:46.046852122986826%;
}

.footerMiddle p{
	font-size:13px;
	line-height:18px;
}

.footerMiddle .mapLink{
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	color:#b4cde0;
	letter-spacing:0.05em;
	font-weight:900;
}

.footerMiddle h5{
	font-size:16px;
	font-weight:normal;
	font-weight:700;
	letter-spacing: 0.08em;
	margin-bottom:12px;
}

.latoBold{
	font-weight:700;
	letter-spacing:0.05em;
}

.location .latoBold{
	text-transform:uppercase;
}

.copyright{
	font-weight:700;
	font-size:13px;

}

.copyright a{
	color:#fff;
}

.footerArrow{
	font-size:13px;
}

.footerRight{
	/*margin-left:70px;*/
	margin-left:5.124450951683748%;

	/*width:376px;*/
	width:27.52562225475842%;

}

.footerRight p{
	font-weight:700;
	font-size:16px;
	letter-spacing: 0.08em;
	float:left;
	padding-top:10px;
}

.footerRight ul{
	float:left;
	height:15px;
	width:73px;
	margin:10px 0px 0px 15px;
}

.footerRight li{
	float:left;

	margin-right:12px;
}

.footerRight li:last-child{
	margin-right:0px;
}

.footerRight li a{
	font-size: 16px;
	display:block;

}

.footerRight li a i {
	color: #fff;
}

.footerRight li a.facebook{

}

.footerRight li a.facebook i:hover{
	color: #3a5795;
	padding: 0!important;
	background:url('../imgs/social-smBG.png') 1px 2px no-repeat;
}

.footerRight li a.twitter{

}

.footerRight li a.twitter i:hover{
	color: #55acee;
	background:url('../imgs/social-smBG.png') 1px 2px no-repeat;
}

.footerRight li a.linkedin{

}

.footerRight li a.linkedin i:hover{
	color: #0074b2;
	background:url('../imgs/social-smBG.png') 1px 2px no-repeat;
}

footer form label{
	font-size:16px;
	font-weight:700;
	letter-spacing: 0.08em;
	margin-bottom:5px;
	clear:left;
}

footer form input {
	color:#0d2c48;
}



.field-name-field-file-claim-online-web-addr {
	margin-top: 15px;
}


label{
	display:block;
	font-weight:700;
	font-size:15px;
	margin-bottom:10px;
	padding-left:2px;
}

footer form input[type=text]{
	border-top-right-radius:0px!important;
	border-bottom-right-radius:0px!important;
	-webkit-border-top-right-radius:0px!important;
	-webkit-border-bottom-right-radius:0px!important;
	-moz-border-top-right-radius:0px!important;
	-moz-border-bottom-right-radius:0px!important;
	border-top-left-radius:10px!important;
	border-bottom-left-radius:10px!important;
	-webkit-border-top-left-radius:10px!important;
	-webkit-border-bottom-left-radius:10px!important;
	-moz-border-top-left-radius:10px!important;
	-moz-border-bottom-left-radius:10px!important;
	float:left;
	width: 82%;
	height:31px;
	background:#b5babd;
	padding-left:10px;
	margin-bottom:18px!important;
	font-size:22px;
}

footer form input[type=image]{
	float:left;
	width: 41px;
	height: 31px;
}


/* ==========================================================================
   MOBILE MENU
   ========================================================================= */
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 0px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: 100%;
    /*margin-left: 20px;*/
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {

    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
   }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: #fff }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

	/*
		jQuery.mmenu position extension CSS
	*/
	.mm-menu.mm-top,
	.mm-menu.mm-bottom {
	  width: 100%;
	  min-width: 100%;
	  max-width: 100%; }

	.mm-menu.mm-right {
	  left: auto;
	  right: 0; }

	.mm-menu.mm-bottom {
	  top: auto;
	  bottom: 0; }

	html.mm-right.mm-opening .mm-slideout {
	  -webkit-transform: translate(-80%, 0);
	  -moz-transform: translate(-80%, 0);
	  -ms-transform: translate(-80%, 0);
	  -o-transform: translate(-80%, 0);
	  transform: translate(-80%, 0); }

	@media all and (max-width: 175px) {
	  html.mm-right.mm-opening .mm-slideout {
	    -webkit-transform: translate(-140px, 0);
	    -moz-transform: translate(-140px, 0);
	    -ms-transform: translate(-140px, 0);
	    -o-transform: translate(-140px, 0);
	    transform: translate(-140px, 0); } }
	@media all and (min-width: 550px) {
	  html.mm-right.mm-opening .mm-slideout {
	    -webkit-transform: translate(-440px, 0);
	    -moz-transform: translate(-440px, 0);
	    -ms-transform: translate(-440px, 0);
	    -o-transform: translate(-440px, 0);
	    transform: translate(-440px, 0); } }
	/*
		jQuery.mmenu z-position extension CSS
	*/
	html.mm-front .mm-slideout {
	  -webkit-transform: none !important;
	  -moz-transform: none !important;
	  -ms-transform: none !important;
	  -o-transform: none !important;
	  transform: none !important;
	  z-index: 0 !important; }

	.mm-menu.mm-front {
	  z-index: 1;
	  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);*/ }

	.mm-menu.mm-front.mm-opened {
	  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	}

	html.mm-opened.mm-next .mm-page {
	  box-shadow: none; }

	.mm-menu.mm-front, .mm-menu.mm-next {
	  -webkit-transition: -webkit-transform 0.4s ease;
	  -ms-transition: -ms-transform 0.4s ease;
	  transition: transform 0.4s ease;
	  -webkit-transform: translate(-100%, 0);
	  -moz-transform: translate(-100%, 0);
	  -ms-transform: translate(-100%, 0);
	  -o-transform: translate(-100%, 0);
	  transform: translate(-100%, 0); }
	  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
	    -webkit-transform: translate(100%, 0);
	    -moz-transform: translate(100%, 0);
	    -ms-transform: translate(100%, 0);
	    -o-transform: translate(100%, 0);
	    transform: translate(100%, 0); }
	.mm-menu.mm-front.mm-top {
	  -webkit-transform: translate(0, -100%);
	  -moz-transform: translate(0, -100%);
	  -ms-transform: translate(0, -100%);
	  -o-transform: translate(0, -100%);
	  transform: translate(0, -100%); }
	.mm-menu.mm-front.mm-bottom {
	  -webkit-transform: translate(0, 100%);
	  -moz-transform: translate(0, 100%);
	  -ms-transform: translate(0, 100%);
	  -o-transform: translate(0, 100%);
	  transform: translate(0, 100%); }

	html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
	  -webkit-transform: translate(0, 0);
	  -moz-transform: translate(0, 0);
	  -ms-transform: translate(0, 0);
	  -o-transform: translate(0, 0);
	  transform: translate(0, 0); }

	.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
	  height: 80%;
	  min-height: 140px;
	  max-height: 880px; }




/* ==========================================================================
  RESPONSIVE STYLES
  ========================================================================== */
.mobileMenuOpen,
.mobileMenuClose{
	display:none;
	text-decoration:none;
	float:right;
	margin:27px 25px 0px 0px;
	font-size:22px;
}

#mobile-main-navigation{
	display:none;
}
    @media only screen and (max-width : 1400px) {
		/* WRAPPER */
		.wrapper{
			padding:0px 10px;
		}

		/* NAVIGATION */
		.nav li{
			font-size:18px;
		}

		.nav .dropdown-menu a{
			font-size:13px;
			padding:10px 20px 10px 10px;
		}

		/* Employee */

		.employee-info {
			width: 100%;
			max-width: 35%;
		}

		/* Instant Quote */
		#instantQuote{
			width:27.9%;
			top:50px;
			right:10px;
			margin-left:0px;
		}

		#instantQuote .quoteForm{
			padding:22px  1.8301610541727673%;
		}

		#slider:hover .owl-prev, #slider:hover .owl-next{
			display:none!important;
		}

		.footerLeft{
			width:20.30307467057101%;
			padding-left:1%;
		}

    }

	@media only screen and (max-width : 1194px) {
		/* NAVIGATION */
		.nav{
			margin:0px 0px 0px 35px;
		}

		.nav li{
			font-size:14px;
		}

		.nav .dropdown-menu a{
			font-size:12px;
			padding:10px 20px 10px 10px;
		}

		#instantQuote h2{
			font-size:28px;
		}

		.employee-info {
			padding-right: 0!important;
		}

		.employee .employee-image {
			padding-left: 10px;
		}

		.employee-more {
			float: right;
		}


		footer form input[type=text]{
			width: 80%;
		}

    }

	@media only screen and (max-width : 1120px) {
		/* BREAK UP FOOTER */
		.footerLeft{
			width:30%;
		}

		.footerMiddle{
			width:69%;
		}

		.footerRight{
			width:100%;
			margin-left:0%;
			padding-bottom:20px;
		}

		footer form input[type=text]{
			width: 92%;
		}

		.footerMiddle div.location{
			width:33%;
		}

		.footerRight li{
			padding-bottom:0px;
		}

	}



    /* Medium Devices, Desktops */
    @media only screen and (max-width : 1000px) {
		/* NAVIGATION */
		.nav{
			margin:0px 0px 0px 20px;
		}

		.nav li{
			font-size:11px;
		}

		.nav > li{
			margin-right:22px;
		}

		.nav .dropdown-menu li{
			display:block;
		}

		.nav .dropdown-menu a{
			font-size:11px;
		}

		.leftColumn h2{
			font-size:30px;
		}

		.rightColumn h3 {
			font-size:24px;
		}

		.leftColumn p{
			font-size:16px;
			line-height:29px;
			margin-bottom:22px;
		}


		.employee {
			width: 100%;
			padding: 5px 0 45px;

		}

		.employee-image {
			position: relative;
			top: 27px;
			max-width: 30%;
		}

		.employee-image-place img {
			width: 100%!important;
		}


		.employee-info {
			max-width: 50%;
		}

		.employee-contact {
			margin-left: 20px;
			max-width: 50%;
		}

		.employee-more {
			margin-top: -15px;
			margin-right: 10px;
		}

		.callout{
			font-size:20px;
		}



    }

	@media only screen and (max-width : 930px) {
		#instantQuote h2{
			font-size:23px;
		}

		#instantQuote .styled-select select{
			border-radius:8px;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			background: url('../imgs/selectBG.png') no-repeat right #fff;
			background-size: 34px 35px;
			height:25px;
			margin-bottom:23px!important;
		}

		#instantQuote select{
				font-size:16px;
			}

		#instantQuote input[type=text] {
				font-size:16px;
				height:25px;
				border-radius:6px;
				-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
			}

		#instantQuote input[type=submit]{
			background:#8ac640;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius:6px;
			padding:3px 5px 3px 10px;
			float:left;
			margin-left: 7.7%;
			letter-spacing:0.1em;
			font-size:16px;
		}

	}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		#logo {
			min-width:120px;
		}

		#logo img{
			margin:10px 0px 10px 0px;
		}

		header{
			background:#fff;
			height:80px;
			position:fixed;
			width:100%!important;
			margin-right:10px;
			border-bottom:1px solid #d3d3d3;
			z-index:200000;
			left:0;
			padding-left:10px;

		}

		#pageWrapper{
			position:absolute;
			top:80px;
			left:0;
			right:0;
			width:100%;
		}

		.nav{
			margin:0px;
		}

		#main-navigation{
			display:none;
		}

		#mobile-main-navigation{
			display:block;
			background-color:#fff;

		}

		.nav > li{
			float:none;
		  	font-size:18px;
			margin-right:0px;
		}

		#mobile-main-navigation > ul{
			padding-top:0px;
			margin-top:0px;
		}

		.navExit{
			background:#115298!important;
			color:#fff!important;
			padding:30px 0px 30px 15px!important;
		}

		.mm-selected a{
			color:#fff!important;
		}

		.nav > li > a{
			padding:10px 0px 10px 21px;
		  	display:block!important;
			color:#0d2c48;
		}

		.dropdown-menu, .nav a:hover{
			animation:none!important;
			-moz-animation:none!important;
			-webkit-animation:none!important;
		}

		.nav .dropdown-menu{
			display:block;
			position:relative;
			background:#ffffff;
			padding:8px 0px 5px 0px;
			min-width:213px;
		}

		.nav .dropdown-menu a {
		    font-size: 13px;
			margin-left:20px;
			padding-left:0px;
			color:#fff;
			border-bottom:1px solid #fff;
		}

		.nav .dropdown-menu a:hover{
			background:none!important;
			border-radius:none!important;
		}

		.nav .dropdown-menu li:last-child a {
			border-bottom:none;
		}

		.nav .about{
			border-bottom:1px solid #f37321;
			background:#fff;
		}

		.nav .about:hover{
			-moz-border-radius: 0px;
			border-radius: 0px;
		  }

		.dropdown.aboutParent, .dropdown.aboutParent.mm-opened a,
		.mm-menu.mm-vertical .mm-list li.mm-opened.aboutParent > .mm-panel {
			background:#f37321!important;
			color:#fff;
		}

		.nav .commercial{
			border-bottom:1px solid #8ac640;
			background:#fff;
		}

		.nav .mm-selected .commercial{
			background:#8ac640;
		}

		.nav .commercial:hover{
			-moz-border-radius: 0px;
			border-radius: 0px;
		  }

		.dropdown.commercialParent, .dropdown.commercialParent.mm-opened a,
		.mm-menu.mm-vertical .mm-list li.mm-opened.commercialParent > .mm-panel{
			background:#8ac640!important;
			color:#fff;
		}

		.nav .personal{
			border-bottom:1px solid #2992d5;
			background:#fff;
		}

		.nav .personal:hover{
			-moz-border-radius: 0px;
			border-radius: 0px;
		  }

		.nav .mm-selected .personal{
			background:#2992d5;
		}

		.dropdown.personalParent, .dropdown.personalParent.mm-opened a,
		.mm-menu.mm-vertical .mm-list li.mm-opened.personalParent > .mm-panel{
			background:#2992d5!important;
			color:#fff;
		}

		.nav .personalParent.active .personal{
			border-radius:0;
			-moz-border-radius:0;
		}

		.nav .fileaclaim{
			border-bottom:1px solid #00529b;
		}

		.nav .fileaclaim:hover{
			-moz-border-radius: 0px;
			border-radius: 0px;
		  }

		.dropdown.fileaclaim, .dropdown.fileaclaimParent.mm-opened a,
		.mm-menu.mm-vertical .mm-list li.mm-opened.fileaclaimParent > .mm-panel{
			background-color:#00529b!important;
			color:#fff;
		}

		.fileaclaimParent.mm-selected a{
			background-color:#00529b!important;
			color:#fff;
		}

		.nav .requestquote{
			border-bottom:1px solid #052e5a;
			background:#fff;
		}

		.nav .requestquote:hover{
			-moz-border-radius: 0px;
			border-radius: 0px;
		  }

		.dropdown.requestquote, .dropdown.requestquoteParent.mm-opened a,
		.mm-menu.mm-vertical .mm-list li.mm-opened.requestquoteParent > .mm-panel{
			background:#052e5a!important;
			color:#fff;
		}

		.requestquoteParent.mm-selected a{
			background-color:#052e5a!important;
			color:#fff;
		}

		.barOverlay{
			display:none;
			height:0px;
		}

		/* Instant Quote */
		#instantQuote{
			width:90%;
			padding:35px 5%;
			position:relative;
			z-index:0;
			top:0;
			left:0;
			right:0;
			float:none;
		}

		#instantQuote h2{
			font-size:30px;
			color:#fff;
		}

		#instantQuote .quoteHeader{
			background-color:#115298;
		}

		#instantQuote .quoteForm{
			background-color:#d6e7f9;
		}

		#instantQuote .styled-select select{
			height:35px;
			font-size:22px;
		}

		#instantQuote input[type=text] {
			height:35px;
			font-size:22px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius:10px;
		}

		#instantQuote input[type=submit]{
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius:10px;
			-webkit-appearance: none;
			padding:4px 5px 4px 10px;
			float:left;
			margin-left: 7.7%;
			letter-spacing:0.1em;
			font-size:22px;
		}




		.leftColumn, .rightColumn{
			/* width:831px; */
			width: 100%;
			clear:both;
			z-index:0;
			margin-top:0px;
			position:relative;
			float:none;
		}

		.leftColumn{
			padding:0px 0px 28px 0px;
		}

		.leftColumn h2{
			font-size:30px;
			letter-spacing:0.1em;
			margin-bottom:10px;
			padding-top:30px;
		}

		.rightColumn{
			margin-left:0%;
			padding:0px 0px 28px 0px;
		}

		.rightColumn h3{
			font-size:25px;
			margin-bottom:18px;
		}

		.letsConnect {
			display: none;
		}

		#slider {
			min-height:0px;
		}

		.employee-info {
			margin-top: 10px;
		}


		.employee-full-image,
		.employee-full-info  {
			max-width: 100%!important;
			padding-left: 0!important;
		}

		/* BREAK UP FOOTER */

		.footerMiddle .links li {
			float: none!important;
		}

		.footerMiddle .links li a {
			text-align: center;
			width: 100%;
		}
		.copyright{
			clear:both;
		}

		.footerLeft, .footerMiddle, .footerRight{
			width:100%;
			float:none;
			display:block;
			clear:both;
		}

		.footerLeft a{
			text-align:center;
			display:block;
		}

		.footerMiddle{
			text-align:center;
		}

		.footerMiddle div.location{
			width:100%;
			float:none;
		}

		footer form input[type=text]{
			width: 75%;
		}

		.footerRight{
			width:80%;
			padding: 36px 10% 20px 10%;
		}

		.footerConnect{

			text-align:center;
		}

    }

@media only screen and (max-width : 650px) {
	.employee-image {
		margin-top: 10px;
		max-width: 40%!important;
	}
	.employee-more {
		clear: both;
		float: right;
		margin-right: 40px;
		margin-top: -40px;
	}

.location-entry-info,
.location-map {
	max-width: 100%;
	clear: both;
	display: block;
}


}

@media only screen and (max-width : 550px) {
	.employee-info,
	.employee-contact {
		max-width: 40%;
	}


.claim-carrier-title,
.claim-carrier-phone,
.claim-carrier-link {
	width: 100%;
	padding: 0!important;
	float: none!important;
	display: block;
}

.claim-carrier-title {
	max-width: 100%;
	display: block;
	float: none!important;
	font-weight: bold;
	padding: 20px 0 0 0!important;

}

.claim-carrier-link {
	text-align: left;
}

table {
	max-width: 550px!important;
	width: 100%!important;
}



	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
		border: none!important;
	}


	tr { border: 1px solid #ccc; }

	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;

	}

	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}


}

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

		footer{
			background:url('../imgs/mobilefooterBg.jpg') no-repeat #1f2120;
		}

		.leftColumn .search-form #edit-submit{
			margin-top:10px;
		}
	.employee-image,
	.employee-info,
	.employee-contact {
		max-width: 100%!important;
		padding: 0!important;
		margin: 0!important;
	}

	.employee-image {
		margin-top: 15px!important;
		margin-bottom: 30px!important;
	}

    .last-col-employee {

		padding: 0!important;
		float: none;
		display: block;
	}

	.employee-more {
		float: none;
		max-width: 100%;
		clear: both;
		display: block;
		padding: 20px 0 0 0!important;
	}

	.employee-more a {
		display: block;
		width: 100%;
		padding: 10px 0!important;
		font-size: 15px!important;
	}

.employee-image-place img {
	max-width: 100%;
	width: 100%;
}

		.leftColumn .views-widget .form-select {

		}

		.leftColumn .views-submit-button  .form-submit {
			margin-top: 0!important;
			clear: both;
		}

		.views-exposed-form .views-exposed-widget {
			float: none!important;
		}

    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {
		#instantQuote{
			width:99%;
			padding:35px .5%;
			position:relative;
			z-index:0;
			top:0;
			left:0;
			right:0;
			float:none;
		}

		#instantQuote h2{
			font-size:25px;
			color:#fff;
		}

		#instantQuote input[type=submit]{
			padding:3px 5px 3px 10px;
		}

		.leftColumn img{
			float:none;
			width:100%;
			padding:0px;
		}

		img.noMobile{
			display:none;
		}

		footer form input[type=text]{
			width: 78%;
		}

		.insurance-carrier-logo{
			width:150px;
			margin:0 auto;
			display:block;
			height:auto;
			float:none;
		}

		.insurance-carrier-niche{
			width:100%;
			margin-left:0;
		}

}
