html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/*.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; 
}*/ /* ie 6/7 */

html, body {
	background-color: #f8f7f4;
	font-family: 'Raleway', 'Source Sans Pro', Arial, sans-serif;
}

header, article, section, footer, main {
	width: 100%;
	display: block;
	padding:0; margin:0;
}

h1 {
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 20px;
}

h2 {
	font-size: 29px;
	font-weight: 400;
	margin-bottom: 15px;
}

.inner-body h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
	font-weight:400;
	margin-bottom: 15px;
}

h4 {
	font: italic 400 18px 'Source Sans Pro', Arial, sans-serif;
}

h5 {
	font-weight:400;
	font-size: 13px;
}
a {
	cursor:pointer;
}

#overlay {
    position: fixed;
    height:100vh;
    top: -150vh;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    opacity:0;
    transition: top 0s, opacity 1s;
}
#overlay.shade {
	top:0;
    opacity:1;
    transition: top 0s, opacity 1s;
}
#popup {
    flex-basis: 40%;
    min-height: 100px;
    background-color: #ccc;
    margin: auto auto;
    padding: 1em;
    position: relative;
}
#popup .close {
    position: absolute;
    right: 0.5em;
    top: 0.25em;
}
#popup .content {
	width:100%;
	height:100%;
	display:flex;
}
.flexbox {
	display:flex;
}
.flexbox.column {
	flex-direction:column;
}
.flexbox.middle {
	margin:auto auto;
}
button.cms.orange {
    background-color: #ea7608;
    color: #fff;
    border: none;
    padding: 0.5em;
}
button.cms.orange:hover {
    background-color: #d26a08;
}

@media (max-width:1360px) {
	.col-head h2 {
		font-size:26px;
	}
}

@media (max-width:1150px) {
	.col-head h2 {
		font-size:22px;
	}
}

@media (max-width:1040px) {
		h1 {
			font-size:32px;
		}
		h4 {
			font-size:18px;
		}
	}

@media (max-width:960px) {
	h2 {
		font-size:25px;
	}
	.col-head h2 {
		font-size:18px;
	}
}

@media (max-width:860px) {
	.col-head h2 {
		font-size:26px;
	}

	h3 {
		font-size:19px;
	}
}

@media (max-width:600px) {
	h1 {
		font-size: 31px;
	}
	#overlay{
		display:unset;
	}
	#overlay .popup{
		margin:unset;
	}
}

p {
	font: 16px 'Source Sans Pro', Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 1em;
}

.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #5582b2;
}

a.tel {
	font-weight: normal;
	color: #000;
	color: inherit;
}

@media (max-width: 800px) {
	a.tel {
		font-weight: bold;
		color: #ba5e2b;
	}
}

a:hover {
	color: #000;
}

p a {
	font-weight: bold;
}

/*Inner page content images and video embedded within text*/
.visual-embed-right {
	max-width: 100%;
	float: right;
	margin: 0% 0 1% 3%;
	vertical-align: top;
}

.visual-embed-left {
	max-width: 100%;
	float: left;
	margin: 0% 3% 1% 0;
	vertical-align: top;
}

.youtubevideo iframe {
	width: 100%;
	height: 300px;
}

.video-embed {
	width: 50%;
}

.custom-tcor {
	width:40% !important;
	margin:0 40% !important;
}

@media (max-width: 860px) {
	.video-embed {
		width: 65%;
	}
}
@media (max-width: 600px) {
	.visual-embed-right, .visual-embed-left {
		float: none;
		margin: 1% 0;
	}

	.video-embed {
		width: 100%;
		margin-bottom: 15px;
	}

	.custom-tcor {
		margin:20px !important;
	}
}

.breadcrumb {
	padding:10px 25px;
	color:#4a4a4a;
	font-size:12px;
}

.content-container {
	width:100%;
	max-width:1360px;
	margin:0 auto;
}

.content-container.has-text {
	width:60%;
	height:215px;
	top:17%;
}

.text {
	padding:5% 2%;
}

.text-career-title {
	padding:1% 2%;
}


.main-home .text, footer .text {
	padding:3% 2%;
}

input[type="text"], input[type="tel"], input[type="email"], textarea, input[type="search"], .rc-anchor-light {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
  	outline: none;
	border: 1px solid #b2b2b2;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus, input[type="search"]:focus, .rc-anchor-light:focus {
	border: 1px solid #3d5d7f;
}


/*** Header, navigation, social media ***/
header {
    width: 100%;
    height: 150px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #053768; /* fallback */
    background-color:rgba(5,55,104,0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9053768, endColorstr=#D9053768)";  /* IE8 */
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.left-header {
	width:30%;
	float:left;
}

.right-header {
	margin-top:10px;
	width:69%;
	float:right;
	text-align:right;
	padding-right:1%;
}

.social-container {
	position:fixed;
	top:30%;
	right:0;
	z-index:900;
}
.social-container .icon {
	position:relative;
	float:right;
	clear:both;
	width: 30px;
    height: 30px;
    padding: 5px;
    margin-bottom:5px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    transition:padding 150ms;
}
.social-container .icon.fb {
	background-color:#3b5998;
}
.social-container .icon.tw {
	background-color:#00acee;
}
.social-container .icon.ln {
	background-color:#0077b5;
}
.social-container .icon:hover {
	position:relative;
	padding-right:25px;
}

.social-media, .phone, .search-bar, .portal-btn {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

span.phone {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: bold;
	color: #fff;
}

.social-contact .phone a {
	color: #ba5e2b;
	font: 23px 'Source Sans Pro', Arial, sans-serif;
}

.social-media a {
	height:36px;
	width:36px;
	overflow:hidden;
	display:inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease; 
	background:url(/images/social-sprite.png) no-repeat
}

.social-media .facebook {
	background-position: 0px -36px;
}

.social-media .facebook:hover {
	background-position: 0px 0px;
}

.social-media .twitter {
	background-position: -36px -36px;
}

.social-media .twitter:hover {
	background-position: -36px 0px;
}

.social-media .linkedin {
	background-position: -72px -36px;
}

.social-media .linkedin:hover {
	background-position: -72px 0px;
}

.social-media .googplus {
	background-position: -108px -36px;
}
.social-media .googplus:hover {
	background-position: -108px 0px;
}

.social-media .pinterest {
	background-position: -144px -36px;
}
.social-media .pinterest:hover {
	background-position: -144px 0px;
}

.search-bar {
	/*float:right;*/
	min-height: 29px;
}

.search-bar form input[type="search"] {
	padding: 5px;
	font-size: 13px;
	background-color: inherit;
	vertical-align:bottom;
	color: #ffffff;
}

footer .search-bar form input[type="search"] {
	color: #3d5d7f;
}

@media (min-width: 960px) and (max-width: 1000px) {
	.search-bar form input[type="search"] {
		width: 70%;
	}
}

.search-bar input#searchbtn {
	background:url(/images/search.png) center no-repeat;
	background-size:contain;
	width:25px;
	height:25px;
	border:0;
	vertical-align:bottom;
	margin:0 5px;
}

/** Navigation bar **/
ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin: 0;
    width:100%;
}
ul#menu {
	text-transform: uppercase;
}

ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul#menu li a, ul#menu li ul.sub-menu li a {
    text-decoration: none;
    color: #fff;
    display:inline-block;
    text-align:left;
    padding:15px;
}
/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
    text-align:center;
}

ul#menu li:hover {
	background-color: #efd5a3;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease; 
}

ul#menu li:hover a {
	color: #5582b2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}

/*Sub Menu*/
ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    padding-bottom:10px;
}
ul#menu li:hover ul.sub-menu, ul.sub-menu:hover {
    display:block;
}
ul#menu > li {
	font-weight:bold;
	font-size:16px;
}

ul#menu li ul.sub-menu li {
	text-align:left;
	width:180px;
	background-color: #053768;
	text-transform:none;
	font-weight:normal;
	font-size:15px;
}

ul#menu li ul.sub-menu li a {
	padding: 10px 10px 10px 15px;
	display:block;
}

ul#menu li ul.sub-menu li:hover a {
	color: #efd5a3;
	font-weight:bold;
}

/** Navigation resize on scroll **/ 
header .left-header img {
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top:3%;
    z-index:2;
    width:100%;
    max-width:400px;
}

header nav {
    display: inline-block;
    float: right;
    width:100%;
    min-height:50px;
}

header.smaller nav {
	height:45px;
	min-height:45px;
}

header.smaller {
    height: 45px;
    min-height:45px;
}

header.smaller .left-header img {
    width: 70%;
    /*max-width:230px;*/
    max-width:115px;
    margin-top:0;
}

header.smaller .right-header {
	margin:0;
	padding:0;
}

header.smaller ul#menu {
	padding-top:0;
}

header.smaller ul#menu li a {
	font-size:13px;
}

header.smaller .social-media, header.smaller .phone, header.smaller .search-bar, header.smaller .portal-btn {
	display: none;
}

header.smaller ul#menu li ul.sub-menu {
	top:45px;
}

@media (max-width:1150px) {
	.left-header {
		width:30%;
	}
	.right-header {
		width:69%;
	}
	header .left-header img {
		margin-top:40px;
	}
}

@media (max-width:1040px) {
	ul#menu li#home {
		display:none;
	}
}

@media (max-width:860px) {
	header {
		position:relative;
		height:80px;
		background-color: #053768;
	}
	.left-header, header.smaller .left-header {
		width:50%;
		float:left;
		margin-left:15px;
		position:relative;
		height:79px;
	}

	.right-header, header.smaller .right-header {
		width:30%;
		float:right;
		margin:0;
		padding:0;
	}

	header .left-header a, header.smaller .left-header a {
		position:absolute;
		/*bottom:-10px;*/
		top:0;
	}
	header .left-header img, header.smaller .left-header img {
		position:relative;
		width:80%;
		margin:0;
		max-width:none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	header .social-media, header .phone, header .search-bar, header .portal-btn {
		margin: 0;
		padding: 0;
		display: none;
	}
	header.smaller {
		position:fixed;
		height:80px;
	}
	ul#menu li ul.sub-menu {
		top:49px;
	}
}

@media (max-width:600px){
	header .left-header img, header.smaller .left-header img {
		width:90%;
	}

	.social-container {
		bottom:0;
	}
}

@media (max-width:480px){
	header .left-header img, header.smaller .left-header img {
		width:100%;
	}
}

/* Hamburger mobile navigation */
.mobile-menu {
  background: #525252;
  display: none;
  width: 100%;
  position:relative;
  z-index:999;
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  display:block;
}

.mobile-menu ul li {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mobile-menu ul li a {
	padding: 15px;
	display:block
}
 
.mobile-menu ul li:hover { background: #053768; }
.mobile-menu ul li:active { background: #053768; }

.mobile-menu a {
  text-decoration: none;
  color: #fff;
}

ul.mobile-sub li a {
	padding:12px;
	text-transform:none;
}

ul.mobile-sub li {
	background-color: #5582b2;
}

.mobile-menu i.fa-chevron-down {
	float:right;
}

ul#menu > li > a {
	cursor: text;
}

.mobile-toggle {
	display:none;
}

.mobile-menu a.hidemore {
	cursor: pointer;
}
.navtoggle {
	display: block !important;	
}

@media (max-width:860px) {
	header nav {
		display:none;
	}

	.mobile-toggle {
		display:inline-block;
		float:right;
		margin:20px;
	}

	.menu-icon {
	    position:relative;
	    display:inline-block;
	    width:40px;
	    text-indent:-999px;
	}
	 
	.border-icon {
	    height:21px;
	    border-top:7px solid #fff;
	    border-bottom:7px solid #fff;
	}
	 
	.border-icon:before {
	    content:"";
	    position:absolute; 
	    top:7px;
	    left:0;
	    width:100%;
	    border-top:7px solid #fff;
	}

}

@media (min-width:860px) {
	.mobile-menu {
		display:none !important;
	}

}

/*** Buttons ***/
.contact-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-size: 19px;
  background: #ba5e2b;
  width: 30%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  transition: all 0.6s ease; 
}

.contact-btn a {
	display: block;
	padding: 10px 20px;
	color: #fff;
}

.portal-btn {
	background: #5582b2;
	width: auto;
	margin-bottom: 10px;
}

.contact-btn:hover {
  background: #3d5d7f;
  cursor: pointer;
}

.contact-btn.green {
	background:#839766 !important;
}

.contact-btn.green:hover {
	background:#6d854b !important;
}

.contact-btn.orange {
	background:#ba5e2b !important;
}

.contact-btn.orange:hover {
	background:#a25327 !important;
}
.contact-btn.gray {
	background:#606060!important;
}
.contact-btn.gray:hover {
	background:#505050!important;
}

footer .contact-btn {
	width: 80%;
	font-size: 16px;
	margin-left: 0;
	text-align:center;
}

@media (max-width:680px) {
	.contact-btn {
		width: 70%;
	}
}

/*** Main homepage content ***/

main {
	position:relative;
}

.main-home {
	bottom:0;
	z-index:1;
	position:absolute;
	width:100%;
	left:0;
	right:0;
	box-shadow: none;
	text-align:center;
	width: 80%;
	height: 95px;
	color: #fff;
	top: 40%;
	padding: 1% 4%;
}

.home-top-banner {
	width:100%;height:600px;
	background-image:url('/images/banner-homepage-3a.jpg');
	background-repeat:none;
	background-size:cover;
	background-position:center;
}

.main-home .home-title {
	top:30%;
}

.main-home .home-btns {
	width:100%;height:50px;
	margin:70px 0 0 0;
}

.main-home .home-btns .contact-btn {
	width:250px;
	display:inline-block;
	margin:10px;
}

.highlight {
	color: #053768;
}

@media (max-width:1360px) {
	.main-home .text {
		padding:2%;
	}
}

@media (max-width:1360px) {
	.main-home .text {
		padding:1.5%;
	}
}

@media (max-width:900px) {
	.main-home .home-title {
		top:20%;
	}

	.main-home .home-btns {
		margin:0px;
	}
}

@media (max-width:600px) {
	.main-home .text {
		padding:3.5%;
	}
}

/* Sliders: Homepage Banner, Philanthropy, Careers, etc. */
.home-slider .owl-controls {
	display: none;
}
.photo-slider {
	margin-top: 20px;
}

/*** Helpful Links section ***/

section#main-services {
	background-color: #053768;
	color: #ffffff;
}

#main-services h3 {
	text-align:center;
	padding-bottom:15px;
	width:80%;
	margin:0 auto;
}

#main-services .text span {
	color: #efd5a3;
	font-weight:bold;
}

.icon-map {
	margin-left:7%;
}

.serv-icon, .feature-icon {
	display:inline-block;
	width:32%;
	padding-top:1%;
	padding-bottom:1%;
	margin:0 auto;
	vertical-align:top;
}

.serv-icon figure, .feature-icon figure {
	float:left;
	vertical-align:middle;
	padding-right:10px;
}

.serv-icon figcaption, .feature-icon figcaption {
	padding-top:10%;
}

.serv-icon figcaption a, .feature-icon figcaption a {
	color: #ffffff;
}

.serv-icon figure a {
	height:130px;
	width:130px;
	overflow:hidden;
	display:inline-block;
	background:url(/images/services-sprite.png) no-repeat;
	border:2px solid #ffffff;
}

.feature-icon figure a {
	height:130px;
	width:130px;
	overflow:hidden;
	display:inline-block;
	border:2px solid #ffffff;
}

.serv-icon:hover figure a, .feature-icon:hover figure a {
	background-color: #efd5a3;
	border:2px solid #efd5a3;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease; 
}

.serv-icon:hover figcaption a, .feature-icon:hover figcaption a {
	color: #efd5a3;
}

.feature-icon a.insurability {
	background:url(/images/feature-insurability.png) no-repeat;
}

.feature-icon a.iceberg {
	background:url(/images/feature-iceberg.png) no-repeat;
}

.feature-icon a.cyber {
	background:url(/images/feature-cyber.png) no-repeat;
}

.feature-icon a.jobs {
	background:url(/images/feature-jobs.png) no-repeat;
}

.serv-icon a.riskmgmt {
	background-position: 0px 0px;
}

.serv-icon a.benefits {
	background-position: -130px 0px;
}

.serv-icon a.consulting {
	background-position: -260px 0px;
}

.serv-icon a.personal {
	background-position: -390px 0px;
}

.serv-icon a.smallbiz {
	background-position: -520px 0px;
}

.serv-icon a.life-health {
	background-position: -650px 0px;
}

.inner-body .serv-icon, .inner-body .feature-icon {
	width:auto;
	vertical-align:middle;
	padding-right:2%;
}

.inner-body .serv-icon figure, .inner-body .feature-icon figure {
	padding-right:0;
}

.inner-body .serv-icon figure a, .inner-body .feature-icon figure a {
	background-color: #053768;
	border:none;
}

.inner-body .serv-icon:hover figure a, .inner-body .feature-icon:hover figure a {
	background-color: #053768;
	border:none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none; 
}

@media (max-width:960px) {
	.serv-icon, .feature-icon {
		width:49%;
	}
}

@media (max-width:600px) {
	.icon-map {
		width:75%;
		margin:0 auto;
	}
	.serv-icon, .feature-icon {
		width:95%;
	}

	.serv-icon figure a, .feature-icon figure a {
		zoom:0.8; /* webkit/IE */
		-moz-transform:scale(0.8);
		-moz-transform-origin: 0 0;
	}
}

/*** Homepage widgets and styles for general news posts ***/
article#home-text{
	text-align: center;
}
article#core-broker, article#tcor-iceberg {
	background-color: #f8f7f4;
}

.news-post {
	margin-bottom: 1%;
}

.post-img {
	vertical-align:top;
	padding-right:10px;
	display:inline-block;
	width:40%;
}

.post-img img, .post-img video {
	width:100%;
}

.post-text {
	display:inline-block;
	vertical-align:top;
	margin:0 1%;
	width:55%;
}

.post-img.small {
	width: 15%;
}
.post-text.small {
	width: 80%;
}

.post-head {
	margin-bottom:10px;
}

.post-text img, .post-text h2, .post-head img, .post-head h3 {
	display: inline;
	vertical-align: middle;
}

.post-head img {
	margin-right: 10px;
}
.post-head h3 {
	color: #3d5d7f;
}

.post-text p a:hover, ul.news-links li a:hover {
	text-decoration:none;
}

.post-img a {
	-webkit-transform: rotate(0); /*Chrome bug on link image hover*/
}

.post-img a img {
	transition: all 0.5s ease;
	-webkit-backface-visibility: hidden; /*Chrome bug on link image hover*/
}

.post-img a img:hover {
	opacity: 0.6;
}

.col-container {
	width:90%;
	margin:0 auto;
}

.col-1 {
	width:99%;
	display:inline-block;
	vertical-align: top;
}

.col-2 {
	width:49%;
	display:inline-block;
	vertical-align: top;
}

#inner-links .col-2 .post-img {
	width:30%;
}

#inner-links .col-2 .post-text {
	width:60%;
}

.col-4 {
	width: 22%; 
	padding: 0 1%; 
	text-align: center; 
	display: inline-block; 
	vertical-align: top;
}

.col-4 h3 {
	margin-bottom: 20px;
	color: #3d5d7f;
	font-weight: bold;
}

@media (max-width: 860px) {
	.col-4 {
		width: 47%;
	}
}

@media (max-width: 600px) {
	.col-4 {
		width: 96%;
		margin-bottom: 20px;
	}
}

/*On Events Calendar*/
.date {
	text-align: center; 
	font-size: 23px;
}

.date .number {
	font-size: 32px;
}

.content-left {
	width: 70%; 
	display: inline-block; 
	vertical-align: top;
}

.content-sidebar {
	width: 25%; 
	margin-left: 4%; 
	display: inline-block; 
	vertical-align: top;
	float: right;
}

.content-sidebar img {
	max-width: 100%;
}

.ui-widget {
	font-family: 'Raleway', 'Source Sans Pro', Arial, sans-serif;
}

.ui-widget, .ui-widget-header {
	color: #000;
}

.ui-widget.ui-widget-content, .ui-widget-header {
	border: none;
}

.ui-widget-header {
	background: #efd5a3;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: none;
	border: none;
	color: #000;
} 
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	background: #5582b2;
	color: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: none;
	background: #053768;
	color: #fff;
}

.ui-icon-circle-triangle-w {
	background-position: -96px 0px;
}

.ui-icon-circle-triangle-e {
	background-position: -32px 0px;
}

@media (max-width:1360px) {
	.col-container {
		width: 100%;
	}
}

@media (max-width: 1000px) {
	.post-img.small {
		width: 25%;
	}
	.post-text.small {
		width: 65%;
		margin: 0 2%;
	}
}
@media (max-width:860px) {
	#inner-links .col-2 .post-img, #inner-links .col-2 .post-text {
		width:90%;
		float:none;
	}

	.post-img {
		width: 45%;
		padding:0;
		display:inline-block;
	}

	.post-text {
		width: 50%;
		margin: 0 2%;
	}

	.content-left {
		float: none;
		display: block;
		width: 100%;
		margin: 0;
/* 		margin-bottom: 1%; */
	}
	.content-sidebar {
		display: none;
	}

}

@media (max-width:600px) {
	.post-img, .post-img {
		width: 100%;
		padding:0;
	}

	.post-text {
		margin: 1% 0%;
		width: 100%;
	}

	#inner-links .col-2 {
		width:100%;
		float:none;
		margin-bottom:10px;
	}

	#inner-links .col-2 .post-img, #inner-links .col-2 .post-text {
		width:100%;
		margin:0;
		padding:0;
	}
	.post-img.small {
		width: 35%;
	}
	.post-text.small {
		width: 60%;
	}
}

@media (max-width: 480px) {
	.date {
		display: none;
	}

	.content-left .post-text {
		width: 100%;
		margin: 0;
	}
}

/*** Specialty Industries widget and table ***/
article#specialty-industries {
	background-color: #80954a;
	color: #ffffff;
}

#specialty-industries img, #news-resources img, img.specialty-icons {
	vertical-align:middle;
	margin-bottom:1%;
	margin-right:2%;
}

#specialty-industries h3, #news-resources h2, .inner-body .content-container h1 {
	display: inline-block;
}

#news-resources h2 {
	margin-left:2%;
}

.table {
	display:table;
	border-collapse:collapse; 
	width:100%;
}

.table .row {
	display:table-row;
	width:100%;
}

.table .row .cell {
	display:table-cell; 
	width:25%;
	vertical-align:top;
}

.cell p {
	margin:5% 0;
	font-family: 'Raleway', 'Source Sans Pro', Arial, sans-serif;
	font-size:17px;
}

.cell a {
	text-decoration:none;
	color: #ffffff;
	font-weight:normal;
}

.cell a:hover {
	color: #efd5a3;
	font-weight:bold;
}

@media (max-width:860px) {
	.table {
		padding:0 5%;
	}

	.table .row {
		display:inline;
	}

	.table .row .cell {
		display:inline-block; 
		width: 49%;
		padding:0;
	}
	.last-col {
		padding:0;
	}

	.cell p {
		margin:3% 0;
	}
}

@media (max-width:480px) {
	.table .row .cell {
		width: 99%;
	}
}

/*** News & Events ***/
article#news-resources {
	background-color: #f8f7f4;
}

#news-resources .col-head h2 {
	vertical-align: top;
}

#news-resources .col-head a {
	color: #3d5d7f; 
}

#news-resources .col-head:hover a {
	color: #5582b2;
}

.col-head .calendar, .col-head .wifi, .col-head .newspaper {
	height:35px;
	width:35px;
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
	border:0;
	background:url(/images/news-sprite.png) no-repeat;
}

.col-head .calendar {
	background-position: 0px 0px;
}

.col-head:hover .calendar {
	background-position: 0px -35px;
}

.col-head .wifi {
	background-position: -35px 0px;
}

.col-head:hover .wifi {
	background-position: -35px -35px;
}

.col-head .newspaper {
	background-position: -70px 0px;
}

.col-head:hover .newspaper {
	background-position: -70px -35px;
}

.col-3 {
	width:31%;
	margin-top:1%;
	margin-right:2%;
	display:inline-block;
	vertical-align:top;
}

.col-3 img.mini-swoosh {
	width:100%;
}

ul.news-links {
	list-style: none;
}

ul.news-links li {
	margin-bottom: 15px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
}

@media (max-width:860px){
	.col-3 {
		width:100%;
		margin:2% 0;
	}
}

/* Twitter timeline embed */
div[data-scribe=section:header] {
	display: none;
}

/*** Contact Us widget ***/
article#contact-ad {
	max-height:385px;
	background-color: #5582b2;
	position:relative;
	overflow:hidden;
}

#contact-ad img.swoosh-border {
	top:0px;
	left:0;
	position:absolute;
	z-index:2;
	width:100%;
}

.contact-left, .contact-right {
	display:inline-block;
	vertical-align:top;
}

.contact-left {
	width:45%;
	float:left;
}

.contact-left img {
	width:100%;
	height:100%;
}

.contact-right {
	width: 45%;
	text-align: center;
	margin: 8% 0;
	color: #ffffff;
}

#contact-ad p {
	font-family: 'Raleway', 'Source Sans Pro', Arial, sans-serif;
	width:65%;
	margin:0 auto;
	margin-bottom: 20px;
}

#contact-ad h2 {
	width:70%;
	margin:0 auto;
}

#contact-ad .contact-btn {
	width:45%;
}

@media (max-width:1360px) {
	.contact-right {
		width:50%;
	}
	.contact-right{
		margin:11% 0 0 0;
	}
}

@media (max-width:960px) {
	#contact-ad .contact-btn {
		width:70%;
		margin:0 auto;
	}
	.contact-left {
		width:50%;
	}

	#contact-ad p {
		width: 75%;
		margin-bottom: 5px;
	}
}

@media (max-width:860px) {
	article#contact-ad {
		max-height:270px;
	}
	#contact-ad h2, #contact-ad p {
		width:90%;
	}
	#contact-ad h2 {
		font-size:21px;
	}
	.contact-right{
		margin: 8% 0 0 0;
	}
}

@media (max-width:600px) {
	article#contact-ad {
		max-height:none;
	}
	.contact-left {
		width:100%;
		max-height:320px;
		overflow:hidden;
		float:none;
	}
	.contact-right {
		width:100%;
		float:none;
		margin:8% 0;
	}

	#contact-ad h2 {
		font-size:25px;
	}
}

.inline-center {
	display: inline;
	vertical-align: middle;
}

img.inline-center {
	margin-right: 10px;
}

/*** Footer ***/
footer {
	background-color: #efd5a3;
}

footer .col-6 {
	width: 13%;
	margin-right: 1%;
	display:inline-block;
	vertical-align:top;
}

footer .col-5 {
	width: 22%;
	display:inline-block;
	vertical-align:top;
}

.col-5 {
	width:21%;
}

footer .col-5 {
	font-family: 'Raleway', 'Source Sans Pro', Arial, sans-serif;
	color: #3d5d7f;
}

footer h5 {
	margin-bottom: 8%;
	color: #000;
	font-weight: bold;
}

footer ul {
	margin-top: 3%;
	list-style-type: none;
}

footer ul a {
	color: #3d5d7f;
	font-size: 13px;
}

footer ul li {
	margin-bottom: 5px;
}

footer .bottom-text {
	margin-top: 3%;
}

footer .bottom-text a:hover {
	color: #000;
}	

.bottom-text span {
	font-size:13px;
}
@media (max-width: 1000px) {
	footer .col-6 {
		width: 14%;
		margin-right: 1%;
	}

	footer .col-5 {
		width: 20%;
	}
}

@media (max-width: 960px) {
	footer .col-6 {
		width: 24%;
	}

	footer .col-5 {
		width:45%;
		margin-top:20px;
	}

	footer .social-media, footer .search-bar, footer .portal-btn {
		display: block;
	}

	footer .contact-btn {
		width: 85%;
	}

	footer .bottom-text {
		margin-top:30px;
	}
}

@media (max-width:600px) {
	footer .col-6 {
		width: 45%;
		margin-bottom:20px;
	}

	footer ul {
		margin-top:0;
	}

	footer h5 {
		margin-bottom:2%;
	}
}

@media (max-width:480px) {
	footer .col-5 {
		width: 90%;
	}
}

@media (max-width:370px) {
	footer .col-6, footer .col-5 {
		width: 90%;
		margin-bottom:25px;
	}
}

/*** Inner pages ***/
main p {
	
}

.inner-body .banner-img {
	background-repeat:no-repeat;
	background-position:center top;
	min-height:480px;
	background-size:cover;
}

.no-banner .banner-img {
	background: none;
	min-height: 160px;
}

@media (max-width:860px) {
	.inner-body .banner-img {
		min-height: 275px;
	}

	.no-banner .banner-img {
		min-height: 15px;
	}
}

.inner-body .content-container ul, .inner-body .content-container ol {
	list-style-position: outside;
	font: 16px 'Source Sans Pro', Arial, sans-serif;
	padding: 0 0 22px 50px;
}

img.specialty-icons {
	background-color: #1f65b2;
	width:100px;
	height:100px;
}

h1.specialty-icons {
	color: #1f65b2;
}

h1.services {
	color: #053768;
	padding-bottom:50px;
}

h1.services a {
	font-size:100%;
	font-style:italic;
}

h1.services span {
	border-bottom:3px solid #053768;
}

@media (max-width:540px) {
	.inner-body .content-container h1 {
		display:block;
		margin-left:0;
		font-size:29px;
		margin-bottom:20px;
	}

	.content-container.has-text {
		width:90%;
		height:215px;
		top:60px;
	}
}

/* Services inner pages */
#insurance-risk-management .banner-img, #workers-comp .banner-img, #feature-pages .banner-img {
	background-image:url(/images/services/banner-business-insurance.jpg);
}
#employee-benefits .banner-img {
	background-image:url(/images/services/banner-employee-benefits.jpg);
}
#hr-consulting .banner-img {
	background-image:url(/images/services/banner-hr-consulting.jpg);
}
#life-health .banner-img {
	background-image:url(/images/services/banner-life-health.jpg);
}
#personal .banner-img {
	background-image:url(/images/services/banner-personal.jpg);
}
#small-business .banner-img {
	background-image:url(/images/services/banner-small-business.jpg);
}


/* Specialty Industry inner pages */
#ambulance .banner-img {
	background-image:url(/images/specialty/banner-ambulance.jpg);
}
#architects .banner-img {
	background-image:url(/images/specialty/banner-architects.jpg);
}
#construction .banner-img {
	background-image:url(/images/specialty/banner-construction.jpg);
}
#family-business .banner-img {
	background-image:url(/images/specialty/banner-family-business.jpg);
}
#food .banner-img {
	background-image:url(/images/specialty/banner-food.jpg);
}
#golf .banner-img {
	background-image:url(/images/specialty/banner-golf.jpg);
}
#green .banner-img {
	background-image:url(/images/specialty/banner-green.jpg);
}
#law .banner-img {
	background-image:url(/images/specialty/banner-law.jpg);
}
#life-sciences .banner-img {
	background-image:url(/images/specialty/banner-life-science.jpg);
}
#manufacturing .banner-img {
	background-image:url(/images/specialty/banner-manufacturing.jpg);
}
#auto-industry .banner-img {
	background-image:url(/images/specialty/banner-auto-industry.jpg);
}
#nonprofit .banner-img {
	background-image:url(/images/specialty/banner-nonprofit.jpg);
}
#home-healthcare .banner-img {
	background-image:url(/images/specialty/banner-home-healthcare.jpg);
}
#real-estate .banner-img {
	background-image:url(/images/specialty/banner-real-estate.jpg);
}
#restaurants .banner-img {
	background-image:url(/images/specialty/banner-restaurants.jpg);
}
#tech .banner-img {
	background-image:url(/images/specialty/banner-tech.jpg);
}
#wholesale .banner-img {
	background-image:url(/images/specialty/banner-wholesale.jpg);
}
#wood .banner-img {
	background-image:url(/images/specialty/banner-wood.jpg);
}

@media (max-width:540px) {
	.sptly-title {
		margin-bottom:20px;
	}

}

/* Misc Banners */
#careers .banner-img {
	background-image:url(/images/banner-careers-b.jpg);
}
#cyber .banner-img {
	background-image:url(/images/banner-cyber-security.jpg);
}

/* About Us & Team & Philanthropy*/
#about-us .banner-img {
	background-image:url(/images/banner-about-us.jpg);
}
#philanthropy .banner-img {
	background-image:url(/images/banner-philanthropy.jpg);
}
#advisor-team .banner-img {
	background-image:url(/images/banner-advisor-team.jpg);
}
/*#seven-steps-of-success .banner-img {
	background-image:url(/images/specialty/banner-wood.jpg);
}*/
a.scroll-exec, a.scroll-team, a.scroll-adv {
  color: #000;
}

.grid-container {
	margin-top:20px;
	width:100%;
}

.grid-square {
	width:20%;
	margin-right:4%;
	display:inline-block;
	position:relative;
	margin-bottom:15px;
	vertical-align:top;
}

.grid-square img {
	width:100%;
}

.grid-square:hover a img {
	opacity: 0.8;
}

.team-name a {
	width: 100%;
	font-family: 'Source Sans Pro', Arial, sans-serif;
}

.team-name h4 {
	font-size: 16px;
}

.team-name h3 {
	font-size: 17px;
	margin: 5px 0 0 0;
}

.exec-member {
	width:100%;
}

.exec-bio {
	margin-right:30px;
}

a.anchor:before {
	display: block; 
  content: " "; 
  margin-top: -100px; 
  height: 100px; 
  visibility: hidden; 
}

.exec-member .post-img {
	width:25%;
	margin-right:2%;
}

.exec-member .post-text {
	width:68%;
}

.spacing {
	margin: 0 25px;
}

#our-team h3 .spacing:first-child {
	margin-left: 0px;
}

@media (max-width:960px) {
	.grid-square {
		width:26%;
		margin-right:6%;
	}
}

@media (max-width:800px) {
	.exec-member .post-img {
		width: 35%;
	}

	.exec-member .post-text {
		width: 58%;
	}
}

@media (max-width:600px) {
	.exec-member .post-img {
		width:60%;
	}

	#careers .post-img {
		text-align:center;
	}

	.grid-square {
		width:40%;
		margin-right:8%;
	}

	.exec-member .post-text {
		width:100%;
		padding:0;
	}
}

@media (max-width:480px) {
	.exec-member .post-img {
		width:100%;
	}

	.grid-square {
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}

	.grid-square img {
		width:50%;
		display:inline-block;
		vertical-align:middle;
	}

	.team-name {
		width:45%;
		margin-left:1%;
		display:inline-block;
	}
}


/*** Report a Claim, Pay Your Bill ***/
#report-claim .banner-img {
	background-image:url(/images/banner-report-claim.jpg);
}
#pay-bill .banner-img {
	background-image:url(/images/banner-pay-bill.jpg);
}
#claims-management .banner-img {
	background-image:url(/images/banner-claims-management.jpg);
}
#safety-loss-control .banner-img {
	background-image:url(/images/banner-safety-loss-control.jpg);
}
#analytics .banner-img {
	background-image:url(/images/banner-analytics.jpg);
}
#maxwell-health .banner-img {
	background-image:url(/images/banner-maxwell-health.jpg);
}
#wellness .banner-img {
	background-image:url(/images/banner-wellness.jpg);
}

/*** Testimonials page ***/
blockquote{
	width: 85%;
	display: block;
	padding: 1% 2%;
	margin: 0px 0 20px 4%;
	position: relative;
	font-size: 18px;
	line-height: 1.3;
	text-align: justify;
	border-left: 15px solid #053768;
}
/*
blockquote::before{
  content: "\201C"; Unicode for Left Double Quote
  font-family: 'Georgia', serif;
  font-size: 60px;
  font-weight: bold;
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  content: "";
}*/

blockquote a{
  text-decoration: none;
  /*background: #eee;*/
  cursor: pointer;
  padding: 0 3px;
  /*color: #c76c0c;*/
}


/*** Resources, Contact Us and Careers ***/

#contact-us .banner-img, #referrals .banner-img {
	background-image:url(/images/banner-contact-us.jpg);
}

#contact-us select {
	color: #8e8e8e;
}

#contact-us select option:not(:first-child) {
	color: #000;
}

#gmap {
	width:100%;
}

.contact-form label, .contact-form input, .contact-form textarea, .contact-form select {
	display:block;
	margin:0;
	padding:0;
	margin-top: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-form input, .contact-form textarea, .contact-form select {
	padding: 2% 1%;
	width: 98%;
}

.col-1 .contact-form input {
	padding: 1%;
	width: 98%;
}

.contact-form form textarea{
	min-height:200px;
}

.contact-form form input[type="submit"] {
	border: 0;
	width: 98%;
	margin-top: 20px;
}

.contact-form {
	padding: 0 5%;
}

.thank {
	text-align: center; 
	margin: 10%;
	font-size: 25px;
	color: #80954a;
}

.err, .error {
	color: #c10c05;
	font-weight: bold;
}

@media (max-width:860px) {
	#contact-us .col-2 {
		width:100%;
		float:none;
		display:block;
		margin: 0;
		padding: 0;
	}

	/* Add margin to even columns once columns are all stacked */
	#contact-us .col-2:nth-child(even) {
		margin-top: 25px;
	}

	.contact-form {
		padding:0;
	}

	.contact-form input, .contact-form textarea, .contact-form select, .contact-form form input[type="submit"] {
		width:100%;
	}

}

.contact-form form textarea {
	margin-bottom:15px;
}

.contact-form input[type="checkbox"], label#ckbox {
	display:inline;
	vertical-align:bottom;
	margin:0;
	padding:0;
}

.contact-form input[type="checkbox"] {
	width:16px;
	height:16px;
}

.contact-form label#ckbox {
	line-height:16px;
	font-weight:normal;
}

/*AJAX forms*/
.popup {
	display: none;
	min-height: 20px;
    padding: 20px;
    background-color: #f8f7f4;
    border: 1px solid #f8f7f4;
    border-radius: 4px;
    width: 30%;
    -webkit-box-shadow: 0px 5px 40px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 40px 5px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 40px 5px rgba(0,0,0,0.4);
    max-width: 800px;
}
.popup-large {
	max-width: 800px;
}
.popup video {
	width: 100%;
}

.popup.contact-form {
	/* padding: 2%; */
	padding: 20px;
}
.popup form textarea {
	min-height: 80px;
}
.popup form label, .popup form input, .popup form textarea, .popup form select {
	margin-top: 12px;
}
.success, .error {
	margin: 10px 0;
	font-family: 'Source Sans Pro', Arial, sans-serif;
}

.success {
	text-align: center;
	color: #80954a;
	font-size: 20px;
}
@media (max-width: 1360px) {
	.popup {
		width: 40%;
	}
}
@media (max-width: 960px) {
	.popup {
		width: 60%;
	}
}
@media (max-width: 600px) {
	.popup {
		width: 70%;
	}
}

/*Vidoes webpage*/
ul.dashes {
	list-style-type: none;
}
ul.dashes li:before {
	content: "\2014\a0";
}


/* Hover button for Seven Steps of Success page */
.visual-button {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 5px #666666;
  -moz-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
  padding: 40px;
  text-align: center;
  text-decoration: none;
  width: 25%;
}

.visual-button:hover {
  text-decoration: none;
}

/* Home page box with text overlay */
@media (max-width:860px) {
	.main-home {
		top: 23%;
	}
}

.main-home h1 {
	position: relative;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 3px 3px 4px rgba(0,0,0,1);;
}

/* "Real People. Real Resources. Real Results" font on homepage */
@media (max-width: 320px) {
	.main-home h1 {
		font-size: 28px;
	    transform: translate(-50%, -65%);
	}
}

@media (max-width: 795px) {
	.main-home {
		width: 45%;
		height: 100px;
	}
}

@media (max-width: 480px) {
	.main-home {
		width: 65%;
	}
}

/* scroll/jump to anchor */
div.content-container > div.text > span {
  display: block;
  height: 80px; /*same height as header*/
  margin-top: -80px; /*same height as header*/
  visibility: hidden;
}