body{
	background:#ccc;
	color:#333;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	line-height:1.5em;
}
.layout-container{
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,.5);
	margin:0 auto;
	max-width:1600px;
	overflow:hidden;
}
.region-highlighted{
	background:#236A88 url(img/header-bg-gradient.jpg) no-repeat 0 0;
	padding:100px 130px;
}
main{
	display:flex;
}
.layout-content{
	flex:1;
	padding:80px 130px;
}
.layout-content .primary-img{
	display:none;
	margin-bottom:40px;
	width:100%;
}

.primary-img .cap{
	padding-top: 15px;
}

.region-sidebar-second{
	padding:80px 100px 80px 20px;
	width:340px;
}

/* FOOTER ---------------------------------------------------------- */

footer { clear: both; background-color: #1e4269; padding: 100px 50px; color:#fff; font-size:13px; }
footer .wrap{ border-bottom: 1px solid #4dada6; max-width:1340px; margin: 0 auto; padding:0 0 45px; }
footer .col-left{ float:left; font-weight:bold; }
footer .col-left span{ padding:0 5px; }
footer .col-left a{ color:#fff; text-decoration: none; }
footer .col-right{ float:right; text-align:right;  }
footer .col-right a{ color:#4dada6; text-transform: uppercase; font-size:17px; font-weight: bold; text-decoration: none; }
footer .copyright{ display:block; margin:15px 0 0; opacity: .8; }
footer h6{ color:#4dada6; font-weight:bold; font-size:22px; margin:0 0 20px; }
footer a img{ width:30px; margin:0 0 -7px; padding:0 10px 0 0; }



/* DEFAULT ELEMENTS ----------------------------------------- */

h1, .h1{
	color:#fff;
	font-size:60px; 
	font-weight: 300;
	line-height:1.1em;
	margin:0 0 0;
	text-shadow:2px 2px 0 rgba(30,66,106,.65);  }
}
h2{
	font-size:30px;
	line-height:1.1em;
	margin:0 0 30px;
}
h3{
	font-size:28px;
	line-height:1.1em;
	margin:0 0 25px;
}
h4{
	font-size:22px;
	line-height:1.1em;
	margin:0 0 20px;
}
h5{
	font-size:18px;
	font-weight:700;
	line-height:1.1em;
	margin:0 0 15px;
}
p{
	margin:0 0 30px;
}
ul{
	margin:0 0 35px;
	padding-left:30px;
}
li{
	margin:0 0 10px;
}
a{ 
	color:#1f939a;
}
a:hover{
	color:#000;
}
img{ 
	height:auto;
	max-width:100%;
}
hr{
	margin:40px 0;
}
figcaption{
	font-size:14px;
	font-style:italic;
}
table{
	border:none;
	border-color:#ccc;
	font-size:.85em;
	margin:40px 0;
	width:100% !important;
}
table tr:nth-child(odd) {
	background: #f6f6f6;
}
table td{
	padding:5px 12px;
}

/* REUSABLE CUSTOM CLASSES ----------------------------------- */

p.big{ 
	font-size:26px;
	line-height:1.4em;
	margin-bottom:30px;
}
p.small{
	font-size:15px;
	line-height:1.4em;
}
h2.big,
.sub-title h1{
	font-size:38px;
	margin-bottom:30px;
}
ul.custom{
	padding-left:5px;
}
ul.custom li{
	list-style:none;
	margin-bottom:15px;
	padding-left:30px;
	position:relative;
}
ul.custom li:before{
	background:url(img/custom-bullet.png) no-repeat;
	background-size:100%;
	content:"";
	display:inline-block;
	height:20px;
	left:5px;
	position:absolute;
	top:5px;
	width:10px;
}
ul.double{
	columns:2;
	column-gap:40px;
}
ul.triple{
	columns:3;
	column-gap:40px;
}
a.btn,
.button,
.button--primary{
	background:#244393;
	border:none;
	border-radius:0;
	box-sizing: border-box;
	color:#fff;
	display:inline-block;
	font-size:16px;
	line-height:1.3em;
	margin:10px 0 10px;
	min-width:170px;
	padding:1em 1.5em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
a.btn.second{
	background:#000;
}
a.btn.white{
	background:#fff;
	color:#244393;
}
a.btn:hover,
.button:hover,
.button--primary:hover{
	opacity:.8;
}
ul.double{
	columns:2;
}
ul.nav{
	list-style: none;
	padding:0 0 0 30px;
}
ul.nav li{
	display:inline-block;
}
ul.nav li:before{ 
	color:rgba(0,0,0,.25); 
	content:"|"; 
	padding:0 .5em 0 .3em; 
}
ul.nav li:first-child:before{ 
	content:normal; 
}
ul.nav a{
	text-decoration:none;
}
.box{
	background:#eee;
	box-sizing:border-box;
	margin-bottom:50px;
	padding:50px;
}
.box.dark{
	background:#333;
	color:#fff;
}
.box > :last-child { 
	margin-bottom:0;
}
.spine{
	border-left:3px solid #ddd;
	padding-left:40px;
}
.center{
	text-align:center;
}
.wide{
	box-sizing:border-box;
	width:100%;
}
.align-right{
	margin:0 0 30px 30px;
	max-width:35%;
}
.align-left{
	margin:0 30px 30px 0;
	max-width:35%;
}
.cta-btn {
    padding: 0;
}
.cta-btn .icon-btn .info {
    min-height: 0;
    padding: 45px 20px 60px;
    border-left: 5px solid #2B6C8E;
    box-shadow: 2px 12px 10px rgba(10,35,40,0.15);
}
.icon-btn {
    display: block;
    text-align: center;
    text-decoration: none;
}
.icon-btn .info {
    display: block;
    position: relative;
    z-index: 1;
    min-height: 10.7em;
    padding: 45px 20px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.2em;
}
.icon-btn .info .title {
    margin: 0 0 0.3em;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
}
.icon-btn .info p {
    color: #2a2a2a;
    font-weight: 600;
}
.icon-btn .info *:last-child {
    margin-bottom: 0;
}
.icon-btn .image {
    display: block;
    position: relative;
    z-index: 2;
    height: 65px;
    margin-bottom: -30px;
}
.icon-btn .image img {
    display: inline-block;
    height: 100%;
    width: auto;
}
.icon-btn .info::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin: 0 0 -21px -23px;
    border-radius: 100%;
    background: #244394 url(img/arrow-white-right.png) center center no-repeat;
    background-size: 11px 17px;
}
.flex-view .name{
	font-size:14px;
	line-height: 1.2em;
	margin:0 0 5px;
}
.flex-view .name a{
	color:#333;
	text-decoration:none;
}
.flex-view .small{
	color:#777;
	font-size:13px;
	line-height: 1.2em;
}

/* SIDEBAR MENU & ELEMENTS ----------------------------------- */

aside{
	font-size:16px;
}
aside .block{
	margin-bottom:40px;
}
aside .box{
	padding:40px;
}
aside h2{
	font-size:24px;
}
aside h3{
	font-size:20px;
}
aside .btn{
	font-size:12px;
	margin:0;
	min-width:0;
}
.sub-menu h2{
	font-size:14px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.sub-menu .menu{
	margin:0;
}
.sub-menu li{
	list-style:none;
	padding:0;
}
.sub-menu .menu a{ 
	border-top:1px solid #ccc;
	display: block;
	padding:10px 0;
	text-decoration:none;
}
.sub-menu .menu li:first-child a{ 
	border:none;
}

/* LIST VIEWS ---------------------------------------- */

.list-view .item{ 
	border-top:1px solid #ccc;
	padding:40px 0;
}
.list-view .item:first-child{ 
	border-top:none;
	padding-top:0;
}
.list-view .item .title{
	margin-bottom:20px;
}
.list-view .item .title a{
	color:inherit;
	text-decoration: none;
}
.list-view .item .excerpt{
	margin-bottom:10px;
}
.gallery{
	margin:30px 0;
}
.gallery img{
	display:block;
}

/* SOCIAL SHARING ---------------------------------------- */

.block-addtoany{
	margin:0 0 30px;
}
.block-addtoany span.title{
	font-size:13px;
	left:3px;
	position: relative;
	top:1px;
}
.addtoany_list > a{
	padding:0 6px 0 0;
}
.a2a_kit .a2a_svg{
	//background-color:#999 !important;
	border-radius:0 !important;
	height:24px !important;
	padding:2px;
	width:24px !important;
}
.a2a_kit .a2a_svg path{
	fill:#fff;
}

/* BREADCRUMB STYLES ---------------------------------------- */

.breadcrumb{
	font-size:16px;
	padding-bottom:10px;
}
.breadcrumb a{
	text-decoration: none;
}


/* FORM & ADMIN CLASSES ---------------------------------------- */

.webform-submission-form input[type="text"],
.webform-submission-form input[type="email"],
.webform-submission-form textarea,
input.form-search{
	-webkit-appearance: none;
	border:1px solid #ccc;
	border-radius:0;
	box-sizing: border-box;
	display:block;
	max-width:550px;
	width:100%;
	padding:5px;
}
.webform-submission-form textarea{
	max-width:800px;
}
.webform-submission-form select{
	display:block;
	margin-top:5px;
}
.webform-submission-form label{
	font-weight:bold;
}
.ui-tooltip-content {
    font-size: 15px;
    line-height: 1.5em;
    padding: 20px;
}
.tabs a{
	background:#eee;
	border:1px solid #aaa;
	color:#000;
	font-size:14px;
}
body.cke_editable{
	background:#fff;
}
.cke_panel_list h1, .cke_panel_list h2, .cke_panel_list h3,
.cke_panel_list h4, .cke_panel_list h5, .cke_panel_list h6,
.cke_panel_list p.big, .cke_panel_list p.small, .cke_panel_list *{ 
	color:#333; 
	font-size:16px; 
	font-weight:400;
	margin:0;
	padding:0;
	text-transform:none;
	text-shadow:none;
}
input.form-search{
	display:block;
	margin:15px 0 10px;
	padding:7px;
}
a.search-help-link{
	display:inline-block;
	font-size:.9em;
	margin:10px 0 20px;
}
.item-list ol{
	list-style:none;
	padding:0;
}
.item-list ol li{
	margin:0;
}
.item-list h3{
	font-size:20px;
	margin:0 0 10px;
	padding-top:15px;
}
.messages{
	margin-bottom:30px;
}




