body{
	color:#333;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size:20px;
	line-height:1.5em;
	margin:0;
	ransition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

body.mm-wrapper{
	background:#333;
}
.layout-container{
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,.5);
	margin:0 auto;
	max-width:1920px;
	overflow:hidden;
}
.region-banner{
	position: relative;
	background-color:#006b95;
	background-image: url(banner-default.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-size: auto 100%;
	padding: 20px 20px 20px 20px;
/*	aspect-ratio: 1920/700; */
/*	background-size: 700px auto;*/
/*	padding: calc(calc(.8rem + 4vw) * 1.5) 0;*/
}

.region-banner:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 107, 149, 0);
}

.front .region-banner{
	padding: 0;
	display: block;
	height: unset;
}

.banner-text{
	padding: 0 7vw;
	position: relative;
	z-index: 1;
}

.banner-text h1{
	max-width: 625px;
}

.banner-text .arrow{
	display: block;
	margin-top: 30px;
	height: 54px;
	width: 54px;
	position: relative;
}

.banner-text .arrow:before{
	position: absolute;
	content: "";
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 100%;
	border: 2px solid #fff;
	top: 50%;
	left: 50%;
	margin-top: calc(-100% / 2);
	margin-left: calc(-100% / 2);
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
	/*top: calc(50% - calc(var(width)/ 2));
	left: calc(50% - calc(var(width)/ 2));*/
}

.banner-text .arrow:hover::before{
	width: calc(140% - 4px);
	height: calc(140% - 4px);
		margin-top: calc(-140% / 2);
	margin-left: calc(-140% / 2);
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

.banner-wrap{
	display: none;
}


main{
position: relative;
    width: 100%;
    margin: calc(.8rem + 4vw) auto;
    padding: 0 7vw;
    box-sizing: border-box;
}

.front main{
	padding: 0;
	margin: 0;
}

main:has(aside){
	display:flex;
}

main .field--name-field-banner-image{
	display: none;
}

.layout-content{
	flex:1;
}
.layout-content .primary-img img{
	display:none;
	margin-bottom:40px;
	width:100%;
}
.region-sidebar-second{
	margin-right:-50px;
	padding:0 0 0 150px;
	width:525px;
}

div[data-drupal-messages]{
	background: #eee;
	font-size:16px;
	padding: 30px;
	margin-bottom: 30px;
}


main:has(aside) .layout-content{
	width: calc(100% - 550px);
}

.hide{
	display: none;
}

.mobile-img{
	display: none;
}


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

h1{
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size:110px; 
	line-height:0.95em;
	margin:0 0 0;
}
.intro-txt{
	font-size: 22px;
	color: #fff;
	margin-top:30px;
	max-width: 50%;
}

h2{
	font-weight: 800;
	font-size:40px;
	line-height:1.1em;
	margin:0 0 30px;
	color: #006b95;
}

h3{
	font-weight: 800;
	font-size:32px;
	line-height:1.1em;
	margin:0 0 25px;
	color: #006b95;
}
h4{
	
	font-size:27px;
	font-weight: 700;
	line-height:1.1em;
	margin:0 0 20px;
	color: #006b95;
}
h5{
	
	font-size:24px;
	font-weight:700;
	line-height:1.1em;
	margin:0 0 15px;
	color: #006b95;
}
p{
	margin:0 0 30px;
}
ul{
	margin:0 0 35px;
	padding-left:30px;
}
li{
	margin:0 0 10px;
}
a, .ck-content a{ 
	color:#416e2f;
}

img{ 
	height:auto;
	max-width:100%;
}
hr{
	margin:60px 0;
	background: url(img/hr.png);
	background-repeat: no-repeat;
	background-size: cover;
    height: 36px;
    width: 100%;
    border: none;
}

hr:first-child { margin-top:0; }
hr:last-child { margin-bottom: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;
	font-weight: 600;
	line-height:1.4em;
	margin-bottom:30px;
}
p.small{
	font-size:15px;
	line-height:1.4em;
}

h2.big{
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size:80px;
	line-height:1.1em;
	margin:0 0 30px;
	color: #006b95;
}

ul.custom{
	padding-left:5px;
}
ul.custom li{
	list-style:none;
	margin-bottom:15px;
	padding-left:30px;
	position:relative;
}
ul.custom li:before{
	content:"";
	height:12px;
	left:0;
	position:absolute;
	top:9px;
	width:12px;
	background: #497f34;
}


ul.custom li:nth-child(2n):before{
	background: #bf5a0a;
}

ul.custom li:nth-child(3n):before{
	background: #006b95;
}

ul.custom li:nth-child(4n):before{
	background: #6d6e70;
}
ul.double{
	columns:2;
	column-gap:40px;
}
ul.triple{
	columns:3;
	column-gap:40px;
}
a.btn,
.button,
.button--primary{
	font-family: 'Bebas Neue', sans-serif;
	font-weight: bold;
	border: 4px solid #fff;
	background:#006b95;
	border-radius:12px;
	box-sizing: border-box;
	font-weight: 400;
	color:#fff;
	display:inline-block;
	font-size:24px;
	line-height:1.3em;
	margin:25px 0 10px;
	min-width:170px;
	padding:.5em 1em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	box-shadow: 2px 2px 9.5px 0.5px rgba(0, 0, 0, 0.27);
	position: relative;
}
a.btn.second{
	background:#da7425;
}

a.sp-btn{
	position: absolute;
	top: calc((.8rem + 4vw) * -1);
	right: -7vw;
	display: block;
background:#da7425;
font-family: 'Bebas Neue', sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 15px;
	border-radius: 0 0 0 12px;
}

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

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

.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 0 15px 0;
  color: #4D4D4D;
  border-bottom: 1px solid #006b95;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

.accordion .item .title{
	padding-right: 35px;
	position: relative;
}

.accordion .item .title:before {
    position: absolute;
    content: "";
    background: url(accord-arrow.png);
    width: 24px;
    right: 15px;
    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 ------------------------- */

.paragraph.slider{
	margin:60px -5px;
}

.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 ----------------------------------------- */

.lower-cta{
	background: #e5e6e6;
	padding: 120px 7vw;
}

.lower-cta .wrap{
	display: grid;
	grid-template-columns: 5fr 5fr;
	background-color: #006b95;
}

.lower-cta .wrap .image{
	background-image: url(img/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}

.lower-cta .wrap .text{
	box-sizing: border-box;
	padding: calc(.8rem + 4vw) 4vw calc(.8rem + 4vw) 0;
	color: #fff;
}

.lower-cta .wrap .text p{
	max-width: 525px;
}

.lower-cta .wrap .text h2{
	color: #fff;
	font-weight: 400;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 113px;
	margin: 0 0 10px;
}

.footer{
	background:#006b95;
	color:#fff;
	font-size:15px;
	padding:100px;
}

.footer .field__item{
	display: flex;
	flex-wrap: wrap;
}

.footer .wrapper{
	width: 60%;
	display: flex;
}

.footer .left{
	width: 460px;
	display: flex;
	flex-wrap: wrap;
}

.footer .left .logo{
	width: 138px;
}

.footer .left .text{
	width: calc(100% - 138px);
	max-width: 290px;
	box-sizing: border-box;
	padding: 0 30px;
}

.footer .left .text p{
	line-height: 1.4em;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 15px;
}

.footer .left .text a{
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.footer .middle{
	width: calc(100% - 460px);
	box-sizing: border-box;
	padding-left: 60px;
	border-left: 1px solid #549cb8;
}

.footer .middle .links-large{
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0;
}

.footer .middle .links-large li{
	padding-right: 25px;
	margin: 0;
}

.footer .middle .links-large li:last-of-type{
	padding-right: 0;
}

.footer .middle .links-large li a{
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.footer .middle .links-small{
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 26px 0 11px;
}

.footer .middle .links-small li{
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
	margin-bottom: 0;
}

.footer .middle .links-small li:before{
	position: absolute;
	content: "";
	width: 2px;
	height: 16px;
	background: #fff;
	top: calc(50% - 8px);
	right: 0;
}

.footer .middle .links-small li:last-of-type{
	padding-right: 0px;
	margin-right: 0px;
}

.footer .middle .links-small li:last-of-type:before{
	display: none;
}


.footer .middle .links-small li a{
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
}

.footer .middle .socials{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.footer .middle .socials li{
	padding-right: 10px;
	margin: 0;
}
.footer .middle .socials li:last-of-type{
	padding-right: 0;
}

.footer .middle .socials li a{
	display: block;
	width: 50px;
}

.footer .middle .socials li a img{
	display: block;
}

.footer .right{
	width: 40%;
	text-align: right;
}

.footer .right p{
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px;
}

.footer .right .btn{
	margin: 0 0 30px;
	font-size: 21px;
}

.footer .right p.small{
	font-weight: 400;
		font-size: 12px;
}

.box{
	background-color:#497f34;
	background-image: url(img/side-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	box-sizing:border-box;
	margin:50px 0;
	padding:50px;
	color: #fff;
}

.box.light{
    background: #e6eaf2;
    color:#000;
    padding: 70px;
    margin:0 0 40px;
}

.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%;
}
.field__item:has(.box-wrap){
	background-color:#006b95;
	background-image: url(img/wrap-bg.png);
	background-repeat: no-repeat;
/*	background-size: 50%;*/
	background-position: top 0 left -150px;
	margin:50px 0;
	padding:80px;
	color: #fff;
}
.box-wrap .item *:last-child{
	margin-bottom:0;
}

.field__item:has(.box-wrap) h2,
.field__item:has(.box-wrap) h3,
.field__item:has(.box-wrap) h4,
.field__item:has(.box-wrap) h5{
	color: #fff;
}

.field__item:has(.box-wrap) ul.custom li:before{
	background: #fff !important;
}

.field__item:has(.box-wrap) a.btn:before{
position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border: 2px solid #fff;
	top: -2px;
	left: -2px;
	transform-origin: center;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

.field__item:has(.box-wrap) a.btn:hover::before{
	padding: 12px;
	margin: -12px;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

.field__item:has(.box-wrap) a{ color:#fff; }


.field__item .headline{
	display: block;
	width: 100%;
}
.field__item .headline .head{
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size:80px;
	line-height:1.1em;
	padding-left: 2rem;
	color: #006b95;
}

.field__item:has(.box-wrap) .headline .head{
	color: #fff;
}




/*.field__item:has(.full-width) .headline .head{
	color: #006b95;
}*/




.field__item:has(.full-width)
{
	background-color: #e5e6e6;
	background-image: url(img/full-bg.png);
	background-size: 525px auto;
	background-repeat: no-repeat;
	background-position: top left;
	margin:80px -7vw;
	padding:150px 7vw;
	color: #333;
}

.field__item:has(.full-width) h2,
.field__item:has(.full-width) h3,
.field__item:has(.full-width) h4,
.field__item:has(.full-width) h5{
	color: #006b95;
}

.field__item:has(.full-width) a{
	color: #416E30;
}

.field__item:has(.full-width) a.btn{
	color: #fff;
}

.field__item:has(.full-width) ul.custom li:before{
		background: #497f34 !important;
}

.field__item:has(.full-width) ul.custom li:nth-child(2n):before{
	background: #bf5a0a !important;
}
.field__item:has(.full-width) ul.custom li:nth-child(3n):before{
	background: #006b95 !important;
}

.field__item:has(.full-width) ul.custom li:nth-child(4n):before{
	background: #6d6e70 !important;
}


/*.field__item:has(.full-width) a.btn:before{
position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border: 2px solid #fff;
	top: -2px;
	left: -2px;
	transform-origin: center;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

.field__item:has(.full-width) a.btn:hover::before{
	padding: 12px;
	margin: -12px;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}*/


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

aside{
	font-size:16px;
}
aside .primary-img{
	margin:0 0 40px;
}
aside .block{
	margin-bottom:40px;
}
aside .box{
	padding:60px;
	margin: 25px 0;
}

aside .box h2{
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 48px;
}

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

aside .box .btn{
	font-size: 23px;
	background: transparent;
	border: 4px solid #f5822a;
}

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

aside .box .btn:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border: 2px solid #f5822a;
		top: -2px;
	left: -2px;
	transform-origin: center;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms
}

aside .box .btn:hover::before{
		padding: 12px;
	margin: -12px;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}


.icon-btn{
	display: block;
	height: 150px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	padding: 0 250px 0 55px;
	text-decoration: none;
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 34px;
	margin-bottom: 25px;
}

.icon-btn:last-of-type{
	margin-bottom: 0;
}

.icon-btn:before{
	position: absolute;
	content: "";
	width: 59px;
	height: 100%;
	top: 0;
	right: 0;
}

.icon-btn img{
	position: absolute;
	right: 80px;
	top: calc(50% - 29px);
	height: 58px;
}

.icon-btn.orange{
	background: #da7425;
}

.icon-btn.orange:before{
	background: url(img/before-3.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.icon-btn.blue{
	background: #006b95;
}

.icon-btn.blue:before{
	background: url(img/before-1.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.icon-btn.gray{
	background: #6d6e70;
}

.icon-btn.gray:before{
	background: url(img/before-4.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.icon-btn.green{
	background: #497f34;
}

.icon-btn.green:before{
	background: url(img/before-2.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.sub-menu{display: none;}

#sub-menu .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;
}

/* Resource Grid ------------------------------------ */

.resources .item .wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 290px;
	background-size: cover;
	background-position: center;
	text-align: center;
	text-decoration: none;
	color: #fff;
	position: relative;
	box-sizing: border-box;
	padding: 30px;
}

.resources .item:nth-of-type(8n + 1) .wrap,
.resources .item:nth-of-type(8n + 7) .wrap{
	background-color: #c25c0e;
	    background-image: url(/sites/default/files/assets/ui/orange-test.png);
}


.resources .item:nth-of-type(8n + 2) .wrap,
.resources .item:nth-of-type(8n + 8) .wrap{
	background-color: #0078a8;
	background-image: url(/sites/default/files/assets/ui/blue-new.png);
}


.resources .item:nth-of-type(8n + 3) .wrap,
.resources .item:nth-of-type(8n + 5) .wrap{
	background-color: #55903e;
	background-image: url(/sites/default/files/assets/ui/green-new.png);
}



.resources .item:nth-of-type(8n + 4) .wrap,
.resources .item:nth-of-type(8n + 6) .wrap{
	background-color: #595959;
	background-image: url(/sites/default/files/assets/ui/gray-new.png);
}

.resources .item .wrap h3{
	color: #fff;
}

.resources .item .wrap .click{
	display: block;
	width: 44px;
	height: 44px;
	background: url(arrow.png);
	background-size: 100%;
	margin: 0 auto;
/*	position: relative;*/
	z-index: 1;
	position: absolute;
	bottom: 30px;
	left: calc(50% - 22px);

}

.resources .item .wrap .click:before{
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 2px solid #fff;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -22px;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

.resources .item .wrap:hover .click:before{
	width: 70px;
	height: 70px;
	margin: -37px 0 0 -37px;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

/* Events grid ----------------------------------- */

.events{position: relative;}

.events header{ height: unset; position: absolute;
    top: -45px;
    right: 0;}


    .events .view-content{
    	padding-top: 30px;
    }

.events .wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 290px;
	background-size: cover;
	background-position: center;
	text-align: center;
	text-decoration: none;
	color: #fff;
	position: relative;
	box-sizing: border-box;
	padding: 30px;
}

.events .item:nth-of-type(8n + 1) .wrap,
.events .item:nth-of-type(8n + 7) .wrap{
	background-color: #c25c0e;
	    background-image: url(/sites/default/files/assets/ui/orange-test.png);
}


.events .item:nth-of-type(8n + 2) .wrap,
.events .item:nth-of-type(8n + 8) .wrap{
	background-color: #0078a8;
	background-image: url(/sites/default/files/assets/ui/blue-new.png);
}


.events .item:nth-of-type(8n + 3) .wrap,
.events .item:nth-of-type(8n + 5) .wrap{
	background-color: #55903e;
	background-image: url(/sites/default/files/assets/ui/green-new.png);
}



.events .item:nth-of-type(8n + 4) .wrap,
.events .item:nth-of-type(8n + 6) .wrap{
	background-color: #595959;
	background-image: url(/sites/default/files/assets/ui/gray-new.png);
}

.events .item .wrap .date{
		color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 48px;
}

.events .item .wrap .title{
	font-size: 26px;
	font-weight: 800;
	padding: 30px 0;
}

.events .item .wrap .click{
	display: block;
	width: 44px;
	height: 44px;
	background: url(arrow.png);
	background-size: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	position: relative;
}

.events .item .wrap .click:before{
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 2px solid #fff;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -22px;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

.events .item .wrap:hover .click:before{
	width: 70px;
	height: 70px;
	margin: -37px 0 0 -37px;
	-webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

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

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

.list-view .item .wrap{
	text-decoration: none;
	display: block;
}

.list-view .item:first-child{ 
	border-top:none;
	padding-top:0;
}
.list-view .item .wrap .title{
	margin-bottom:20px;
}
.list-view .item .wrap .title{
	color:inherit;
	text-decoration: none;
}
.list-view .item .wrap .excerpt{
	margin-bottom:10px;
}

.list-view .item .wrap .more{
	display: block;
}
.gallery{
	margin:30px 0;
}
.gallery img{
	display:block;
}

.team .item .wrap{
	text-decoration: none;
	color: #333;
}

.team .item .wrap .text{
	margin-top: 10px;
}

.team .item .wrap .text .name{
	font-size: 20px;
    font-weight: 700;
    line-height: 1.1em;
    color: #006b95;
}

.team .item .wrap .text .role{
	font-style: italic;
}

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

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

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

/* 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(0,107,149,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; 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 { display: block; 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 {  }


/*Pop ups --------------------------*/




.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

.overlay.open{
	visibility: visible;
  opacity: 1;
}


.overlay .outer{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  padding: 20px;
  background: rgba(0, 93, 150, .7);
}



.overlay .outer .inner { box-sizing: border-box; position: relative; width: 100%; background: #fff; padding: 50px 60px; text-align: center; }

.overlay .outer .inner h2{
  font-size: 30px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #0a0831;
    margin: 0;
}


.overlay .outer .inner h3{
	font-size: 22px;
}

.overlay .outer .inner .text{
   max-height: 300px;
  overflow: auto;
  margin: 30px 0 0;
  text-align: left;
  font-size: 18px;
}

.overlay .outer .inner .hide{
  display: block;
  color: #0a0831;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
  transition: all 200ms;
}


/* 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_ist .ck-list__item h1, .cke_ist .ck-list__item h2, .cke_ist .ck-list__item h3,
.cke_ist .ck-list__item h4, .cke_ist .ck-list__item h5, .cke_ist .ck-list__item h6,
.cke_ist .ck-list__item p.big, .cke_ist .ck-list__item p.small, .cke_ist .ck-list__item *{ 
	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;
}

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

.visually-hidden{
	background: #fff !important;
	color: #000 !important;
}



