﻿@charset "utf-8";
/* CSS Document */

hr {
    margin: 2rem auto;
}

.heading-results {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    color: #0178a3;
    font-size: 1.3rem;
}

h1 {
    margin-top: 10px;
    margin-bottom: 1rem;
}

.callout.alert {    
    display: inline-block;
}

.small-12 {
    padding-bottom: 0 !important;
}

.tags {
    padding: 0.3rem .6rem;
    margin: .4rem .2rem 0 0;
    border: 1px solid #ffffff;
    color: #747474;
    background-color: #f5f5f5;
    font-size: 0.75rem;
    font-family: "Ubuntu", "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    border-radius: 10px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.buttons-main {
    text-align: center;
}

.buttons-main .button.hollow {
    margin-right: 20px;
    background: #ffffff !important;
}

fieldset {
    border: 0;
}

legend {
    color: #22355b;
    font-size: 1.1rem;
    font-weight: bold;
    padding-top: 1.5rem;
}

.column, .columns {
    padding-bottom: 1rem;
}

label {
    font-weight: normal;
}

.help-text {
    margin-left: .2rem;
    font-size: 0.75rem;
    font-style: normal;
}

.clear {
    clear: both;
}

.alertnote {
    color: #ec0000;
}

@media print {
    body {
        font-size: 80%;
    }

    main a:link::after, main a:visited::after {
        content: " (" attr(href) ") ";
        display: block;
    }

    main a:link, main a:visited {
        text-decoration: none;
    }

    .l-header-logo img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
        width: 60px;
    }

    .l-footer-logo img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

    .l-header-title {
        margin-left: 0 !important;
    }

    .menu {
        display: none;
    }

    .buttons-main, .l-footer {
        display: none;
    }

    h1 {
        font-size: 1.3rem !important;
    }

    .heading-results {
        font-size: 1.1rem;
    }

    .medium-4 {
        width: 90% !important;
    }

    .clear {
        display: none;
    }

    #callnote {
        display: none;
    }

    .tags {
        padding: 0.3rem .6rem;
        margin: .4rem .2rem 0 0;
        border: 1px solid #6c6c6c;
        color: #454545;
        background-color: #ffffff;
        font-size: 0.75rem;
        font-family: "Ubuntu", "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-weight: normal;
        border-radius: 10px;
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
    }
}
