body{
	color:#333;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	line-height:1.5em;
}


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

.layout-container{
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,.5);
	margin:0 auto;
	max-width:1700px;
}
.region-highlighted{
	background:url(img/interior-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:300px 190px 175px;
	margin-top: -175px;
	position: relative;
}

.front .region-highlighted{margin-top: 0;}

.region-highlighted:before{
	position: absolute;
	content: "";
	height: 100%;
	width: 95px;
	background: linear-gradient(90deg, rgba(245,130,43,1) 0%, rgba(245,130,43,1) 33%, rgba(96,166,68,1) 33%, rgba(96,166,68,1) 66%, rgba(230,29,48,1) 66%, rgba(230,29,48,1) 100%);
	left: 0;
	top: 0;
}


main{
	padding:80px 150px;
}

.front main{
	padding: 0 0;
}

.sidebar-second main,
.sidebar-first main{
	display:flex;
}
.layout-content{
	flex:1;
}

/*.front .layout-content{
	display: block;
}*/

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

.paragraph--type--accordion-content{
	    padding-top: 20px;
    border-top: 1px dotted #666;
}

.paragraph--type--accordion-content .field--name-field-title-or-headline{
	font-weight: 700;
	margin:0 0 25px;
	text-transform: none;
    cursor: pointer;
}

.paragraph--type--accordion-content .field--name-field-content{
	overflow: hidden;
    height: auto;
    padding-bottom: 20px;
/*    max-height: 0;
*/    transition: max-height 700ms ease-in-out;
}


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


.front .footer{
	box-shadow: none;
}
.footer{
	background:#fff;
	color:#333;
	font-size:15px;
	padding:60px 100px;
	text-align: center;
	 box-shadow: 0 0px 16px rgb(0 0 0 / 25%);
}

.footer .text{
	margin: 30px auto 0;
	max-width: 400px;
	text-align: center;
}


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

h1{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size:100px; 
	letter-spacing: -.02em;
	color: #fff;
	line-height:1.1em;
	margin:0 0 0;
}

h1 span{
	border-top: 2px solid #fff;
	padding-top: 20px;
}

h2{
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	line-height:1.1em;
	margin:0 0 30px;
}
h3{
	font-family: 'Oswald', sans-serif;
	font-size:28px;
	line-height:1.1em;
	margin:0 0 25px;
}
h4{
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	line-height:1.1em;
	margin:0 0 20px;
}
h5{
	font-family: 'Oswald', sans-serif;
	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{ 
	color:#999;
}
a:hover{
	color:#777;
}
img{ 
	height:auto;
	max-width:100%;
}
hr{
	margin:60px 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-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.double{
	columns:2;
	column-gap:40px;
}
ul.triple{
	columns:3;
	column-gap:40px;
}
a.btn,
.button,
.button--primary{
	background:#e61d30;
	border:none;
	border-radius:0;
	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;
	text-transform:uppercase;
}
a.btn.second{
	background:#f5822b;
}
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;
}
.box{
	background: #60a644;
	box-sizing:border-box;
	margin-bottom:50px;
	padding:50px;
	position: relative;
	color: #ffff;
}

.box:before{
		position: absolute;
	content: "";
	height: 100%;
	width: 50px;
	background: linear-gradient(90deg, rgba(245,130,43,1) 0%, rgba(245,130,43,1) 33%, rgba(230,29,48,1) 33%, rgba(230,29,48,1) 66%, rgba(0,107,149,1) 66%, rgba(0,107,149,1) 100%);
	top: 0;
	left: 0;
}
.box.dark{
	background:#333;
	color:#fff;
}
.box > :last-child { 
	margin-bottom:0;
}
.spine{
	border-left:3px solid #006a93;
	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%;
}

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

aside{
	font-size:16px;
}
aside .block{
	margin-bottom:40px;
}
aside .box{
	padding:50px 50px 50px 85px;
}
aside h2{
	font-size:24px;
}
aside h3{
	font-size:20px;
}
aside .btn{
	font-size:12px;
	margin:0;
	min-width:0;
}
.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;
}

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

.list-view .item{ 
	border-top:1px solid #ccc;
	padding:40px 0;
}
.list-view .item:first-child{ 
	border-top:none;
	padding-top:0;
}
.list-view .item .title{
	margin-bottom:20px;
}
.list-view .item .title a{
	color:inherit;
	text-decoration: none;
}
.list-view .item .excerpt{
	margin-bottom:10px;
}
.gallery{
	margin:30px 0;
}
.gallery img{
	display:block;
}

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

/* BREADCRUMB STYLES ---------------------------------------- */

.breadcrumb{
	font-size:16px;
	padding-bottom:10px;
}
.breadcrumb a{
	text-decoration: none;
}


/* FORM & ADMIN CLASSES ---------------------------------------- */

.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_panel_list h1, .cke_panel_list h2, .cke_panel_list h3,
.cke_panel_list h4, .cke_panel_list h5, .cke_panel_list h6,
.cke_panel_list p.big, .cke_panel_list p.small, .cke_panel_list *{ 
	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;
}




