@import 'normalize.css';
@import url(https://fonts.googleapis.com/css?family=Raleway:500&subset=latin);
@import url(https://fonts.googleapis.com/css?family=Raleway:600&subset=latin);

/*
 * GENERAL STYLES
 */

* {
    box-sizing: border-box;
}

body {
    color: #666;
    font-family: Raleway;
    font-size: 20px;
    background: #2C4E86;
}

h1 {
    font-size: 50px;
    font-weight: 500;
    margin: 32px 0;
}

h2 {
    font-size: 36px;
    font-weight: 500;
}

h3 {
    color: #F78E1E;
    font-weight: 500;
    font-size: 26px;
}

p {
    line-height: 1.3;
}

a {
    color: #F78E1E;
}

img {
    user-select: none;
}

form {
    margin-top: 15px;
    margin-bottom: 15px;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 15px 0;
}

label {
    vertical-align: middle;
}

input, textarea {
    display: block;
    vertical-align: top;
    width: 100%;
}

input[type='submit'] {
    float: right;
    /* same as .button-link */
    display: inline-block;
    background: #DF8600;
    color: white;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 6px;
    font-size: 16px;
    padding: 8px;
    text-align: center;
    width: 136px;
}

@media screen and (min-width: 600px) {
    form {
        width: 500px;
    }

    label {
        float: left;
        width: 160px;
    }

    input, textarea {
        margin-left: 160px;
        width: 340px;
    }
}

.clear {
    clear: both;
}

/*
 * LAYOUT STYLES
 */

.header {
    color: white;
    background: #2C4E86;
    border-bottom: 6px solid #DF8600;
    overflow: hidden;
}

.header-contact {
    float: right;
    margin-top: 18px;
    margin-right: 13px;
    margin-left: 20px;
    font-family: sans-serif;
}

.header-contact-phone {
    margin-right: 25px;
}

.header-contact-email {
}

.header-contact i {
    vertical-align: middle;
}
.header-contact i:after {
    vertical-align: middle;
}
.header-contact-email i {
    font-size: 80%;
}

.header-contact a {
    text-decoration: none;
    font-size: 18px;
    white-space: nowrap;
}
.header-contact-text {
    color: white;
    margin-left: 8px;
    vertical-align: middle;
}
.header-contact-text:hover {
    text-decoration: underline;
}

.header-logo {
    float: left;
    width: 300px;
    margin-top: 12px;
    margin-left: 12px;
    margin-bottom: 12px;
}

.header-menu {
    clear: left;
    margin-left: 12px;
    margin-top: 106px;
    margin-bottom: 0;
    padding: 0;
    text-align: right;
    font-size: 0;
}

.header-menu a {
    display: inline-block;
    padding: 0 10px;
    line-height: 52px;
    margin-right: 2px;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.header-menu a:hover {
    color: white;
    text-decoration: underline;
}

.header-menu a.active {
    background: #FF8200;
}

.container {
    overflow: hidden;
}

.white-section {
    background: white;
    padding-bottom: 10px;
}

.white-section .container {
    padding: 0px 15px;
}
.blue-section .container {
    padding: 0px 15px;
}

.image-left, .image-right {
    display: block;
    margin-bottom: 10px;
}

.image-column {
    text-align: center;
}
.image-column img {
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.blue-section {
    color: white;
    background: #5A98CD;
    border-top: 5px solid #006596;
}

.icon-blocks {
    margin-top: 15px;
    margin-bottom: 25px;
}

.icon-block {
    position: relative;
    margin-top: 2em;
}

.icon-block img {
    height: 78px;
    width: 75px;
    float: left;
    margin-right: 20px;
}

.icon-block h2 {
    margin-top: 5px;
}

.icon-block-button {
    background: #DF8600;
    color: white;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 6px;
    font-size: 16px;
    padding: 8px;
    text-align: center;
    width: 136px;
    display: block;
    margin: 0 0 1em auto;
}

.button-link {
    display: inline-block;
    background: #DF8600;
    color: white;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 6px;
    font-size: 16px;
    padding: 8px;
    text-align: center;
    width: 136px;
}

.footer {
    color: white;
    border-top: 5px solid #DF8600;
    background: #2C4E86;
    overflow: hidden;
}

.footer-breadcrumbs {
    display: block;
    font-size: 16px;
    margin: 25px 16px;
    font-weight: 600;
}
.footer-breadcrumbs a {
    color: white;
}

.footer-copyright {
    display: block;
    margin: 10px 15px 15px;
    font-size: 13px;
    border-top: 1px solid white;
    padding: 18px 0;
}

@media screen and (min-width: 550px) {
    .header-contact {
        margin-left: 0;
    }

    .image-left {
        float: left;
        clear: left;
        margin-right: 15px;
    }

    .image-right {
        clear: right;
        float: right;
        margin-left: 15px;
    }

    .image-column img {
        display: inline;
        margin-right: 20px;
    }
    .image-column img:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 960px) {
    .header-menu {
        clear: none;
        margin-left: 340px;
    }

    .container {
        width: 960px;
        margin: 0 auto;
    }

    .content-left {
        float: left;
        width: 700px;
    }

    .image-column {
        float: right;
        width: 200px;
        margin-top: 37px;
    }

    .image-column img {
        margin-right: 0;
    }

    .icon-blocks {
        display: table;
    }

    .icon-block {
        display: table-cell;
        width: 33%;
        text-align: center;
        padding: 0 10px 60px;
    }

    .icon-block img {
        height: 156px;
        width: 150px;
        float: none;
        margin: 0;
    }

    .icon-block-button {
        position: absolute;
        bottom: 0;
        left: 50%;
        /* Move back by width/2 */
        margin-left: -68px;
    }
}

