root {
    display: block;
}

/*
*	Map Box
*******************************************/

.content-wrap .map-box img {
    max-width: none;
}

.dm-wrap {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dm-wrap * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dm-wrap h3 {
	margin: 0px !important;
	font-size: 18px;
}

.dm-wrap > div {
    float: left;
    margin-bottom: 20px;
}

.colored .text-box-wrap {
    padding: 10px 10px 0;
}

.text-box-title,
.map-box-title {
    padding: 0 0 20px;
}

.dm-widget-area {
	padding-bottom: 20px;
}

.dm-widget-area .text-box-title {
	padding: 20px 10px;
}

.text-box {
    padding: 0 20px 20px 0;
}

.dm-divider-box {
    margin: 20px 0;
    height: 1px;
    background-color: transparent;
}
/*
* Accordion
******************************/
.dm-wrap .accordion {
    margin-bottom: 40px;
}

.acc-box-wrap {
	text-align: left;
    margin-bottom: 10px;
}

.acc-box-wrap:first-child {
	/*border-top: 1px solid #dbdbdb;*/
}

.acc-box-title {
    cursor: pointer;
	padding: 6px 20px;
    position: relative;
    text-transform: uppercase;
    background-color: #c6c6c6;
    color: #fff;
}

.acc-box-title > h3 {
    color: #fff;
}

.open .acc-box-title {
	background-color: #76AECB;
}

.acc-title-arr {
    float: right;
    position: absolute;
    right: 6px;
    top: 12px;
	width: 20px;
	height: 20px;
	line-height: 20px !important;
	font-size: 12px;
	text-align: center;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.open .acc-title-arr {
	transform: rotate(180deg);
}


.acc-box-content {
    display: none;
    margin: 0 -40px;
    overflow: hidden;
    padding: 10px 40px 40px;
}

.acc-icon-tf-true {
	background: url("images/icon_true.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    float: left;
    height: 40px;
    left: -14px;
    position: relative;
    top: 8px;
    width: 40px;
}

.acc-icon-tf-false {
	background: url("images/icon_false.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    float: left;
    height: 40px;
    left: -14px;
    position: relative;
    top: 8px;
    width: 40px;
}

.acc-qtext-wrap {
    border-top: 1px solid #DEDEDE;
    margin: 0 -40px;
    overflow: visible;
    padding: 0 40px;
    position: relative;
	text-align: left;
}

.acc-qtext-tf {
	color: #483C3C;
	padding: 10px 0 15px 40px;
}

.acc-atext-tf {
	color: #483c3c;
	padding: 10px 0 35px 40px;
}

.dm-contact-form {
    padding-right: 5px;
}

.dm-contact-form > label {
    float: left;
    margin: 20px 0 5px;
    width: 100%;
}

.dm-contact-form input[type="text"] {
    border: 1px solid #ccc;
    float: left;
    font-family: inherit;
	margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
	width: calc(100% - 10px);
}

.dm-contact-form input[type="submit"] {
    margin-top: 10px;
	padding: 5px 25px;
}

.dm-contact-form textarea {
    border: 1px solid #ccc;
	font-family: inherit;
    min-height: 160px;
	width: 100%;
	width: calc(100% - 10px);
}

/*
*   Tabs
*****************************/
.dm-tabs {

}

.tabs-title {
    float: left;
    width: 100%;
    margin-bottom: 0px !important;
}

.tabs-title > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    cursor: pointer;
    float: left;
    height: 42px;
    list-style: none outside none;
    margin-bottom: 0 !important;
    opacity: 0.6;
    overflow: hidden;
    text-transform: uppercase;
    text-align: center; 
	padding-left: 5px;	
}

.tabs-title > li:first-child {
	padding-left: 0px;
}

.tabs-title > li h4 {
	background-color: #a0a0a0; 
    color: #fff;
}

.tabs-title li.current{
    opacity: 1;
}

.tabs-title li.current h4 {	
    background-color: #76AECB;
}

.tabs-title > li:first-child{
    margin-left: 0;
}

.tabs-title li span,
.tabs-title li h4 {
    display: block;
    padding: 6px 0;
    font-size: 18px;
}

.tabs-body {
    float: left;
    width: 100%;
	width: calc(100% - 10px);
}

.tabs-body > li {
    list-style: none outside none;
    overflow: hidden;
    padding: 20px 10px;
    display: none;
	margin: 0px !important;
}

.tabs-body > li.current {
	display: block;
}

/*
*	Image box
**************************************/
.image-box-content {
    padding: 0 10px;
}

.image-box-content img {
	width: 100%;
}

/*
*	Call to action
**************************************/
.cta-wrap {
    padding: 20px 0;
    text-align: center;
    vertical-align: top;
}


.cta-wrap h3 {
    font-size: 28px;
	display: inline-block;
}

.cta-button {    
    display: inline-block;
	margin: 0 20px;
	vertical-align: top;
}



.wwidth-half aside {
    float: left;
    padding: 10px;
    width: 50%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wwidth-third aside {
    float: left;
    padding: 10px;
    width: 33.3333%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wwidth-quarter aside {
    float: left;
    padding: 10px;
    width: 25%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wwidth-full aside {
	width: calc(100% + 70px);
	margin-left: -35px;
	margin-right: -35px;
	margin-top: 0px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
