﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
    font: inherit;
    vertical-align: top;
    text-decoration: none;
}


div, ul, li {
    box-sizing: border-box;
    list-style: none;
}

em {
    font-style: italic;
}

a {
    cursor: pointer;
}

    a img {
        border: 0;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.clearBoth {
    clear: both;
}

img {
    vertical-align: top;
}

.mobileOnly {
    display: none !important;
}

/* END CSS Core + Reset */

body {
    font-family: "proxima-nova";
    font-weight: 400;
    color: #3b2721;
    overflow-x: hidden;
}

.loader, .menu {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #3b2721;
    z-index: 1000;
    display: none;
    width: 100%;
}

.blue {
    color: #00abbd;
}

.menuBtn, .menu .menuCloseBtn {
    position: fixed;
    top: 37.5px;
    left: 37.5px;
    z-index: 999;
    height: 25px;
}

    .menuBtn:hover, .menu .menuCloseBtn:hover {
        opacity: 0.6;
        cursor: pointer;
    }

.menuBar {
    height: 100px;
    position: fixed;
    z-index: 997;
    width: 100%;
    background-color: #f7eedf;
    text-align: center;
}

.logo {
    position: fixed;
    left: 50%;
    margin-left: -50px;
    z-index: 998;
    top: 30px;
    width: 100px;
}

    .logo:hover {
        cursor: pointer;
    }

.mobileLogo {
    display: none;
}

.menu {
    z-index: 1000;
    padding: 100px 0 0 0;
    text-align: center;
}

    .menu .menuCloseBtn {
        z-index: 1001;
    }

    .menu ul {
        margin: 0 50px;
        display: inline-block;
    }

        .menu ul li {
            text-align: center;
            margin: 15px 0;
        }

            .menu ul li:first-child {
                color: #fff;
                font-size: 40px;
                font-weight: 300;
                letter-spacing: 6px;
                border-bottom: 2px solid white;
                padding-bottom: 15px;
                margin-bottom: 20px;
            }

                .menu ul li:first-child b {
                    font-weight: 700;
                }

            .menu ul li a {
                color: #fff;
                font-size: 40px;
                transition: all .2s ease-in;
                font-weight: 300;
                letter-spacing: 6px;
                opacity: .4;
            }

                .menu ul li a:hover {
                    opacity: 1;
                }

.contentContainer, .contentBox {
    width: 100%;
    max-width: 1550px;
    padding: 0 25px;
    margin: auto;
}

.insidePageTopContent {
    padding: 100px 0 0 0;
}

.contentBox {
    padding: 0 7.5%;
    margin: auto;
}

    .contentBox ul.collage {
        overflow: hidden;
    }

        .contentBox ul.collage > li {
            background-position: center;
            background-size: cover;
            background-clip: content-box;
            padding: 0 8px;
            box-sizing: border-box;
        }

        .contentBox ul.collage li {
            float: left;
            box-sizing: border-box;
        }

            .contentBox ul.collage li ul li {
                width: 100%;
            }

            .contentBox ul.collage li.withText {
                display: table;
            }

            .contentBox ul.collage li .textBox {
                width: 100%;
                padding: 0 80px;
                box-sizing: border-box;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

                .contentBox ul.collage li .textBox h2 {
                    text-align: center;
                    font-size: 34px;
                    line-height: 36px;
                    font-family: "pt-serif";
                    font-style: italic;
                    margin: 0 0 20px 0;
                }

                .contentBox ul.collage li .textBox h3 {
                    font-size: 18px;
                    color: #00abbd;
                    margin: 0 0 20px 0;
                    letter-spacing: 2px;
                }

                .contentBox ul.collage li .textBox p {
                    text-align: justify;
                    margin: 0;
                    padding: 0;
                    font-size: 16px;
                    line-height: 21px;
                }

                .contentBox ul.collage li .textBox .detailsBtn, .contentBox ul.collage li .textBox .closeDetailsBtn {
                    display: inline-block;
                    margin: 20px auto 0 auto;
                    font-size: 18px;
                    line-height: 18px;
                    color: #00abbd;
                    letter-spacing: 4px;
                    background-image: url(/images/upArrow2.png);
                    background-repeat: no-repeat;
                    background-position: right;
                    background-size: auto 100%;
                    box-sizing: border-box;
                    height: 30px;
                    padding: 6px 42px 0 0;
                }

                .contentBox ul.collage li .textBox .closeDetailsBtn {
                    background-image: url(/images/downArrow2.png);
                    margin: -15px 0 40px 0;
                    position: relative;
                }

                    .contentBox ul.collage li .textBox .detailsBtn:hover, .contentBox ul.collage li .textBox .closeDetailsBtn:hover {
                        color: #27100d;
                        cursor: pointer;
                    }

                .contentBox ul.collage li .textBox.details {
                    display: none;
                }

                    .contentBox ul.collage li .textBox.details ul {
                        position: relative;
                        margin-top: -15px;
                    }

                        .contentBox ul.collage li .textBox.details ul li {
                            text-align: left;
                            list-style-type: disc !important;
                            margin: 0 0 5px 0;
                        }

.nextSectionBtnContainer {
    text-align: center;
    margin: 80px 0;
}

    .nextSectionBtnContainer a {
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        line-height: 21px;
        padding: 17px 80px 15px 80px;
        display: inline-block;
        background-color: #3b2721;
        font-family: "proxima-nova";
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.2em;
        position: relative;
        -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
    }

        .nextSectionBtnContainer a:hover {
            background-color: #00abbd;
        }

    .nextSectionBtnContainer img {
        margin: 0 0 0 4px;
    }

.fullWidthContainer {
    width: 100%;
}

    .fullWidthContainer.cream, .cream {
        background-color: #f7eedf;
    }

    .fullWidthContainer.lightCream {
        background-color: #faf6eb;
    }

.blueFooter {
    background-color: #00abbd;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    width: 100%;
}

    .blueFooter:hover {
        cursor: pointer;
    }

    .blueFooter h3 {
        font-family: "pt-serif";
        font-style: italic;
        font-size: 36px;
        line-height: 36px;
        letter-spacing: 0.08em;
        margin: 0 0 20px 0;
    }

    .blueFooter h2 {
        font-weight: 600;
        letter-spacing: 0.1em;
        font-size: 32px;
        line-height: 32px;
    }

    .blueFooter .closedMessage {
        font-weight: 600;
        letter-spacing: 0.1em;
        font-size: 23px;
        line-height: 23px;
        margin: 0 0 10px 0;
    }

.footer {
    background-color: #3b2721;
    padding: 60px 0;
    width: 100%;
    color: #fff;
    background-image: url(/images/footerStripes.png);
    background-repeat: no-repeat;
    background-position: top right;
}

    .footer .map {
        float: left;
        display: inline-block;
    }

    .footer .contactInfo {
        float: left;
        padding: 10px 0 0 40px;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.06em;
    }

        .footer .contactInfo .title, .footer .contactInfo a.mapDirections {
            color: #00abbd;
            font-weight: 700;
            font-size: 24px;
            line-height: 28px;
            display: block;
            margin: 0 0 20px 0;
        }

        .footer .contactInfo a.mapDirections {
            font-size: 17px;
            line-height: 17px;
            margin: 20px 0;
        }

            .footer .contactInfo a.mapDirections:hover {
                text-decoration: underline;
            }

        .footer .contactInfo a {
            color: #fff;
        }

            .footer .contactInfo a:hover {
                color: #00abbd;
            }

    .footer .teamLegal {
        float: right;
        width: 525px;
        padding: 10px 40px 0 0;
        box-sizing: unset !important;
        display: inline-block;
    }

        .footer .teamLegal .openHours {
            font-size: 18px;
            letter-spacing: 0.06em;
        }

        .footer .teamLegal ul {
            margin: 40px 0 10px 0;
            border-bottom: 1px solid #fff;
        }

            .footer .teamLegal ul li {
                font-size: 12px;
                line-height: 14px;
                float: left;
                padding: 10px 0 0 0;
            }

                .footer .teamLegal ul li p {
                    display: inline-block;
                    padding: 0;
                    margin: 0 15px 0 0;
                }

                .footer .teamLegal ul li img {
                    display: inline-block;
                }

                    .footer .teamLegal ul li img.sre-logo {
                        width: 210px;
                    }

                .footer .teamLegal ul li:nth-child(2) {
                    border-left: 1px solid #fff;
                    float: right;
                    padding: 0 0 10px 22px;
                }

        .footer .teamLegal .legal {
            width: 100%;
            font-size: 10px;
            line-height: 12px;
            display: block;
            letter-spacing: 0.06em;
            font-style: normal;
            font-weight: 300;
        }

.googleMapWrapper {
    opacity: 0;
    height: 0 !important;
}

@media screen and (max-width: 1450px) {
    .contentBox ul.collage li .textBox h2 {
        font-size: 32px;
        line-height: 34px;
    }
}

@media screen and (max-width: 1350px) {
    .contentBox ul.collage li .textBox h2 {
        font-size: 26px;
        line-height: 28px;
    }

    .contentBox ul.collage li .textBox p, .contentBox ul.collage .textBox ul li {
        font-size: 15px;
        line-height: 22px;
    }
}
