/*
* green: #a4c303;
*/

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

body {
    font-family: "Helvetica Neue", 'Open Sans', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    min-width: 320px;
    font-size: 16px;
    color: #002040;
}

.container {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

p {
    margin-top: 10px;
    margin-bottom: 20px;
}

header {
    border-bottom: 1px solid #1BA5B5;
    padding-bottom: 10px;
    padding-top: 100px;
}

main {
    padding: 30px 0 10px;
}

.half-width {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
    float: left;
}

.half-width.right {
    float: right;
}

.main-text {
    font-weight: 300;
}

.main-text h2 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 20px;
    margin-top: 20px;
}

.colorized {
    color: #009BAC;
}

footer {
    padding: 10px 20px;
    border-top: 1px solid #1BA5B5;
    font-size: 18px;
}

.contact-info {
    float: left;
}

.web-link {
    text-align: right;
    width: 220px;
    float: right;
    padding-top: 5px;
}

.web-link a {
    text-decoration: none;
    font-weight: 400;
    color: #009BAC;
}

.email, .telephone {
    text-decoration: none;
    font-weight: 300;
    display: block;
    float: left;
    color: #002040;
}

.email {
    background: url(/assets/errorpage/email-blue.png) center left no-repeat;
    padding: 5px 20px 5px 38px;
}

.telephone {
    background: url(/assets/errorpage/telephone-blue.png) center left no-repeat;
    padding: 5px 10px 5px 35px;
}

@media (max-width: 767px) {
    header {
        padding-top: 25px;
    }
    .half-width, .half-width.right, .web-link, .contact-info {
        float: none;
        width: 100%;
    }
    .web-link {
        text-align: left;
    }
    .email, .telephone {
        float: none;
    }
    footer {
        font-size: 18px;
    }
}
