/*HGB Fonts*/
@font-face {
    font-family: 'FS Me Web Regular';
    src: url('Content/fonts/fsmeweb-regular-fd.eot');
    src: url('Content/fonts/fsmeweb-regular-fd.eot?ie') format('embedded-opentype'), url('fonts/fsmeweb-regular-fd.woff') format('woff'), url('fonts/fsmeweb-regular-fd.ttf') format('truetype'), url('../fonts/fsmeweb-regular-fd.svg#FSMeWebRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FS Me Web Bold';
    src: url('fonts/fsmeweb-bold-fd.eot');
    src: url('fonts/fsmeweb-bold-fd.eot?ie') format('embedded-opentype'), url('fonts/fsmeweb-bold-fd.woff') format('woff'), url('fonts/fsmeweb-bold-fd.ttf') format('truetype'), url('fonts/fsmeweb-bold-fd.svg#FSMeWebBold') format('svg');
    font-style: normal;
}

@font-face {
    font-family: 'FS Me Web Italic';
    src: url('fonts/fsmeweb-italic-fd.eot');
    src: url('fonts/fsmeweb-italic-fd.eot?ie') format('embedded-opentype'), url('fonts/fsmeweb-italic-fd.woff') format('woff'), url('fonts/fsmeweb-italic-fd.ttf') format('truetype'), url('fonts/fsmeweb-italic-fd.svg#FSMeWebItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'FS Me Web Light';
    src: url('Content/fonts/fsmeweb-light-fd.eot');
    src: url('fonts/fsmeweb-light-fd.eot?ie') format('embedded-opentype'), url('fonts/fsmeweb-light-fd.woff') format('woff'), url('fonts/fsmeweb-light-fd.ttf') format('truetype'), url('fonts/fsmeweb-light-fd.svg#FSMeWebLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'CluffHMKRegular';
    src: url('fonts/cluffhmk-regular-webfont.eot');
    src: url('fonts/cluffhmk-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/cluffhmk-regular-webfont.woff') format('woff'), url('fonts/cluffhmk-regular-webfont.ttf') format('truetype'), url('fonts/cluffhmk-regular-webfont.svg#CluffHMKRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mayfield';
    src: url('fonts/mayfield.eot');
    src: url('fonts/mayfield.eot?#iefix') format('embedded-opentype'), url('fonts/mayfield.woff') format('woff'), url('fonts/mayfield.ttf') format('truetype'), url('fonts/mayfield.svg#Mayfield') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*HGB Styles*/
body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    /* line-height: 24px; */
    font-weight: normal;
    font-family: "FS Me Web Regular", Arial, Helvetica, sans-serif, Verdana, sans-serif;
    color: #0a0a0a;
    background: #F7F7F7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

select {
    font-family: "FS Me Web Regular", Arial, Helvetica, sans-serif;
    line-height: normal;
    display: inline-block;
    background-color: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #676767;
    outline: none;
    height: 2.31rem;
    width: 160px;
}

h1 {
    color: #5c9a1b;
    font-family: "FS Me Web Light", Arial, Helvetica, Verdana, sans-serif;
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 20px;
}

h2 {
    font-family: "FS Me Web Light", Arial, Helvetica, Verdana, sans-serif;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
    margin-left: 15px;
}

h3 {
    font-family: "FS Me Web Regular", Arial, Helvetica, Verdana, sans-serif;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
}

h4 {
    color: #484641;
    font-family: "FS Me Web Regular", Arial, Helvetica, Verdana, sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
}

h1.alt,
h2.alt,
h3.alt,
h4.alt {
    color: #1d5b2d;
    display: block;
    padding-left:35px;
}

label {
    font-family: "FS Me Web Regular", Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 0;
}
    label.required1, span.required1 {
        font-family: "FS Humana Light", sans-serif;
        font-size: 1em;
        line-height: 20px;
        display: inline-flex;
        margin-bottom: 0;
        width: 60%;
    }

        label.required1:after, span.required1:after {
            content: "*";
            color: #aa005f;
        }

    label.radio, label.radio > span {
        font-family: "FS Humana Light", sans-serif;
        font-size: 1em;
        line-height: 20px;
      
        margin-bottom: 0;
        width: 66%;
    }


label:hover {
    cursor: default;
}

label.error-field {
    color: #aa0008;
}

a {
    font-family: "FS Me Web Regular", Arial, Helvetica, Verdana, sans-serif;
    color: #aa005f;
    text-decoration: none;
}

a:hover,
a:focus,
a.alt:hover,
a.alt:focus {
    color: #aa005f;
    cursor: pointer;
    text-decoration: underline;
    /* display: inline-block; */
}

a.alt {
    color: #484641;
}

a>.icon-arrow {
    margin-left: 5px;
}

a>.icon-arrow-left {
    margin-right: 5px;
}

p {
    font-family: "FS Me Web Regular", Arial, Helvetica, Verdana, sans-serif;
    color: #484641;
}

p.legal {
    font-size: 11px;
}

ul.legal {
    font-size: 11px;
}

a.legal {
    font-size: 11px;
}

li>a:hover {
    text-decoration: none;
}

span.alt {
    color: #aa005f;
}

ul.tabs {
    background-color: #FFFFFF;
}

.tabs .tab-title a {
    font-size: 18px;
    font-family: "FS Me Web Regular", Arial, Helvetica, Verdana, sans-serif;
}

.tabs .tab-title.active a {
    color: #aa005f;

    font-style: normal;
    font-weight: normal;

    box-shadow: inset 0 -4px #aa005f;
}

.tabs .tab-title.active a:hover,
.tabs .tab-title.active a:focus {
    color: #aa005f;
    text-decoration: none;
    box-shadow: inset 0 -4px #aa005f;
}

.tabs .tab-title>a {
    background-color: #FFFFFF;
}

.tabs .tab-title>a:hover {
    text-decoration: none;
    background-color: #FFFFFF;
    box-shadow: inset 0 -4px #484641;
}

.icon-arrow:before {
    display: inline-block;
    content: "\2192";
    text-decoration: none;
}

.icon-arrow-left:before {
    display: inline-block;
    content: "\2190";
    text-decoration: none;
}

button {
    font-family: "FS Me Web Regular", Arial, Helvetica, Verdana, sans-serif;
}

button.plum {
    color: #fefefe;
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: .85em 1em;
    /*margin: 0 0 1rem 0; removed bottom margin of 1rem to align text links beside button*/
    font-size: .9rem;
    background-color: #aa005f;
    border: 1px solid #aa005f;
}

button.plum:hover,
button.plum:active,
button.plum:focus {
    color: #aa005f;
    background-color: #ffffff;
}

button.green {
    color: #fefefe;
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: .85em 1em;
    margin: 0 0 1rem 0;
    font-size: .9rem;
    background-color: #1d5b2d;
    border: 1px solid #1d5b2d;
}

button.green:hover,
button.green:active,
button.green:focus {
    color: #1d5b2d;
    background-color: #ffffff;
}

button.ui-datepicker-trigger {
    background: #F7F7F7;
    margin: 0;
    padding: 0 0 0 .4em;
}

button.ui-datepicker-trigger>i {
    color: #1d5b2d;
    font-size: 2.5em;
}


input[type=text].login,
input[type=password].login {
    width: 300px;
}

/*New*/
input[type="text"], input[type="password"] {
    font-family: "FS Me Web Regular", Arial, Helvetica, Verdana, sans-serif;
    line-height: normal;
    display: inline-block;
    background-color: #f7f7f7;
    /*border-radius: 4px;
    border: 1px solid #676767;*/
    outline: none;
  /*  height: 2.31rem;*/
    padding-left: 0.5rem;
    width: 150px;
}

/*input[type=text]:focus*/
input[type=password]:focus {
    background-color: #ffffff;
    border-radius: 1px;
    border: 2px solid #1d5b2d;
}

input[type=text].input-validation-error,
input[type=password].input-validation-error {
    background-color: #f7f7f7;
    border: 1px solid #aa0008;
}

input[type=text].input-validation-error:focus,
input[type=text].input-validation-error:focus {
    background-color: #f7f7f7;
    border: 2px solid #aa0008;
}

input[type=file] {
    /*width: 0.1px;
    height: 0.1px;*/
    /*opacity: 0;*/
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
  background-color: #f7f7f7;
  position: absolute;
    z-index: 2;
}

input[type=file]+button {
    color: #fefefe;
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: .85em 1em;
    margin: 0 0 1rem 0;
    font-size: .9rem;
    background-color: #ffffff;
    border: 1px solid #1d5b2d;
}

input[type=file]+button:hover {
    color: #1d5b2d;
    background-color: #ffffff;
}
    input[type=file] + label {
        color: #fefefe;
        display: inline-block;
        text-align: center;
        line-height: 1;
        cursor: pointer;
        transition: background-color .25s ease-out, color .25s ease-out;
        vertical-align: middle;
        border: 1px solid transparent;
        border-radius: 5px;
        padding: .85em 1em;
        margin: 0 0 1rem 0;
        font-size: .9rem;
        background-color: #ffffff;
        border: 1px solid #1d5b2d;
    }

        input[type=file] + label:hover {
            color: #1d5b2d;
            background-color: #ffffff;
        }




select:focus {
    background-color: #ffffff;
    border-radius: 4px;
    border: 2px solid #1d5b2d;
}

select.input-validation-error {
    background-color: #f7f7f7;
    border: 1px solid #aa0008;
}

select.input-validation-error:focus {
    background-color: #f7f7f7;
    border: 2px solid #aa0008;
}

option {
    font-family: "FS Me Web Regular", Arial, Helvetica, Verdana, sans-serif;
}

select:active,
select:hover {
    outline-color: #1d5b2d;
}

textarea {
    font-family: "FS Me Web Regular", Arial, Helvetica, Verdana, sans-serif;
    line-height: normal;
    display: inline-block;
    background-color: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #676767;
    outline: none;
    width: 256px;
    min-height: 120px;
    resize: none;
    padding-left: .5rem;
}

textarea:focus {
    background-color: #ffffff;
    border-radius: 4px;
    border: 2px solid #1d5b2d;
}

textarea.input-validation-error {
    background-color: #f7f7f7;
    border: 1px solid #aa0008;
}

textarea.input-validation-error:focus {
    background-color: #f7f7f7;
    border: 2px solid #aa0008;
}

/*Foundation override for dropdown menu. Hopefully this is fixed with a later release*/
#myProfile {
    top: 26px !important;
}

#myProfileSmall {
    top: 47.6px !important;
}

#cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
    background-color: #ffffff;
    opacity: .9;
}

#level-100 {
    width: 100%;
    background-color: #eeeeee;
    height: 2.25em;
}

#level-200 {
    width: 100%;
    height: 8.25em;
    background-color: #ffffff;
}

#level-300 {
    width: 100%;
    height: 3.25rem;
    background-color: #5C9A1B;
}

#level-400 {
    width: 100%;
    background-color: #ffffff;

}

#level-500 {
    width: 100%;
    background-color: #484641;
    padding-bottom: 1rem;
    position: absolute;
    bottom: 0px;
}

.top {
    height: 125px;
    /*4.75rem; 100px*/
    width: 100%;
    background-color: #5C9A1B;
}

.humana-military-footer-image {
    height: 90px;
    background: url("images/HumanaMilitary_Logo_White.png") no-repeat 0px -15px;
    background-size: contain;
    margin-top: 25px;
    /*15px */
    margin-left: 0;
}


#level-500 p {
    color: #ffffff;
}

#level-500 ul {
    display: block;
    position: relative;
    list-style-type: none;
    list-style-position: outside;
    text-align: center;
}

#level-500 ul li {
    display: inline;
    position: relative;
    padding-right: .5em;
    border-right: 1px solid #ffffff;
}

#level-500 ul li a {
    color: #ffffff;
}

#level-500 ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#level-500 ul li.last {
    border-right: none;
}

@media (max-width: 680px) {

    #level-400 {
        padding-bottom: 20em;
    }
}

.sticky100 {
    position: fixed;
    top: 0;
    z-index: 1005;
}

.sticky300 {
    position: fixed;
    top: 31.5px;
    z-index: 1003;
}

.humana-military-tricare-banner {
    width: 325px;
    height: 110px;
    background-image: url("images/humana-military-new.png");
    background-repeat: no-repeat;
}

.user-welcome-text {
    padding-right: 20px;
    color: #1a1812;
    font-size: 18px;
    font-family: "Mayfield", Arial, Helvetica, Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    display: inline-block;
}

.header-my-profile-text {
    padding-right: 20px;
    color: #1a1812;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    display: inline-block;
}

.header-my-profile-text:hover,
.header-my-profile-text:focus,
.header-my-profile-text:active {
    text-decoration: none;
}

.header-login-text {
    padding-right: 20px;
    color: #1a1812;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    display: inline-block;
}

.header-envolope {
    height: 40px;
    margin-top: .4rem;
    margin-right: 6px;
    float: left;
    text-align: center;
    width: 40px;
    border-radius: 5px;
    background-color: #457d0b;
}

.header-envolope:hover {
    cursor: pointer;
    background-color: #1d5b2d;

}

.header-envolope-icon {
    height: 34px;
    width: 36px;
    margin-top: .15rem;
    stroke: #ffffff;
    stroke-width: .1em;
    fill: #457d0b;
}

.header-envolope:hover .header-envolope-icon,
.header-envolope:hover {
    fill: #1d5b2d;
}

.header-gear {
    height: 40px;
    margin-right: 6px;
    margin-top: .4rem;
    float: left;
    text-align: center;
    width: 40px;
    border-radius: 5px;
    background-color: #457d0b;
}

.header-gear:hover {
    cursor: pointer;
    background-color: #1d5b2d;
}

.header-gear-icon {
    height: 36px;
    width: 36px;
    margin-top: .15rem;
    margin-left: .15rem;
    background-image: url("images/white_icon_spritesheet.svg");
    background-position: -180px -36px;
    background-repeat: no-repeat;
}

.header-notifications {
    height: 40px;
    margin-right: 6px;
    margin-top: .4rem;
    float: left;
    text-align: center;
    width: 40px;
    border-radius: 5px;
    background-color: #457d0b;
}

.header-notifications:hover {
    cursor: pointer;
    background-color: #1d5b2d;
}

.header-notifications-icon {
    height: 36px;
    width: 36px;
    margin-top: .15rem;
    stroke: #ffffff;
    stroke-width: .1em;
    fill: #457d0b;
}

.header-notifications:hover .header-notifications-icon,
.header-notifications:hover {
    fill: #1d5b2d;
}

.header-chat {
    height: 40px;
    margin-right: 6px;
    margin-top: .4rem;
    float: left;
    text-align: center;
    width: 40px;
    border-radius: 5px;
    background-color: #457d0b;
}

.header-chat:hover {
    cursor: pointer;
    background-color: #1d5b2d;
}

.header-chat-icon {
    height: 36px;
    width: 36px;
    margin-top: .15rem;
    stroke: #ffffff;
    stroke-width: .1em;
    fill: #457d0b;
}

.header-chat:hover .header-chat-icon,
.header-chat:hover {
    fill: #1d5b2d;
}

.header-home {
    height: 40px;
    margin-right: 6px;
    margin-top: .4rem;
    float: left;
    text-align: center;
    width: 40px;
    border-radius: 5px;
    background-color: #457d0b;
}

.header-home:hover {
    cursor: pointer;
    background-color: #1d5b2d;
}

.header-home-icon {
    height: 36px;
    width: 36px;
    stroke: #ffffff;
    stroke-width: .1em;
    fill: #457d0b;
    margin-top: .15rem;
}

.header-home:hover .header-home-icon,
.header-home:hover {
    fill: #1d5b2d;
}

#container {
    min-height: 100%;
    position: relative;
}

.module-alert-box>p {
    font-size: 14px;
    margin-left: 5px;
}

.module-alert-box.information {
    background: #f6f9f3;
    border-left: 5px solid #4E8416;
}

.module-alert-box.warning {
    background: #fffaf2;
    border-left: 5px solid #ff9900;
}

.module-alert-box.error {
    margin-top: 5px;
    background: #fdf4f4;
    border-left: 5px solid #D41F26;
}

.module-alert-box h3 {
    margin-bottom: 10px;
    font-size: .875rem;
    font-weight: 400;
    font-family: FS Me Web Regular;
}

.module-alert-box h3.information {
    color: #4E8416;
}

.module-alert-box h3.warning {
    color: #ff9900;
}

.module-alert-box h3.error {
    color: #D41F26;
}

.module-alert-box h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 400;
    font-family: FS Me Web Regular;
}

.module-alert-box h4.no-title {
    margin-top: 14px;
}

.module-alert-box p {
    margin-top: 6px;
}

.module-alert-box p.alert-content {
    width: 85%;
}

.module-alert-box p.subheading {
    font-family: FS Me Web Bold;
    margin-bottom: 0;
    margin-top: 10px;
}

.module-alert-box p a.inline {
    color: #484641;
    text-decoration: underline;
}

.module-alert-box p a.inline:hover {
    color: #aa005f;
}


.ui-widget-content {
    background: #FFFFFF;
    color: #1a1912;
    font-family: "FS Me Web Regular", Arial, Helvetica, sans-serif;
}

.ui-state-default:hover {
    border: 1px solid #aa005f;
    background-color: #aa005f;
    color: #ffffff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background-color: #eeeeee;
    color: #484641;
    border: 1px solid #fefefe;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #1a1912;
    background-color: #1a1912;
    color: #FFFFFF;
}


.box-container {
    background-color: #FFFFFF;
    box-shadow: 0 3px 4px 2px #d5d5d5;
    color: #676767;
    border-top: 2px solid #4e8416;
    border-radius: 0 0 4px 4px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;

}

.box-container.error {
    border-top-color: #D41F26;
}


.box-line-item {
    border-bottom: 1px solid #ededed;
    padding: .3rem 1rem .2rem 1rem;
}

.box-line-item-arrow-icon {
    width: 36px;
    height: 36px;
    stroke: #aa005f;
    stroke-width: .1em;
    fill: #ffffff;
}

.box-line-item:hover .box-line-item-arrow-icon,
.box-line-item:hover {
    fill: #f7f7f7;

}

.claim-line-item:hover .box-line-item-arrow-icon,
.claim-line-item:hover {
    fill: #d5d5d5;
    background-color: #d5d5d5;
}

.box-line-item.first {
    border-top: 1px solid #ededed;
}

.box-line-item:hover {
    background-color: #f7f7f7;
}

.box-line-item-header {
    padding: 1rem 1.25rem 1rem 1.25rem;
}

.box-line-item-green-text {
    color: #5c9a1b;
}

.box-line-item-bottom-border {
    border-bottom: 1px solid #676767;
    position: absolute;
    top: 50%;
    bottom: 0;
}

.box-header {
    font-family: 'FS Me Web Regular', Arial, Arial, Helvetica, Verdana, sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding-top: 1.25rem;
}

.content-Loading {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url('images/green_loading_25px.gif');
}

.dollar-amount {
    color: #5C9A1B;
}

.bold-text {
    font-weight: bold;
}

.cobrowse-icon {
    height: 48px;
    width: 48px;
    stroke: #ffffff;
    stroke-width: .125em;
    cursor: pointer;
    fill: #5C9A1B;
}

#cobrowse>svg {
    cursor: default;
}

.contact-us-footer-text {
    position: relative;
    top: 60%;
    transform: translateY(60%);
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
}

.cobrowse-footer-margin {
    margin-top: 5px;
}

.chat-loading-icon {
    height: 36px;
    width: 36px;
    stroke: #000000;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.action-required-icon {
    height: 36px;
    width: 36px;
    stroke: #aa005f;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.appeal-claim-icon {
    height: 36px;
    width: 36px;
    stroke: #000000;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.ask-a-question-icon {
    height: 36px;
    width: 36px;
    stroke: #000000;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.approved-icon {
    height: 36px;
    width: 36px;
    stroke: #5C9A1B;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.denied-icon {
    height: 36px;
    width: 36px;
    stroke: #aa0008;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.incomplete-info-icon {
    height: 36px;
    width: 36px;
    stroke: #aa0008;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.in-process-icon {
    height: 36px;
    width: 36px;
    stroke: #676767;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.partial-approved-icon {
    height: 36px;
    width: 36px;
    stroke: #676767;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.not-approved-icon {
    height: 36px;
    width: 36px;
    stroke: #aa0008;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.returned-icon {
    height: 36px;
    width: 36px;
    stroke: #aa0008;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.no-auth-required-icon {
    height: 36px;
    width: 36px;
    stroke: #000000;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.processed-icon {
    height: 36px;
    width: 36px;
    stroke: #5C9A1B;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.filter-icon {
    height: 24px;
    width: 24px;
    stroke: #5C9A1B;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.care-consideration-icon {
    height: 36px;
    width: 36px;
    stroke: #5C9A1B;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.email-compose-icon {
    height: 36px;
    width: 36px;
    stroke: #aa005f;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.email-read-icon {
    height: 36px;
    width: 36px;
    stroke: #1d5b2d;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.email-unread-icon {
    height: 36px;
    width: 36px;
    stroke: #1d5b2d;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.email-send-icon {
    height: 36px;
    width: 36px;
    stroke: #aa005f;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.attachment-icon {
    height: 36px;
    width: 36px;
    stroke: #676767;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.print-icon {
    height: 36px;
    width: 36px;
    stroke: #1d5b2d;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.upload-icon {
    height: 36px;
    width: 36px;
    stroke: #1d5b2d;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.new-window-icon {
    height: 14px;
    width: 14px;
    stroke: #aa005f;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.new-window-footer-icon {
    height: 14px;
    width: 14px;
    stroke: #ffffff;
    stroke-width: .125em;
    fill: #ffffff;
}