/*#outterContentBox {*/
/*padding: 0;*/
/*margin: 0;*/
/*!*background-color: #fff;*!*/
/*font: 400 15px/1.4 'Open Sans';*/
/*}*/

@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {
    .colors div {
        width: 84px;
    }
}

p {
    line-height: 1.6em;
    margin: 0 0 20px 0;
}

.socialmediawrapper a {
    display: block;
}

.image-overlay-wrapper{
    position: relative;
}

.image-overlay-caption{
    position: absolute;
    top: 50%;
    font-size: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#wrapper {
    background: none;
    margin: 0 auto 0 auto;
    /*text-align: center;*/
}

#outterContentBox {
    max-width: 1008px;
    /*background-color: #FFF;*/
    margin: 0 auto 0 auto;
    padding: 15px;
    font: 400 15px/1.4 'Open Sans';
}

#innerContentBox {
    font-family: 'HelveticaNeue-Regular', 'Helvetica Neue Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*button {*/
    /*max-width: unset;*/
/*}*/

.fig-wrap {
    margin: 20px 0 15px 0;
}

.fig-wrap a {
    font-size: 12px;
}

.fig-wrap a:hover {
    opacity: .7;
    transition: .7s ease;
}

.product-list {
    text-align: center;
}

.product-list figure {
    display: inline-block;
    border: none;
    margin: 0;
}

.product-list figcaption {
    text-align: center;
    position: relative;
    bottom: 12px;
}

.product-list img {
    height: auto;
    width: 130px;
}

.product-list a {
    border: none;
    color: #333333;
    font-weight: 600;
}

.product-list a:hover {
    border: none;
    color: #df2635;
}

a {
    /*color: #BD202D;*/
    /*font-weight: 600;*/
    text-decoration: none;
    display: inline-block;
    /*border-bottom: 1px solid #BD202D;*/
    padding-bottom: 3px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

a:hover,
a:active,
a:focus{
    color: #df2635;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    /*border-bottom: 2px solid #d82534;*/
    /*padding-bottom: 2px;*/
}

a.image-link{
    border:0;
}

#innerContentBox ul{
    margin-bottom:25px;
}

#innerContentBox ul li{
    margin-bottom:5px;
}

#innerContentBox img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto 15px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

h1 {
    font-family: 'Cinzel', serif;
    font-size: 40px;
    text-align: center;
    padding: 0;
    font-weight: normal;
    width: auto;
    margin: 0 auto 20px auto;
    padding-bottom: 5px;
}

h2 {
    font-family: 'Cinzel', serif;
    font-size: 25px;
    text-align: center;
    padding: 0;
    /* background-color: #bd202d; */
    /* color: #fff; */
    font-weight: normal;
    /* border-radius: 0 15px 0 15px; */
    width: auto;
    border-bottom: 1px solid black;
    margin: 0 auto 30px auto;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    padding-bottom: 5px;
}


h3 {
    font-family: 'Cinzel', serif;
    font-size: 23px;
    text-align: center;
    padding: 0;
    width: auto;
    /*border-bottom: 1px solid black;*/
    margin: 0 auto 30px auto;
    display: inline-block;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    position: relative;
    padding-bottom: 5px;
    font-weight: normal;
}


h4 {
    font-family: 'Cinzel', serif;
    font-size: 19px;
    text-align: left;
    padding: 0;
    font-weight: normal;
    width: auto;
    border-bottom: 1px solid black;
    margin: 0 auto 6px auto;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}


h2.subtitle{
    font-family: 'open sans', sans-serif;
    border-bottom: 0;
    font-size: 17px;
}


#innerContentBox img.image-half {
    max-width: 50%;
}



#innerContentBox .align-center {
    left:50%;
    transform:translateX(-50%);
    position: relative;
}

/* faux bootstrap columns */

.container {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 65px;
}

.col-md-2 {
    width: 12%;
    margin: 0 2%;
    float: left;
}


/*.col-md-3 {*/
/*width: 21%;*/
/*margin: 0 2%;*/
/*float: left;*/
/*}*/

.col-md-4 {
    width: 29%;
    margin: 0 2%;
    float: left;
}

.col-md-5 {
    width: 37.5%;
    margin: 0 2%;
    float: left;
}


/*.col-md-6 {*/
/*width: 46%;*/
/*margin: 0 2%;*/
/*float: left;*/
/*}*/

.col-md-7 {
    width: 54%;
    margin: 0 2%;
    float: left;
}

.col-md-8 {
    width: 62%;
    margin: 0 2%;
    float: left;
}

.col-md-9 {
    width: 70%;
    margin: 0 2%;
    float: left;
}

.col-md-10 {
    width: 79%;
    margin: 0 2%;
    float: left;
}

.col-md-11 {
    width: 87%;
    margin: 0 2%;
    float: left;
}

.col-md-12 {
    width: 96%;
    margin: 0 2%;
    float: left;
    clear: both;
}


.offset-left-1 {
    margin-left:8.3%;
}

.offset-right-1 {
    margin-right: 8.3%;
}

.offset-left-2 {
    margin-left:16%;
}

.offset-right-2 {
    margin-right: 16%;
}

.text-with-button-wrapper span {
    display: inline-block;
    vertical-align: middle;
}

#innerContentBox a.button{
    padding: 15px 25px;
    background-color: #cccccc;
    color: #222;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    text-align: center;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    /* float: right; */
    display: inline-block;
    max-width: 350px;
    vertical-align: middle;
    margin: 10px 10px 10px 10px;
    border:0;
}

#innerContentBox a.button:hover,
#innerContentBox a.button:focus,
#innerContentBox a.button:active {
    background-color: #ffca05;
    color: #070707;
}

#innerContentBox a.button.right {
    float: right;
    padding: 15px 25px;
    background-color: #f3bf27;
    color: #222;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    text-align: center;
    border: solid 1px #f1f1f1;
    letter-spacing: 1px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    display: inline-block;
    max-width: 350px;
    vertical-align: middle;
    margin: -3px 0 5px 25px;
    left:auto;
    -webkit-transform: translateX(0);
    -moz-transform:  translateX(0);
    -ms-transform: translateX(0) ;
    -o-transform:  translateX(0);
    transform:  translateX(0);
}

#innerContentBox a.button.right:hover,
#innerContentBox a.button.right:focus,
#innerContentBox a.button.right:active {
    background-color: #ffca05;
    color: #070707;
}

#innerContentBox a.button.left {
    float: left;
    padding: 15px 25px;
    background-color: #f3bf27;
    color: #222;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    text-align: center;
    border: solid 1px #f1f1f1;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    /* float: right; */
    display: inline-block;
    max-width: 350px;
    vertical-align: middle;
    margin: -3px 25px 5px 0;
    left:auto;
    -webkit-transform: translateX(0);
    -moz-transform:  translateX(0);
    -ms-transform: translateX(0) ;
    -o-transform:  translateX(0);
    transform:  translateX(0);
}

#innerContentBox a.button.left:hover,
#innerContentBox a.button.left:focus,
#innerContentBox a.button.left:active {
    background-color: #ffca05;
    color: #070707;
}


#innerContentBox a.button.medium {
    letter-spacing: 0;
    padding: 10px 17px;
    font-size:12px;
    text-transform: uppercase;
}


#innerContentBox a.button.small {
    letter-spacing: 0;
    padding: 8px 14px;
    font-size:12px;
    text-transform: uppercase;
    position: relative;
    bottom: 35px;
    width: 250px;
}



#innerContentBox a.button.light{
    background-color: #f3bf27;
    color: #222;
}


#innerContentBox a.button.light:hover{
    background-color: #ffdc18;
    color: #111;
}



#innerContentBox a.button.price-icon{
    background: #ddd url(../images/icons/dollar-badge-24.svg) scroll 10px center no-repeat;
    padding-left: 45px;
    text-align: left;
    color: #222;
}

#innerContentBox a.button.price-icon:hover{
    background: #ffdc18 url(../images/icons/dollar-badge-24.svg) scroll 10px center no-repeat;
    padding-left: 45px;
    text-align: left;
    color: #111;

}

/*.left-align {*/
/*text-align: left;*/
/*margin-left: 32px;*/
/*}*/

.left-align-two {
    text-align: left;
    margin-left: 0;
}

.center-align {
    text-align: center;
}

.block-content {
    margin: 5px 0;
}

/********************* quote form *********************/

#contactform * {
    box-sizing: border-box;
}

.cta-form {
    background-color: #BD202D;
    color: #fefefe;
    max-width: 100%;
    width: 400px;
    left:50%;
    transform:translateX(-50%);
    position: relative;
}

.cta-form.right {
    float: right;
    margin-left: 25px;
    margin-bottom: 15px;
}

.cta-form h2 {
    text-transform: uppercase;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 27px;
    margin: 15px 0 20px;
    border-bottom-color: #fff;
}

.cta-form .field-wrapper input.form-item {
    font-weight: 600;
}

.cta-form .field-wrapper input.form-item,
.cta-form .field-wrapper textarea.form-item {
    background-color: #ef2839;
    border: none;
    margin: 0;
    color: white;
    padding: 10px 15px;
    /*width: calc(100% - 30px);*/
    width: 100%;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.cta-form form > .field-wrapper:not(.textarea-wrapper):nth-of-type(odd) {
    margin: 0 5px 12px 30px;
    float: left;
    width: calc(50% - 35px);
}

.cta-form form > .field-wrapper:not(.textarea-wrapper):nth-of-type(even) {
    margin: 0 30px 12px 5px;
    float: left;
    width: calc(50% - 35px);
}

.cta-form form > .field-wrapper.textarea-wrapper{
    margin: 0 30px 12px 30px;
    width: calc(100% - 60px);
}


.cta-form .field-wrapper input.form-item::-webkit-input-placeholder { color: #fff; }
.cta-form .field-wrapper input.form-item::-moz-placeholder          { color: #fff; }
.cta-form .field-wrapper input.form-item:-ms-input-placeholder      { color: #fff; }
.cta-form .field-wrapper input.form-item::placeholder               { color: #fff; }
.cta-form .field-wrapper textarea::-webkit-input-placeholder { color: #fff; }
.cta-form .field-wrapper textarea::-moz-placeholder          { color: #fff; }
.cta-form .field-wrapper textarea:-ms-input-placeholder      { color: #fff; }
.cta-form .field-wrapper textarea::placeholder               { color: #fff; }

.cta-form .button-submit {
    background-color: #f3bf27;
    font: 800 0.75rem/1.2 'Open Sans';
    color: #333;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    width: calc(100% - 60px);
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
    box-shadow: none;
    cursor: pointer;
    border:none;
    border-radius:4px;
    margin:7px 30px 20px 30px;
}

.submit-button {
    background-color: #f3bf27;
    padding: 15px 25px;
    color: #222;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    border: none;
    width: 86%;
    margin: 0px 7% 15px 7%;
}

.submit-button:hover {
    background-color: #f7e19b;
    transition: .8s;
    cursor: pointer;
}

/*.cta-form button[type=submit] {*/
    /*max-width: unset;*/
/*}*/

.cta-form .button-submit:hover,
.cta-form .button-submit:focus,
.cta-form .button-submit:active {
    background-color: #ffc929;
    color: #070707;
}

.cta-form .field-wrapper input[type="text"],
.cta-form .field-wrapper input[type="email"],
.cta-form .field-wrapper input[type="tel"],
.cta-form .field-wrapper input[type="number"] {
    font-size: 13px;
    height: 41px;
}

#contactform #ContactDealerDiv {
    width: 86%;
    height: 50px;
    margin: 0 7% 15px 7%;
    border: 2px solid #f7e19b;
    background: #f7e19b;
    border-radius: 6px;
    color: black;
    font-weight: bold;
    padding: 5px;
    font-size: 18px;
}

#contactform #ContactDealerDiv body {
    font-family: 'HelveticaNeue-Regular', 'Helvetica Neue Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 0;
}

clearfix:before, .clearfix:after{
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.highlight{
    background: #fffea0;
    padding:3px 4px;
}

.image-caption-wrapper{
    position: relative;
}

#innerContentBox .image-caption-wrapper img{
    margin:0 auto;
}

.image-caption-one {
    padding: 10px 0 15px 0;
    margin-bottom: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.7;
}

.image-caption{
    padding: 10px 15px 15px 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.7;
}

.container .hero {
    margin-bottom: -65px;
}

.hero .image-caption-one {
    margin-top: 10px;
    margin-bottom: 50px;
}

.who-are-we {
    margin: 0px 0px 80px 0px
}

.who-are-we h1 {
    margin-bottom: 5px;
}

/* Pricing table */
table.pricing-table{
    border-collapse: collapse;
    table-layout: fixed;
    width: 115%;
    border-radius: 15px;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    orphans: 2;
    widows: 2;
    -webkit-text-stroke-width: 0px;
    text-decoration-style: initial;
    left: 50%;
    text-decoration-color: initial;
    transform: translateX(-50%);
    position: relative;
}


table.pricing-table thead th{
    background: #ddd;
    padding: 5px 5px;
    font-size: 14px;
    text-align: center;
}


table.pricing-table tr td {
    padding:10px 5px;
    text-align:center;
}

table.pricing-table tr:nth-child(even) td{
    background-color: #eee;
}

.emphasize{
    padding: 10px 20px;
    margin: 0 10px 25px 10px;
    text-align: center;
    border: 2px dashed #BD202D;
    color: #BD202D;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    bottom: 5px;
}

.image-slider-nav{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 0;
    overflow: visible;
    top: 35%;
    transform: translateY(-50%);
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.arrow-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid #fff;
    position: absolute;
    right: 10px;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 25px solid #fff;
    position: absolute;
    left: 10px;
}

.fine-print{
    margin: 10px 10% 20px 10%;
    font-size: 13px;
    text-align: center;
    color: #777;
    line-height: 1.2em;
}


.selection-wrapper{
    text-align: center;
    margin-bottom: 15px;
}

.selection-wrapper form {
    display: inline-block;
}

.selection-wrapper form select{
    padding: 10px 20px;
    background-color: #f5f5f5;
    color: #222;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    text-align: center;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    /* float: right; */
    display: inline-block;
    max-width: 350px;
    vertical-align: middle;
    margin: 0 10px;
    border: 1px solid #ccc;
}


a.anchor{
    display: block;
    border: 0;
}

.rent-own-price,
.cash-price{
    margin: 3px;
}

.cash-price .price,
.rent-own-price .price{
    font-weight: bold;
}


/*BOTTOM LINKS AFTER MAIN CONTENT*/

.botton-nav {
    position: relative;
    top: 55px;
}

.home-header .main-subtitle {
    font-size: 27px;
}


/*OTHER STYLES*/

.content-break {
    margin-top: 20px;
}

.bottom-tagline {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    bottom: 15px;
    letter-spacing: 1px;
}

.bottom-tagline p {
    font-family: 'Cinzel', serif;
    font-size: 30px;
}

/*.footer {*/
/*position: relative;*/
/*left: 18px;*/
/*}*/

div ol {
    line-height: 1.5;
    position: relative;
    left: 5px;
}

.h-content p {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
}

.main-title {
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: 12px;
    margin-left: 12px;
    margin-bottom: 15px;
}

.column img {
    text-align: center;
}

/*.column {*/
/*float: left;*/
/*width: 45%;*/
/*padding: 0 20px;*/
/*margin-bottom: 40px;*/
/*}*/

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column a:link,
.column a:visited {
    border: none;
    font-family: 'Cinzel', serif;
    font-size: 25px;
    color: #232323;
    text-align: center;
    padding: 0;
    font-weight: normal;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.column a:hover {
    color: #df2635;
}

.column a img:hover {
    transform: scale(1.01);
    transition: .2s;
}

.faq {
    width: 100%;
    margin: 0 auto 60px auto;
}

.faq h4 {
    margin-bottom: 25px;
    text-decoration: none;
}



/*MCC Styles*/


.floor-system {
    background-position:center center;
    background-size: cover;
    background-repeat:no-repeat;
    width: calc(100% - 40px);
    min-height: 500px;
    padding: 20px;
}

.floor-system.first {
    background-image: url('../images/floor001.jpg');
    margin: 0 0 20px 0;
    border-radius: 4px;
}

.floor-system.second {
    background-image: url('../images/IMG_2096.jpg');
    min-height: 295px;
    border-radius: 4px;
}

.floor-system.third {
    /*background-image: url('images/IMG_7267.jpg');*/
}

.floor-system.third img {
    display: block;
    margin: -25px 0 0 0;
}

.floor-system.fourth {
    min-height: auto;
}

.floor-system.fourth img {
    display: block;
    margin: -80px 0 0 0;
}

.floor-system img {
    display: none;
    width: calc(100% - 0px);
}

.advantage-points-container {
    position: relative;
    /*background-color: orange;*/
    overflow: hidden;
    width: calc(100% - 20px);
    padding: 10px;
}

.advantage-point {
    background-image: url('../images/white.png');
    border-radius: 8px 0 36px 0;
    padding: 20px 0 0 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    height: calc(100% - 20px);
}

.advantage-points-container p.numbers {
    position: absolute;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    border-radius: 8px 0 8px 0;
    left: 4px;
}

.advantage-points-container h3 {
    color: #bd202d;
    margin: 0 0 0 20px;
}

.advantage-point-wrapper {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: calc(210px - 20px);
}

.flooring01 {
    float: left;
    width: calc(50% - 5px);
    background-repeat:no-repeat;
    height: 100%;
}

.flooring02 {
    float: right;
    width: calc(50% - 5px);
    margin: 0 0 0 10px;
    background-repeat:no-repeat;
    background-size: contain;
    background-position: center right;
}

#number-one, #number-two, #number-three {
    width: calc(380px - 0px);
}

#number-one {
    float: left;
}

#number-one .flooring01 {
    text-align: right;
}

#number-two {
    float: right;
}

#number-three {
    margin: auto;
}

#number-three .advantage-point-wrapper {
    min-height: calc(170px - 20px);
}

#number-three .flooring01 {
    text-align: right;
}

#number-four, #number-five {
    width: calc(500px - 0px);
}

#number-four .advantage-point, #number-five .advantage-point {
    padding: 20px;
}

#number-five {
    float: right;
}

/*-----------*/

/*.siding-buffer p:last-child {*/
/*margin-top: 42px;*/
/*}*/

.siding-colors ul {
    display: inline-block;
}

.siding-buffer-two p:last-child {
    margin-bottom: 70px;
}

.colors h2 {
    margin-top: -45px;
}

.form-height {
    height: 142px;
}

.cta-form .field-wrapper textarea.form-item .faq {
    height: 142px;
}

.header-three {
    margin-bottom: 5px;
}

.loft p {
    text-align:center;
    line-height: 2.3;
}


.quality-buttons {
    text-align: center;
    margin-top: 44px;
}

.quality-buttons a {
    width: 135px !important;
}

.construct-pad {
    margin-top: -65px;
}

.bottom-pad h3 {
    font-size: 32px;
    margin: -50px 0 0px 0;
}

.bottom-nav-pad {
    margin: -45px 0 50px 0;
}

.siding-aux-margin {
    margin-top:60px;
}

.colors h2 {
    width: 100%;
    margin: 15px auto;
}

/*.color-title {*/
    /*font-size: 44px;*/
    /*border: unset;*/
    /*letter-spacing: 10px;*/
    /*margin-left: 2px;*/
    /*margin-bottom: 0px;*/
/*}*/

.options-gal {
    margin: 40px 0;
}

/*PRICING TABLE*/

.pricing-table.EstimateTable, .pricing-table.EstimateTable th {
    vertical-align: middle;
}

/*PRICING TABLE*/

@media (min-width:768px) {


    .col-md-3 {
        width: 21%;
        margin: 0 2%;
        float: left;
    }

    .col-md-6 {
        width: 46%;
        margin: 0 2%;
        float: left;
    }

    .column {
        float: left;
        width: 50%;
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .left-align {
        text-align: left;
        margin-left: 32px;
    }

    #innerContentBox {
        margin: 0;
        padding: 20px;
        background-color: #fafafa;
        text-align: left;
        box-shadow: 0 2px 14px 2px rgba(0, 0, 0, 0.75);
        border-radius: 0 30px 0 30px;
    }

    #innerContentBox:after {
        content: '';
        clear: both;
        display: table;
    }

    .main-title {
        font-size: 60px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    #options-page .content-top {
        margin: 0 70px;
    }

    #options-page .break-title {
        font-size: 65px;
        line-height: 1;
        margin: 50px 0 25px;
        text-align: center;
        border-top: 3px solid #1e1e1e;
        border-bottom: 3px solid #1e1e1e;
        padding: 22px 0;
    }

    #options-page h3 {
        font-size: 17px;
        margin: 25px 0 0;
    }

    .options-header p {
        margin: 20px 85px 40px;
        text-align: center;
    }

    .options-row {
        height: 450px;
    }

    .options-price {
        font-weight: 600;
        color: #ba414b;
    }

    #options-page .options-disclaimer {
        margin: 40px auto 0;
        text-align: center;
    }

    #options-page .options-gal img {
        display: inline-block;
        width: 31%;
        margin: 0 1%;
    }

    .hero .image-caption-one {
        padding: 0 130px;
    }

    .hero img {
        width: 70%;
        position: relative;
        left: 15%;
    }

    .hero-slider {
        margin-bottom: -30px;
    }

    .who-are-we {
        margin: 0px 55px 80px 55px
    }

    #innerContentBox .align-right {
        float: left;
        margin-right: 25px;
        margin-bottom: 15px;
        margin-top: 5px;
        max-width:50%;
    }

    #innerContentBox .align-left {
        float: right;
        margin-left: 25px;
        margin-bottom: 15px;
        margin-top: 5px;
        max-width:50%;
    }

    table.pricing-table {
        width: 90%;
    }

    table.pricing-table tr td {
        padding: 10px 9%;
    }

    .faq {
        width: 75%;
    }

    .siding h2 {
        padding: 0 170px;
    }

    /*.colors h2 {*/
        /*border: unset;*/
    /*}*/
}

@media (min-width:992px) {

    .hero .image-caption-one {
        padding: 0 185px;
    }

    /* Commented out by Jason.  Please check with me if you want to re-enable this. */
    /*
    #innerContentBox a.button.small {
        width: 155px;
    }
    */

    .dutch-lap-end {
        margin: 410px 20px 0;
    }

    .lp-color-center div{
        position: relative;
        left: 205px;
    }
}
