body{
	color:#000;
	font-family: "Raleway", sans-serif;
	font-size:20px;
	line-height:1.5em;
	margin:0;
	font-variant-numeric: lining-nums;
-moz-font-feature-settings:"lnum" 1; 
-moz-font-feature-settings:"lnum=1"; 
-ms-font-feature-settings:"lnum" 1; 
-o-font-feature-settings:"lnum" 1; 
-webkit-font-feature-settings:"lnum" 1; 
font-feature-settings:"lnum" 1;
font-variant-ligatures: none;
}

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

.layout-container{
	background:#fff;
	
	margin:0 auto;
	max-width:1800px;
	overflow:hidden;
}
.region-banner{
	background:url(img/tan-bg.jpg);
	background-size: 100%;
	background-color: #ece6e5;
	padding:60px 150px;
	position: relative;
}

.region-banner:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(236, 230, 229, 0.7) 50%, rgba(236, 230, 229, 0) 100%);
	top: 0;
	left: 0;
}

.front .region-banner{
	padding: 0;
	background: unset;
}

.front .region-banner:before{
	display: none;
}

.region-banner .item{
	position: relative;
	z-index: 3;
}

/*.region-banner .item{
	width: 50%;
}
*/

main{
	padding:80px 150px;
}

/*.wrp{
	max-width: 1400px;
	margin: 0 auto;
}
*/

.front main{
	padding: 0;
}

main:has(aside){
	display:flex;
}
.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:400px;
}

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


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





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

h1{
	color: #3f566b;
	font-weight: 800;
	font-size:60px;
	letter-spacing: .025em; 
	line-height: 1.2em;
	text-transform: uppercase;
	margin:0 0 0;
}


/*.intro-txt{
	font-weight: 600;
	color: #000;
	letter-spacing: .025em;
	font-size: 24px;
	margin-top:30px;
	max-width:750px;
	line-height: 1.5em;
}*/
h2{
	color: #3f566b;
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 .75em;
}
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, .ck-content a{ 
	color:#842540;
}

img{ 
	height:auto;
	max-width:100%;
}
hr{
	margin:60px 0;
}

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

.team-pos{
	margin: -10px 0 50px;
    text-transform: uppercase;
    border-bottom: 8px solid #842540;
    padding-bottom: 50px;
    font-size: 25px;
}

.author{
	font-size:22px;
	line-height:1.1em;
	font-weight: 800;
	margin: 0 0 30px;
}

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

h2.blue,
h3.blue,
h4.blue,
h5.blue{color: #3f566b;}

.author-info img{
	    float: right;
    margin: 0 0 10px 10px;
    width: 130px;
}

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:20px;
	position:relative;
}
ul.custom li:before{
	background: #842540;
	background-size:100%;
	content:"";
	display:inline-block;
	height:10px;
	left:0;
	position:absolute;
	top:10px;
	width:10px;
}

ul.check{
	padding-left:5px;
}
ul.check li{
	list-style:none;
	margin-bottom:15px;
	padding-left:30px;
	position:relative;
}
ul.check 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:#3f566b;
	border:none;
	border-radius:0;
	box-sizing: border-box;
	color:#fff;
	display:inline-block;
	font-size:21px;
	font-weight: 800;
	letter-spacing: .05em;
	line-height:1.3em;
	margin:10px 0 10px;
	min-width:170px;
	padding:.5em 1.75em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
a.btn.second{
	background:#842540;
}
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;
}

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


.paragraph--type--multi-column-content{
	/*max-width: 1400px;
	margin: 0 auto !important;*/
}

.paragraph--type--multi-column-content.lg-3 .image{
	aspect-ratio: 2 / 1;
	margin:0 0 30px;
	overflow:hidden;
}
.paragraph--type--multi-column-content.lg-3 .image img{
    margin-top:-7%;
}
.paragraph--type--multi-column-content.lg-2 .image{
    float: right;
    width: 33%;
    aspect-ratio: 1 / 1;
    margin: 0 0 30px 30px;
    overflow: hidden;
}
.paragraph--type--multi-column-content.lg-2 .image img{
	max-width:none;
	height:100%;
	width:auto;
	margin-left:-21%;
}

.paragraph--type--single-block{
	max-width: 1400px;
	margin: 0 auto;
}

.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{max-width: 1400px; margin: 0 auto;}*/

.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 #CCC;
  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;
	font-size: 22px;
}

.accordion .item .title:before {
    position: absolute;
    content: "";
    background: url(img/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 ------------------------- */

.swiper{max-width: 1500px; padding: 0px 0px !important; box-sizing: border-box; overflow: visible !important;}


.swiper-button-next{
	right: 35px !important;
}

.swiper-button-next:after{
	position: absolute;
    content: "" !important;
    width: 45px !important;
    height: 45px !important;
    background: url(img/slick-right.png) !important;
    background-size: 100% !important;
}

.swiper-button-prev{
	left: 35px !important;
}

.swiper-button-prev:after{
	position: absolute;
    content: "" !important;
    width: 45px !important;
    height: 45px !important;
    background: url(img/slick-left.png) !important;
    background-size: 100% !important;
}




    .swiper.cover-swiper {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .cover-swiper .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 300px;
    }

    .cover-swiper .swiper-slide img {
      display: block;
      width: 100%;
    }

    .cube-swiper {
      width: 300px;
      height: 300px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -150px;
      margin-top: -150px;
    }

    .cube-swiper .swiper-slide {
      background-position: center;
      background-size: cover;
    }

    .cube-swiper .swiper-slide img {
      display: block;
      width: 100%;
  }

.flex-grid.paragraph--type--photo-gallery{
	max-width: 1400px;
	margin: 0 auto !important;
}
/*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;
}

.front .colorbox-media-video:before{
	display: none;
}

.hp-about .colorbox-media-video{
	display: block;
}


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

.footer{
	background:#01354d;
	color:#fff;
	font-size:15px;
	padding:60px 100px;
}

.footer .group-one{
	max-width: 428px;
	float: left;
}

.footer .group-one .socials{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 30px 0 0;
}

.footer .group-one .socials li{
	aspect-ratio: 1/1;
	width: 32px;
	padding: 0;
	margin: 0 0 0 10px;
}

.footer .group-one .socials li:first-of-type{
	margin: 0;
}

.footer .group-one .socials li a{
	width: 100%;
	height: 100%;
}

.footer .group-two{
	float: left;
	width: 125px;
	padding: 0 50px;
}

.footer .group-two .title{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .025em;
	padding: 0 0 10px;
	border-bottom: 2px solid #fff;
	margin: 0 0 10px;
}

.footer .group-two ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .group-two ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: .025em;
	font-weight: 500;
}

.footer .group-three{
	max-width: 490px;
	float: left;
}

.footer .group-three .title{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .025em;
	padding: 0 0 10px;
	border-bottom: 2px solid #fff;
	margin: 0 0 10px;
}

.footer .group-three p{
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: .025em;
	font-weight: 500;
	padding: 0;
	margin: 0 0 20px;
}

.footer .group-three p.small{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .025em;
}

.footer .group-four{
	max-width: 230px;
	float: right;
}


.box{
	background:#eee;
	box-sizing:border-box;
	margin:50px 0;
	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%;
}
.field__item:has(.box-wrap){
	background:#eee;
	margin:50px auto;
	max-width: 1400px;
	box-sizing: border-box;
	padding:80px;
}
.box-wrap .item *:last-child{
	margin-bottom:0;
}
.field__item:has(.full-width)
{
	max-width: unset;
	margin:80px auto;
	padding:150px;
}

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

aside{
	font-size:16px;
}
aside .primary-img{
	margin:0 0 40px;
}
aside .block{
	margin-bottom:40px;
}
aside .box{
	padding:40px;
}
aside h2{
	font-size:24px;
	color: #3f566b;
}
aside h3{
	font-size:22px;
	color: #3f566b;
	margin: 0 0 10px;
}
aside .btn{
	font-size:14px;
	margin:0;
	min-width:0;
}

aside p{
	margin: 0 0 10px;
}

.sub-menu{display: none;}

#sub-menu .sub-menu{display: block;
	background: #842540;
	box-sizing: border-box;
	padding: 40px 30px;
}

.about-cta{
	display: none;
}


#about-cta .about-cta{
	display: block;
}

aside .primary-img + #sub-menu:has(.sub-menu){
	margin-top: -50px;
}


.sub-menu ul{
	margin:0;
	padding: 0;
}
.sub-menu li{
	list-style:none;
	padding:0;
}
.sub-menu ul li a{ 
	border-top:1px solid #fff;
	display: block;
	padding:10px 0;
	text-decoration:none;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}
.sub-menu ul li:first-child a{ 
	border:none;
}

.auth + .auth{
	margin-top: 30px;
}

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

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

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

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

.list-view .item:first-child{ 
	border-top:none;
	padding-top:0;
}
.list-view .item .wrap .title{
	margin-bottom:20px;
}

.list-view .item .title a {
    color: #000;
    text-decoration: none;
}



.list-view .item .wrap .title{
	color:inherit;
	text-decoration: none;
}
.list-view .item .wrap .excerpt,
.list-view .item .excerpt{
	margin-bottom:10px;
}

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

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

.staff .item .wrap .text .name{
	font-size: 18px;
	font-weight: 800;
	line-height: 1.1em;
	margin: 10px 0 5px;
}

.staff .item .wrap .text .role{
	font-size: 16px;
	line-height: 1.1em;
	font-weight: 500;
}


.bef-exposed-form{display: flex;}
.bef-exposed-form .form-actions{
	margin-left: 1em;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bef-exposed-form .button{font-size: 15px;
    margin: 0;
    min-width: 0;}

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

.block-addtoany,
#block-brisket-addtoanysharebuttons{
	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; margin: 50px 0;}
.pager__item { display: inline; padding: 0.5em;}
.pager__item a{color: #000; text-decoration: none;}
.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: 20002; 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,0,0,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 { 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"],
.webform-submission-form .floater-2 input[type="tel"]{
	max-width: unset !important;
}

.form-type-tel label{
	display: block;
}


.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,
.webform-submission-form input[type="tel"]{
	-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{
	max-width: 1400px;
    margin: 0 auto 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;
}

.views-exposed-form label{
	display: block;
}

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




