@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('League_Gothic-webfont.eot');
    src: url('League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('League_Gothic-webfont.woff') format('woff'),
         url('League_Gothic-webfont.ttf') format('truetype'),
         url('League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-rendering: optimizelegibility;
}

.content h2 {
    color: #222;
    font-family: 'LeagueGothicRegular';
    font-size: 36px;
    font-weight: normal;
    line-height: 42px;
    text-shadow: 1px 1px 1px #eee;
    text-transform: uppercase;
}

.header-links a {
    text-shadow: 1px 1px 1px #eee;
}


.content p {
    color: #333;
    font-size: 14px;
    margin-top: 5px;
}


@media (max-width: 767px) {
    body {
        padding: 0 20px;
    }

    .container {
        margin-top: 10px;
    }

    .logo {
        margin-bottom: 10px;
        margin-left: 0;
        max-width: 280px;
    }

    .row {
        margin-left: 0;
    }

    .content .column,
    .header-links .column {
        margin-bottom: 5px;
        margin-left: 0;
        width: 100%;
    }

    .header-links a {
        color: #222;
        display: block;
        font-family: 'LeagueGothicRegular';
        font-weight: bold;
        line-height: 36px;
        text-decoration: none;
        text-transform: uppercase;
        word-spacing: 5px;

    }

    .header-links .contact a {
        background: #384C52;
        color: #fff;
        text-shadow: 1px 1px 1px #333;
    }

    .header-links .blog a {
        background : #2FBF5D;
    }

    .content h2,
    .header-links a {
        background: #9DACB0;
        cursor: pointer;
        font-size: 24px;
        margin: 0;
        padding: 3px 10px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .content h2:after,
    .header-links a:after {
        content: '>';
        float: right;
        vertical-align: middle;
    }

    .content .active h2:after {
        content: '^';
    }

    .content p {
        display: none;
    }

    .content .active p {
        display: block;
    }

}

@media (min-width: 768px) {

    .container {
        position: relative;
        margin-top: 30px;
    }

    .row {
        margin-bottom: 10px;
    }

    .content,
    header.row {
        margin-left: 20px;
    }

    .content h2 {
        min-height: 90px;
        font-size: 32px;
        line-height: 36px;
    }

    .content p {
        display: block;
    }

    .content .column {
        border-right: 15px solid #5B6870;
        min-height: 585px;
        padding-right: 30px;
    }
    .content .column:last-child {
        border-right: 0;
        padding-right: 0;
    }

    .header-links {
        position: absolute;
        right: -150px;
        top: 18px;
    }

    .header-links .column {
        width: auto;
    }

    .header-links a {
        color: #000;
        font-weight: bold;
    }
}

@media (min-width: 980px) {

    .container {
        margin-top: 20px;
    }

    .content,
    header.row {
        margin-left: -30px;
    }

    .content h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .content .column {
        border-right: 15px solid #5B6870;
        min-height: 480px;
        padding-right: 30px;
    }

    .header-links {
        right: -37px;
    }

}

@media (min-width: 1200px) {
    .content .column {
        border-right: 20px solid #5B6870;
        min-height: 400px;
    }

    .header-links {
        right: 27px;
    }

}