@import url("https://fonts.googleapis.com/css?family=Playfair+Display|Roboto:400,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --color-black: #0a0908;
    --color-gray-10: #8f9491;
    --color-gray-20: #cecfc7;
    --color-white: #fff;
    --color-tan-30: #f2f4f3;
    --color-background: #f2f4f3;
    --color-text: #0a0908;
    --color-green-10: #4a4b2f;
    --color-green-20: #125f4b;
    --color-green-30: #6cae75;
    --color-green-40: #babd9c;
    --color-mask: rgba(0, 0, 0, .5);
    --width-page: 85.375em;
    --width-gutter: 1rem;
    --spacing-horizontal: 1rem;
    --spacing-vertical: 1.5rem;
    --border-radius: 0.25rem;
    --anim-duration: 0.5s;
    --anim-easing: ease-in-out
}

.list-item__button {
    border-radius: 16px !important;
}

.communication-button-container {
    font-family: 'Red Hat Display', sans-serif;
    border-radius: 16px;
}

.communication-button {
    border-radius: 16px;
}

.communictaion-preference__title {
    border-radius: 10px 10px 0px 0px;
    font-family: 'Red Hat Display', sans-serif !important;
    font-weight: var(--font-weight-medium) !important;
}

.communictaion-preference__body {
    border-radius: 0px 0px 10px 10px;
}

.communictaion-preference {
    border-radius: 10px 10px 10px 10px;

}

.account__title {
    font-family: 'Red Hat Display', sans-serif !important;
    border-radius: 10px 10px 0px 0px;
    
}

.account__body {
    border-radius: 0px 0px 10px 10px;
}

@define-mixin clearfix {
    &:after {
        content: "";
        display: table;
        clear: both
    }
}

@define-mixin list-bare {
    list-style: none;
    margin: 0;
    padding: 0
}

@define-mixin list-horizontal {
    @mixin clearfix;

    >* {
        float: left;
        line-height: 1
    }
}

@define-mixin list-inline {
    @mixin clearfix;

    >* {
        display: inline;
        line-height: 1
    }
}

.main-content a {
    text-decoration: none
}

.main-content strong {
    font-weight: 700
}

.main-content em {
    font-style: italic
}

.main-content dd,
.main-content dl {
    margin: 0
}

.main-content table {
    border-collapse: collapse;
    border-spacing: 0
}

.main-content fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

.main-content legend {
    max-width: 100%
}

body:before {
    content: "small";
    display: none
}

@media (min-width:48em) {
    body:before {
        content: "medium"
    }
}

@media (min-width:64em) {
    body:before {
        content: "large"
    }
}

:root {
    --font-roboto: "Roboto", sans-serif;
    --font-playfair: "Playfair Display", serif;
    --font-sans: 'Red Hat Display', sans-serif;
    /* --font-sans: var(--font-roboto); */
    --font-serif: "Playfair Display", serif;
    --font-serif: var(--font-playfair);
    --font-family-primary: 'Red Hat Display';
    --font-family-primary: 'Red Hat Display';
    --font-family-heading: 'Red Hat Display';
    --font-family-heading: 'Red Hat Display';
    --font-weight-light: 100;
    --font-weight-medium: 400;
    --font-weight-bold: 700
}

.ms-listviewtable {
    background: #fff
}

.center {
    margin: 0 auto !;
    display: block;
    text-align: center
}

.force_center {
    margin: 0 auto !important;
    display: block !important;
    text-align: center
}

.right {
    text-align: right
}

.left {
    float: left
}

.red {
    color: red !important
}

.bgred {
    background: red !important
}

:root {
    --color-button-fg: #fff;
    --color-button-fg: var(--color-white);
    --color-button-bg: #6cae75;
    --color-button-bg: var(--color-green-30);
    --color-button-bg-hover: #125f4b;
    --color-button-bg-hover: var(--color-green-20);
    --primary-button-bg: #6cae75;
    --primary-button-bg: var(--color-green-30);
    --primary-button-fg: #fff;
    --primary-button-fg: var(--color-white);
    --primary-button-hover-bg: #125f4b;
    --primary-button-hover-bg: var(--color-green-20);
    --primary-button-hover-fg: #fff;
    --primary-button-hover-fg: var(--color-white);
    --primary-button-active-bg: #6cae75;
    --primary-button-active-bg: var(--color-green-30);
    --primary-button-active-fg: #fff;
    --primary-button-active-fg: var(--color-white);
    --secondary-button-bg: #fff;
    --secondary-button-bg: var(--color-white);
    --secondary-button-fg: #6cae75;
    --secondary-button-fg: var(--color-green-30);
    --secondary-button-hover-bg: #fff;
    --secondary-button-hover-bg: var(--color-white);
    --secondary-button-hover-fg: #125f4b;
    --secondary-button-hover-fg: var(--color-green-20);
    --secondary-button-active-bg: #fff;
    --secondary-button-active-bg: var(--color-white);
    --secondary-button-active-fg: #6cae75;
    --secondary-button-active-fg: var(--color-green-30)
}

.button {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .45em 1.75em;
    font-size: 1rem;
    line-height: 1;
    border: 0;
    border-radius: .25rem;
    border-radius: var(--border-radius);
    background-color: #6cae75;
    background-color: var(--primary-button-bg);
    cursor: pointer;
    margin: 0;
    text-align: center;
    border-radius: 16px;
}

.list-item__button {
    border-radius: 16px;
}

.button,
.button:link,
.button:visited {
    color: #fff;
    color: var(--primary-button-fg)
}

.button:link,
.button:visited {
    text-decoration: none
}

.button:focus,
.button:hover {
    color: #fff;
    color: var(--primary-button-hover-fg);
    background-color: #125f4b;
    background-color: var(--primary-button-hover-bg)
}

.button:active {
    text-decoration: underline;
    color: #fff;
    color: var(--primary-button-active-fg);
    background-color: #6cae75;
    background-color: var(--primary-button-active-bg)
}

.button:disabled {
    color: #d9d9d9;
    background-color: hsl(128.1818181818182, 5%, 55.2941176471%);
    cursor: no-drop
}

.button--alt {
    background-color: #fff;
    background-color: var(--secondary-button-bg)
}

.button--alt,
.button--alt:link,
.button--alt:visited {
    color: #6cae75;
    color: var(--secondary-button-fg)
}

.button--alt:focus,
.button--alt:hover {
    color: #125f4b;
    color: var(--secondary-button-hover-fg);
    background-color: #fff;
    background-color: var(--secondary-button-hover-bg)
}

.button--alt:active {
    color: #6cae75;
    color: var(--secondary-button-active-fg);
    background-color: #fff;
    background-color: var(--secondary-button-active-bg)
}

.button_large {
    padding: 1em 4em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em
}

.button--alt-link {
    background: transparent
}

.button--alt-link,
.button--alt-link:link,
.button--alt-link:visited {
    color: #6cae75;
    color: var(--secondary-button-fg)
}

.button--alt-link:focus,
.button--alt-link:hover {
    color: #125f4b;
    color: var(--secondary-button-hover-fg);
    background-color: transparent
}

.button--alt-link:active {
    color: #6cae75;
    color: var(--secondary-button-fg);
    background-color: transparent
}

.button--icon {
    font-size: 1.25em
}

.ubg_dashboard_tile.arrow_box {
    position: relative;
    background: #f2f4f3;
    background: var(--color-tan-30);
    margin: 0;
    height: 100%
}

.arrow_box:after,
.arrow_box:before {
    left: 100%;
    top: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #f2f4f3;
    border-left-color: var(--color-tan-30);
    border-width: 75px;
    margin-top: -125px
}

.disabled-link {
    background: gray;
    pointer-events: none
}

.react-calendar button,
.react-calendar button[type=button],
.react-calendar input[type=button],
.react-calendar input[type=reset],
.react-calendar input[type=submit] {
    min-width: auto;
    margin-left: 0;
    padding: .5em 0
}

.react-calendar button[type=button] {
    cursor: pointer
}

.react-date-picker .react-date-picker__button__input {
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 0 .5em
}

.react-date-picker .react-date-picker__clear-button {
    display: none
}

.react-date-picker .react-date-picker__button__input input {
    margin-right: .5em
}

.react-date-picker .react-date-picker__button {
    background: #fff
}

.react-date-picker__button__icon {
    min-width: 3.5em
}

.columns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.column.two-third {
    -webkit-flex: 2;
    flex: 2
}

.column-third {
    -ms-flex: 1
}

@media (min-width:64em) {
    .columns {
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .columns--1 {
        width: 100%
    }

    .columns--2 .col {
        width: calc(50% - 1rem)
    }

    .columns--2 .col+.col {
        margin-left: 2rem
    }

    .columns--3 .col {
        width: calc(33.33% - 1rem)
    }

    .columns--3 .col+.col {
        margin-left: 2rem
    }
}

.ms-h1,
.ms-rtestate-field h1,
h1,
h1.ms-rteElement-H1 {
    color: #0a0908;
    color: var(--color-black);
    line-height: 1.2em
}

.ms-h1,
.ms-h2,
.ms-rtestate-field h1,
.ms-rtestate-field h2,
h1,
h1.ms-rteElement-H1,
h2,
h2.ms-rteElement-H2 {
    font-family: 'Red Hat Display', sans-serif;
    /* font-family: var(--font-family-heading); */
    font-weight: 700;
    font-weight: var(--font-weight-bold)
}

.ms-h2,
.ms-rtestate-field h2,
h2,
h2.ms-rteElement-H2 {
    color: #4a4b2f;
    color: var(--color-green-10)
}

.ms-h3,
.ms-rtestate-field h3,
h3,
h3.ms-rteElement-H3 {
    color: #6cae75;
    color: var(--color-green-30);
    text-transform: uppercase
}

.ms-h3,
.ms-rtestate-field h3,
h3,
h3.ms-rteElement-H3,
h4 {
    /* font-family: Roboto, sans-serif; */
    font-family: var(--font-family-primary);
    font-weight: 700;
    font-weight: var(--font-weight-bold)
}

h4 {
    padding: .5em 0;
    color: #125f4b
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: inherit
}

.ms-rtestate-field p,
p.ms-rteElement-P {
    margin: 0 0 1em;
    line-height: 1.75em
}

.ms-rteStyle-ubgSubHeading {
    font-weight: 700
}

.loading {
    height: 120px;
    padding: 0;
    width: 160px;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 10px;
    box-sizing: border-box;
    margin: 2em auto
}

@-webkit-keyframes a {
    0% {
        background-color: #145f4b
    }

    30% {
        background-color: #6aad74
    }

    50% {
        height: 100px;
        margin-top: 0
    }

    80% {
        background-color: #9c9
    }

    to {
        background-color: #cd0a00
    }
}

@keyframes a {
    0% {
        background-color: #145f4b
    }

    30% {
        background-color: #6aad74
    }

    50% {
        height: 100px;
        margin-top: 0
    }

    80% {
        background-color: #9c9
    }

    to {
        background-color: #cd0a00
    }
}

.loading .loading-1 {
    -webkit-animation: a 2.5s infinite;
    animation: a 2.5s infinite;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.loading .loading-1,
.loading .loading-2 {
    height: 10px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin-top: 90px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.loading .loading-2 {
    -webkit-animation: a 2.5s infinite;
    animation: a 2.5s infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.loading .loading-3 {
    -webkit-animation: a 2.5s infinite;
    animation: a 2.5s infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.loading .loading-3,
.loading .loading-4 {
    height: 10px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin-top: 90px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.loading .loading-4 {
    -webkit-animation: a 2.5s infinite;
    animation: a 2.5s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.loading .loading-5 {
    -webkit-animation: a 2.5s infinite;
    animation: a 2.5s infinite;
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.loading .loading-5,
.loading .loading-6 {
    height: 10px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin-top: 90px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.loading .loading-6 {
    -webkit-animation: a 2.5s infinite;
    animation: a 2.5s infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.loading .loading-7 {
    -webkit-animation: a 2.5s infinite;
    animation: a 2.5s infinite;
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s
}

.loading .loading-7,
.loading .loading-8 {
    height: 10px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin-top: 90px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.loading .loading-8 {
    -webkit-animation: a 2.5s infinite;
    animation: a 2.5s infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.loading .loading-9 {
    -webkit-animation: a 2.5s infinite;
    animation: a 2.5s infinite;
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s
}

.loading .loading-9,
.loading .loading-10 {
    height: 10px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin-top: 90px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.loading .loading-10 {
    -webkit-animation: a 2.5s infinite;
    animation: a 2.5s infinite;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.align-center,
.align-left,
.align-right {
    margin: 0 auto 1.5em
}

@media only screen and (min-width:40em) {
    .align-left {
        float: left;
        margin: 0 1.5em 1.5em 0
    }

    .align-right {
        float: right;
        margin: 0 0 1.5em 1.5em
    }
}

:root {
    --color-link: #125f4b;
    --color-link: var(--color-green-20);
    --color-active: #6cae75;
    --color-active: var(--color-green-30);
    --color-visited: #4a4b2f;
    --color-visited: var(--color-green-10)
}

a,
a:link {
    color: #125f4b;
    color: var(--color-link)
}

a:focus,
a:hover {
    text-decoration: none
}

a:active {
    color: #6cae75;
    color: var(--color-active)
}

a:visited {
    color: #4a4b2f;
    color: var(--color-visited)
}

li {
    list-style-position: inside
}

li>p {
    display: inline
}

ul {
    margin: 1rem 0
}

.logo img {
    width: 100%;
    max-width: 250px
}

@media print {
    .ubg_dashboard_tile.arrow_box {
        display: none
    }
}

table {
    margin-bottom: 1rem
}

body {
    color: #0a0908;
    color: var(--color-text);
    /* font-family: Roboto, sans-serif; */
    font-family: var(--font-family-primary);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-normal)
}

p {
    margin: 0 0 1.5rem;
    margin: 0 0 var(--spacing-vertical)
}

address {
    display: inline-block;
    font-style: normal
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.5625rem;
    height: 0
}

.video-wrap .video,
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.is-vishidden {
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: -1px;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    border: 0
}

.hide {
    display: none
}

.ubg-dashboard.ubg-page #contentBox,
.ubg-dashboard.ubg-page .header {
    max-width: 100%;
    margin: 0
}

.ubg-dashboard.ubg-page .deg-layout {
    margin: 0
}

.ubg-dashboard.ubg-page .deg-content {
    padding: 0
}

.ubg_dashboard_tile {
    margin: 1em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    border-radius: 0px 0px 10px 10px;
}

.ubg_dashboard_form {
    min-width: 500px
}

.ubg_dashboard_title {
    background: #125f4b;
    background: var(--color-green-20);
    display: block;
    padding: .5em 2.5em .5em 1em;
    color: #fff !important;
    /* font-family: Playfair Display, serif; */
    font-family: 'Red Hat Display', sans-serif;

    /* font-family: var(--font-family-heading); */
    font-size: 1.325em;
    border-radius: 10px 10px 0px 0px;
}

.ubg_dashboard_body {
    padding: 1em .5em;
    /* font-family: Roboto, sans-serif; */
    font-family: var(--font-family-primary);
    background: #f3f5f5;
    border-radius: 0px 0px 10px 10px;
}

.ubg_dashboard_body th {
    color: #125f4b;
    color: var(--color-green-20);
    width: 180px;
    overflow: hidden;
    text-align: left;
    padding-bottom: .5em
}

.ubg_tag {
    background: #125f4b;
    background: var(--color-green-20);
    display: inline-block;
    padding: .25em;
    color: #fff
}

.ubg_welcome_pot {
    margin: 1em 0;
    position: relative;
    z-index: 0
}

.ubg_welcome_pot iframe {
    width: 100%
}

.ubg_welcome_pot:after {
    content: "";
    background: #6cae75;
    background: var(--color-green-30);
    opacity: .25;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-position: 25% 65%
}

.ubg-pportal .ubg_accounts h1 {
    color: #145f4b;
    padding: 1em .5em 0 .45em
}

.ubg-pportal .ubg_dashboard_tile table {
    width: 100%;
    margin: .5em .2em 1.5em;
    border-collapse: collapse;
    color: #4a4b2f;
    color: var(--color-green-10)
}

.calculator-button-section {
    display: -webkit-flex;
    display: flex;
    margin: 2.5rem 1rem 0
}

.calculator-button-section__description {
    margin: 0 2rem 0 .5rem;
    font-size: 1.0625rem;
    font-family: var(--font-family-primary);
    max-width: 39.25rem
}

.calculator-button-section__button {
    background: #184e3a;
    color: #fff !important;
    border: none;
    border-radius: .25em;
    text-transform: uppercase;
    font-family: var(--font-family-primary);
    cursor: pointer;
    font-weight: 700;
    padding: 1em 1.778em;
    font-size: .9375em;
    margin-left: 0;
    display: inline-block
}

.calculator-button-section__button:focus,
.calculator-button-section__button:hover {
    background-color: #629f60
}

.ubg_dashboard_tile table tr td {
    padding: .5em .25em
}

.ubg_dashboard_tile table tr:nth-child(odd) td {
    background: #cfd0c8
}

.ubg_dashboard_tile.simple_tile {
    box-shadow: none
}

.ubg_dashboard_tile.simple_tile .ubg_dashboard_body {
    background: none;
    border-bottom: 3px solid #ccc
}

.ubg_dashboard_tile.simple_tile .ubg_dashboard_body td {
    background: transparent;
    padding: 0;
    font-size: 1.5em
}

a.ubg_show_more {
    color: #145f4b;
    text-decoration: underline;
    padding: .5em.25em
}

.ubg_welcome_pot h2 {
    color: #979a77;
    padding: 1em 0 .5em 1em
}

.ubg_welcome_pot p {
    line-height: 2em;
    padding: .5em 5em 0 1.5em
}

.ubg_plan_header {
    margin-top: 2em
}

.ubg_field_box {
    display: block;
    margin: .5em;
    min-width: 200px;
    font-size: 1.2em
}

.ubg_field_box label {
    font-weight: 700;
    color: #145f4b;
    padding: .5em .5em .5em 0;
    display: block;
    font-size: .75em
}

.ubg_benefit_details {
    margin-right: 1em
}

.ubg_field_set {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1em
}

.ubg_summary_header button.button--alt {
    font-weight: 700
}

.ubg_error_message {
    color: red;
    max-width: 300px;
    margin: 2em auto
}

.tile_small {
    max-width: 450px
}

.ubg_tile_tools.ubg_form {
    max-width: 100%
}

.ubg_tile_tools.ubg_form .button {
    width: auto;
    margin-top: 1.5em
}

.ubg_modal_close {
    font-weight: 700;
    top: 10px;
    right: 10px;
    position: absolute;
    background: #fff;
    padding: .5em .5em .25em;
    color: #4a4b2f;
    color: var(--color-green-10);
    border-radius: 50%;
    cursor: pointer;
    font-size: .75em
}

.ms-Dialog-main .ubg_dashboard_tile {
    margin: 0
}

.ubg_dashboard_body h2 {
    padding: 1em 0;
    color: #125f4b;
    color: var(--color-green-20);
    font-weight: 700
}

.ubg_field_box a.button {
    margin-top: 1em
}

.ubg_profile_section .ubg_field_box {
    min-width: 200px
}

.collapsable_list table .row_items tr:nth-of-type(n+5) {
    display: none
}

.collapsable_list #show-all-history:checked~table .row_items tr,
.collapsable_list #show-all-payments:checked~table .row_items tr,
.collapsable_list #show-all-statements:checked~table .row_items tr,
.collapsable_list #show-all:checked~table .row_items tr {
    display: table-row
}

.collapsable_list #show-all-history~label[for=show-all-history],
.collapsable_list #show-all-payments~label[for=show-all-payments],
.collapsable_list #show-all-statements~label[for=show-all-statements],
.collapsable_list #show-all~label[for=show-all] {
    display: none
}

.collapsable_list #show-all-history:checked~.text-hide,
.collapsable_list #show-all-history:not(:checked)~.text-show,
.collapsable_list #show-all-payments:checked~.text-hide,
.collapsable_list #show-all-payments:not(:checked)~.text-show,
.collapsable_list #show-all-statements:checked~.text-hide,
.collapsable_list #show-all-statements:not(:checked)~.text-show,
.collapsable_list #show-all:checked~.text-hide,
.collapsable_list #show-all:not(:checked)~.text-show {
    display: inline-block
}

.collapsable_list #show-all,
.collapsable_list #show-all-history,
.collapsable_list #show-all-payments,
.collapsable_list #show-all-statements {
    display: none
}

.ubg_dashboard_admin .ubg_field_box {
    max-width: 125px;
    min-width: auto
}

.ubg_profile_section h2 {
    margin: 0;
    padding: 0 0 1em
}

.ubg_profile_page>h2 {
    padding: .5em 0 0 .5em;
    font-size: 2em
}

@media (max-width:47.99em) {
    .ubg_dashboard_form {
        min-width: 0
    }
}

.ubg_calculator .ubg_field_value input {
    width: auto;
    margin-right: .5em
}

.ubg_calc_input sub {
    margin: .25em;
    display: block;
    line-height: 1.5em
}

.ubg_calculator h1 {
    max-width: 400px;
    margin: 1em auto;
    padding: 0;
    font-size: 3em;
    line-height: 1.25em
}

.ubg_calculator .ubg_dashboard_body h2 {
    font-size: 2.5em;
    padding: 0;
    color: #4a4b2f;
    color: var(--color-green-10)
}

.ubg_calculator .ubg_dashboard_body .ubg_project_results {
    text-align: center
}

.ubg_calculator h3 {
    width: 100%;
    margin: 1em 0 0
}

.ubg_calculator .ubg_field_box {
    min-width: 100%
}

.ubg_calculator .ubg_field_box span {
    font-size: 1.2em
}

.ubg_calculator .ubg_dashboard_tile {
    max-width: 750px
}

.ubg_calculator .ubg_dashboard_body {
    padding: 2em;
    background: none
}

.ubg_calculator .ubg_field_value input#TD {
    max-width: 190px;
    display: block
}

.ubg_tooltip {
    margin: 1em 0
}

.ubg_tooltip a,
.ubg_tooltip i.ms-Icon {
    color: #125f4b;
    color: var(--color-green-20)
}

.ubg_tooltip i.ms-Icon {
    padding: 0 .5em 0 0;
    vertical-align: middle
}

.ubg_tooltip p {
    padding: 1em;
    background: #f2f4f3;
    background: var(--color-tan-30);
    margin: 1em 1em .25em;
    border-radius: 5px;
    color: #6cae75;
    color: var(--color-green-30);
    position: relative
}

.ubg_tooltip p:after {
    content: " ";
    position: absolute;
    left: 30px;
    top: -15px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #f2f4f3;
    border-bottom: 15px solid var(--color-tan-30)
}

.ubg_age {
    margin-left: 1em
}

.ubg_calc_intro {
    line-height: 1.8em;
    padding: 2em
}

tr.ubg_highlight {
    background: #cfd0c8
}

tr.ubg_highlight td {
    padding: 1em 0 !important;
    font-weight: 700
}

.ubg_future_options p {
    padding: 1em 0;
    line-height: 1.5em
}

small {
    font-size: .75em
}

.ubg_calc_result small {
    display: block;
    margin-top: .25em
}

tr.ubg_highlight p {
    font-weight: 400;
    text-align: left;
    line-height: 1.25em;
    font-size: .9em;
    padding: .5em
}

table.ubg_simple_table.ubg_summary_header th {
    font-size: .9em
}

.ubg_highlight.green {
    background: #6cae75;
    background: var(--color-green-30);
    color: #fff
}

.ubg_highlight.red {
    background: #c13030;
    color: #fff !important
}

.ubg_calculator .ubg_field_value .ms-TextField-field {
    border: none
}

.ubg_dashboard_tile.simple_tile .ubg_dashboard_body .ubg_future_options td,
.ubg_dashboard_tile.simple_tile .ubg_dashboard_body .ubg_joint_options td {
    vertical-align: top;
    font-size: 1em;
    padding-right: 1.5em
}

.ubg_dashboard_tile.simple_tile .ubg_dashboard_body .ubg_future_options td p,
.ubg_dashboard_tile.simple_tile .ubg_dashboard_body .ubg_joint_options td p {
    padding: 0
}

.ubg_dashboard_tile.simple_tile .ubg_dashboard_body .ubg_project_results td {
    font-size: 1rem;
    padding: 1em .25em
}

.field-values {
    padding: 1em
}

.field-values .field,
.field-values .fieldRight {
    margin: 0 1.5em 1em 0
}

.field-values .fieldRight {
    float: right
}

.field-values .field {
    float: left;
    min-width: 60px
}

.field-values .field label {
    display: block;
    margin: 0 0 .2em;
    font-size: 12px
}

.field-values .field .value {
    font-weight: 700;
    font-size: 1.3em;
    display: block;
    max-width: 200px
}

.field-values .field .input {
    padding-top: 8px
}

.field-values .email .value {
    max-width: 100%;
    word-wrap: break-word
}

.field-values .special {
    background: #f0ede5;
    padding: 8px;
    min-width: 160px
}

.field-values .special .value {
    font-size: 2em
}

#s4-bodyContainer {
    padding-bottom: 0;
    font-size: 1rem;
    font-family: Roboto, sans-serif;
    font-family: var(--font-family-primary);
    font-weight: 400;
    font-weight: var(--font-weight-medium);
    background-color: #f2f4f3;
    background-color: var(--color-background)
}

#contentRow {
    padding: 0;
    background: #fff
}

.main-content,
.main-content *,
.main-content :after,
.main-content :before {
    box-sizing: border-box
}

.main-content .ms-WPBody td {
    font-size: inherit;
    font-family: inherit
}

.page-section {
    transition: margin-right .5s;
    transition: margin-right var(--anim-duration)
}

.article-content .ubgbody .block table.listing td {
    background: #fff
}

ul.breadcrumb {
    padding: 1em 2em;
    list-style: none;
    background-color: #eee
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #000;
    content: "/\00a0"
}

ul.breadcrumb li a {
    color: #6cae75;
    color: var(--color-green-30);
    text-decoration: none
}

ul.breadcrumb li a:hover {
    text-decoration: underline
}

:root {
    --color-footer-fg: #fff;
    --color-footer-fg: var(--color-white);
    --color-footer-bg: #125f4b;
    --color-footer-bg: var(--color-green-20);
    --color-footer-link: #fff;
    --color-footer-link: var(--color-white);
    --color-footer-link-hover: #6cae75;
    --color-footer-link-hover: var(--color-green-30)
}

.footer {
    clear: both;
    font-size: 1rem;
    padding: 2rem 1rem;
    text-align: center;
    color: #fff;
    color: var(--color-footer-fg);
    background-color: #125f4b;
    background-color: var(--color-footer-bg)
}

.footer .footer {
    padding: 0
}

.footer__list {
    list-style: none;
    margin: 0 auto 1rem;
    max-width: 85.375em;
    max-width: var(--width-page)
}

.footer__item {
    margin-left: 1rem
}

.footer__item:first-child {
    margin-left: 0
}

.footer__item:last-child {
    margin-left: auto
}

.footer__link,
.footer__link:link,
.footer__link:visited,
a.sub-footer__item,
a.sub-footer__item:link,
a.sub-footer__item:visited {
    color: #fff;
    color: var(--color-footer-link)
}

.footer__link,
.footer__link:active,
.footer__link:focus,
.footer__link:hover,
a.sub-footer__item,
a.sub-footer__item:active,
a.sub-footer__item:focus,
a.sub-footer__item:hover {
    color: #6cae75;
    color: var(--color-footer-link-hover)
}

.footer__link:active,
a.sub-footer__item:active {
    text-decoration: underline
}

.footer__link,
.footer__link:link,
.footer__link:visited {
    text-decoration: none
}

.sub-footer {
    margin-top: 1rem;
    font-size: .65rem;
    text-align: center;
    line-height: 1.5
}

.mobile-only {
    display: none
}

@media (max-width:47.99em) {
    .footer__item+.footer__item {
        margin-top: .5rem
    }

    .sub-footer__item {
        display: block;
        margin-top: .25rem
    }

    .footer__item {
        margin: 0
    }

    .footer__list {
        padding: 0
    }

    #s4-bodyContainer {
        position: relative
    }
}

@media (min-width:48em) {
    .footer__list {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center
    }

    .footer__item {
        margin-left: 2rem
    }

    .sub-footer {
        margin-top: 1.75rem
    }

    .sub-footer__item+.sub-footer__item:before {
        content: " | "
    }
}

@media (min-width:64em) {
    .footer__item {
        margin-left: 4rem
    }

    .footer__item:first-child {
        margin-left: 0
    }

    .footer__item:last-child {
        margin-left: auto
    }
}

:root {
    --color-header-bg: #f2f4f3;
    --color-header-bg: var(--color-background);
    --color-header-link: #0a0908;
    --color-header-link: var(--color-black);
    --color-header-link-hover: #6cae75;
    --color-header-link-hover: var(--color-green-30)
}

.header {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    padding: 1rem;
    max-width: 85.375em;
    max-width: var(--width-page);
    width: 100%;
    background-color: #f2f4f3;
    background-color: var(--color-header-bg)
}

.deg-title-area {
    margin: 1.5em 0
}

@media (min-width:48em) {
    .header {
        padding: 1rem 1.25rem 2rem
    }
}

@supports (display:grid) {
    .header .logo {
        margin: 0 1em;
        width: 100%;
        max-width: 350px
    }

    @media (min-width:64em) {
        .header .logo {
            width: 350px
        }

        .main-nav {
            -webkit-justify-content: space-between;
            justify-content: space-between;
            padding-left: 5rem;
            width: 100%
        }
    }
}

dialog {
    display: block;
    position: fixed;
    margin: auto;
    padding: 1em;
    top: 50%;
    left: 0;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

dialog:not([open]) {
    display: none
}

dialog::-webkit-backdrop {
    background-color: rgba(0, 0, 0, .5)
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, .5)
}

dialog.fixed {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

dialog+.backdrop {
    background-color: rgba(0, 0, 0, .5)
}

._dialog_overlay,
dialog+.backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.modal__title {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    /* font-family: Playfair Display, serif; */
    /* font-family: var(--font-family-heading) */
    font-family: 'Red Hat Display', sans-serif;
}

.modal__content {
    font-size: 1rem;
    /* font-family: Roboto, sans-serif; */
    font-family: var(--font-family-primary)
}

.timeout-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%
}

.timeout-modal .ubg_dashboard_tile {
    max-width: 450px;
    margin: 0 auto
}

.timeout-modal .ubg_dashboard_body {
    text-align: center
}

.ms-Modal .ms-Overlay {
    background-color: hsla(0, 0%, 83%, .19)
}

:root {
    --state-fill: #f2f4f3;
    --state-fill: var(--color-tan-30);
    --state-stroke: #4a4b2f;
    --state-stroke: var(--color-green-10);
    --active-state-fill: #6cae75;
    --active-state-fill: var(--color-green-30);
    --active-state-stroke: #4a4b2f;
    --active-state-stroke: var(--color-green-10);
    --active-state-fill-hover: #125f4b;
    --active-state-fill-hover: var(--color-green-20);
    --active-state-stroke-hover: #4a4b2f;
    --active-state-stroke-hover: var(--color-green-10);
    --text-fill: #4a4b2f;
    --text-fill: var(--color-green-10);
    --active-text-fill: #4a4b2f;
    --active-text-fill: var(--color-green-10);
    --active-text-fill-hover: #f2f4f3;
    --active-text-fill-hover: var(--color-tan-30);
    --label-fill: #f2f4f3;
    --label-fill: var(--color-tan-30);
    --label-stroke: #4a4b2f;
    --label-stroke: var(--color-green-10);
    --line-fill: transparent;
    --line-stroke: #4a4b2f;
    --line-stroke: var(--color-green-10)
}

.map-container {
    margin: 0 auto;
    max-width: 60rem
}

.map-state-group--active {
    cursor: pointer
}

.map-state-group--active .map-state {
    fill: #6cae75;
    fill: var(--active-state-fill);
    stroke: #4a4b2f;
    stroke: var(--active-state-stroke)
}

.map-state-group--active:hover .map-state {
    fill: #125f4b;
    fill: var(--active-state-fill-hover);
    stroke: #4a4b2f;
    stroke: var(--active-state-stroke-hover)
}

.map-state-group--active:hover .map-text {
    fill: #f2f4f3;
    fill: var(--active-text-fill-hover)
}

.map-state {
    fill: #f2f4f3;
    fill: var(--state-fill);
    stroke: #4a4b2f;
    stroke: var(--state-stroke)
}

.map-label {
    fill: #f2f4f3;
    fill: var(--label-fill);
    stroke: #4a4b2f;
    stroke: var(--label-stroke)
}

.map-line {
    fill: transparent;
    fill: var(--line-fill);
    stroke: #4a4b2f;
    stroke: var(--line-stroke)
}

.messages-block-title .message,
.messages-block-title h3 {
    float: left
}

.messages-block-title .message {
    font-size: 1.2em;
    padding: 0 0 0 35px;
    margin: 15px 0 0 12px;
    background: url(/_layouts/Images/UBGPortal/icons/email.png) 0 no-repeat
}

:root {
    --color-context-menu-mobile-fg: #f2f4f3;
    --color-context-menu-mobile-fg: var(--color-tan-30)
}

.content-nav__item {
    list-style: none
}

.side-bar.local-nav ul li a {
    padding-left: .5em
}

.local-nav .main-nav__icon-container {
    display: none
}

.local-nav a[href=""] {
    font-size: 1.25em;
    font-weight: 700;
    padding-left: 0 !important;
    padding-top: .5em;
    display: block
}

.dash-nav {
    /* background: #125f4b;
    background: var(--color-green-20); */
    background-color: #b7bb9b;
    padding: 1em
}



.dash-nav,
.dash-nav h2 {
    color: #03533e;
}

@media (max-width:63.99em) {

    .content-nav__item,
    .content-nav__link,
    .content-nav__link a {
        color: #f2f4f3;
        color: var(--color-context-menu-mobile-fg)
    }

    .content-nav__link,
    .content-nav__link a {
        display: block
    }

    .content-nav__link:link,
    .content-nav__link:visited,
    .content-nav__link a:link,
    .content-nav__link a:visited {
        color: #f2f4f3;
        color: var(--color-context-menu-mobile-fg)
    }

    .content-nav__link:focus,
    .content-nav__link:hover,
    .content-nav__link a:focus,
    .content-nav__link a:hover {
        text-decoration: underline
    }

    li.main-nav__item.nav_contextual.mobile-only {
        background: #198569;
        margin-top: .25em
    }
}

:root {
    --color-mobile-menu-bg: #125f4b;
    --color-mobile-menu-bg: var(--color-green-20);
    --color-mobile-menu-fg: #f2f4f3;
    --color-mobile-menu-fg: var(--color-tan-30)
}

.main-toolbar {
    display: none
}

.mobile-signin {
    background: #babd9c;
    background: var(--color-green-40);
    text-align: center;
    padding: .5em 2em
}

.mobile-signin .button {
    margin-left: 1em
}

.header__button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: .5em;
    min-width: auto;
    font-size: 1.1rem;
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    background-color: #babd9c;
    cursor: pointer
}

.main-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.main-nav__item {
    list-style: none;
    margin: 0 0 0 1rem;
    font-size: 1rem;
    padding: 0 1em
}

.main-nav__item a {
    text-decoration: none
}

.main-nav__link {
    color: #0a0908;
    color: var(--color-header-link)
}

.main-nav__link:visited {
    color: #125f4b;
    color: var(--color-green-20)
}

.main-nav__link:foucs,
.main-nav__link:hover {
    color: #6cae75;
    color: var(--color-header-link-hover)
}

.main-nav__link:active {
    text-decoration: underline
}

.main-nav__icon-container,
.main-nav__text {
    display: inline-block;
    vertical-align: middle;
    color: #03533e;
}

.main-nav__icon-container {
    margin-right: .25em;
    width: 1rem;
    height: 1rem
}

.main-nav__icon-container:hover {
    text-decoration: none
}

.main-nav__icon {
    width: 100%
}

@media (max-width:63.99em) {
    .header__button {
        display: block;
        z-index: 2;
        color: #fff;
        background: #6aad74;
        border-radius: 5px
    }

    .main-nav {
        display: none
    }

    .mobile-menu--open .main-nav {
        display: -webkit-flex;
        display: flex;
        position: absolute;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 1rem;
        width: 13rem;
        right: 0;
        top: 0;
        bottom: 0;
        border-left: 2px solid;
        color: #f2f4f3;
        color: var(--color-mobile-menu-fg);
        background-color: #125f4b;
        background-color: var(--color-mobile-menu-bg);
        z-index: 1;
        height: 100%
    }

    .main-nav__item {
        padding: .5em .25em .5em .75em;
        margin: 0;
        width: 100%;
        font-size: 1rem
    }

    .main-nav__item--button {
        -webkit-order: 1;
        order: 1;
        padding: 0 1rem;
        margin: 1rem 0 .5rem
    }

    .main-nav__item--button .main-nav__link {
        display: block;
        padding: .5em 1em;
        text-align: center;
        border: 2px solid;
        border-radius: .25rem;
        border-radius: var(--border-radius);
        cursor: pointer
    }

    .main-nav__item a,
    .main-nav__link {
        display: block
    }

    .main-nav__item a,
    .main-nav__item a:link,
    .main-nav__item a:visited,
    .main-nav__link,
    .main-nav__link:link,
    .main-nav__link:visited {
        color: #f2f4f3;
        color: var(--color-mobile-menu-fg)
    }

    .main-nav__item a:focus,
    .main-nav__item a:hover,
    .main-nav__link:focus,
    .main-nav__link:hover {
        text-decoration: underline
    }

    .main-nav__icon-container {
        display: none
    }
}

.ubg-register,
.ubg_form {
    border-radius: 5px;
    background-color: #f2f2f2
}

.ubg-register .form-bottom,
.ubg_form .form-bottom {
    font-size: .75em;
    color: #fd6447
}

.ubg-register input,
.ubg-register select,
.ubg_form input,
.ubg_form select {
    width: 100%;
    padding: .5em 1em;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box
}

.ubg-register .button,
.ubg_form .button {
    width: 100%;
    margin-top: 1em;
    padding: 1em;
    margin-left: 0
}

.ubg-register {
    padding: 2em 4em;
    max-width: 600px
}

.ubg_form_horizontal {
    margin-bottom: 2em
}

.ubg_form_horizontal .button,
.ubg_form_horizontal input,
.ubg_form_horizontal select {
    width: auto;
    margin: 0
}

.ubg_form_horizontal .ubg_field_box,
.ubg_form_horizontal .ubg_field_set {
    display: inline-block;
    margin-right: 2em
}

.ubg_form_horizontal .ubg_field_legend {
    display: inline-block;
    margin: 1em;
    max-width: 300px;
    vertical-align: middle
}

.ubg-register .react-date-picker .react-date-picker__button {
    border: 1px solid #ccc;
    border-radius: 5px
}

button.react-calendar__navigation__arrow {
    font-size: 1.5em
}

@media (max-width:47.99em) {
    .ubg-register {
        padding: 1em
    }
}

.search-block input[type=text] {
    width: 160px
}

a.spotlight__read-more-link.button {
    text-transform: uppercase
}

.spotlight__item {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem
}

.spotlight__title {
    margin-bottom: .75rem;
    font-size: 1.25rem;
    /* font-family: Playfair Display, serif; */
    font-family: var(--font-family-primary)
}

.spotlight__description {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    color: #8f9491;
    line-height: 1.5rem
}

.spotlight__read-more {
    margin: 1rem 0
}

.spotlight__image {
    margin: 0 auto 1rem;
    max-height: 350px;
    overflow: hidden
}

.spotlight__picture {
    width: 100%;
    height: auto;
    padding: 0
}

@media (min-width:64em) {
    .spotlight__title {
        font-size: 1.5rem
    }

    .spotlight__description {
        font-size: 1.15rem
    }

    .spotlight-container .spotlight__image {
        width: calc(60% - 2rem);
        -webkit-flex: 1;
        flex: 1
    }

    .spotlight-container .spotlight__content {
        padding: 2rem;
        width: 36%;
        -webkit-flex: 1;
        flex: 1
    }

    .spotlight-container .spotlight__item {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        padding: 0;
        margin: 0 auto 2rem;
        max-width: 85.375em;
        max-width: var(--width-page);
        text-align: left
    }

    .spotlight-container .spotlight__item:nth-child(odd) .spotlight__image {
        -webkit-order: 2;
        order: 2;
        margin: 0 0 0 2rem
    }

    .spotlight-container .spotlight__item:nth-child(odd) .spotlight__content {
        -webkit-order: 1;
        order: 1
    }

    .spotlight-container .spotlight__item:nth-child(2n) .spotlight__image {
        -webkit-order: 1;
        order: 1;
        margin: 0 2rem
    }

    .spotlight-container .spotlight__item:nth-child(2n) .spotlight__content {
        -webkit-order: 2;
        order: 2
    }

    .spotlight-container .spotlight__item:first-child {
        max-width: 100%;
        background-color: #fff;
        background-color: var(--color-white)
    }

    .spotlight-container .spotlight__item:first-child .spotlight__image {
        margin: 0;
        width: 67%
    }

    .spotlight-container .spotlight__item:first-child .spotlight__content {
        padding: 2rem
    }

    .spotlight-container .spotlight__item:last-child {
        margin-bottom: 0
    }
}

.main-page-section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.main-content {
    float: none;
    margin: 0 auto
}

.deg-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 1em
}

.side-bar {
    -webkit-order: -1;
    order: -1;
    width: 100%
}

.side-bar.local-nav h2 {
    margin: 1em 0 .5em .5em;
    color: #125f4b;
    color: var(--color-green-20)
}

.side-bar.local-nav ul {
    margin: 0;
    padding: 1em
}

.side-bar.local-nav ul li {
    padding: .5em
}

.ubg-dashboard .side-bar.local-nav ul {
    padding: 0
}

.ubg-dashboard .side-bar.local-nav h2 {
    /*background: #0e6750;*/
    padding: .5em;
    color: #fff
}

#contentRow {
    min-height: calc(100vh - 19rem)
}

.deg-layout {
    margin: 0
}

.deg-layout .deg-content {
    padding: 0 .25em
}

.ubg-page #contentBox {
    margin: 0 auto !important;
    min-width: auto !important;
    max-width: 85.375em;
    max-width: var(--width-page)
}

.ubg-pportal #contentBox {
    width: 100%;
    margin: 0;
    max-width: 100%
}

.ubg-pportal .ubg-dashboard {
    margin: 0
}

.ubg-pportal .ubg-dashboard .header {
    margin: 0;
    max-width: 100%;
    padding: 1em
}

.ubg-pportal .ubg-dashboard .deg-content {
    padding: 0
}

.ubg-pportal .deg-col-2 .side-bar {
    margin-right: 0;
    min-height: 600px;
    width: 15rem
}

.ubg-pportal .deg-col-2 .content-bar {
    width: calc(100% - 15rem)
}

.dash-nav .main-nav__item a,
.ubg-pportal .side-bar.local-nav h2 {
    color: #03533e;
}

div#workbenchPageContent {
    max-width: 100%
}

#workbenchPageContent .side-bar {
    display: none
}

.ubg_notification_bar {
    background: #babd9c;
    padding: 1em;
    color: #fff
}

.ubg_notification_bar .button {
    margin: 0 1em
}

.row {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.column,
.row {
    display: -webkit-flex;
    display: flex
}

.column {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex: 1;
    flex: 1
}

.ms-webpartzone-cell {
    margin: 0
}

@media (min-width:48em) {
    .main-content {
        width: 100%
    }

    .deg-col-2 .deg-content {
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .deg-col-2 .side-bar {
        width: 22rem;
        padding: 0 1em 0 0;
        margin-right: 2em;
        border-right: 2px solid #f2f4f3
    }

    .deg-col-2 .content-bar {
        width: calc(100% - 22rem)
    }

    .ubg-pportal .main-nav {
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .ubg-pportal .main-nav .main-nav__item {
        margin: 0 1.5rem
    }
}

@media (max-width:47.99em) {

    .deg-col-2 .content-bar,
    .ubg-pportal .deg-col-2 .content-bar {
        width: 100%
    }

    .mobile-only {
        display: block
    }

    .side-bar.local-nav {
        display: none
    }

    .deg-layout {
        margin: 0 1em
    }

    .main-content {
        width: 100%
    }

    .ubg_notification_bar .button {
        display: table;
        margin: .5em
    }

    .column,
    .row {
        display: block
    }

    .ubg_dashboard_tile.simple_tile {
        font-size: .75em
    }

    .ubg_dashboard_tile {
        box-shadow: none;
        margin: 0;
        font-family: var(--font-family-primary) !important;
    }

    .ubg_future_options table,
    .ubg_future_options tbody,
    .ubg_future_options td,
    .ubg_future_options th,
    .ubg_future_options thead,
    .ubg_future_options tr,
    .ubg_joint_options table,
    .ubg_joint_options tbody,
    .ubg_joint_options td,
    .ubg_joint_options th,
    .ubg_joint_options thead,
    .ubg_joint_options tr,
    .ubg_plan_header .ubg_dashboard_tile table,
    .ubg_plan_header .ubg_dashboard_tile tbody,
    .ubg_plan_header .ubg_dashboard_tile td,
    .ubg_plan_header .ubg_dashboard_tile th,
    .ubg_plan_header .ubg_dashboard_tile thead,
    .ubg_plan_header .ubg_dashboard_tile tr {
        display: block
    }

    .ubg_future_options tr th,
    .ubg_joint_options tr th,
    .ubg_plan_header .ubg_dashboard_tile tr th {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .ubg_future_options td,
    .ubg_joint_options td,
    .ubg_plan_header .ubg_dashboard_tile td {
        border: none;
        position: relative;
        padding-left: 200px;
        margin-left: 150px;
        line-height: 1.5em
    }

    .ubg_future_options td:before,
    .ubg_joint_options td:before,
    .ubg_plan_header .ubg_dashboard_tile td:before {
        position: absolute;
        top: 2px;
        left: 6px;
        width: 200px;
        padding-right: 40px;
        white-space: nowrap;
        margin-left: -150px;
        font-weight: 700
    }

    .ubg_future_options td:first-of-type:before,
    .ubg_joint_options td:first-of-type:before,
    .ubg_plan_header .ubg_dashboard_tile td:first-of-type:before {
        content: "Plan Name"
    }

    .ubg_future_options td:nth-of-type(2):before,
    .ubg_joint_options td:nth-of-type(2):before,
    .ubg_plan_header .ubg_dashboard_tile td:nth-of-type(2):before {
        content: "Monthly Benefit"
    }

    .ubg_future_options td:nth-of-type(3):before,
    .ubg_joint_options td:nth-of-type(3):before,
    .ubg_plan_header .ubg_dashboard_tile td:nth-of-type(3):before {
        content: "Employer"
    }

    .ubg_future_options td:nth-of-type(4):before,
    .ubg_joint_options td:nth-of-type(4):before,
    .ubg_plan_header .ubg_dashboard_tile td:nth-of-type(4):before {
        content: "Service Period"
    }

    .ubg_future_options td:first-of-type:before {
        content: "Form of Payment"
    }

    .ubg_future_options td:nth-of-type(2):before {
        content: "Participant Benefit"
    }

    .ubg_future_options td:nth-of-type(3):before {
        content: "Description"
    }

    .ubg_joint_options td:first-of-type:before {
        content: "Form of Payment"
    }

    .ubg_joint_options td:nth-of-type(2):before {
        content: "Participant Benefit"
    }

    .ubg_joint_options td:nth-of-type(3):before {
        content: "Spouse Benefit"
    }

    .ubg_joint_options td:nth-of-type(4):before {
        content: "Description"
    }

    .ubg_plan_header td:last-child {
        margin-left: 0;
        text-align: center;
        margin-top: 1em
    }

    .react-date-picker__button {
        padding: 0 .5em .5em
    }

    .react-date-picker__calendar {
        z-index: 1
    }

}

.participantPortalBanner {
    width: 100%;
    display: block;
    background-image: url(/sites/pportal/Style%20Library/DEG/assets/images/mintCropped.jpg);
    height: 30vh;
    background-size: cover;
    background-position: 50% 80%;
    box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.5) inset, 0px 0px 0px black inset
}

.transparentGreenBoxHeader {
    height: 33%;
    background-color: rgb(1, 58, 45, .8);
    padding-left: 15.5rem;
    position: relative;
    bottom: 0
}

.participantPortalHeaderText {
    color: white;
    left: 15.5rem;
    opacity: 100%;
    position: absolute;
    font-size: 4em;
    bottom: 0px
}

.signOutLink {
    border-color: #125f4b;
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
    padding: 20px;
    padding-bottom: 7px;
    padding-top: 6px;
    margin-right: 10%
}

.welcomeBlock {
    display: block;
    position: relative;
    top: 8px
}

.welcomeText {
    font-weight: bold;
    font-size: xx-large
}

.profileName {
    font-size: xx-large
}

.langSwitch {
    float: right
}

.ProfileAndBeneficiaries{
    color: #125f4b;
}

.leftNavHeader{
    color:white;
}