/* GLOBAL CSS to handle overall structure / layout
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

/* Table of contents
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

/* Grid
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    -ms-overflow-style: none;
    box-sizing: border-box;
    background: #FFFFFF;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}




/* sidebar mobile */
.sidebar.column {
    display: none;
}

.sidebar-logo {
    background: #FFFFFF;
}

    .sidebar-logo.column {
        padding: 3px 10px 0px 10px;
        margin-top: -15px;
        z-index: 2 !important;
    }

.portal-content.column {
    background: #FFFFFF;
    padding: 35px 0 60px 0;
}

.header-container .portal-content.column {
    padding: 0;
}

#footer.container {
    width: 90%;
    background: #455560 !important;
    color: #FFFFFF;
}


/* For devices larger than 400px */
@media (min-width: 400px) {
    .container {
        padding: 0;
    }
}

/* For devices larger than 670px */
@media (min-width: 670px) {
    .container {
        width: 100%;
    }

    .column,
    .columns {
        margin-left: 3%;
    }

        .column:first-child,
        .columns:first-child {
            margin-left: 0;
        }

    .one.column,
    .one.columns {
        width: 4.66666666667%;
    }

    .two.columns {
        width: 14.1%;
    }

    .three.columns {
        width: 22%;
    }

    .four.columns {
        width: 30.6666666667%;
    }

    .five.columns {
        width: 39.3333333333%;
    }

    .six.columns {
        width: 48%;
    }

    .seven.columns {
        width: 56.6666666667%;
    }

    .eight.columns {
        width: 65.3333333333%;
    }

    .nine.columns {
        width: 74.0%;
    }

    .ten.columns {
        width: 82.6666666667%;
    }

    .eleven.columns {
        width: 91.3333333333%;
    }

    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }

    .one-third.column {
        width: 31.3333333333%;
    }

    .two-thirds.column {
        width: 65.3333333333%;
    }

    .one-half.column {
        width: 48%;
    }

    /* Offsets */
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }

    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%;
    }

    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%;
    }

    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%;
    }

    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%;
    }

    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%;
    }

    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%;
    }

    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%;
    }

    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78.0%;
    }

    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%;
    }

    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%;
    }

    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%;
    }

    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%;
    }

    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%;
    }

    .offset-by-sidebar.columns {
        margin-left: 18.5%;
    }

    .sidebar.column, .sidebar-logo.column {
        display: block;
        position: relative;
        vertical-align: top;
        width: 14%;
        margin-bottom: -99999px;
        padding-bottom: 99999px;
        border-right: 1px solid #E1E1E1;
        overflow: hidden;
        background: #f4f7f9;
    }

    .sidebar.column {
        margin-top: 0px;
    }

    .sidebar-logo.column {
        z-index: -2;
        margin-bottom: -100px;
        padding-bottom: 100px;
    }

    .portal-content.column {
        width: 82%;
    }

    img.sidebar-logo-pos {
        padding: 10px 0px;
    }
}

@media (min-width: 670px) {
    #mm-0 {
        height: 100%;
    }
}

.container.header-container {
    width: 100%;
    min-height: 0;
}

img.sidebar-logo-pos {
    width: 120px;
    height: auto;
}

.container {
    min-height: 63.9%;
}
/* makes footer stick to the bottom-ish on too-short pages */
@media (min-height: 1000px) {
    .container {
        min-height: 72.6%;
    }
}


@media (min-width: 671px) and (max-width: 950px) {
    .filters-column.columns {
        width: 35%;
        font-size: 90%;
    }

    .filtered-column.columns {
        width: 60%;
    }
}

@media (min-width: 671px) and (max-width: 900px) {
    .sidebar.column, .sidebar-logo.column {
        width: 23%;
    }

    .portal-content.column {
        width: 73%;
    }
}



/* Base Styles
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6em;
    line-height: 1.7em;
    font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #455560;
}




/* Typography
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
}

h1 {
    font-family: "Montserrat";
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #005595;
}

h2 {
    font-family: "Montserrat";
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #005595;
}

h3 {
    font-family: “Montserrat”, sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #7B9AA9;
}

h4 {
    font-family: “Montserrat”, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: uppercase;
}

h5 {
    font-family: “Montserrat”;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0;
}

em, .em {
    font-style: italic;
}

strong, .strong {
    font-weight: 600 !important;
}

.underline {
    text-decoration: underline;
}

.upper {
    text-transform: uppercase;
}

.navy-font, a.navy-font {
    color: #005595;
}

a.navy-font {
    border: none !important;
}

    a.navy-font:hover {
        color: #A23293;
    }

.grey-font {
    color: #7B9AA9;
}

.white-font {
    color: #fff;
}

.orange-font {
    color: #A23293;
}

.green-font {
    color: #9ACA3C;
}

.red-font {
    color: #ed1c24;
}

.purple-font {
    color: #A23293;
}

.lt-grey-font {
    color: #7B9AA9;
}

.condensed {
    font-family: "Roboto Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}


.smallest {
    font-size: 60%;
}

.smaller {
    font-size: 80%;
}

.larger {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 155%;
    line-height: 120%;
    vertical-align: middle;
}

.more-line-height {
    line-height: 3em;
}

.less-line-height {
    line-height: 145%;
}

.faded {
    opacity: .55;
}

.light {
    font-weight: 300 !important;
}

.plan-marker-h2 {
    line-height: 1.9em;
    vertical-align: bottom;
    color: #005595;
}

/* Larger than phablet */
@media (min-width: 550px) {
    h1 {
        font-size: 4.0rem;
    }

    h2 {
        font-size: 3.2rem;
    }

    h3 {
        font-size: 2.6rem;
    }

    h4 {
        font-size: 2.0rem;
    }

    h5 {
        font-size: 1.7rem;
    }

    h6 {
        font-size: 1.5rem;
    }
}

p {
    margin-top: 0;
}


/* Links
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
a {
    color: #b45ea9;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #a23293;
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer !important;
}

  /*  a:hover {
        border-bottom: 1px solid #A23293;
    }*/

    a.white-font {
        color: #ffffff;
    }

        a.white-font:hover, a.white-font:active {
            color: #005492;
            border-bottom: 0px;
        }

    a.no-border:hover {
        border-bottom: 0px !important;
    }

    a.fade-hover:hover {
        opacity: .7;
        border-bottom: 0px !important;
    }

    a.underline {
        border-bottom: 1px solid #A23293;
    }

    a.white-font-underline {
        border-bottom: 1px solid #FFFFFF;
    }

        a.white-font-underline:hover {
            border-bottom: 1px solid #A23293;
        }


/* #Trasitions
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.fade {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



/* Buttons
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.not-button,
select.button-green {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #005492;
    text-align: center;
    font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #005492;
    cursor: pointer;
    box-sizing: border-box;
}

    .button:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    .button:focus,
    button:focus,
    input[type="submit"]:focus,
    input[type="reset"]:focus,
    input[type="button"]:focus {
        color: #004375;
        border-color: #004375;
        /*background-color: #A23293;*/
        outline: 0;
    }

    .button.button-primary,
    button.button-primary,
    input[type="submit"].button-primary,
    input[type="reset"].button-primary,
    input[type="button"].button-primary {
        color: #FFF;
        background-color: #005492;
        border-color: #005492;
    }

        .button.button-primary:hover,
        button.button-primary:hover,
        input[type="submit"].button-primary:hover,
        input[type="reset"].button-primary:hover,
        input[type="button"].button-primary:hover,
        .button.button-primary:focus,
        button.button-primary:focus,
        input[type="submit"].button-primary:focus,
        input[type="reset"].button-primary:focus,
        input[type="button"].button-primary:focus {
            color: #FFF;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: alpha(opacity=80);
            -moz-opacity: 0.8;
            -khtml-opacity: 0.8;
            opacity: 0.8;
        }

.button-lg {
    height: 48px;
    font-size: 17px;
    line-height: 48px;
    padding: 0 42px;
}

.button.button-white {
    border: 1px solid #ffffff;
    color: #fff !important;
}

    .button.button-white:hover {
        border: 1px solid #A23293;
    }


.button-inactive, .button-inactive:hover,
.button.button-inactive, .button.button-inactive:hover,
button.button-inactive, button.button-inactive:hover,
input[type="submit"].button-inactive, input[type="submit"].button-inactive:hover,
input[type="reset"].button-inactive, input[type="reset"].button-inactive:hover,
input[type="button"].button-inactive, input[type="button"].button-inactive:hover {
    border-color: #c2c2c2;
    color: #c2c2c2;
    cursor: default;
    background-color: #fff;
}

.button-primary.button-inactive,
.button-primary.button-inactive:hover {
    color: #FFF;
    background-color: #c2c2c2;
    border-color: #c2c2c2;
    cursor: default;
}

.button-green,
select.button-green {
    border-color: #9ACA3C;
    color: #9ACA3C !important;
}

    .button-green:hover, .button-green-selected, .button-green:focus {
        border-color: #9ACA3C;
        background-color: #9ACA3C;
        color: #ffffff !important;
    }

.tiny-button {
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    font-size: 10px;
}

.not-button, .not-button:hover {
    border: 0;
    padding: 0;
}

.not-button-grey {
    color: grey;
}

.add-button-pad, .add-button-pad:hover {
    padding: 0 20px;
}

.not-button.inline {
    line-height: 30px;
    height: 30px;
    padding: 0 20px;
}

@media (max-width: 1100px) {
    .button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    .button-lg, .add-button-pad, .add-button-pad:hover {
        padding: 0 10px;
    }
}


/* Forms
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.extra-wide-input {
    width: 55.1%;
}

.checkbox {
    display: inline;
    margin-left: 8px;
    font-weight: normal;
}


/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin: 18px 0 28px 0;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #7B9AA9;
}

textarea {
    border: 1px solid #7B9AA9;
}

select {
    padding: 0px 5px;
    height: 40px;
    background-color: #fff;
    border-radius: 0px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #7B9AA9;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,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);
}

    select.not-full-width {
        width: auto;
        padding-right: 55px;
    }

input.not-full-width {
    width: auto;
}

input.inline {
    display: inline !important;
}

.select-lg {
    font-size: 1.35em;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select::-ms-expand {
        display: none;
    }

input:focus {
    outline: none;
}

/* LABEL ======================================= */
.group label {
    color: #666666;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

@media (min-width: 900px) and (max-width: 1120px) {
    .group label {
        font-size: .7em;
    }
}

@media (min-width: 670px) and (max-width: 900px) {
    .input-wrap.group label {
        top: 3px;
        line-height: 1.1em;
    }
}

@media (max-width: 900px) {
    .input-wrap.group label {
        font-size: .7em;
    }
}

.claims-search.column {
    width: 22%;
}

@media (min-width: 671px) and (max-width: 899px) {
    .claims-search.column {
        width: 46%;
        margin: 0 4% 0 0;
    }

    .group label {
        font-size: .8em;
    }
}

@media (max-width: 671px) {
    .claims-search.column {
        width: 100%;
        margin: 0;
    }

    .group label {
        font-size: 1em;
    }
}


/* active state */

input[type="email"]:focus ~ label,
input[type="number"]:focus ~ label,
input[type="search"]:focus ~ label,
input[type="text"]:focus ~ label,
input[type="tel"]:focus ~ label,
input[type="url"]:focus ~ label,
input[type="password"]:focus ~ label,
input[type="email"]:valid ~ label,
input[type="number"]:valid ~ label,
input[type="search"]:valid ~ label,
input[type="text"]:valid ~ label,
input[type="tel"]:valid ~ label,
input[type="url"]:valid ~ label,
input[type="password"]:valid ~ label,
select:focus ~ label,
select:valid ~ label {
    top: -22px;
    font-size: 12px;
    font-weight: 700;
}


input[type="email"].filled-input,
input[type="number"].filled-input,
input[type="search"].filled-input,
input[type="text"].filled-input,
input[type="tel"].filled-input,
input[type="url"].filled-input,
input[type="password"].filled-input {
    background-color: #eeeef0 !important;
}

input[type="email"]:focus ~ label,
input[type="number"]:focus ~ label,
input[type="search"]:focus ~ label,
input[type="text"]:focus ~ label,
input[type="tel"]:focus ~ label,
input[type="url"]:focus ~ label,
input[type="password"]:focus ~ label,
select:focus ~ label,
select:valid ~ label {
    color: #455560 !important;
}

input.validfield ~ label {
    color: #9ACA3C;
}

input.invalidfield ~ label {
    color: #ed1c24;
}

input.validfield {
    border-bottom: 1px solid #9ACA3C;
}

input.invalidfield {
    border-bottom: 1px solid #ed1c24;
}



/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        top: -16px;
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #005595;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }



/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* valid states */
input.validfield:valid ~ .bar:before, input.validfield:valid ~ .bar:after {
    background: #9ACA3C !important;
}

/* valid states */
input.invalidfield:valid ~ .bar:before, input.invalidfield:valid ~ .bar:after {
    background: #ed1c24 !important;
}


/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #005595;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #005595;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #005595;
    }

    to {
        width: 0;
        background: transparent;
    }
}


/*fancy checkboxes */

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

label {
    margin-right: 35px;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 5px 5px 15px;
    cursor: pointer;
    color: #9e9e9e;
    text-decoration: none;
    font-size: 1em !important;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
    top: 0px;
    right: 15px;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    padding: 2px;
    margin-right: 10px;
    margin-top: -3px;
    text-align: center;
    transition: all 250ms cubic-bezier(.4,.0,.23,1);
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\02E9";
    background: #005595;
    border: 2px solid #005595 !important;
    border-radius: 50%;
    transition: background 250ms cubic-bezier(.4,.0,.23,1);
    color: #fff;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 14px;
    line-height: 15px;
}

.white-checkbox.checkbox-custom:checked + .white-checkbox.checkbox-custom-label:before {
    background: #fff !important;
    border: 2px solid #005595 !important;
    color: #005595;
}

.white-checkbox.checkbox-custom:checked + .white-checkbox.checkbox-custom-label {
    color: #fff;
}

.checkbox-custom:checked + .checkbox-custom-label, .radio-custom:checked + .radio-custom-label {
    color: #005595;
}


    .radio-custom:checked + .radio-custom-label:before {
        background: #005595;
        border: 2px solid #005595;
    }

.checkbox-custom-label span {
    display: block;
    color: darkgray;
    font-size: .8em;
    font-style: italic;
    letter-spacing: 0;
}

.check-available .checkbox-custom-label {
    color: #455560;
}

.check-available .checkbox-custom + .checkbox-custom-label:before {
    border: 2px solid #455560;
}

.check-available .checkbox-custom-label:hover, .radio-custom-label:hover {
    color: #005595;
}

.check-available .checkbox-custom:hover + .checkbox-custom-label:before {
    border: 2px solid #005595;
}

.radio-offset {
    margin-left: 38px;
}

/* Lists
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
ul {
    list-style: circle outside;
}

ol {
    list-style: decimal outside;
}

ol, ul {
    padding-left: 0;
    margin-top: 0;
}

    ul ul,
    ul ol,
    ol ol,
    ol ul {
        margin: 1.5rem 0 1.5rem 3rem;
        font-size: 90%;
    }

li {
    margin-left: 35px;
    margin-bottom: 1.8rem;
}

ul.simple {
    list-style-type: none;
}

ul.disc {
    list-style-type: disc;
}

ul.tight li {
    margin-bottom: 0rem;
}

ul.in-line {
    list-style-type: none;
    margin-bottom: 0;
}

    ul.in-line li {
        display: inline-block;
        margin-bottom: 0;
    }


/* Platform Controls     
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.platform-bar {
    text-align: right;
    position: relative;
    z-index: 50;
    width: 100%;
    background: #546068;
    color: #ffffff;
    font-size: 80%;
    padding: 8px 15px 5px 15px;
    line-height: 30px;
    vertical-align: middle;
}

    .platform-bar a {
        color: #ffffff;
        border: 1px solid white;
    }

    .platform-bar .button {
        margin: 3px 8px 0px 8px;
    }

/* Code
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}

pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}


/* Tables
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
table {
    width: 100%;
}

th,
td {
    padding: 12px 8px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
    font-size: .75em;
    line-height: 1.3em;
}

    th:first-child,
    td:first-child {
        padding-left: 0;
    }
/*
th:last-child,
td:last-child {
  padding-right: 0; }
*/

th {
    color: #6e757e;
    font-family: "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .75em;
    letter-spacing: 1px;
    line-height: 1.3em;
}

tbody tr:hover {
    background-color: #fffbd1;
}

/* Spacing
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
button,
.button {
    margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 2.5rem;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.no-bottom {
    margin-bottom: 0;
}

.less-bottom {
    margin-bottom: 2rem;
}

.no-top {
    margin-top: 0;
}

.half-top {
    margin-top: 8px;
}

.add-top {
    margin-top: 15px;
}

.double-top {
    margin-top: 35px;
}

.some-pad {
    padding: 10px !important;
}

.add-pad {
    padding: 20px;
}

.double-pad {
    padding: 40px;
}

.tiny-spacer {
    height: 3px;
}

.half-spacer {
    height: 15px;
}

.spacer {
    height: 20px;
}

.one-half-spacer {
    margin-top: 35px;
}

.double-spacer {
    margin-top: 60px;
}

.giant-spacer {
    margin-top: 100px;
}

.extra-left {
    margin-left: 10px;
}

.extra-right {
    margin-right: 10px;
}

    .extra-right.mobile-full-width {
        margin-right: 0px;
    }

.width-spacer {
    position: relative;
    margin-left: 22px;
    display: inline;
}

.mobile-add-top {
    margin-top: 17px !important;
}

@media (min-width: 400px) {
    .mobile-add-top {
        margin-top: inherit !important;
    }
}

@media (max-width: 670px) {
    .remove-top-mobile {
        margin-top: 5px !important;
    }

    .add-top-mobile {
        margin-top: 35px;
    }

    .double-top-mobile {
        margin-top: 60px;
    }
}

/* Utilities
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.ie8-show {
    display: none;
}

.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: right;
}

.u-pull-left {
    float: left;
}

img.scale {
    max-width: 100%;
    height: auto;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
    float: left;
}

img.right {
    float: right;
}

img.left {
    float: left;
}

.center {
    text-align: center;
}

.inline {
    display: inline;
    white-space: nowrap;
}

.inline-with-button {
    line-height: 1.7em !important;
}

.inline-with-input {
    line-height: 3em !important;
}

.inline.right {
    float: right;
}

.add-border {
    border: 1px solid #e1e1e1;
}

.clickable {
    cursor: pointer;
}

/* mobile styles */
.mobile-hide {
    display: block;
}

span.mobile-hide {
    display: inline-block;
}

.mobile-show {
    display: none;
}

.mobile-button-switch {
    float: right;
}

.mobile-break, .tablet-break {
    display: none;
}

@media (max-width: 670px) {
    .mobile-hide, span.mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .mobile-full-width {
        width: 100% !important;
    }

    .mobile-center, a.mobile-center {
        text-align: center !important;
    }

    .mobile-button-switch {
        float: none;
    }

    .mobile-break {
        display: block;
    }

    .left-mobile {
        text-align: left;
    }
}

.mobile-left {
    float: left;
    margin-left: 0;
}

@media (min-width: 900px) {
    .mobile-left {
        float: right !important;
        margin-left: inherit;
    }
}

.tablet-show {
    display: none;
}
/* tablet styles */
@media (min-width: 671px) and (max-width: 1000px) {
    .tablet-hide {
        display: none;
    }

    .tablet-shrink-button {
        padding: 3px;
        line-height: 32px;
    }

    .tablet-break {
        display: block;
    }

    .tablet-show {
        display: block;
    }
}

.device-show {
    display: none;
}

/* device styles */
@media (max-width: 1000px) {
    .device-hide {
        display: none;
    }

    .device-show {
        display: block;
    }
}



/* Panels & Borders
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.blue-grey-panel {
    background: #455560;
    color: fff;
}

    .blue-grey-panel a {
        color: #fff;
    }

        /*.blue-grey-panel a:hover {
            border-bottom: 1px solid #fff;
        }*/

.navy-panel {
    background: #005595;
}

.lt-grey-panel {
    background: #f4f7f9;
}

.lt-blue-panel {
    background: #ebf5f9;
}


/* Footer 
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.page-wrap {
    min-height: 100%;
    margin-bottom: -361px;
}

    .page-wrap:after {
        content: "";
        display: block;
    }

    .page-wrap:after {
        height: 370px;
    }

@media (max-width: 550px) {
    .footer, .page-wrap:after {
        height: 530px;
    }

    .page-wrap {
        margin-bottom: -530px;
    }
}


#footer {
    margin-top: 20px;
    margin-bottom: -20px;
}

img.footer-logo {
    max-width: 250px;
    height: 48px;
    margin-bottom: 10px;
}

.footer-border {
    position: relative;
    z-index: 10;
    border-top: 4px solid #7B9AA9;
}

.footer-content {
    padding: 40px 0px 60px 0px;
    font-size: 80%;
}

.facebook, .twitter, .linkedin {
    height: 35px;
    width: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    opacity: .5;
}

    .facebook:hover, .twitter:hover, .linkedin:hover {
        opacity: 1;
    }

.social-links li {
    padding: inherit;
    margin: 0;
}

.social-links li, .social-links a, .social-links a:hover {
    border-bottom: 0;
}

.facebook {
    background-image: url(../images/icons/social/facebook.png);
    background-image: url(../images/icons/social/facebook.svg), none;
}

.twitter {
    background-image: url(../images/icons/social/twitter.png);
    background-image: url(../images/icons/social/twitter.svg), none;
}

.linkedin {
    background-image: url(../images/icons/social/linkedin.png);
    background-image: url(../images/icons/social/linkedin.svg), none;
}






/* Misc
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
hr {
    margin-top: 30px;
    margin-bottom: 35px;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
}

    hr.short-hr {
        margin-top: 10px;
        margin-bottom: 25px;
        border-width: 0;
        border-top: 1px solid #E1E1E1;
    }

    hr.even-hr {
        margin-top: 15px;
        margin-bottom: 15px;
        border-width: 0;
        border-top: 1px solid #E1E1E1;
    }

    hr.large-hr {
        margin-top: 45px;
        margin-bottom: 50px;
        border-width: 0;
        border-top: 1px solid #E1E1E1;
    }

.divider {
    position: relative;
    border-left: 1px solid #e1e1e1;
    margin: 0 10px 0 6px;
    display: inline;
}

/* Clearing
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}

*:not(pre) {
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    box-sizing: bover-box;
}

/* Media Queries
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
}

/* Larger than tablet */
@media (min-width: 750px) {
}

/* Larger than desktop */
@media (min-width: 1000px) {
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
}
