﻿html {
    font-size: 100% !important;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #b8b8b8;
    font-family: Arial, Helvetica, sans-serif;
}

.BenefitsSubheading {
    font-size: larger;
    font-weight: bold;
}

.OpenEnrollment {
    font-size: 14px;
    font-weight: bold;
    color: #330000;
}

#container {
    background-image: url(../images/mainBg.jpg);
    background-repeat: repeat-y;
    background-position: top;
    width: 720px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    background-color: #ffffff;
    margin-bottom: 0px;
}

#cBtm {
    width: 720px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    display: none;
}

#wrapper {
    width: 699px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
    position: relative;
}

#header #title #menu {
    float: right;
    margin-right: 10px;
    padding-top: 13px;
}

#menu a {
    display: block;
    line-height: 0;
}

#header #title #logo {
    float: left;
    height: 100%;
    margin-left: 1rem;
}

#logo > img {
    width: 200px;
}

#header #titleImg {
    height: 166px;
    width: 699px;
    clear: both;
}

#container #wrapper #header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9e9e9e;
    background-color: #007770;
    width: 699px;
}

#header #title {
    height: 50px;
    width: 699px;
}

#container #wrapper #content {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}

#submenu ul {
    margin: 0px;
    padding: 0px;
    background-color: #007770;
    height: 2.85em;
}

#content #submenu {
    background-color: #007770;
    height: 2.85em;
}

#content #bodyContent {
    clear: both;
    padding-top: 2.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #636363;
}

#submenu br {
    clear: both;
}

#submenu a {
    color: #ffffff;
    text-decoration: none;
    display: block;
}

    #submenu a:hover {
        color: #cccccc;
        font-weight: bold;
    }

#submenu li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #007770;
    float: left;
    width: 86px;
    border: 1px solid #ccc;
    border-top-width: 0px;
    border-bottom-width: 2px;
    border-right-width: 1px;
    border-left-width: 0px;
    margin: 0px;
    text-align: center;
    list-style-type: none;
    height: 100%;
    box-sizing: border-box;
    padding: 5px 0 9px 0;
}

    #submenu li#end {
        border-bottom-style: solid;
        border-bottom-color: #cccccc;
    }

#container #footer {
    background-color: #4d4d4d;
    height: auto;
    width: 97.5%;
    font-size: .85rem;
    line-height: 1.4;
    color: #fcfcfc;
    /* margin-right: 16px; */
    margin: 0 auto;
}

    #container #footer p {
        margin-left: .75rem;
        margin-top: 10px;
        margin-bottom: 0;
        padding: 20px;
    }

    #container #footer a {
        color: #b8b8b8;
    }

#bodyContent h1 {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #007770;
    display: inline;
    padding: 1em;
    margin-bottom: .5em;
}

#bodyContent p,
#bodyContent ul {
    margin-right: 16px;
    margin-left: 16px;
    line-height: 1.7;
}

#bodyContent a {
    color: #007770;
    text-decoration: underline;
}

    #bodyContent a:focus {
        outline: 2px dashed #007770;
        outline-offset: 2px;
        color: white;
        background-color: #007770;
        text-decoration: none;
    }

#bodyContent li {
    color: #007770;
    line-height: 1.4;
}

#bodyContent .questions {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-top-color: #007770;
    border-right-color: #007770;
    border-bottom-color: #007770;
    border-left-color: #007770;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0.5em;
    padding-right: 16px;
    padding-left: 16px;
}

.fieldset + .fieldset,
.fieldset + .row {
    margin-top: 3rem;
}

.fieldset legend {
    font-size: 2rem;
    top: -0.25rem;
    position: relative;
    padding: 0 0.5rem;
}

.modal--full {
    width: 90%;
    max-height: 80%;
}

.close-button {
    position: absolute;
    top: 0;
    right: 0;
}

    .close-button .material-icons {
        font-size: 36px;
    }

.input-field input[type='text'] {
    background-color: rgb(224 224 224 / 25%);
}

.input-field textarea {
    background-color: rgb(224 224 224 / 25%);
}

.input-field input[required] + label {
    color: red;
}

.input-field input.valid[required] + label {
    color: unset;
}

.input-field > label {
    font-size: 1.25rem;
}
