body{
	color:#13427a;
	font-family: basic-sans, sans-serif;
	font-size:20px;
	line-height:1.5em;
	margin:0;
}

body.mm-wrapper{
	background-color:#333;
	background-image: url(img/bg-pat.png);
	background-repeat: repeat;
	
}

.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-color:#1c75bc;
	padding:100px 150px;
	background-image: url(img/banner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 80%;
}

.front .region-banner{
	padding: 0;
}
main{
	padding:80px 150px;
}

.front main{padding: 0;}


main:has(.show-side){
	display:flex;
	max-width: 1400px;
	margin: 0 auto;
}
.layout-content{
	flex:1;
}
.layout-content .primary-img img{
	display:none;
	margin-bottom:40px;
	width:100%;
}
.region-sidebar-second:has(.show-side){
/*	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(.show-side) .layout-content{
	width: calc(100% - 550px);
}

/*.field--name-body{
	max-width: 1400px;
	margin: 0 auto;
}*/




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

h1{
	color: #fdf4d9;
    font-family: alkaline, sans-serif;
    font-weight: 800;
    font-size: 121px;
    line-height: 1.1em;
    margin: 0 0px;
    max-width:750px;
}
.intro-txt{
	color: #fdf4d9;
	font-size: 22px;
	margin-top:30px;
	max-width:550px;
}
h2{
	font-family: gambado-sans-forte, sans-serif;
	font-size:55px;
	line-height:1.1em;
	margin:0 0 30px;
}
h3{
	font-family: gambado-sans-forte, sans-serif;
	font-size:40px;
	line-height:1.1em;
	margin:0 0 25px;
}
h4{
	font-family: gambado-sans-forte, sans-serif;
	font-size:30px;
	line-height:1.1em;
	margin:0 0 20px;
}
h5{
	font-family: gambado-sans-forte, sans-serif;
	font-size:24px;
	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:#dd5714;
}
/*a:hover{
	
}*/
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;
}

/* 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;
}
.front ul.custom,
ul.custom{
	padding-left:5px;
}
.front ul.custom li{
	list-style:none;
	margin-bottom:30px;
	padding-left:40px;
	position:relative;
	color: #13427a;
	font-size: 28px;
	letter-spacing: .025em;
	font-weight: 700;
}
.front ul.custom li:before{
	background:url(img/custom-bullet.png) no-repeat;
	background-size:100%;
	content:"";
	display:inline-block;
	height:22px;
	left:0;
	position:absolute;
	top:3px;
	width:23px;
}

ul.custom li{
	list-style:none;
	margin-bottom:20px;
	padding-left:30px;
	position:relative;
	color: #13427a;
	font-size: 22px;
	letter-spacing: .025em;
	font-weight: 700;
}

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:21px;
}

ul.double{
	columns:2;
	column-gap:40px;
}
ul.triple{
	columns:3;
	column-gap:40px;
}
a.btn,
.button,
.button--primary{
	background:#f8c22c;
	border:none;
	border-radius:30px;
	box-sizing: border-box;
	color:#13427a;
	display:inline-block;
	font-size:20px;
	letter-spacing: .05em;
	font-weight: 700;
	line-height:1.3em;
	margin:10px 0 10px;
	min-width:170px;
	padding:.75em 1.5em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
a.btn.second{
	background:#1c75bc;
	color: #fdf4d9;
}
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 -2rem !important;
}

.paragraph--type--multi-column-content.lg-3 .image-wrap{
	margin:0 0 30px;
	aspect-ratio: 2/1;
	mask-image: url(img/21-mask.png);
	mask-size: 100%;
	mask-position: center;
	mask-repeat: no-repeat;
}


.paragraph--type--multi-column-content.lg-3 .item:nth-of-type(3n + 1) .image-wrap{
	background: #1c75bc;
}

.field__item:has(.box-wrap):has(.blue) .paragraph--type--multi-column-content.lg-3 .item:nth-of-type(3n + 1) .image-wrap{
	background: #f8c22c;
}

.paragraph--type--multi-column-content.lg-3 .item:nth-of-type(3n + 2) .image-wrap{
	background: #dd5714;
}

.paragraph--type--multi-column-content.lg-3 .item:nth-of-type(3n + 3) .image-wrap{
	background: #39b54a;
}

.paragraph--type--multi-column-content.lg-3 .image{
	mask-image: url(img/21-mask.png);
	mask-size: 90%;
	mask-position: center;
	mask-repeat: no-repeat;
}

.paragraph--type--multi-column-content.lg-3 .image img{
    margin-top:-7%;
}
.paragraph--type--multi-column-content.lg-2 .image-wrap{
    float: right;
    width: 33%;
    aspect-ratio: 1 / 1;
    margin: 0 0 30px 30px;
    mask-image: url(img/mask.png);
	mask-size: 100%;
	background: #1c75bc;
	mask-position: center;
	mask-repeat: no-repeat;
}

.field__item:has(.box-wrap):has(.blue) .paragraph--type--multi-column-content.lg-2 .image-wrap{
	background: #dd5714;
}

.paragraph--type--multi-column-content.lg-2 .image{
	mask-image: url(img/mask.png);
	mask-size: 90%;
	mask-position: center;
	mask-repeat: no-repeat;
	aspect-ratio: 1/1;
}

.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-wrap {
    width: 38%;
    position: absolute;
    margin: 0 80px 0 0;
    left: 0;
    mask-image: url(img/64-mask.png);
	mask-size: 100%;
	background: #1c75bc;
	mask-position: center;
	mask-repeat: no-repeat;
}

.paragraph--type--single-block.img-left .image-wrap .image{
	mask-image: url(img/64-mask.png);
	mask-size: 90%;
	mask-position: center;
	mask-repeat: no-repeat;
}

.paragraph--type--single-block.img-right .item{
    padding-right: calc(38% + 80px);
    position: relative;
}
.paragraph--type--single-block.img-right .image-wrap {
    width: 38%;
    position: absolute;
    margin: 0;
    right: 0;
    mask-image: url(img/64-mask.png);
	mask-size: 100%;
	background: #1c75bc;
	mask-position: center;
	mask-repeat: no-repeat;
}

.paragraph--type--single-block.img-right .image-wrap .image{
	mask-image: url(img/64-mask.png);
	mask-size: 90%;
	mask-position: center;
	mask-repeat: no-repeat;
}

/*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: #13427a;
  border-bottom: 3px solid #f8c22c;
  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: 32px;
}

.accordion .item .title:before {
    position: absolute;
    content: "";
    background: url(img/accord-arrow.png);
    width: 24px;
    right: 15px;
    top: 50%;
    height: 47px;
    margin-top: -23.5px;
    /*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: 1400px; padding: 0 50px !important; box-sizing: border-box;}


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

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


.three-swiper .swiper-slide,
.four-swiper .swiper-slide,
.five-swiper .swiper-slide{
	 mask-image: url(img/64-mask.png);
	mask-size: 100%;
	mask-position: center;
	mask-repeat: no-repeat;
}


.three-swiper .swiper-slide:nth-of-type(4n + 1),
.four-swiper .swiper-slide:nth-of-type(4n + 1),
.five-swiper .swiper-slide:nth-of-type(4n + 1){
	background: #1c75bc;
}

.three-swiper .swiper-slide:nth-of-type(4n + 2),
.four-swiper .swiper-slide:nth-of-type(4n + 2),
.five-swiper .swiper-slide:nth-of-type(4n + 2){
	background: #dd5714;
}

.three-swiper .swiper-slide:nth-of-type(4n + 3),
.four-swiper .swiper-slide:nth-of-type(4n + 3),
.five-swiper .swiper-slide:nth-of-type(4n + 3){
	background: #39b54a;
}

.three-swiper .swiper-slide:nth-of-type(4n + 4),
.four-swiper .swiper-slide:nth-of-type(4n + 4),
.five-swiper .swiper-slide:nth-of-type(4n + 4){
	background: #f8c22c;
}

.three-swiper .swiper-slide a,
.four-swiper .swiper-slide a,
.five-swiper .swiper-slide a{
	mask-image: url(img/64-mask.png);
	mask-size: 90%;
	mask-position: center;
	mask-repeat: no-repeat;
	display: block;
}

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


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

.footer{
	background:#1c75bc;
	color:#fff;
	font-size:15px;
	padding:40px 150px;
}

.footer .left{
	float: left;
}

.footer .left .logo{
	width: 500px;
	margin: 0 0 20px;
}

.footer .left .ad{
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .025em;
	line-height: 1.1em;
	margin: 0 0 30px;
}

.footer .left p.small{margin: 0}

.footer .right{
	float: right;
}

.footer .right .links{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 36px 0 80px;
	list-style: none;
}

.footer .right .links li{
	padding-left: 25px;
	margin: 0 0 0 25px;
	border-left: 3px solid #9dd7cb;
	line-height: 1em;
}

.footer .right .links li:first-of-type{
	padding: 0;
	margin: 0;
	border-left: none;
}

.footer .right .links li a{
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	letter-spacing: .025em;
	line-height: 1em;
}

.footer .right .social{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.footer .right .social li{
	padding-left: 7px;
	margin: 0;
}

.footer .right .social li:first-of-type{
	padding-left: 0;
}


.footer .right .social li a{
	aspect-ratio: 1/1;
	display: block;
	height: 50px;
}

.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:#fdf4d9;
	margin:50px auto;
	max-width: 1400px;
	box-sizing: border-box;
	padding:80px;
}

.field__item:has(.box-wrap):has(.blue){
	background: #1c75bc;
	color: #fdf4d9;
}


.field__item:has(.box-wrap):has(.yellow){
	background: #f8c22c;
}

.box-wrap .item *:last-child{
	margin-bottom:0;
}
.field__item:has(.full-width)
{
	max-width: unset;
	margin:80px -150px;
	padding:150px;
	position: relative;
}


.field__item:has(.full-width):before{
	position: absolute;
	content: "";
	width: 100%;
	height: 48px;
	background: url(img/tan-wave.png);
	background-position: top;
	top: -48px;
	left: 0;
}

.field__item:has(.full-width):has(.blue):before{
	position: absolute;
	content: "";
	width: 100%;
	height: 48px;
	background: url(img/blue-wave.png);
	background-position: top;
	top: -48px;
	left: 0;
}


.field__item:has(.full-width):has(.yellow):before{
	position: absolute;
	content: "";
	width: 100%;
	height: 48px;
	background: url(img/yellow-wave.png);
	background-position: top;
	top: -48px;
	left: 0;
}

.field__item:has(.full-width) + .field__item:has(.full-width){
	margin-top: -80px;
}


.field__item:has(.full-width):has(.blue) + .field__item:has(.full-width):has(.yellow):before{
	position: absolute;
	content: "";
	height: 60px;
	width: 100%;
	background: url(img/ruler.png);
	background-size: auto 100%;
	top: 0;
	left: 0;
}


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

aside{
	font-size:16px;
}
aside .primary-img{
	margin:0 0 40px;
	mask-image: url(img/mask.png);
	mask-size: 100%;
	background: #dd5714;
	mask-position: center;
}

aside .primary-img .image{
	mask-image: url(img/mask.png);
	mask-size: 95%;
	mask-position: center;
}


.video-wrap{
	mask-image: url(img/video-mask.png);
	mask-size: 100%;
	background: #1c75bc;
	mask-position: center;
	mask-repeat: no-repeat;
}

.video-wrap .colorbox-media-video{
	mask-image: url(img/video-mask.png);
	mask-size: 95%;
	mask-position: center;
	mask-repeat: no-repeat;
}

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{display: none;}

#sub-menu .sub-menu{display: block;}


.sub-menu h2{
	font-size:14px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.sub-menu .menu,
.sub-menu ul{
	margin:0;
	padding: 0;
	list-style:none;
}
.sub-menu ul li{
	padding:0;
	margin: 0;
}
.sub-menu ul li a{ 
	border-top:2px solid #f8c22c;
	display: block;
	padding:15px 0;
	text-decoration:none;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: .025em;
	text-decoration: none;
	color: #13427a;
}

.sub-menu ul li:first-of-type a{
	border-top: none;
}

.sub-menu ul li:nth-of-type(3n + 1) a{
	color: #e96824;
}

.sub-menu ul li:nth-of-type(3n + 2) a{
	color: #1c75bc;
}

.sub-menu ul li:nth-of-type(3n + 3) a{
	color: #379144;
}

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


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

.staff .item .wrap .text .role{
	font-size: .8em;
	line-height: 1.1em;
	font-weight: 400;
}

/* 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;}
.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: 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"]{
	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{
	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;
}

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




