﻿*
{ 
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #424242;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.hw-plainsite-header {
    position: relative;
}

.hw-plainsite-header-image {
    width: 100%;
}

.hw-plainsite-header-image img {
    width: 100%;
}

.hw-plainsite-header-text {
    background-color: #006272;
    padding: 15px 20px;
    position: absolute;
    bottom: 51px;
    left: 50%;
    transform: translateX(-50%);
}

    .hw-plainsite-header-text h1 {
        font-family: 'Roboto-Slab', Arial, sans-serif;
        font-size: 1.5em;
        color: white;
        white-space: nowrap;
    }

.hw-plainsite-form {
    margin-top: 51px;
    text-align: center;
    padding: 0 1.5em;
}

.hw-plainsite-subhead {
    font-family: 'Roboto-Black', Arial, sans-serif;
    font-size: 1.4em;
    margin: 0 0 0.5em;
}

.hw-plainsite-instructions {
    margin: 0.83em 0;
}

.hw-plainsite-form-element {
    margin: 3em 0 2em;
}

.hw-plainsite-search-box {
    display: inline-block;
}

.hw-plainsite-search-wrapper {
    display: table;
    border: solid 1px #424242;
}

.hw-plainsite-search-focus {
    outline: 2px dotted black;
    outline-offset: 2px;
}

.hw-plainsite-search-text-wrapper,
.hw-plainsite-search-button-wrapper {
    display: table-cell;
}

.hw-plainsite-search-button-wrapper {
    background-color: #a03123;
    height: 40px;
}

.hw-plainsite-search-text {
    padding: 8px;
    font-size: 1.1em;
    height: 40px;
    width: 200px;
    border: none;
}

.hw-plainsite-search-text:focus {
    outline: none;
}

.hw-plainsite-search {
    background-color: transparent;
    font-family: 'Roboto-Bold', Arial, sans-serif;
    font-size: 1.3em;
    color: white;
    border: none;
    border-radius: 0;
    padding: 8px 16px;
    cursor: pointer;
}

    .hw-plainsite-search:focus {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

.hw-plainsite-search-validation {
    color: #a03123;
    font-style: italic;
}

.hw-plainsite-footer {
    position: relative;
    margin-top: 5em;
    padding: 0 1.5em;
}

.hw-plainsite-footer-disclaimer {
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 1px;
    width: 62%;
    margin-left: 12%;
}

.HwFooterHealthwiseLogo {
    vertical-align: top;
    display: inline-block;
    width: 20%;
    text-align: right;
}

.HwUracLogo {
    position: absolute;
    vertical-align: top;
    top: 0;
    left: 1.5em;
}

.hw-plainsite-hidden {
    visibility: hidden
}

.hw-offscreen-text {
    display: block;
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    background: transparent;
}


.HwLinkExternal {
    position: relative;
}

.HwLinkExternal .HwExternalLinkText {
    display: block;
    height:1px;
    clip: rect(1px, 1px, 1px, 1px);
    overflow:hidden;
    width:1px;
    background-color: #424242;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.HwImageLinkExternal .HwExternalLinkText {
    bottom: 80px;
}

.HwLinkExternal .HwExternalLinkText::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #424242 transparent transparent transparent;
}

.HwLinkExternal:focus .HwExternalLinkText,
.HwLinkExternal:hover .HwExternalLinkText {
    opacity: 1;
    width: 120px;
    height: auto;
    overflow: visible;
    clip: auto;
}

@media screen and (max-width: 900px) {

    .hw-plainsite-footer {
        margin: 3em 0 0;
    }

    .hw-plainsite-footer-disclaimer {
        font-size: 10px;
        display: block;
        width: 100%;
        margin: 0 0 3em;
        padding: 0 1em;
    }

    .HwUracLogo {
        position: static;
        display: inline-block;
        width: 40%;
        text-align: center;
    }

    .HwFooterHealthwiseLogo {
        width: 45%;
        text-align: center;
    }
}

@media screen and (max-width: 790px) {
    .hw-plainsite-header-text {
            padding: 15px 20px;
            position: static;
            width: 100%;
            transform: translate(0, -5px);
        }

        .hw-plainsite-header-text h1 {
            font-size: 1.1em;
            text-align: center;
            white-space: normal;
        }

    .hw-plainsite-instructions {
        font-size: 1.2em;
    }

}