.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row.wide {
    margin-right: -15px;
    margin-left: -15px;
}

.clearfix:after, .clearfix:before, .row:after, .row:before {
    display: table;
    content: " "
}

.clearfix:after, .row:after {
    clear: both
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

div[class*="col-"]:first-child {
	padding-left: 0; 
}

.row.wide > div[class*="col-"]{
	padding-left: 15px;
	padding-right: 15px;
}

.contact-wrapper {
    padding: 20px 0 0;
}

.contact-wrapper h2 {
    margin: 30px 0 7px;
}

.contact-wrapper p {
    margin: 0;
    line-height: 24px;
}

.contact-wrapper p.clearfix {
    margin: 0 0 15px;
}

.contact-wrapper p.clearfix label {
    float: left;
    width: 120px;
    font-weight: 600;
}

.contact-wrapper p.clearfix span {
    float: left;
    width: calc(100% - 120px);
}

.mr-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.padd-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

@media (min-width: 768px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left
}

.col-12 {
    width: 100%
}

.col-11 {
    width: 91.66666667%
}

.col-10 {
    width: 83.33333333%
}

.col-9 {
    width: 75%
}

.col-8 {
    width: 66.66666667%
}

.col-7 {
    width: 58.33333333%
}

.col-6 {
    width: 50%
}

.col-5 {
    width: 41.66666667%
}

.col-4 {
    width: 33.33333333%
}

.col-3 {
    width: 25%
}

.col-2 {
    width: 16.66666667%
}

.col-1 {
    width: 8.33333333%
}
}

.hero-banner div[class*=' banner_'] {
    margin: 0;
    max-width: 100% !important;
}

.hero-banner .col-3 img {
    width: 100%;
    display: block;
    margin: 3px 0;
}

.form-group {
    position: relative;
    margin: 0 0 20px;
}

.control-label {
    display: block;
    font-weight: 600;
    font-size: 13px;
    margin: 0 0 7px;
}

.form-control, .form-group input[type=text], .form-group input[type=password], .form-group select {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 35px;
    border: 1px solid #ddd !important;
    border-left-width: 2px !important;
}

.required {
    margin-left: 3px;
    color: #ee3424;
    font-size: 12px;
    font-weight: 400;
}

.resp-form .dt-button {
    background-color: #80d8fb;
    border: 0 none;
    font-size: 13px;
    color: #fff;
    height: 35px;
    padding: 0 40px;
}

.resp-form {
    margin: 40px 0 20px;
    background: #f2f2f2;
    padding: 20px 35px 35px;
    border: 1px solid #ddd;
	border-radius: 5px;
}

.block-content > .resp-form {
	margin: -10px;
	border-left: 0px;
	border-right: 0px; 
}
