
@media only screen and (min-width: 3000px) {
    html {
        zoom: 200%
    }
}

body, html {
    margin: 0;
    padding: 0;
    background-color: #FAF8F2;
    color: #2b2726;
    height: 100%;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 14px;
}

h1 {
    font-family: Cormorant, sans-serif;
    font-size: 3em;
    margin: 4px 0 4px 0;
    font-weight: normal;
}

h2 {
    font-family: Cormorant, sans-serif;
    font-size: 2em;
    font-weight: normal;
    margin: 4px 0 4px 0;
}

h3 {
    font-family: Cormorant, sans-serif;
    font-weight: normal;
    margin: 4px 0 4px 0;
}

h4 {
    font-family: Cormorant, sans-serif;
    font-size: 1em;
    font-weight: normal;
    margin: 4px 0 4px 0;
}

h5 {
    font-family: Outfit, sans-serif;
    font-size: 0.7em;
    font-weight: normal;
    margin: 4px 0 4px 0;
}

.SquareWhiteBtn {
    border: thin solid #111;
    padding: 8px 16px;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
     font-family: Outfit, sans-serif;
    background-color: #FAF8F2;
}

.SquareWhiteBtn:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.divSquareWhiteBtn {
    border: thin solid #111;
    padding: 8px 16px;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
     font-family: Outfit, sans-serif;
    margin: 5px;
}

    .divSquareWhiteBtn:hover {
        background-color: rgba(255, 255, 255, 0.9);
    }

.divSquareBlackBtn {
    border: thin solid #2b2726;
    padding: 8px 16px;
    display: inline-block;
    cursor: pointer;
}

    .divSquareBlackBtn:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

.divSquareOnDarkBtn {
    border: thin solid #fff;
    padding: 8px 16px;
    display: inline-block;
    cursor: pointer;
     font-family: Outfit, sans-serif;
}

    .divSquareOnDarkBtn:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

.divPlanLinkBtn {
    color: #111;
    text-decoration: underline;
    padding: 8px 0px;
    display: inline-block;
}

    .divPlanLinkBtn:hover {
        color: #7c7574;
        cursor: pointer;
    }

.divMasterContentWrapper {
    max-width: 1280px;
    min-height: 20px;
    margin: auto;
    text-align: center;
}

img {
    image-rendering: auto;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*home **********************************************/
.divBoxes {
    min-width: 250px;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.3);
}

    .divBoxes:hover {
        background-color: rgba(0, 0, 0, 0.0);
    }

/* content columns *********************************/
.div1ColumnContent {
    width: 100%;
    min-width: 320px;
    text-align: left;
}

.div2ColumnContent {
    display: inline-block;
    width: 50%;
    min-width: 320px;
    text-align: left;
    vertical-align: top;
}

.div3ColumnContent {
    display: inline-block;
    width: 33%;
    min-width: 320px;
    text-align: left;
}

.divContentBox {
    padding: 10px;
}

.divCont {
    max-width: 800px;
    width: 80%;
    margin: auto;
    /*position: relative;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    color: #111;
    text-align: center;
    font-size: 1.7em;
}

.divBlurb1 {
    height: 500px;
    margin: 0px 10px 0px 0px;
}

.divBlurb2 {
    height: 500px;
}

.divQuotesWrapper {
    height: 600px;
}

.divQuotes {
    font-size: 1.7em;
}


/* Header ******************************************/


.divAutoCom {
    position: absolute;
    top: 65px;
    left: 10px;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
    border: thin solid #ccc;
    border-radius: 5px;
    z-index: 100000;
    padding: 10px;
    display: none;
}

.autoComList {
    cursor: pointer;
}

.divAutoComMain {
    position: absolute;
    top: 35px;
    left: 0px;
    width: 200px;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
    border: thin solid #ccc;
    border-radius: 5px;
    z-index: 100000;
    padding: 10px;
    display: none;
    text-align: left;
}

.autoComListMain {
    cursor: pointer;
}

.autoComList:hover, .autoComList:active {
    color: #7c7574;
}

.divHeaderWrapper {
    width: 100%;
    /*background-color: #fff;*/
    z-index: 1000;
    clear: both;
}

/*footer **********************************************/
.divFooterWrapper {
    width: 100%;
    min-height: 250px;
    /*background: url(http://iworks.spilighting.com/Images/Template/footerBg.jpg) no-repeat top center;*/
    background-color: #111;
    background-size: cover;
}

.divFooterMenuWrap
{
    vertical-align:top;
    display:inline-block;
    width:75%;
}

.divFooterContent {
    color: #ffffff;
    padding: 30px;
}

.divFooterCopyright {
    display: inline-block;
    font-size: .8em;
}

.divFooterContact {
    vertical-align: top;
    display: inline-block;
    min-width: 150px;
    max-width: 200px;
    color: #fff;
    text-align: left;
    font-size: 1.2em;
}

    .divFooterMenu {
        min-width: 350px;
        display: inline-block;
        width: 100%;
    }

/* Social Media ****************************************/
.divSocialMediaWrapper {
    display: inline-block;
}

    .divSocialMediaWrapper a {
        padding: 5px;
    }


/******* Contact page ***************************/

.divContactForm {
    width: 50%;
    background-color: #7c7574;
    min-width: 250px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
}

.divContactFormThank {
    width: 50%;
    min-width: 250px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
}

/* Save Banner ***************************************************/
.BannerWrapper {
    position: absolute;
    height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
}

.OpenSearchBanner {
    top: 0;
    left: 0;
    padding: 30px 0 30px 0;
    background-color: rgba(255,255,255,0.8);
    color: #007249;
    font-size: 40px;
    text-align: center;
    overflow: visible;
    height: 1000px;
    z-index: 10000;
    opacity: 1;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.divNavGraybtn {
    font-family: Cormorant, sans-serif;
    background-color: #2b2726;
    border-radius: 10px;
    display: inline-block;
    padding: 8px;
    margin: 3px;
}

    .divNavGraybtn a {
        color: #ffffff;
        text-decoration: none;
        display: inline-block;
        padding: 6px 20px 6px 20px;
        text-transform: uppercase;
    }

    .divNavGraybtn:hover, .divNavGraybtn:active {
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        transition: 0.3s;
        background-color: #7c7574;
    }

 