.clear { clear: both; }
/* ATLAS MAP */
.atlas-wrapper {}
.atlas-map { }
.atlas-container { width:100%; min-height:300px; }

/*.atlas-row { margin-left: -2.5%; margin-right: -2.5%; }*/
.atlas-row:before, .atlas-row:after { content: " "; display: table; }
.atlas-row:after { clear: both; }
.atlas-label {
    width: 25%;
    padding-bottom: 7px;
}

.atlas-label, .atlas-input {
    vertical-align: top;
    float: left;
}

/*
	|-----------------
	| COLUMNS
	|------------------
	*/
.atlas-column { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 2.5%; float: left; }
.atlas-column-12 { width: 100%; }
.atlas-column-11 { width: 91.66666667%; }
.atlas-column-10 { width: 83.33333333%; }
.atlas-column-9 { width: 75%; }
.atlas-column-8 { width: 66.66666667%; }
.atlas-column-7 { width: 58.33333333%; }
.atlas-column-6 { width: 50%; }
.atlas-column-5 { width: 41.66666667%; }
.atlas-column-4 { width: 33.33333333%; }
.atlas-column-3 { width: 25%; }
.atlas-column-2 { width: 16.66666667%; }
.atlas-column-1 { width: 8.33333333%; }
.atlas-column .atlas-label, .atlas-column .atlas-label ~ .atlas-input {
display: block;
width: 100%;
}

.atlas-column .atlas-label label {
    font-weight: bold;
}
.atlas-section h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    margin-top: 6px !important;
	margin-bottom: 24px;
	color: #333;
}
.atlas-section h4 {
    border-bottom: none;
    padding-bottom: 0px;
    margin-top: 24px !important;
	margin-bottom: 6px;
	font-size: 1.2em;
	color: #333;
}

.atlas-column-first {
    padding-left: 0px;
}
.atlas-column-last {
    padding-right: 0px;
}
.atlas-field {
    margin: 0 0 10px;
}

.atlas-row .description {
    font-size: 10px;
    font-style: italic;
    color: #888;
}
.atlas-row input.regular-text {
    width: 100%;
}

.spacer-20 { height: 20px; }
.atlas-full-page { width: 100% !important; }