body{
	color:#003e6b;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
}

body.mm-wrapper{
	background:#282728;
}

.layout-container{
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,.5);
	margin:0 auto;
	max-width:1800px;
	overflow: hidden;
}
.region-banner{
	background:url(img/banner-bg.png);
	height: 510px;
	padding: 0 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.region-banner .primary-image{
	position: absolute;
	max-width: 520px;
	right: 40px;
	bottom: -50px;
}

aside .primary-img{
	display: none;
}

.region-banner h1{
	color: #fff;
	position: relative;
}


.page-intro{
	max-width: 900px;
}
.page-intro h1{
	margin: 0 0 35px;
}

.page-intro p{
	color: #fff;
	font-size:22px;
	font-weight: 600;
	max-width: 750px;
	line-height:1.5em;
}

.page-intro p.article-text{
	font-size: 32px;
	font-weight: 500;
	line-height: 1.25em;
}


main{
	padding:80px 150px;
}

.front main{
	padding: 0 0;
	display: block !important;
}

.sidebar-second main,
.sidebar-first main{
	display:flex;
}
.layout-content{
	flex:1;
}
.layout-content .primary-image img{
	display:none;
	margin-bottom:40px;
	width:100%;
}


.region-sidebar-second{
	margin-right:-50px;
	padding:0 0 0 150px;
	width:400px;
}

.sidebar-second .layout-content{
	width: calc(100% - 550px);
}

/* Modular Columns ----------------------- */

.paragraph--type--modular-block.lg-4 .image + .content{
	margin-top: 25px;
}

.paragraph--type--modular-block.lg-3 .image{
	aspect-ratio: 2 / 1;
	margin:0 0 30px;
	overflow:hidden;
}
.paragraph--type--modular-block.lg-3 .image img{
    margin-top:-7%;
}
.paragraph--type--modular-block.lg-2 .image{
    float: right;
    width: 33%;
    aspect-ratio: 1 / 1;
    margin: 0 0 30px 30px;
    overflow: hidden;
}
.paragraph--type--modular-block.lg-2 .image img{
	max-width:none;
	height:100%;
	width:auto;
	margin-left:-21%;
}
.paragraph--type--single-block.img-left .item{
    padding-left: calc(38% + 80px);
    position: relative;
}
.paragraph--type--single-block.img-left .image {
    width: 38%;
    position: absolute;
    margin: 0 80px 0 0;
    left: 0;
}

.paragraph--type--single-block.img-right .item{
    padding-right: calc(38% + 80px);
    position: relative;
}
.paragraph--type--single-block.img-right .image {
    width: 38%;
    position: absolute;
    margin: 0;
    right: 0;
}


/*Accordian code ----------------------------------- */

.accordion .item:last-of-type{margin: 0 0 60px;}

.accordion .item{

     cursor: pointer;
  display: block;
  padding: 40px 15px 15px 0px;
  color: #4D4D4D;
  border-bottom: 1px solid #003e6b;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #003e6b;
}

.accordion .item  .content {
    margin: 0;
    padding: 0;
    background: #fff;
    margin: 0 !important;
    border-top: 1px solid #fff;
    display: none;
    color: #003e6b;
}
.accordion .item  .content:first-child {
    padding: 10px 20px;
    font-size: 18px;
}

.accordion .item .title{
	padding-right: 60px;
	position: relative;
	font-size: 24px;
	line-height: 1.3em;
}

.accordion .item .title:before {
    position: absolute;
    content: "";
    background: url(img/accord-arrow.png);
    width: 24px;
    right: 0px;
    top: 50%;
    height: 14px;
    margin-top: -7px;
    transition: .3s;
    background-size: 100%;
}

.accordion .item.open .title:before  {
    transform: rotate(540deg);
    transition: .3s;
}

.accordion .item  .content .image {
	display: block;
    float: right;
    width: 38%;
    margin: 0 0 60px 60px;
}

.accordion .image{
	display: none;
}


/*photo gallery carousels ------------------------- */
.lg-5.slider .field__item,
.lg-4.slider .field__item,
.lg-3.slider .field__item,
.lg-2.slider .field__item{padding: 5px;}

.lg-5.slider .slick-prev,
.lg-4.slider .slick-prev,
.lg-3.slider .slick-prev,
.lg-2.slider .slick-prev{
		left: -35px;
		height: 36px;
		width: 21px;
}

.lg-5.slider .slick-prev:before,
.lg-4.slider .slick-prev:before,
.lg-3.slider .slick-prev:before,
.lg-2.slider .slick-prev:before{
		font-size: 36px;
	background: url(img/slick-left.png);
	background-repeat: no-repeat;
	background-size: 50%;
	color: transparent;
}

.lg-5.slider .slick-next,
.lg-4.slider .slick-next,
.lg-3.slider .slick-next,
.lg-2.slider .slick-next{
		right: -35px;
		height: 36px;
		width: 21px;
}

.lg-5.slider .slick-next:before,
.lg-4.slider .slick-next:before,
.lg-3.slider .slick-next:before,
.lg-2.slider .slick-next:before{
		font-size: 36px;
	background: url(img/slick-right.png);
	background-repeat: no-repeat;
	background-size: 50%;
	color: transparent;
}



/*Video Icons ----------------------------- */

.colorbox-media-video{
	position: relative;
}

.colorbox-media-video:before {
    position: absolute;
    content: "";
    background: url(img/vid-btn.png);
    width: 200px;
    height: 200px;
    background-size: 100%;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -100px;
}

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

.footer{
	background:#003e6b;
	color:#fff;
	font-size:15px;
	padding:60px 100px 100px;
	position: relative;
}

.footer:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 44px;
	background: url(img/footer-bottom.png);
	bottom: 0;
	left: 0;
}

.footer .flex{
	display: flex;
}

.footer .first-group{
	border-right: rgba(7, 147, 124, .6) 3px solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer .first-group .logo{
	width: 240px;
	padding-right: 60px;
}

.footer .second-group{
	border-right: rgba(7, 147, 124, .6) 3px solid;
}

.footer .second-group .info{
	padding: 0 60px;
}

.footer .second-group .info p{
	margin: 0;
}

.footer .third-group .contact{
	padding-left: 60px;
}

.footer .third-group .contact .links{
	padding-left: 0;
	list-style: none;
}

.footer .third-group .contact .links li{
	margin: 0 0 5px;
}

.footer .third-group .contact .links li a{
	color: #fff;
	text-decoration: none;
}

.footer .third-group .contact .socials{
	padding-left: 0;
	list-style: none;
	display: flex;
	margin: 0;
}

.footer .third-group .contact .socials li{
	width: 40px;
	margin-right: 20px;
}

.footer .fourth-group{
	position: absolute;
	right: 120px;
}

.footer .fourth-group p.small{
	font-size: 14px;
	text-align: right;
	margin: 0;
}

div.ctct-form-embed div.ctct-form-defaults{padding: 0 !important;}

.ctct-form-embed.form_0 .ctct-form-defaults{
	background: unset !important;
	font: 16px 'Montserrat', sans-serif;
	border-radius: 0 !important;
}

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header{
	color: #fff !important;
	font: 18px 'Montserrat', sans-serif;
	font-weight: 700 !important;
	background: unset !important;
	-webkit-text-fill-color: unset !important;
	text-align: right;
	text-transform: uppercase;
}

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-listname, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-lists-legend, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-date-slash, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link{
	display: none !important;
}


div.ctct-form-embed form.ctct-form-custom input.ctct-form-element{
	background-color: #003e6b !important;
	border: rgba(7, 147, 124, .6) 1px solid !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	font-size: 0;
	background: url(img/arrow-btn.png);
	background-color: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	height: 46px;
	width: 46px;
	background-size: 100%;
	position: absolute;
	top: 34px;
	right: 0px;
}

div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {margin: 0 !important;}



.footer .field--name-body img{
	display: unset;
	margin: 0;
}

.ctct-form-custom{ display:block !important; }
.ctct-form-footer, .ctct-gdpr-text{ display:none; }
#success_message_0{ position:absolute; background:#e2ebed; padding:30px; right: 0; top: -185px; width: 400px;}
#success_message_0:before{position: absolute; content: ""; width: 30px; height: 30px; background: #e2ebed; transform: rotate(45deg); bottom: -15px; right: 30px;}
#success_message_0 h2{	color: #003e6b !important; text-align: left !important;}
#success_message_0 .ctct-form-text{display: block !important; color: #003e6b !important;}

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

h1{
	font-weight: 600;
	font-size:60px; 
	line-height:1.1em;
	margin:0 0 0;
}
h2{
		background: linear-gradient(279deg, rgba(138,204,58,1) 0%, rgba(46,162,106,1) 50%, rgba(1,65,107,1) 100%);
	 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  	background-size: 100%;
	font-weight: 700;
	font-size:50px;
	line-height:1.1em;
	margin:0 0 30px;
	word-wrap: break-word;
}
h3{
	font-size:35px;
	font-weight: 500;
	line-height:1.1em;
	margin:0 0 25px;
}
h4{
	font-size:26px;
	font-weight: 700;
	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:#07937c;
}
a:hover{
	color:#4cb688;
}
img{ 
	height:auto;
	max-width:100%;
}

figcaption{
	font-size:14px;
	font-style:italic;
}
table{
/*	border:none;*/
	border-color:#e2ebed;
	font-size:.85em;
	margin:40px 0;
	width:100% !important;
}
table tr:nth-child(1) {
	background: #e2ebed;
}
table td{
	padding:5px 12px;
	width: 33.333333333%;
}

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

.priorities h2{
	color: #fff;
	background: unset;
	-webkit-text-fill-color: unset;
	margin: 0 0 50px;
}

.page-intro p .pronouns{
	font-weight: 400;
    font-style: italic;
    padding-top: 10px;
    font-size: 20px;
    display: block;
}

.page-intro p a{
	font-weight: 400;
	color: #fff;
    padding-top: 10px;
    font-size: 20px;
    display: block;
}

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:40px;
	color: #003e6b;
	margin-bottom:30px;
}

.major h2{
	font-size: 18px;
	text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 30px;
    letter-spacing: .1em;
    background: unset;
    color: #003e6b;
    -webkit-text-fill-color: unset;
}

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/checkmark.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:  linear-gradient(to right, #003e6b, #07937c, #8dc63f);
	background-size: 175% 150%;
	position: relative;
	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:before,
.button:before,
.button--primary:before{
	position: absolute;
	content: "";
	height: 100%;
	width: 50%;
	background: url(img/btn-lines.png);
	background-size: 200px;
	background-position: right;
	opacity: .5;
	top: 0;
	left: 0;
}


a.btn.second{
background:  linear-gradient(to right, #07937c, #8dc63f, #f7db34);
background-size: 175% 150%;
}

a.btn:hover,
a.btn.second:hover,
.button:hover,
.button--primary:hover{
	-webkit-animation: gradient 3s ease infinite;
	-moz-animation: gradient 3s ease infinite;
	animation: gradient 3s ease infinite;
}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

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:#e2ebed;
	box-sizing:border-box;
	margin-bottom:50px;
	padding:85px 55px 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:0px 0 30px 30px;
	max-width:35%;
}
.align-left{
	margin:0px 30px 30px 0;
	max-width:35%;
}

.field--name-body img{
	display: block;
	margin: 0 0 40px;
}

.front .field--name-body img{
	display: unset;
	margin: 0px;
}

.field--name-body img.align-right{
	margin: 40px 0 40px 40px;
	max-width: 35%;
}

.field--name-body img.align-left{
	margin: 40px 40px 40px 0px;
	max-width: 35%;
}

.field__item:has(.box-wrap){
	background:#e2ebed;
	margin:50px 0 100px;
	padding:80px;
}

.field__item:has(.box-wrap.light){
	background:#e2ebed;

}
.field__item:has(.box-wrap.dark){
/*background: url(img/box-gradient.jpg);*/
background: linear-gradient(90deg, rgba(0,62,107,1) 0%, rgba(76,182,136,1) 100%);
color: #fff;
}

.field__item:has(.box-wrap.dark) a{
	text-decoration: underline;
	color: #fff;
}
.box-wrap .item *:last-child{
	margin-bottom:0;
}
.field__item:has(.full-width)
{
	margin:80px -150px;
	padding:150px;
}

hr {
    margin: 60px 0;
    background: url(img/hr.jpg);
    height: 18px;
    width: 100%;
    border: none;
}

hr:first-child { margin-top:0; }
hr:last-child { margin-bottom:0; }

/*hr.first{
	margin: 0 0 60px;
}

hr.last{
	margin: 60px 0 0;
}*/

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

aside{
	font-size:16px;
}

aside.none{display: none;}

aside .block{
	margin-bottom:40px;
}
aside .box{
	position: relative;
}

.article-side img{
	margin: 0;
	display: inline;
}

aside .box .btn{
	font-size: 0;
	background: url(img/arrow-btn.png);
	height: 50px;
	width: 50px;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

aside .box p{
	font-size: 14px;
}

aside h2{
	font-size:24px;
}
aside h3{
	font-size:20px;
}
aside .btn{
	font-size:12px;
	margin:0;
	min-width:0;
}

aside a.more{
	color: #07937c;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}

aside a.more:after{
position: absolute;
    content: "";
    background: url(img/link-slide.jpg);
    width: 26px;
    height: 13px;
    left: calc(100% + 5px);
    top: 4px;
    background-repeat: no-repeat;
    background-size: auto 14px;
    transition: width .5s ease;
}

aside a.more:hover::after{
	width: 120px;
	transition: width .5s ease;
}

.sub-menu{display: none;}
aside .sub-menu{display: block;}


.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;
}

.side-content{
	margin-top: 80px;
}

.sub-menu{
	margin-top: 80px;
}

/*aside .primary-img{
	margin: -525px -40px 0 -138px;
}*/

.side-content img + .box,
.article-side img + .box{
	margin-top: -10px;
}

.article-side{
	margin-top: 80px;
}

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

.list-view .item{ 
	border-top:1px solid #ccc;
	padding:40px 0;
}

.list-view .item .wrap{
	text-decoration: none;
	display: block;
	display: flex;
	flex-wrap: wrap;
	color: #003e6b;
}

.list-view .item .wrap:hover{
	color: #003e6b;
}

.list-view .item .wrap .image{
	width: 300px;
	margin-right: 30px;
}

/*.list-view.resource .item .wrap .image{
	width: 200px;
	margin-right: 30px;
}*/

.list-view .item:first-child{ 
	border-top:none;
	padding-top:0;
}


.list-view .item .wrap .text{
	width: calc(100% - 330px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.list-view .item .wrap .text .title{
	margin-bottom:20px;
}
.list-view .item .wrap .text .title{
	color:inherit;
	text-decoration: none;
}
.list-view .item .wrap .text .excerpt{
	margin-bottom:10px;
}

.list-view .item .wrap .text .more{
	display: block;
	color:#07937c;
	text-transform: uppercase;
}
.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;
}


/*Pager stuff ------------------------------------------- */

.pager__items { clear: both; text-align: center;}
.pager__item { display: inline; padding: 0.5em;}
.pager__item.is-active{ font-weight: bold;}

/* 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(3,147,124,0.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; color: #003E6B; 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 ---------------------------------------- */

.floater{
	float: left;
    margin-right: 30px;
    width: 25%;
}

.floater-2{
	float: left;
    margin-right: 15px;
    width: calc(50% - 15px);
}

.webform-submission-form .floater-2 input[type="text"],

.webform-submission-form .floater-2 input[type="email"]{
	max-width: unset !important;
}


.floater-3{
	float: left;
	margin-right: 15px;
	width: calc(33.33% - 15px);
}

.floater-3.first{clear: left;}

.floater.last,
.floater-2.last,
.floater-3.last{
	margin-right: 0px;
}

.clear{clear: both;}

.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;
}

#block-brisket-addtoanysharebuttons{
	padding: 0 0 30px;
}

/*Admin tabs --------------------------- */

.admin-tabs ul{
    margin: 0 0 0.5em;
    padding: 0;
    list-style: none;
}

.admin-tabs ul > li {
    display: inline-block;
    margin-right: 0.3em;
}

.admin-tabs ul a {
    background: #eee;
    border: 1px solid #aaa;
    color: #000;
    font-size: 14px;
        display: block;
    padding: 0.2em 1em;
    text-decoration: none;
}

.admin-tabs ul a:focus, .admin-tabs ul a:hover {
    background-color: #f5f5f5;
}

.admin-tabs ul a.is-active {
    background-color: #eee;
}

.form-item, .form-actions{
	margin-top: 1em;
    margin-bottom: 1em;
}

.form-composite > .fieldset-wrapper > .description, .form-item .description {
    font-size: 0.85em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}



/*Staff grid ----------------------------------- */

.staff .item .wrap{
	text-decoration: none;
}

.staff .item .wrap .text{
	padding: 10px 0;
}

.staff .item .wrap .text p{
	font-size: 22px; font-weight: 700; margin: 0 0 10px; line-height: 1.1em;
}

.staff .item .wrap .text p span{
	font-size: 16px; font-weight: 500; font-style: italic; color: #000;
}


.staff-side{
	margin-top: 80px;
}

aside p.big{
	margin: 0 0 10px;
}

aside p.big a.btn{
	width: 100%;
    padding: 40px 30px;
    font-size: 20px;
    font-weight: 700;
}

aside p.big a.btn:before{
	display: none;
}

.resource .bef-exposed-form{display: flex;}
.resource .form-item label{display: block; font-weight: 600;}
.resource .form-item select {box-sizing: border-box; padding: 0.75em 1.5em; margin-right: 30px;}
.resource .form-actions .button { min-width: unset; margin: 27px 0;}

.resource.loose .item{
    padding: 65px 30px 50px;
    position: relative;
}

.resource .item .wrap{
    text-decoration: none;
    display: flex;
    flex-direction: row;}

 .resource .item .wrap .image{
 	width: 200px;
 }

.resource .item .wrap .text {
    width: calc(100% - 200px);
    box-sizing: border-box;
    padding-left: 30px;
}

.resource .item .wrap .text h3.title {
    font-size: 30px;
    margin: 0 0 20px;
    text-transform: none;
}

.resource .item:after {
    position: absolute;
    content: "";
    width: calc(100% - 40px );
    height: 18px;
    background: url(img/hr.jpg);
    bottom: 0;
    left: 20px;
}




