body{
	color:#231f20;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size:17px;
	line-height:1.5em;
	margin:0;
}

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

/*.dialog-off-canvas-main-canvas{
	overflow: hidden;
}*/

.layout-container{
	background:#fff;
	margin:0 auto;
	max-width: 1700px;
	overflow:hidden;
}
.region-banner{
	box-sizing: border-box;
	padding:150px 150px 100px;
	text-align: center;
	
}

/*.region-banner .wrap{
	display: flex;
	flex-wrap: wrap;
}

.region-banner .text,
.region-banner .image{
	width: 50%;
}

.region-banner .image{
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 2em;
	text-align: center;
}

.region-banner .text{
	box-sizing: border-box;
	padding-right: 2em;
}*/

.region-banner .image{
	text-align: center;
}

.region-banner img,
.region-banner video{
    max-height: 370px;
    margin: 0 auto;
}


.front .region-banner{
	padding: 0;
}
main{
	padding:0px 150px;
}
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);
}

/*.hide{
	display: none;
}
*/
.user-login-form{
	text-align: center;
}


.page-node-type-article .field--name-body{
	max-width: 1000px;
	margin: 0 auto;
}

.page-node-type-article .footer .field--name-body{
	max-width: unset;
	margin: unset;
}



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

h1{
	font-family: "Epilogue", sans-serif;
	font-size:50px;
	font-weight: 600; 
	color: #231f20;
	line-height:1.1em;
	margin:50px auto 0;
	max-width: 1100px;
}

h1 span.last-word {
	position: relative;
}


h1 span.last-word .animate{
	position: relative;
	bottom: -19px;
/*	display: inline;*/
display: inline-block;
	background: #f3e357;
	white-space:nowrap;
	width: fit-content;
	max-width: fit-content;
    overflow:hidden;
    box-sizing: border-box;
    padding: 0 .15em;
    border-right:.15em solid black;
     animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: black; }
}



.intro-txt{
	margin-top:30px;
	max-width:1100px;
	color: #231f20;
	font-size: 18px;
	line-height: 1.3em;
	text-align: left;
	margin: 30px auto;
}
h2{
/*	    scroll-margin-top: 160px;*/
	font-family: "Epilogue", sans-serif;
	font-weight: 600;
	font-size:45px;
	line-height:1.1em;
	margin:0 0 30px;
}
h3{
/*		    scroll-margin-top: 160px;*/

	scroll-margin: 30px;
	font-family: "Epilogue", sans-serif;
	font-weight: 600;
	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;
}

h2 em, h3 em, h4 em, h5 em{
	font-style: normal;
	background: #f4e557;
} 


p{
	margin:0 0 30px;
}
ul{
	margin:0 0 35px;
	padding-left:30px;
}
li{
	margin:0 0 10px;
}
a, .ck-content a{ 
	color:#999;
}
a:hover{
	color:#777;
}
img{ 
	height:auto;
	max-width:100%;
}

video{
	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-family: "Epilogue", sans-serif;
	font-weight: 600;
	font-size:20px;
	line-height:1.4em;
	margin-bottom:30px;
}
p.small{
	font-size:15px;
	line-height:1.4em;
}

p.subtitle{
	text-transform: uppercase;
	letter-spacing: .09em;
	font-weight: 700;
	font-size: 18px;
}

p.subtitle.green{
	color: #5ecd8b;
}

p.subtitle.blue{
	color: #417bf6;
}

p.subtitle.purple{
	color: #9169f6;
}

p.subtitle.yellow,
p.subtitle.yelllow{
	color: #f1e56f;
}

p.subbox{
	min-width: 50px;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	background: #333;
	width: fit-content;
	text-align: center;
	padding: .25em .5em;
}

p.subbox.green{
	background: #5ecd8b;
}

p.subbox.blue{
	background: #417bf6;
}

p.subbox.purple{
	background: #9169f6;
}

p.subbox.yellow{
	background: #f1e56f;
	color: #231f20;
}

h2.big,
.sub-title h1{
	font-size:38px;
	margin-bottom:30px;
}
ul.custom{
	padding-left:5px;
}
ul.custom li{
	list-style:none;
	margin-bottom:15px;
	padding-left:30px;
	position:relative;
}
ul.custom li:before{
	background:url(img/custom-bullet.png) no-repeat;
	background-size:100%;
	content:"";
	display:inline-block;
	height:20px;
	left:0;
	position:absolute;
	top:3px;
	width:20px;
}

ul.lined{
	padding-left: 0;
}

ul.lined li{
	list-style: none;
	border-bottom: 1px dotted #231f20;
	padding: 15px 0;
	margin: 0;
}

ul.lined li:last-of-type{
	border-bottom: none;
}

ul.lined li p{
	margin: 0;
}

ul.double{
	columns:2;
	column-gap:40px;
}
ul.triple{
	columns:3;
	column-gap:40px;
}
a.btn,
.button,
.button--primary{
	background:#277dfd;
	border:none;
	border-radius: 8px;
	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;
	transform: translateY(0px) translateX(0px);
	transition: ease .5s;
	cursor: pointer;
	
/*	-webkit-box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
-moz-box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);*/
}

a.btn.green{
	background: #5ecd8b;
}

a.btn.purple{
	background: #9169f6;
}

a.btn.yellow{
	background: #f1e56f;
	color: #231f20;
}

a.btn:hover,
a.btn.green:hover,
a.btn.purple:hover,
a.btn.yellow:hover{
	transform: translateY(-5px) translateX(-5px);
	box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
	transition: ease .5s;
}


a.btn.outline{
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
	background:transparent;
	border: 1px solid #417bf6;
	color: #417bf6;
}

a.btn.outline:hover{
	background: #417bf6;
	color: #fff;
	transform: translateY(0px) translateX(0px);
	box-shadow: none;
}

a.btn.outline.green{
	border: 1px solid #5ecd8b;
	color: #5ecd8b;
}

a.btn.outline.green:hover{
	background: #5ecd8b;
	color: #fff;
	transform: translateY(0px) translateX(0px);
	box-shadow: none;
}

a.btn.outline.purple{
	border: 1px solid #9169f6;
	color: #9169f6;
}

a.btn.outline.purple:hover{
	background: #9169f6;
	color: #fff;
	transform: translateY(0px) translateX(0px);
	box-shadow: none;
}





a.arrow{
	display: block;
	font-size: 0;
	color: transparent;
	width: 40px;
	height: 40px;
		background: url(img/arrow-b.jpg);
	background-size: 100%;
	background-repeat: no-repeat;;
}

a.arrow.green{
	background: url(img/arrow-g.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

a.arrow.purple{
	background: url(img/arrow-p.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

a.arrow.yellow{
	background: url(img/arrow-y.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}




/*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--modular-block.lg-3 .image{
/*	aspect-ratio: 750 / 337;*/
	
	margin:0 0 30px;
	overflow:hidden;
}
.paragraph--type--modular-block.lg-3 .image img{
/*    margin-top:-7%;*/
 border-radius: 15px;
}
.paragraph--type--modular-block.lg-2 .image{
/*    float: right;
    width: 33%;*/
/*    aspect-ratio: 750 / 337;*/
    border-radius: 15px;
    margin: 0 0 30px;
    overflow: hidden;
}
.paragraph--type--modular-block.lg-2 .image img{
/*	aspect-ratio: 750 / 337;*/
	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;
    display: flex;
    justify-content: end;
}

/*.paragraph--type--single-block.img-left.quote .image{
	margin: -50px 80px 0 0;
}*/

/*.paragraph--type--single-block.img-left .image img{
	aspect-ratio: unset;
	width: unset;
}
*/
.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,
.field__item:has(.bs-wrapper) .accordion .item {

  cursor: pointer;
  display: block;
  padding: 40px 0 15px 0 !important;
  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: 30px 0 0 35px;
    background: #fff;
    margin: 0 !important;
    display: none;
}
.accordion .item  .content:first-child {
    padding: 10px 20px;
    font-size: 18px;
}

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

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


.accordion .item .icons{
	position: absolute;
	width: 20px;
	top: 40px;
	left: 0;
}



/*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,
.people .slick-prev,
.slider-1 .slick-prev,
.slider-2 .slick-prev,
.resources .slick-prev,
.test-sliders .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,
.people .slick-prev:before,
.slider-1 .slick-prev:before,
.slider-2 .slick-prev:before,
.resources .slick-prev:before,
.test-sliders .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,
.people .slick-next,
.slider-1 .slick-next,
.slider-2 .slick-next,
.resources .slick-next,
.test-sliders .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,
.people .slick-next:before,
.slider-1 .slick-next:before,
.slider-2 .slick-next:before,
.resources .slick-next:before,
.test-sliders .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;
	max-width: 700px;
	margin: 0 auto;
}

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


/*People Sliders ------------------------------------------- */

.people{margin: 75px 0;}

.people header{
	height: unset;
	text-align: center;
	margin-bottom: 75px;
}

.people header:before{
	display: none;
}

.people header p:last-of-type{
	max-width: 650px;
	margin: 0 auto;
}

.people .view-content{
	position: relative;
}

.people .view-content:before{
	position: absolute;
	content: "";
	height: 100%;
	width: 300px;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	bottom: 0;
	left: 0;
	z-index: 3;
}

.people .view-content:after{
	position: absolute;
	content: "";
	height: 100%;
	width: 300px;
	background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	bottom: 0;
	right: 0;
	z-index: 3;
}


.people .item{
	padding: 0 50px;
}

.people .item .wrap img{
	width: 100%;
}

.people .item .wrap .text{
	margin-top: 25px;
}

.people .item .wrap .text .name{
	font-family: "Epilogue", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #231f20;
	margin: 0 0 10px;
}

.people .item .wrap .text .role{
	font-family: "Epilogue", sans-serif;
	font-size: 14px;
	font-weight: 600;
	width: fit-content;
	margin: 0 0 10px;
}

.people .item .wrap .text p{
	font-size: 14px;
}


.people .item .wrap .text .role.Green{
	background: #00d085;
}

.people .item .wrap .text .role.Purple{
	background: #9867ff;
}

.people .item .wrap .text .role.Blue{
	background: #417bf6;
}

.people .item .wrap .text .role.Yellow{
	background: #f4e457;
}

.options li a{
	display: block;
	color: #231f20;
	text-decoration: none;
	transition: ease all .25s;
}

.options li:hover a{
	font-weight: 700;
	transition: ease all .25s;
}


.tab-links,
.options{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: fit-content;
	background: #f1e56f;
	border: 1px solid #231f20;
}

.tab-links li,
.options li{
	margin: 0;
	padding: 10px 40px;
	border-left: 1px solid #231f20;
	border-right: 1px solid #231f20;
	cursor: pointer;
	transition: all ease .25s;
}


.tab-links li:first-of-type,
.options li:first-of-type{
	border-left: none;
}


.tab-links li.arrow{
	position: relative;
}
.tab-links li.arrow::before{
	position: absolute;
	content: "";
	width: 20px;
	height: 29px;
	bottom: -55px;
	left: calc(50% - 10px);
	background: url(img/arrow.png);
	background-size: 100%;
	 animation: move 2s infinite;

}

@keyframes move {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

.tab-links li:last-of-type,
.options li:first-of-type{
	border-right: none;
}

.tab-links li.active{
	font-weight: 700;
}

.tab-links li span{
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: calc(50% - 10.5px);
	margin: 0 5px 0 0;
}

.tab-links li:hover{
	font-weight: 700;
	transition: all ease .25s;
}

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

.footer-contact{
	max-width: 1600px;
	margin: 0 auto;
	padding: 50px 150px;
	text-align: center;
}

.footer-contact .subtitle{
	display: block;
	color: #417bf6;
	text-transform: uppercase;
	letter-spacing: .09em;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 30px;
}

.footer-contact h2{
	font-family: "Epilogue", sans-serif;
	font-size:45px;
	font-weight: 600; 
	color: #231f20;
	line-height:1.1em;
	margin: 0 0 30px;
}

.footer-contact p{
	font-size: 20px;

}

.footer{
	max-width: 1600px;
	margin: 0 auto;
	font-size:15px;
	padding:100px 0 60px;
	position: relative;
}

.footer:before{
		position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: url(img/footer-hr.jpg);
	background-position: center;
	top: 0;
	left: 0;
}

.footer .field__item{
	display: flex;
	flex-wrap: wrap;
	justify-content: end;		
}

.footer .left{
	width: calc(100% - 1000px);
}

.footer .logo{
	width: 200px;
}

.footer .links{
	width: 1000px;
	display: flex;
	flex-wrap: wrap;

}

.footer .links .two,
.footer .links .three,
.footer .links .four{
	margin: 0 0 0 80px;
}

.footer .title{
	color: #417bf6;
	text-transform: uppercase;
	letter-spacing: .09em;
	font-weight: 700;
	font-size: 18px;
	display: block;
	margin:  0 0 35px;
}

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

.footer .links ul li{
	margin: 0 0 20px;
}

.footer .links ul li a{
	font-size: 16px;
	color: #231f20;
	text-decoration: none;
}

.footer .links ul li:hover a{
	text-decoration: underline;
}

.footer .bottom{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0 0;
	margin: 50px 0 0;
}


.footer .bottom:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: url(img/footer-hr.jpg);
	background-position: center;
	top: 0;
	left: 0;
}

.footer .bottom .social{
	width: 20%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .bottom .social li{ padding-right:15px; margin:0; }

.footer .bottom .social li a{
	width: 25px;
	display: block;
}

.footer .bottom .other{
	width: 80%;
	text-align: right;
	padding: 0;
	margin: 0;
	list-style: none;
/*	display: flex;
	flex-wrap: wrap;
	justify-content: end;*/
}

.footer .bottom .other li{
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	position: relative;
}

.footer .bottom .other li a{
	color: #231f20;
	text-decoration: none;
}

.footer .bottom .other li:hover a{
	text-decoration: underline;
}


.footer .bottom .other li:before{
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #231f20;
	border-radius: 100%;
	left: 0;
	top: 14px;
}

.footer .bottom .other li:first-of-type:before{
	display: none;
}

.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){
	margin:75px 0;
}

.field__item:has(.box-wrap) .item,
.gray-box{
	position: relative;
	background:#f2f4fb;
	padding:80px 250px;
	text-align: center;
	overflow: hidden;
	border-radius: 15px;
		-webkit-box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
-moz-box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
}

.field__item:has(.box-wrap) .item:before,
.gray-box:before{
	position: absolute;
	content: "";
	width: 250px;
	height: 1000%;
	background: url(img/wrap-edge.png);
	background-repeat: repeat-y;
	top: 0px;
	left: -50px;
}

.field__item:has(.box-wrap) .item:after,
.gray-box:after{
	position: absolute;
	content: "";
	width: 250px;
	height: 1000%;
	background: url(img/wrap-edge.png);
	background-repeat: repeat-y;
	top: 0px;
	right: -50px;
}

.gray-box p{
	margin: 30px 0;
}


.field--name-field-intro{
	width: 100%;
}

.intro{
	text-align: center;
	margin: 0 0 50px;
}

.intro *:last-child{
	margin-bottom: 0;
}

.intro p{
	max-width: 825px;
	margin: 0 auto 30px;
}

.shadow-box{
	    margin: -.75rem !important;
	background-color: #fff;
	border: 1px solid #231f20;
	border-radius: 8.5px;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
-moz-box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
}

.shadow-box .wrap{
	padding: 70px 60px 35px;
}


.field__item:has(.gray) .shadow-box{ background-repeat: no-repeat; background-position: center top 115px; background-size: 65%;}


.field__item:has(.outline-box),
.field__item:has(.color-box),
.field__item:has(.shadow-box),
.field__item:has(.grid-box){
	margin: 75px 0;
}


.field__item:has(.quote){
	margin: 125px 0 75px;
}


.field__item:has(.outline-box) .wrap{
	border-radius: 6px;
	box-sizing: border-box;
	padding: 30px;
	height: 100%;
	background: #fff;
	border: 1px solid #231f20;
}

.field__item:has(.outline-box) .wrap * :last-child{
	margin-bottom: 0;
}

.field__item:has(.unoutline-box) .wrap{
	border-radius: 15px;
	box-sizing: border-box;
	padding: 30px;
	height: 100%;
	background: #fff;
}



.field__item:has(.color-box) .wrap{
	border-radius: 6px;
	box-sizing: border-box;
	padding: 50px;
	height: 100%;
	color: #fff;
	text-align: center;
}

.field__item:has(.color-box) .item:nth-of-type(3n + 1) .wrap{
	background: #5ecd8b;
}

.field__item:has(.color-box) .item:nth-of-type(3n + 2) .wrap{
	background: #277dfd;
}

.field__item:has(.color-box) .item:nth-of-type(3n + 3) .wrap{
	background: #9169f6;
}

.field__item:has(.color-box)  a.btn{
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
		-webkit-box-shadow: unset;
-moz-box-shadow: unset;
box-shadow: unset;
}

.field__item:has(.color-box) .wrap *:last-child{
	margin: 0;
}



.field__item:has(.grid-box) .item:nth-of-type(odd){
	border-left: 1px solid #231f20;
	border-top: 1px solid #231f20;
	border-right: 1px solid #231f20;
}


.field__item:has(.grid-box) .item:nth-of-type(even){
	border-top: 1px solid #231f20;
	border-right: 1px solid #231f20;
}

.field__item:has(.grid-box) .item:nth-of-type(1),
.field__item:has(.grid-box) .item:nth-of-type(2){
	border-top:none;
}

.field__item:has(.grid-box) .item{
	position: relative;
}

.field__item:has(.grid-box) .item:before{
	position: absolute;
	content: "";
	width: 6px;
	height: 32px;
	background: #231f20;
	left: -3.5px;
	bottom: 95px;
}

.field__item:has(.grid-box) .item:nth-of-type(odd):after{
	position: absolute;
	content: "";
	width: 50px;
	background: #231f20;
	height: 1px;
	left: -50px;
	top: -1px;
}

.field__item:has(.grid-box) .item:nth-of-type(even):after{
	position: absolute;
	content: "";
	width: 50px;
	background: #231f20;
	height: 1px;
	right: -50px;
	top: -1px;
}

.field__item:has(.grid-box) .item:nth-of-type(1):after,
.field__item:has(.grid-box) .item:nth-of-type(2):after{
	display: none;
}


.field__item:has(.grid-box) .item:nth-of-type(odd) .wrap{
	padding:0 150px 0 50px;
}

.field__item:has(.grid-box) .item:nth-of-type(even) .wrap{
	padding:0 50px 0 150px;
}


.box-wrap .item *:last-child{
	margin-bottom:0;
}

.field__item:has(.gray){
	background: #f3f5fb;
		margin:75px -500px;
	padding: 50px 500px;
}



.field__item:has(.quote) .content{
/*	height: 100%;
	max-height: 600px;*/
	height: 550px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.field__item:has(.quote) .paragraph--type--single-block.img-left .content .wrap{
	background: #f2f4fb;
	border-radius: 17px;
	box-sizing: border-box;
	padding: 75px 60px 50px 100px;
	position: relative;
} 

.field__item:has(.quote) .paragraph--type--single-block.img-right .content .wrap{
	background: #f2f4fb;
	border-radius: 17px;
	box-sizing: border-box;
	padding: 75px 100px 50px 60px;
	position: relative;
} 

.field__item:has(.quote) .paragraph--type--single-block.img-left .content .wrap:before{
	position: absolute;
	content: "";
	width: 62px;
	height: 63px;
	background: url(img/quote-left.png);
	top: 30px;
	left: -40px;
}

.field__item:has(.quote) .paragraph--type--single-block.img-right .content .wrap:before{
	position: absolute;
	content: "";
	width: 62px;
	height: 63px;
	background: url(img/quote-right.png);
	top: 30px;
	right: -40px;
}

.field__item:has(.quote) .content .wrap *:last-child{
	margin: 0;
}



.fun-grid .item .wrap{
	height: 100%;
}


.fun-grid .item .wrap .wrapper{
	box-sizing: border-box;
	padding: 60px 40px;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 375px;
}



.fun-grid .item .wrap img,
.fun-grid .item .wrap video{
	width: 350px;
	margin: 30px auto 0;
}

.fun-grid .item .wrap .wrapper .small{
	width: 125px;
}


.fun-grid .item .wrap .wrapper .icon{
	width: 50px;
	margin: 0 auto 20px;
}

.fun-grid .item .wrap .wrapper .icon img{
	margin: 0;
}

/*.fun-grid .item .wrap .wrapper .image.small{
	width: 125px;
	margin: 30px auto 0;
}*/

.fun-grid .item .wrap .wrapper.full{
	height: 100%;
}



.fun-grid .item .wrap .wrapper.yellow{background: #f1e56f; color: #231f20;}
.fun-grid .item .wrap .wrapper.blue{background: #417bf6;}
.fun-grid .item .wrap .wrapper.green{background: #5ecd8b;}
.fun-grid .item .wrap .wrapper.purple{background: #9767fd;}

.fun-grid .item .wrap .wrapper h3{font-family: "Epilogue", sans-serif;
	font-weight: 600;
	font-size:20px;
	line-height:1.4em;}

.fun-grid .item .wrap .wrapper:last-of-type{margin-top: 1em;}
.fun-grid .item .wrap .wrapper.full:last-of-type{margin-top: unset;}

.fun-grid .item .wrap .wrapper .btn{
	display: block;
	max-width: 170px;
	margin: 0 auto;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
	background:transparent;
	border: 1px solid #fff;
	color: #fff;
}


.fun-grid .item .wrap .wrapper.blue .btn:hover{
	background: #fff;
	color: #417bf6;
	transform: translateY(0px) translateX(0px);
	box-shadow: none;
}

.fun-grid .item .wrap .wrapper.purple .btn:hover{
	background: #fff;
	color: #9767fd;
	transform: translateY(0px) translateX(0px);
	box-shadow: none;
}

.fun-grid .item .wrap .wrapper.green .btn:hover{
	background: #fff;
	color: #5ecd8b;
	transform: translateY(0px) translateX(0px);
	box-shadow: none;
}

.fun-grid .item .wrap .wrapper.yellow .btn{
	color: #231f20;
	border: 1px solid #231f20;
}

.fun-grid .item .wrap .wrapper.yellow .btn:hover{
		background: #231f20;
	color: #f1e56f;
	transform: translateY(0px) translateX(0px);
	box-shadow: none;
}



/*Resources ----------------------------------------- */

.resources header{
	text-align: center;
	height: unset;
	padding: 0 0 40px;
}

.resources header:before{
	display: none;
}

.resources header p{
	font-size: 20px;
}

.resources .view-content{
	position: relative;
}

.resources .view-content:before{
	position: absolute;
	content: "";
	height: 100%;
	width: 250px;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	bottom: 0;
	left: 0;
	z-index: 3;
}

.resources .view-content:after{
	position: absolute;
	content: "";
	height: 100%;
	width: 250px;
	background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	bottom: 0;
	right: 0;
	z-index: 3;
}

.resources .item{ padding: 0 20px; }

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

.resources .item .image{
	border: 1px solid #231f20;
	border-radius: 8.5px;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
-moz-box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
overflow: hidden;
width: fit-content;

}

.resources .item .text{
/*	max-width: 400px;*/
	text-align: center;
	padding: 30px 0 0;
}

.resources .item .text .title{
	font-family: "Epilogue", sans-serif;
	font-weight: 600;
	font-size:20px;
	line-height:1.4em;
	color: #231f20;
	background: #f3e357;
	width: fit-content;
	margin: 0 auto 20px;
}

.resources .item .text .type{
	font-family: "Epilogue", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #231f20;
}


/*Multi Sliders -------------------------------------------- */
.multi-slider{margin: 150px 0 75px;}

.multi-slider .sliders .slider-1{
	margin: 0 0 40px;
}

/*.multi-slider .sliders .slider-2 .item{
	margin-left: -30px;
}*/

.multi-slider .sliders .item{
	padding: 0 20px;
}

.multi-slider .sliders .slider-2 .item{
	margin-left: -30px;
	padding: 0 0 0 70px;
}

.multi-slider .sliders .item .wrap{
/*	min-width: 390px;*/
	box-sizing: border-box;
	border-radius: 8.5px;
	border: 1px solid #231f20;
	padding: 0 40px;
}

.multi-slider .sliders .item span{
	display: flex;
	height: 100px;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	font-family: "Epilogue", sans-serif;
	font-weight: 600;
	color: #277dfd;
}



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

.region-sidebar-second{display: none;}

.region-sidebar-second:has(.test){overflow: visible !important; height: 100%; display: block;}




.toc{
	display: block;
	height: fit-content;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	border-radius: 8.5px;
	border: 1px solid #000;
	position: sticky;
	top: 150px;
	box-shadow: rgb(35, 31, 32) 5px 5px 0px 0px;
	font-size: 14px;
}

.toc a{color: #000;}

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

.articles .item{
	border-top: 1px solid #231f20;
	position: relative;
}

.articles .item:nth-child(odd){
	border-right: 1px solid #231f20;
}

.articles .item:nth-child(odd):before{
	position: absolute;
	content: "";
	width: 3px;
	height: 32px;
	background: #231f20;
	right: 0;
	bottom: 95px;
}

.articles .item:nth-child(even):before{
	position: absolute;
	content: "";
	width: 3px;
	height: 32px;
	background: #231f20;
	left: 0;
	bottom: 95px;
}

.articles .item:nth-of-type(1),
.articles .item:nth-of-type(2){
	border-top: none;
}

.articles .item .wrap{
	display: block;
	color: #231f20;
	text-decoration: none;
	box-sizing: border-box;
	padding: 50px 100px;
}

.articles .item .wrap img{
	border: 1px solid #231f20;
	border-radius: 12px;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
-moz-box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
}

.articles .item .wrap .text{
	padding: 30px 0 0;
}

.articles .item .wrap .text .date{
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 20px;
}

.articles .item .wrap .text h3{
	font-family: "Epilogue", sans-serif;
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 20px;
	color: #231f20;
	background: #f3e357;
	width: fit-content;
}


.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{
	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{
	margin: 50px 0 0;
}

.pager__items { display: flex; flex-wrap: wrap; justify-content: center; text-align: center;}
.pager__item { display: flex; flex-direction: column; justify-content: center;  width: 35px; height: 35px; background-color: #f3f5fb;  margin: 0 5px; box-shadow: 2px 2px 0px 0px rgba(35,31,32,1);}
.pager__item a{color: #231f20; text-decoration: none; font-weight: 700; font-size: 22px;}
.pager__item.is-active{ background: #277dfd;}
.pager__item.is-active a{color: #fff;}

.pager__item--next,
.pager__item--last,
.pager__item--first,
.pager__item--previous{
	display: none;
	/*width: unset;
	background-color: unset;
	box-shadow: none;*/
}

/* 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(65,123,246,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 {  }


/*.contact{
	position: relative;
	background: rgba(0, 0, 0, 0.7); height: 100%; padding:0; position: fixed; right: 0; top: 0; width: 100%; z-index: 999; overflow: scroll; 
}*/

/*.contact form{
 position: absolute; z-index: 3000; top: 50%; left: 50%; margin-left: -300px; box-sizing: border-box; width: 100%; max-width: 600px; padding: 50px 60px; background: #fff;
}*/

#contact-form{display: none;}
#contact-form.active{display: block;}

.contact-form{ display: none;backdrop-filter: blur(5px); height: 100%; padding:0; position: fixed; right: 0; top: 0; width: 100%; z-index: 999; overflow: scroll; }
#contact-form.active .contact-form{display: block;}
.contact-form form{
	display: none;
	 position: absolute; z-index: 3000; top: 50%; margin-top: -400px; left: 50%; margin-left: -400px;
	z-index: 3000;
	box-sizing: border-box;
	width: 100%;
	max-width: 800px;
	padding: 50px 60px;
	background: #fff;
	border: 1px solid rgba(35,31,32,1);
	box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
}

#contact-form.active .contact-form form{
	display: block;
}

.contact-form form h2{
	text-align: center;
	font-size: 50px;
	background: #f3e357;
	width: fit-content;
	margin: 0 auto;
}

.contact-form form .text{
	text-align: center;
}

.contact-form form .text a{
	color: #417bf6;
}

.contact-form form .close{
	margin: 15px 0 0;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}

/*.contact form .webform-button--previous{
	display: none;
}

.contact form .button{
	width: 100%;
}*/



/*Scroller ------------------------------------------------------------ */

.scroller{
	height: 465px;
	background: #f3e357;
	border: 1px solid #231f20;
	border-radius: 12px;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
	box-shadow: 5px 5px 0px 0px rgba(35,31,32,1);
	box-sizing: border-box;
	padding: 35px;
}

.scroller ul{
	  max-height: 390px;
  overflow: auto;
	background: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #231f20;
	border-radius: 8px;
}

.scroller ul li{
	border-bottom: 1px solid #231f20;
	margin: 0;
	padding: 0;

}

.scroller ul li:last-of-type{
	border-bottom: none;
}

.scroller ul li span{
	display: block;
	position: relative;
	padding: 22px 85px;
	font-weight: 500;
}

.scroller.icon ul li span:before{
	position: absolute;
	content: "";
	width: 35px;
	height: 35px;
	top: calc(50% - 17.5px);
	left: 33px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.scroller.icon.globe ul li:nth-of-type(3n + 1) span:before{
	background: url(img/globe-b.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.scroller.icon.globe ul li:nth-of-type(3n + 2) span:before{
	background: url(img/globe-p.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.scroller.icon.globe ul li:nth-of-type(3n + 3) span:before{
	background: url(img/globe-g.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.scroller.icon.hs ul li:nth-of-type(3n + 1) span:before{
	background: url(img/hs-b.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.scroller.icon.hs ul li:nth-of-type(3n + 2) span:before{
	background: url(img/hs-p.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.scroller.icon.hs ul li:nth-of-type(3n + 3) span:before{
	background: url(img/hs-g.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.scroller.icon.heart ul li:nth-of-type(4n + 1) span:before{
	background: url(img/csr-b.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.scroller.icon.heart ul li:nth-of-type(4n + 2) span:before{
	background: url(img/csr-p.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.scroller.icon.heart ul li:nth-of-type(4n + 3) span:before{
	background: url(img/csr-g.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.scroller.icon.heart ul li:nth-of-type(4n + 4) span:before{
	background: url(img/csr-y.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}


.scroller.icon.awards ul li span:before{
	width: 35px;
	height: 44px;
	top: calc(50% - 22px);
	left: 33px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.scroller.icon.awards ul li:nth-of-type(4n + 1) span:before{
	background: url(img/rib-p.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.scroller.icon.awards ul li:nth-of-type(4n + 2) span:before{
	background: url(img/rib-b.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.scroller.icon.awards ul li:nth-of-type(4n + 3) span:before{
	background: url(img/rib-y.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.scroller.icon.awards ul li:nth-of-type(4n + 4) span:before{
	background: url(img/rib-g.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}


.scroller ::-webkit-scrollbar {
  width: 18px;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}

/* Track */
.scroller ::-webkit-scrollbar-track {
  background: #fff;
  border-left: 1px solid #231f20; 
    border-radius: 0 8px 8px 0;
  overflow: hidden;
}
 
/* Handle */
.scroller ::-webkit-scrollbar-thumb {
  background: #007fff; 
  height: 60px;
    overflow: hidden;
}



/*Triangles ------------------------------------------------ */

.triangle{
	width: 100px;
	height: 87px;
	background: url(img/float-b.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	transform: rotate(259.196deg);
}

.triangle.blue{
	background: url(img/float-b.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.triangle.green{
	background: url(img/float-g.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.triangle.purple{
	background: url(img/float-p.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

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


.webform-progress-tracker{display: none;}


.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{
	text-align: center;
    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;
}


.path-user main{
	padding-top: 150px;
}

