* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background: #eee;
}


.row {
    max-width: 940px;
    padding: 0 10px;
    margin: 0 auto;
}

.column {
    padding: 0 5px 10px;
}

img {
    display: block;
    max-width: 100%;
    width: 100%;
}

h1, h2, h3, h4, h5, h6,
p {
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 2em;
}

.standfirst {
    font-size: 1.25em;
}

a {
    color: #002e5f;
}


.footer-inner {
    padding: 10px 20px 10px;
    margin: 0 auto;
    background-color: #002e5f;
    color: #fff;
}

.copyright {
    font-size: 12px;
    margin-bottom: 0;
}

.content {
    padding-right: 20px;
}



.slides img {
    margin: 0;
}

.slideshow {
    border-bottom: 5px solid #002e5f;
}

.price-table {
    width: 100%;
}

.price-table td,
.price-table th {
    padding: .5em 1em;
}

.price-table th {
    background-color: #002e5f;
    color: #fff;
    border: 1px solid #002e5f;
    text-align: left;
}

.price-table td {
    border: 1px solid #eee;
}


.toggle-content {
    display: none;
}

.header {
    background-color: #002e5f;
    /*margin-bottom: 10px;*/
}

.wrap {
    background: #fff;
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}


.logo {
    background-color: #002e5f;
    padding: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Georgia, serif;
    color: #fff;
    letter-spacing: 8px;
}

.logo .subtext {
    font-size: 0.75em;
}


.pop-wrap,
.pop-screen {
    display: none;
}

.pop-screen {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.pop-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.popup {
    position: absolute;
    left: 0;
    right: 0;
    margin: 20% auto 0;
    max-width: 400px;
    width: 90%;
    background-color: #fff;
}

.popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    background: red;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}


.read-more {
    background-color: #002e5f;
    padding: 5px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}


@media(max-width: 770px) {

    .logo .spacer {
        display: none;
    }

    .logo .subtext {
        display: block;
    }

    .logo {
        text-align: center;
    }
}


@media(max-width: 600px) {

    .logo .spacer {
        display: none;
    }
    html,
    body {
        font-size: 12px;
    }

    .content {
        padding: 0;
    }

    .column {
        width: 100%!important;
        float: none;
    }

    .logo .subtext {
        font-size: 12px;
    }
}