/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

/* TYPOGRAPHY */
@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/montserrat-light-webfont.woff2') format('woff2'), url('/fonts/montserrat-light-webfont.woff') format('woff'), url('/fonts/montserrat-light-webfont.ttf') format('truetype'), url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/montserrat-regular-webfont.woff2') format('woff2'), url('/fonts/montserrat-regular-webfont.woff') format('woff'), url('/fonts/montserrat-regular-webfont.ttf') format('truetype'), url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/montserrat-bold-webfont.woff2') format('woff2'), url('/fonts/montserrat-bold-webfont.woff') format('woff'), url('/fonts/montserrat-bold-webfont.ttf') format('truetype'), url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #a32642;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #a32642;
    color: #fff;
    text-shadow: none;
}

h1 {
    font-family: 'montserratbold';
    color: #a32642;
    font-size: 24px;
    text-transform: uppercase;
}

h2 {
    font-family: 'montserratbold';
    color: #a32642;
    font-size: 20px;
    text-transform: uppercase;
}

h3 {
    font-family: 'montserratbold';
    color: #222;
    font-size: 18px;
    text-transform: uppercase;
}

p {
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 28px;
}

a {
    color: inherit;
    transition: all .2s ease-in-out;
    text-decoration: underline;
}

a:hover {
    color: #a32642;
    text-decoration: none;
}

strong {
    font-family: 'montserratbold';
}

/* SITE FRAMEWORK */
html,
body {
    font-family: 'montserratregular';
}

.main {
    background: #eeeeee;
    margin: 25px 0;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

.main .container {
    padding: 25px 0;
}

.column2-3 {
    width: 66.6666%;
    float: left;
}

.column2 {
    width: 50%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.column3 {
    width: 33.33333%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.column4 {
    width: 25%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.column5 {
    width: 20%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.column6 {
    width: 16.66666%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.last {
    padding-right: 0;
}

.bold-red {
    font-family: 'montserratbold';
    text-transform: uppercase;
    color: #a32642;
}

.space {
    display: inline-block;
    padding: 0 8px;
}

/* HEADER */
.header {
    background: #222;
    color: #fff;
    width: 100%;
    border-bottom: 1px #777 solid;
}

#logo {
    float: left;
    width: 139px;
    padding: 10px 25px;
    border-right: 1px #777 solid;
    box-sizing: border-box;
}

#top-nav {
    float: right;
    width: calc(100% - 139px);
    border-bottom: 1px #777 solid;
    padding: 10px 25px;
    box-sizing: border-box;
    font-family: 'montserratregular';
    font-size: 13px;
}

#address {
    float: left;
}

#phone {
    float: right;
}

#top-search {
    float: right;
}

#top-search ul li a {
    font-size: 20px;
    line-height: 60px;
    padding: 18px 20px;
    color: #fff;
    border-left: 1px #777 solid;
    border-right: 1px #777 solid;
}

#top-search ul li a:hover {
    color: #fff;
    background: #777;
}

#searchbar {
    display: none;
    float: left;
    width: 100%;
    height: 62px;
    border-top: 1px solid #d8d8d8;
    padding-left: 25px;
    box-sizing: border-box;
    z-index: 9999;
    background: #fff;
    -webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
}

#searchbar .keywords {
    border: none !important;
    height: 60px !important;
    font-size: 24px !important;
}

#searchsubmit {
    display: block;
    background: url(../siteart/search.png) no-repeat;
    width: 26px;
    height: 26px;
    float: right;
    color: #777;
    border: 0;
    outline: none;
    cursor: pointer;
    margin: 17px 25px 0 0 !important;
}

.keywords {
    display: block;
    width: calc(100% - 60px);
    border: 0;
    outline: none;
    padding: 0;
    height: 60px;
    font-family: 'montserratbold';
    font-size: 24px;
    line-height: 30px;
    color: #777;
    margin-right: 0 !important;
}

/* STYLES */
#hero {
    position: relative;
}

#hero-message {
    position: absolute;
    max-width: 500px;
    padding: 5% 0 0;
    font-family: 'montserratbold';
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

a.hero-button {
    display: block;
    font-size: 14px;
    text-align: center;
    background: #a32642;
    padding: 15px 25px;
    text-shadow: none;
    margin: 10px 0;
    text-decoration: none;
}

a.hero-button:hover {
    color: #fff;
    background: #8C1631;
}

.lightbox-column {
    float: left;
    width: 25%;
    padding: 0 15px 0 0;
    box-sizing: border-box;
}

/* FORM */
#form {
    font-size: 14px;
}

#form input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    box-sizing: border-box;
}

#form textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    height: 90px;
    box-sizing: border-box;
}

#form input.button,
#form input.button:focus {
    font-family: 'montserratbold';
    background: #a32642;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 200px;
}

#form input.button:hover {
    background: #8C1631;
}

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: left !important;
    line-height: normal !important;
}

.CaptchaAnswerPanel input {
    width: 200px !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

/* FOOTER STYLES */
.footer {
    background: #222;
    padding: 15px 0;
    width: 100%;
    color: #999;
    font-size: 14px;
    line-height: 22px;
}

.footer strong {
    display: block;
    font-size: 16px;
    color: #fff;
    margin: 0 0 12px;
}

.footer a {
    font-family: 'montserratbold';
    text-transform: uppercase;
    text-decoration: none;
    line-height: 26px;
}

.footer a:hover,
.bottom-footer a:hover {
    color: #fff;
}

.bottom-footer {
    background: #222;
    color: #999;
    padding: 25px 0 15px;
}

.copyright {
    float: left;
    font-size: 10px;
}

.footer-logo {
    float: right;
}

.clear {
    clear: both;
}

/* RESPONSIVE STYLES */
@media screen and (max-width: 1200px) and (min-width: 796px) {
    .container {
        padding: 0 25px;
    }

    .main .container {
        padding: 25px;
    }

    #logo {
        float: none;
        border-right: none;
        margin: 0 auto;
    }

    #top-search {
        display: none;
    }

    #top-nav,
    #cssmenu {
        width: 100%;
    }
}

@media screen and (max-width: 795px) and (min-width: 681px) {
    .hide-mobile {
        display: none;
    }

    .container {
        padding: 0 25px;
    }

    .main .container {
        padding: 25px;
    }

    #logo {
        float: none;
        border-right: none;
        margin: 0 auto;
    }

    #top-search {
        display: none;
    }

    #top-nav,
    #cssmenu {
        width: 100%;
    }

    #address,
    #phone {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 0 5px;
    }

    .hero {
        background: url(../siteart/hero.jpg) center center;
        height: 230px;
    }

    #hero-message {
        max-width: 92%;
        padding: 20px 0 0;
        font-size: 20px;
    }
}

@media screen and (max-width: 680px) {
    .hide-mobile {
        display: none;
    }

    .container {
        padding: 0 25px;
    }

    .main .container {
        padding: 25px;
    }

    .column2-3,
    .column2,
    .column3,
    .column4 {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    #logo {
        float: none;
        border-right: none;
        margin: 0 auto;
    }

    #top-search {
        display: none;
    }

    #top-nav,
    #cssmenu {
        width: 100%;
    }

    #address {
        display: none;
    }

    #phone {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 0 5px;
    }

    .hero {
        background: url(../siteart/hero.jpg) center center;
        height: 230px;
    }

    #hero-message {
        max-width: 92%;
        padding: 20px 0 0;
        font-size: 20px;
    }

    .lightbox-column {
        width: 50%;
    }

    .footer {
        text-align: center;
    }

    .copyright {
        float: none;
        display: block;
        text-align: center;
    }

    .footer-logo {
        display: none;
    }
}
