@font-face{
	font-family: 'Karen-Normal';
	font-style: normal;
	font-weight: 400;
	src:url('fonts/KnuKarenNormalUnique-rwDy.woff2') format('woff2'), 
		url('fonts/KnuKarenNormalUnique-rwDy.woff') format('woff'),
		url('fonts/KnuKarenNormalUnique-rwDy.ttf') format('truetype');
}

.karen{ font-family: 'Karen-Normal'; }


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:1700px;
}
.region-highlighted{
	background:#eee url("img/wallpaper-light.jpg") no-repeat center 0;
	padding:100px 140px;
}
main{
	display:flex;
}
.layout-content{
	flex:1;
	padding:80px 140px;
}
.layout-content .primary-img img{
	display:none;
	margin-bottom:40px;
	width:100%;
}
.region-sidebar-second{
	padding:80px 100px 80px 20px;
	width:400px;
}

.page-lower {
    padding: 100px 140px;
    background: #eaebed;
}
.footer{
	background:#3B6690;
	color:#fff;
	font-size:15px;
	padding:60px 100px;
}
.footer a{
	color:#fff;
	font-family:'Roboto Slab',sans-serif;
	text-decoration: none;
}
.footer .links span{ 
	padding:0 10px; 
}
.footer .cpy{
	font-size:13px;
	margin:20px 0 0;
}
.footer .cpy span{
	padding:0 10px;
}
.footer .social{
	float:right;
}

.footer .logos{
	float: right;
	margin-left: 20px;
}

.footer .social a img{
	padding-left:5px;
	width:40px;
	opacity: .7
}

.footer .logos a img{
	padding-left: 5px;
	width: 60px;
}

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

h1 {
    font-family: 'Roboto Slab',sans-serif;
    font-size: 50px;
    line-height: 1.1em;
    color: #1570A6;
    margin: 0;
    max-width: 700px;
    font-weight: 400;
}
h2{
	font-family:'Roboto Slab',sans-serif;
	font-size:30px;
	line-height:1.1em;
	margin:0 0 30px;
}
h3{
	font-family:'Roboto Slab',sans-serif;
	font-size:28px;
	line-height:1.1em;
	margin:0 0 25px;
}
h4{
	font-family:'Roboto Slab',sans-serif;
	font-size:22px;
	line-height:1.1em;
	margin:0 0 20px;
}
h5{
	font-family:'Roboto Slab',sans-serif;
	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:#999;
}
a:hover{
	color:#777;
}
img{ 
	height:auto;
	max-width:100%;
}
hr{
	margin:60px 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;
}
blockquote {
    background: #e9ecdb;
    margin: 0;
    padding: 50px;
    margin: 51px 0;
}

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

p.big{ 
	font-size:24px;
	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:0;
	position:absolute;
	top:3px;
	width:20px;
}
ul.double{
	columns:2;
	column-gap:40px;
}
ul.triple{
	columns:3;
	column-gap:40px;
}
a.btn,
.button,
.button--primary{
	background:#1570A6;
	border:none;
	border-radius:2em;
	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:#a1a68f;
}
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:#aaa; 
	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%;
}

/* 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;
	color:#1570A6;
	display: block;
	font-weight: bold;
	padding:10px 0;
	font-family:'Roboto Slab',sans-serif;
	text-decoration:none;
}
.sub-menu .menu li:first-child a{ 
	border:none;
}
.sub-menu .menu a.is-active {
    color: #1570A6;
}

/* 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;
}

/* ALERTS ---------------------------------------------------------- */

.pop-alert { display: none; }
.show-alerts .pop-alert{ display:block; }
.pop-alert { background: rgba(0, 0, 0, 0.7); height: 100%; padding:0; position: fixed; right: 0; top: 0; width: 100%; z-index: 999; overflow: scroll; }
.pop-alert .view { position: absolute; z-index: 3000; top: 50%; left: 50%; margin-left: -300px; }
.pop-alert .view-content {top: 25%; position: absolute; left: 50%; margin-left: -300px;}
.pop-alert .view-content > div { box-sizing: border-box; width: 100%; max-width: 600px; padding: 20px; background-color: rgba(59,102,143,.46); }
.pop-alert .inner { box-sizing: border-box; position: relative; width: 100%; background: #fff; padding: 50px 60px; text-align: center; }
.pop-alert .inner h2.title,
.pop-alert .inner h2.title a {font-size:36px; margin:10px 0; line-height: 1.1em; text-decoration: none;}
.pop-alert .inner p span{font-weight: 600;}
.pop-alert .inner p{margin: 0 0 10px;}
.pop-alert .link { margin: 0 0 40px; }

.pop-alert .inner .hide { position: relative; z-index: 1; color: #333; font-size: 16px; font-weight: 400; text-align: center; text-decoration: underline; cursor: pointer; margin-top: 20px;}
.hp-alert .inner .hide:hover {  }


/* 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; 
}
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;
}




