body{
	color: #333;
	  font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 1.5em; 
	margin:0;
}

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

.layout-container{
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,.5);
	margin:0 auto;
	max-width:1700px;
	overflow:hidden;
}


.region-banner{ background:#000 url(img/sub-hdr-image-mask.png) right top no-repeat; }
.sub-hdr,
.sub-hdr * { box-sizing: border-box; }
.sub-hdr { }
.sub-hdr .sub-hdr-container { display: flex; overflow: hidden; align-items: center; position: relative; height: 500px; padding: 0.5em 1.6875em; background: #000 url(img/sub-hdr-image-mask.png) 0 0 no-repeat; font-size: 80px; background-size:auto 100%; }
.sub-hdr .sub-hdr-content { font-family: "Roboto Condensed", sans-serif; position: relative; z-index: 2; width:calc(100% - 400px); max-width:860px; }
.sub-hdr .sub-hdr-content h1 { margin: 0; color: #fff; font-size: 1em; font-weight: 700; line-height:1em; }
.sub-hdr .sub-hdr-content .intro-text{
	color: #fff;
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 20px;
}
.sub-hdr .sub-hdr-image { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.sub-hdr .sub-hdr-image::before { content: ''; display: block; position: absolute; z-index: 2; top: 0; right: 0; height: 100%; width: 100%; background: transparent url('img/sub-hdr-image-mask.png') right top no-repeat; background-size: cover; }
.sub-hdr .sub-hdr-image img { display: block; position: absolute; z-index: 1; top: 0; right: 0; height: 100%; width: auto; max-width:none; }

/* SHOWS PAGE ------------------------------------------------------ */

.show-hdr-image img{ position:absolute; top:70px; right:70px; width:470px; }
.sub-hdr .sub-hdr-content .intro-text.date{ margin:20px 0; }
.sub-hdr.shows .sub-hdr-content h1.page__title{  }

.show-schedule{ padding-top:50px;  }
.show-schedule h2{ font-size:30px; }
.show-schedule.wrap{ margin-bottom:50px; }
.show-schedule p{ font-size:16px; padding-top:15px; border-top:1px solid #aaa; margin-bottom:15px; }
.show-schedule p:first-child{ border:none; }
.show-schedule p strong,
.show-schedule p em{font-family: "Roboto Condensed", sans-serif; color:#b1005d; font-weight:400; font-size:20px; font-style:normal; display:inline-block; padding:0 15px; border-right:1px solid #aaa; }
.show-schedule p strong:first-child{ padding-left:0; min-width:40px; }
.show-schedule p em{ min-width:80px; margin-right:15px; }
.not-logged-in.node-type-event .service-links{ margin-top:-20px; position:relative; top:-40px;  }
.m-poster{ display:none; }

#cboxClose{ height:50px; width:50px; background:url(img/btn-close.png) 0 0; background-size:50px; }
#cboxClose:hover{ background-position:0 0; }
#cboxLoadedContent{ overflow:auto; -webkit-overflow-scrolling:touch; }

.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:target {
  visibility: visible;
  opacity: 1;
}

.outer{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
/*  padding: 20px;
  background: rgba(135, 100, 121, .7);*/
}



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


.outer .inner .text{
   max-height: 300px;
  overflow: auto;
  margin: 30px 0 0;
}


.outer .inner .hide{
  display: block;
  text-transform: uppercase;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;}




.front .region-banner{
	padding: 0;
}
main{
	padding:120px 135px;
}

.front main{padding: 0;}

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

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 80px;
	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% - 480px);
}





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

h1{
	font-family: "Roboto Condensed", sans-serif;
	margin: 0;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    line-height: 1em;
}

h2{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 50px; 
	font-weight: 700;
	line-height:1.1em;
	margin:0 0 25px;
	color: #101010;
}
h3{
	font-family: "Roboto Condensed", sans-serif;
	font-size:30px;
	font-weight: 700;
	line-height:1.1em;
	margin:0 0 30px;
	color: #101010;
}
h4{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 23px; 
	font-weight: 400; 
	text-transform: uppercase;
	line-height:1.1em;
	margin:0 0 20px;
	color: #101010;
}
h5{
	font-size: 20px;
	font-weight: 700; 
	line-height:1.1em;
	margin:0 0 10px;
	color: #101010;
}

h6{
	color: #101010;
}

p{
	margin:0 0 30px;
}
ul{
	margin:0 0 35px;
	padding-left:30px;
}
li{
	margin:0 0 10px;
}
a, .ck-content a{ 
	color: #800044; text-decoration: underline;
}
a:hover{
	color: #b1005d; text-decoration: none; 
}
img{ 
	height:auto;
	max-width:100%;
}
hr{
	margin:60px 0;
	border-top: 5px solid #e99619;
}

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;
}
ul.custom{
	padding-left:5px;
}
ul.custom li{
	 list-style: none; margin: 0 0 .75em; padding-left: 1.75em; padding-top:3px; background: transparent url(img/tiny-rooster.png) 2px 9px no-repeat; background-size:16px;
	 font-size:15px; font-weight:bold; line-height:1.1em; background-position:3px 3px; margin-bottom:20px;
}

ul.custom li strong{ font-size:17px; }

ul.double,
.arc ul{
	columns:2;
	column-gap:40px;
}

ol.custom li { margin-bottom: .75em; }
ol.custom { counter-reset: li; list-style: none; padding-left: 0; }
ol.custom > li { position: relative; margin: 0 0 .75em 2em; }
ol.custom > li:before { content: counter(li, decimal); counter-increment: li; position: absolute; top: 0; left: -2em; height: 1.5em; width: 1.5em; border: 1px solid #999; border-radius: 50%; color: #666; font-size: 1em; font-weight: bold; line-height: 1.4em; text-align: center; }


ul.triple{
	columns:3;
	column-gap:40px;
}


.btn,
.webform-client-form .form-submit,
.button,
.button--primary,
input.btn {font-family: "Roboto Condensed", sans-serif; display: inline-block; position: relative; padding: 20px 45px 20px 75px; border: none; margin: 20px 1em 1.5em 0; background-color: #000; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; text-transform: uppercase; box-shadow: 1px 15px 15px rgba(0,0,0,0.22); outline:none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;

  background-image: url('img/btn-bg-red.png'), url('img/btn-bg-red.png');
  background-position: 0 0, 37px 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 35px 100%, 0 100%;

  -webkit-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
.btn.mini{ padding:10px 30px 10px 60px; margin-right:0; }
.btn:hover,
.webform-client-form .form-submit:hover { color: #fff;

  background-size: 35px 100%, 100% 100%;

  -webkit-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
.btn.red,
.webform-client-form .form-submit.red { background-image: url('img/btn-bg-red.png'), url('img/btn-bg-red.png'); }
.btn.blue,
.webform-client-form .form-submit.blue { background-image: url('img/btn-bg-blue.png'), url('img/btn-bg-blue.png'); }
.btn.green,
.webform-client-form .form-submit.green { background-image: url('img/btn-bg-green.png'), url('img/btn-bg-green.png'); }
.btn.orange,
.webform-client-form .form-submit.orange { background-image: url('img/btn-bg-orange.png'), url('img/btn-bg-orange.png'); }

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: 1400px; padding: 0px 0px !important; box-sizing: border-box; }




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

.swiper-button-next:after{
	position: absolute;
    content: "" !important;
    width: 84px !important;
    height: 57px !important;
    background-image: url('img/arrow-orange-nexy.png');
    background-size: 100% !important;
}

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

.swiper-button-prev:after{
	position: absolute;
    content: "" !important;
    width: 84px !important;
    height: 57px !important;
    background-image: url('img/arrow-orange-prev.png');
    background-size: 100% !important;
}

.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: #101010 url('img/footer-bg.jpg') center center no-repeat; background-size: cover; 
	color:#fff;
	font-size:15px;
	padding:0 135px;

}

.footer .content{
	 display: flex; flex-direction: row; max-width: 1450px; margin: 0 auto; padding: 90px 0;
	 font-family: "Roboto Condensed", sans-serif;
}

.footer .content .vcard { display: flex; flex-direction: row; position: relative; height: 135px; width: calc(100% - 375px); padding: 0 0 0 150px; color: #fff; font-size: 24px; font-weight: 300; line-height: 1.4em; }

.footer .content .vcard .org { display: block; position: absolute; z-index: 1; left: 0; top: 0; height: 100%; width: 110px; text-indent: -9999em; }
.footer .content .vcard .org::before { content: ''; display: inline-block; position: absolute; z-index: 1; top: 0; left: 0; height: 100%; width: 103px; background: transparent url('img/logo-header.trans.png') left top no-repeat; background-size: auto 100%; }
.footer .content .vcard .adr { padding: 20px 0 0; }
.footer .content .vcard .adr .street-address { }
.footer .content .vcard .adr .locality,
.footer .content .vcard .adr .region,
.footer .content .vcard .adr .postal-code { }
.footer .content .vcard .adr .locality::after { }
.footer .content .vcard .adr .locality { }
.footer .content .vcard .adr .copyright-addon { position: absolute; z-index: 1; left: 150px; bottom: 0; font-size: 14px; font-weight: 300; }
.footer .content .vcard .contact { padding: 20px 0 0 80px; }
.footer .content .vcard .contact a { display: block; color: #fff; }
.footer .content .vcard .contact a.tel { text-decoration: none; }
.footer .content .vcard .contact a.email { text-decoration: none; }
.footer .content .vcard .contact a.email:hover { color: #e99619; }

.footer .content .social-media { width: 375px; padding: 30px 0 0; text-align:right; }
.footer .content .social-media ul { list-style-type: none; padding: 0; margin: 0; width: 100%; }
.footer .content .social-media ul li { list-style-type: none; list-image-type: none; display: inline-block; }
.footer .content .social-media ul li a { display: block; width: 52px; }
.footer .content .social-media ul li a img { display: block; }
.footer .content .copyright { display: none; color: #fff; font-size: 12px; font-weight: 300; text-align: center; }
.footer .content .credit{ color:#14adf9; font-size:14px; padding-top:15px; }
.footer .content .credit a{ color:#14adf9; text-decoration:none; }
.footer .content .credit a:hover{ color:#fff; }

.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;
}
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{
	 padding-left: 45px; border-left: 10px solid #ccc; margin-bottom: 80px;
}

.sub-menu h2{
	margin: 0 0 1em; font-size: 20px; font-weight: 700;
}
.sub-menu ul{
	padding: 0;
	margin:0;
}
.sub-menu li{
	list-style: none; padding: 0.5em 0; font-size: 15px;
}
.sub-menu li a { color: #333333; font-weight: 400; text-decoration: none; text-transform: uppercase; }
.sub-menu li a:hover { color: #b1005d; }


/* 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,
.list-view .item .title{
	font-size: 1em; font-weight: bold; margin-bottom: .5em;
}

.list-view .item .wrap .date { font-size: .8em; }

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


.show-grid .item { padding: 0 15px 30px; }
.show-grid .item a { display: block; text-decoration: none; box-shadow: 1px 15px 15px rgba(0,0,0,0.22); }
.show-grid .item a .image { display: block; }
.show-grid .item a .image img { display: block; }
.show-grid .item a .info { display: block; background-color: #070707; padding: 0 12%; color: #fff; text-align: center; }
.show-grid .item a .info .title { display: flex; justify-content: center; align-items: center; box-sizing: border-box; height: 90px; padding: 0.25em 0; border-bottom: 1px solid #0083a9; font-size: 18px; font-weight: 700; }
.show-grid .item a .info .date { display: block; padding: 1.5em 0 2.7em; font-size: 13px; font-weight: 400; text-transform: uppercase; }

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


.list-view .item .wrap{
	text-decoration: none;
	color: #000;
}
/*
.list-view.archive .item .wrap{
	display: flex;
}*/

.archive .wrap{
	display: block;
	border: 1px solid #333;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    text-decoration: none;
}

.archive .wrap .title{
	color: #333;
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	margin: 0 0 30px;
}

.archive .wrap .date{
	color: #333;
}

.archive .views-exposed-form{
	display: flex;
	flex-wrap: wrap;
}

.archive label{
	display: block;
}

.archive .form-item{
	padding-right: 15px;
}

.archive .form-actions{
	width: 100%;
}

.archive .form-actions .button{
	margin: 0 0 30px;
}

.archive .form-item-field-date-value input{
	width: 80px;
}


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





