@-webkit-keyframes a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@font-face {
    font-family: BrandFont-Text;
    src: url("fiveglearn/fonts/NeueHaasGroteskText55Roman.ttf") format("truetype"), url("fiveglearn/fonts/NeueHaasGroteskText55Roman.woff2") format("woff2");
    font-weight: 400
}

@font-face {
    font-family: BrandFont-Text;
    src: url("fiveglearn/fonts/NeueHaasGroteskText75Bold.woff2") format("woff2");
    font-weight: 700
}

@font-face {
    font-family: BrandFont-Display;
    src: url("fiveglearn/fonts/NHaasGroteskTXW02-75Bd.woff") format("woff"), url("fiveglearn/fonts/NHaasGroteskTXW02-75Bd.ttf") format("truetype");
    font-weight: 700
}

@font-face {
    font-family: vzicons;
    src: url("fiveglearn/fonts/vzicons.woff") format("woff"), url("fiveglearn/fonts/vzicons.ttf") format("truetype");
    font-weight: 400
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 2.85714rem
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

mark {
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted .0625rem
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -.125rem
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    min-width: 21.42857rem
}

img {
    max-width: 100%;
    vertical-align: middle
}

section:not(:last-child) {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem
}

.help-icon:before {
    content: "\E6C1" !important;
    font-family: 'VZIcons' !important;
}

.tooltip-text {
    padding: 8px;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    border: 1px solid #d8dada;
    font-size: 16px;
    background: white;
}

.help-icon:hover .tooltip-text {
    visibility: visible;
}

.Accordion .Accordion-group {
    margin-bottom: 1em;
    border-top: .07143rem solid #000
}

.Accordion .Accordion-group.is-expanded .Accordion-summary .Accordion-button:after {
    content: "-"
}

.Accordion .Accordion-group.is-expanded .Accordion-detail {
    display: block
}

.Accordion .Accordion-group:first-of-type {
    border-top: .28571rem solid #000
}

.Accordion-summary {
    margin-top: .5rem
}

.Accordion-summary .Accordion-button {
    padding: 0 1rem 0 0;
    background: 0 0;
    border: 0;
    color: #000;
    cursor: pointer;
    display: block;
    width: 100%;
    position: relative;
    text-align: left
}

.Accordion-summary .Accordion-button:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
    width: 1rem
}

.Accordion-summary .Accordion-button:hover {
    color: #000
}

.Accordion-detail {
    display: none
}

.Alert {
    position: relative;
    display: block;
    padding: 1rem;
    box-sizing: border-box
}

.Alert--success {
    color: #fff;
    background-color: #00ac3e
}

.Alert--info {
    color: #fff;
    background-color: #0088ce
}

.Alert--warning {
    color: #000;
    background-color: #ffbc3d
}

.Alert--error {
    color: #fff;
    background-color: #ed7000
}

.Alert-close {
    position: absolute;
    border: 0;
    top: 1rem;
    right: 1rem;
    padding: 0;
    color: inherit;
    background: 0 0
}

.Alert-close:after {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    content: "✕";
    color: inherit;
    font-size: 1rem
}

.Avatar {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 0;
    border: 0;
    font-size: 1.5rem;
    font-family: BrandFont-Text, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 2;
    border-radius: 50%;
    color: #fff;
    background-color: #000;
    text-align: center;
    vertical-align: middle
}

.Avatar-image {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    vertical-align: top
}

.Avatar--sm {
    width: 2rem;
    height: 2rem;
    font-size: 1rem
}

.Avatar--md {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem
}

.Avatar--lg {
    width: 4rem;
    height: 4rem;
    font-size: 2rem
}

.Avatar--xl {
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem
}

.Badge {
    position: relative;
    white-space: nowrap
}

.Badge,
.Badge:after {
    display: inline-block;
    font-family: BrandFont-Text, Helvetica, Arial, sans-serif
}

.Badge:after {
    top: 0;
    right: 0;
    content: attr(data-badge);
    -webkit-transform: translate(.35714rem, -.71429rem);
    transform: translate(.35714rem, -.71429rem);
    border-radius: 714.21429rem;
    text-align: center;
    padding: .75ch .65ch;
    background-color: #d52b1e;
    color: #fff;
    font-size: 1rem;
    line-height: .5
}

.Badge:not([data-badge]):after {
    padding: .5ch .45ch
}

.Bar {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    margin-top: 1.5rem
}

.Bar,
.Bar--primary {
    border-top: .28571rem solid #000
}

.Bar--secondary {
    border-top: .07143rem solid #000
}

.Bar--tertiary {
    border-top: .07143rem solid #d8dada
}

.Bar--noMargin {
    margin: 0
}

.Bar.is-active {
    border-color: #d52b1e
}

.Button,
a.Button,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: auto;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 1em 3.14em;
    margin: 0;
    border-radius: 714.21429rem;
    border: .07143rem solid #000;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    font-family: BrandFont-Text, Helvetica, Arial, sans-serif;
    background-color: #000;
    font-style: normal;
    line-height: 1;
    transition-property: color;
    transition-duration: .15s;
    touch-action: manipulation
}

.Button.disabled,
.Button.is-disabled,
.Button[disabled],
a.Button.disabled,
a.Button.is-disabled,
a.Button[disabled],
button.disabled,
button.is-disabled,
button[disabled] {
    cursor: not-allowed;
    opacity: .6;
    background-color: #d8dada;
    color: #fff;
    border-color: #d8dada
}

.Button.is-active,
.Button.link.active,
.Button.link.hover,
.Button.link:active,
.Button.link:hover,
.Button:active,
.Button:hover,
a.Button.is-active,
a.Button.link.active,
a.Button.link.hover,
a.Button.link:active,
a.Button.link:hover,
a.Button:active,
a.Button:hover,
button.is-active,
button.link.active,
button.link.hover,
button.link:active,
button.link:hover,
button:active,
button:hover {
    text-decoration: none;
    color: #fff
}

.Button.is-focused,
.Button:focus,
a.Button.is-focused,
a.Button:focus,
button.is-focused,
button:focus {
    outline: #000 solid .07143rem
}

.Button.Button--inverse,
a.Button.Button--inverse,
button.Button--inverse {
    background-color: #fff;
    color: #000;
    border-color: #fff
}

.Button.Button--inverse.disabled,
.Button.Button--inverse.is-disabled,
.Button.Button--inverse[disabled],
a.Button.Button--inverse.disabled,
a.Button.Button--inverse.is-disabled,
a.Button.Button--inverse[disabled],
button.Button--inverse.disabled,
button.Button--inverse.is-disabled,
button.Button--inverse[disabled] {
    cursor: not-allowed;
    background-color: #333;
    color: #fff;
    border-color: #333
}

.Button.Button--inverse.is-focused,
.Button.Button--inverse:focus,
a.Button.Button--inverse.is-focused,
a.Button.Button--inverse:focus,
button.Button--inverse.is-focused,
button.Button--inverse:focus {
    outline: #fff solid .07143rem
}

.Button.Button--secondary,
a.Button.Button--secondary,
button.Button--secondary {
    background-color: #fff;
    color: #000;
    border-color: #000
}

.Button.Button--secondary.disabled,
.Button.Button--secondary.is-disabled,
.Button.Button--secondary[disabled],
a.Button.Button--secondary.disabled,
a.Button.Button--secondary.is-disabled,
a.Button.Button--secondary[disabled],
button.Button--secondary.disabled,
button.Button--secondary.is-disabled,
button.Button--secondary[disabled] {
    cursor: not-allowed;
    opacity: .6;
    background-color: #d8dada;
    color: #fff;
    border-color: #d8dada
}

.Button.Button--secondary.is-focused,
.Button.Button--secondary:focus,
a.Button.Button--secondary.is-focused,
a.Button.Button--secondary:focus,
button.Button--secondary.is-focused,
button.Button--secondary:focus {
    outline: #000 solid .07143rem
}

.Button.Button--secondaryInverse,
a.Button.Button--secondaryInverse,
button.Button--secondaryInverse {
    border-color: #fff
}

.Button.Button--secondaryInverse.disabled,
.Button.Button--secondaryInverse.is-disabled,
.Button.Button--secondaryInverse[disabled],
a.Button.Button--secondaryInverse.disabled,
a.Button.Button--secondaryInverse.is-disabled,
a.Button.Button--secondaryInverse[disabled],
button.Button--secondaryInverse.disabled,
button.Button--secondaryInverse.is-disabled,
button.Button--secondaryInverse[disabled] {
    cursor: not-allowed;
    background-color: #333;
    color: #fff;
    border-color: #333
}

.Button.Button--secondaryInverse.is-focused,
.Button.Button--secondaryInverse:focus,
a.Button.Button--secondaryInverse.is-focused,
a.Button.Button--secondaryInverse:focus,
button.Button--secondaryInverse.is-focused,
button.Button--secondaryInverse:focus {
    outline: #fff solid .07143rem
}

.Button.Button--cta,
a.Button.Button--cta,
button.Button--cta {
    width: auto;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 0 1rem;
    border: 0;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    text-decoration: none;
    font-size: inherit;
    font-family: BrandFont-Text, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    color: #000;
    transition: opacity .15s ease-in;
    touch-action: manipulation
}

.Button.Button--cta:hover,
a.Button.Button--cta:hover,
button.Button--cta:hover {
    text-decoration: underline
}

.Button.Button--cta.is-active,
.Button.Button--cta:active,
a.Button.Button--cta.is-active,
a.Button.Button--cta:active,
button.Button--cta.is-active,
button.Button--cta:active {
    opacity: .77;
    transition: opacity .15s ease-out
}

.Button.Button--cta.is-focused,
.Button.Button--cta:focus,
a.Button.Button--cta.is-focused,
a.Button.Button--cta:focus,
button.Button--cta.is-focused,
button.Button--cta:focus {
    outline: transparent solid .07143rem;
    box-shadow: 0 0 0 .14286rem rgba(0, 0, 0, .15);
    text-decoration: underline
}

.no-focus .Button.Button--cta.is-focused,
.no-focus .Button.Button--cta:focus,
.no-focus a.Button.Button--cta.is-focused,
.no-focus a.Button.Button--cta:focus,
.no-focus button.Button--cta.is-focused,
.no-focus button.Button--cta:focus {
    outline: 0 !important
}

.Button.Button--cta:after,
a.Button.Button--cta:after,
button.Button--cta:after {
    content: " ";
    display: inline-block;
    width: .9em;
    height: .9em;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 15 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' stroke-width='3' d='M1.607 1l10.606 10.607L1.607 22.213' fill='none'/%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: .8ch;
    position: relative;
    vertical-align: top;
    top: 6.25%;
    font-size: inherit;
    line-height: inherit
}

.Button.Button--ctaInverse,
a.Button.Button--ctaInverse,
button.Button--ctaInverse {
    width: auto;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 0 1rem;
    border: 0;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    text-decoration: none;
    font-size: inherit;
    font-family: BrandFont-Text, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    transition: opacity .15s ease-in;
    touch-action: manipulation;
    color: #fff
}

.Button.Button--ctaInverse:after,
a.Button.Button--ctaInverse:after,
button.Button--ctaInverse:after {
    content: " ";
    display: inline-block;
    width: .9em;
    height: .9em;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: .8ch;
    position: relative;
    vertical-align: top;
    top: 6.25%;
    font-size: inherit;
    line-height: inherit
}

.Button.Button--ctaInverse:hover,
a.Button.Button--ctaInverse:hover,
button.Button--ctaInverse:hover {
    text-decoration: underline
}

.Button.Button--ctaInverse.is-active,
.Button.Button--ctaInverse:active,
a.Button.Button--ctaInverse.is-active,
a.Button.Button--ctaInverse:active,
button.Button--ctaInverse.is-active,
button.Button--ctaInverse:active {
    opacity: .77;
    transition: opacity .15s ease-out
}

.Button.Button--ctaInverse.is-focused,
.Button.Button--ctaInverse:focus,
a.Button.Button--ctaInverse.is-focused,
a.Button.Button--ctaInverse:focus,
button.Button--ctaInverse.is-focused,
button.Button--ctaInverse:focus {
    outline: transparent solid .07143rem;
    box-shadow: 0 0 0 .14286rem rgba(0, 0, 0, .15);
    text-decoration: underline
}

.no-focus .Button.Button--ctaInverse.is-focused,
.no-focus .Button.Button--ctaInverse:focus,
.no-focus a.Button.Button--ctaInverse.is-focused,
.no-focus a.Button.Button--ctaInverse:focus,
.no-focus button.Button--ctaInverse.is-focused,
.no-focus button.Button--ctaInverse:focus {
    outline: 0 !important
}

.Button.Button--ctaInverse:after,
a.Button.Button--ctaInverse:after,
button.Button--ctaInverse:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 15 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='3' d='M1.607 1l10.606 10.607L1.607 22.213' fill='none'/%3E%3C/svg%3E")
}

.Button.Button--small,
a.Button.Button--small,
button.Button--small {
    font-size: .78571rem
}

.Button.Button--large,
a.Button.Button--large,
button.Button--large {
    font-size: 1.14286rem
}

.Button.Button--block,
a.Button.Button--block,
button.Button--block {
    display: block;
    width: 100%
}

.Card {
    position: relative;
    height: 100%;
    border: .07143rem solid #000;
    border-radius: 0;
    background-color: #fff;
    transition: background .15s ease-out
}

.Card--halves {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.Card--halves>div:first-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: .14286rem;
    background-color: #000
}

.Card:hover {
    background-color: #f6f6f6
}

.Card.is-active:after {
    content: "";
    position: absolute;
    top: -.0625rem;
    left: -.0625rem;
    right: -.0625rem;
    height: .25rem;
    background-color: #d52b1e
}

.Card-block {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem
}

.Card-block:first-child {
    padding-top: 1rem
}

.Card-image:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.Card-image:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.Dot {
    padding: 0;
    display: inline-block;
    border-radius: 50%;
    background-color: #333
}

.Dot,
.Dot--small {
    width: .5rem;
    height: .5rem
}

.Dot--medium {
    width: 1rem;
    height: 1rem
}

.Dot--large {
    width: 1.5rem;
    height: 1.5rem
}

.Dot--xlarge {
    width: 2rem;
    height: 2rem
}

.DropdownMenu {
    position: relative;
    width: auto;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1.5rem
}

.DropdownMenu-trigger {
    width: auto;
    display: inline-block;
    border-bottom: .1rem solid #000
}

.DropdownMenu-trigger.is-simple .Button:after,
.DropdownMenu-trigger.is-simple Button:after,
.DropdownMenu-trigger.is-simple a.Button:after,
.DropdownMenu-trigger.is-simple input:after {
    display: none
}

.DropdownMenu-trigger.is-active .Button:after,
.DropdownMenu-trigger.is-active Button:after,
.DropdownMenu-trigger.is-active a.Button:after,
.DropdownMenu-trigger.is-active input:after,
.DropdownMenu-trigger:hover .DropdownMenu-trigger:focus .Button:after,
.DropdownMenu-trigger:hover .DropdownMenu-trigger:focus Button:after,
.DropdownMenu-trigger:hover .DropdownMenu-trigger:focus a.Button:after,
.DropdownMenu-trigger:hover .DropdownMenu-trigger:focus input:after {
    transition: -webkit-transform .25ms;
    transition: transform .25ms;
    transition: transform .25ms, -webkit-transform .25ms;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.DropdownMenu-trigger.is-active~.DropdownMenu-content,
.DropdownMenu-trigger:hover .DropdownMenu-trigger:focus~.DropdownMenu-content {
    display: block
}

.DropdownMenu-trigger .Button,
.DropdownMenu-trigger Button,
.DropdownMenu-trigger a.Button,
.DropdownMenu-trigger input {
    display: inline-block;
    border-radius: 0;
    padding: 0;
    text-align: left;
    background: #fff;
    border: none;
    color: #747676;
    font-size: 1.78571rem;
    cursor: pointer
}

.DropdownMenu-trigger .Button:after,
.DropdownMenu-trigger Button:after,
.DropdownMenu-trigger a.Button:after,
.DropdownMenu-trigger input:after {
    content: "";
    width: 1rem;
    height: 1rem;
    position: relative;
    margin-left: 1.5rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Cpath d='M5.5 5.5l-.354.354.354.353.354-.353L5.5 5.5zM-.354.354l5.5 5.5.708-.708-5.5-5.5-.708.708zm6.208 5.5l5.5-5.5-.708-.708-5.5 5.5.708.708z'/%3E%3C/svg%3E");
    background-size: 100%;
    background-position: 50%
}

.DropdownMenu-content {
    position: absolute;
    display: none;
    background: #fff;
    border: .1rem solid #000;
    top: 100%;
    width: 21.42857rem;
    z-index: 2
}

.DropdownMenu-content>div:not(.DropdownMenu-list) {
    padding: 1rem
}

.DropdownMenu-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    background: #fff;
    z-index: 2;
    width: 100%
}

.DropdownMenu-list .DropdownMenu-list {
    display: none
}

.DropdownMenu-item {
    border-bottom: .1rem solid #d8dada;
    margin-bottom: 0;
    position: relative
}

.DropdownMenu-item a {
    font-size: 1.42857rem;
    line-height: 1.475;
    font-weight: 700;
    font-family: BrandFont-Display;
    color: #747676;
    padding: 1rem;
    text-decoration: none;
    display: block;
    position: relative
}

.DropdownMenu-item.is-selected>a {
    color: #000
}

.DropdownMenu-item.is-disabled>a {
    color: #d8dada;
    cursor: default;
    pointer-events: none
}

.DropdownMenu-item.DropdownMenu--parent:after {
    content: "";
    width: 1rem;
    height: 1rem;
    margin-left: 1.5rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Cpath d='M5.5 5.5l-.354.354.354.353.354-.353L5.5 5.5zM-.354.354l5.5 5.5.708-.708-5.5-5.5-.708.708zm6.208 5.5l5.5-5.5-.708-.708-5.5 5.5.708.708z'/%3E%3C/svg%3E");
    background-size: 100%;
    background-position: 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 1rem;
    top: 1.5rem
}

.DropdownMenu-item.is-back {
    display: -webkit-box;
    display: flex
}

.DropdownMenu-item.is-active>a,
.DropdownMenu-item:focus>a,
.DropdownMenu-item:hover>a {
    color: #000
}

.DropdownMenu-item.is-active.is-disabled>a,
.DropdownMenu-item:focus.is-disabled>a,
.DropdownMenu-item:hover.is-disabled>a {
    color: #d8dada
}

.DropdownMenu-item.is-active.DropdownMenu--parent,
.DropdownMenu-item:focus.DropdownMenu--parent,
.DropdownMenu-item:hover.DropdownMenu--parent {
    border-bottom: none
}

.DropdownMenu-item.is-active.DropdownMenu--parent>a,
.DropdownMenu-item:focus.DropdownMenu--parent>a,
.DropdownMenu-item:hover.DropdownMenu--parent>a {
    border-bottom: .1rem solid #d8dada
}

.DropdownMenu-toggle {
    border-radius: 0;
    padding: 1rem;
    margin: 0;
    background: 0 0;
    border: none;
    border-left: .1rem solid #d8dada;
    cursor: pointer
}

.DropdownMenu-toggle svg {
    width: 1.14286rem;
    height: 1.14286rem
}

.DropdownMenu-toggle.is-back {
    display: -webkit-box;
    display: flex;
    color: #d8dada;
    border-left: none;
    flex-basis: 100%;
    max-width: 100%
}

.DropdownMenu-toggle.is-back svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 1rem
}

.DropdownMenu-toggle.is-forward svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.DropdownMenu.is-hoverable:hover .DropdownMenu-trigger .Button:after,
.DropdownMenu.is-hoverable:hover .DropdownMenu-trigger Button:after,
.DropdownMenu.is-hoverable:hover .DropdownMenu-trigger a.Button:after,
.DropdownMenu.is-hoverable:hover .DropdownMenu-trigger input:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.DropdownMenu.is-hoverable:hover .DropdownMenu-content {
    display: block
}

.DropdownMenu.is-active .DropdownMenu-trigger .Button:after,
.DropdownMenu.is-active .DropdownMenu-trigger Button:after,
.DropdownMenu.is-active .DropdownMenu-trigger a.Button:after,
.DropdownMenu.is-active .DropdownMenu-trigger input:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.DropdownMenu.is-active .DropdownMenu-content {
    display: block
}

.DropdownMenu.DropdownMenu--flyout .DropdownMenu-item.DropdownMenu--parent .DropdownMenu-list {
    position: absolute;
    left: 100%;
    top: 0;
    border: .1rem solid #000;
    width: 21.42857rem;
    z-index: 3
}

.DropdownMenu.DropdownMenu--flyout .DropdownMenu-item.is-active>.DropdownMenu-list,
.DropdownMenu.DropdownMenu--flyout .DropdownMenu-item:focus>.DropdownMenu-list,
.DropdownMenu.DropdownMenu--flyout .DropdownMenu-item:hover>.DropdownMenu-list {
    display: block
}

.DropdownMenu.DropdownMenu--flyout .DropdownMenu-item.is-active.is-disabled>.DropdownMenu-list,
.DropdownMenu.DropdownMenu--flyout .DropdownMenu-item:focus.is-disabled>.DropdownMenu-list,
.DropdownMenu.DropdownMenu--flyout .DropdownMenu-item:hover.is-disabled>.DropdownMenu-list {
    display: none
}

.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item.DropdownMenu--parent:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item.DropdownMenu--parent .DropdownMenu-item a {
    padding-left: 2rem
}

.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item.DropdownMenu--parent .DropdownMenu-item .DropdownMenu-item a {
    padding-left: 3rem
}

.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item.is-active.DropdownMenu--parent:after,
.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item:focus.DropdownMenu--parent:after,
.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item:hover.DropdownMenu--parent:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item.is-active>.DropdownMenu-list,
.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item:focus>.DropdownMenu-list,
.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item:hover>.DropdownMenu-list {
    display: block
}

.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item.is-active.is-disabled>.DropdownMenu-list,
.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item:focus.is-disabled>.DropdownMenu-list,
.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item:hover.is-disabled>.DropdownMenu-list {
    display: none
}

.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item.is-active.DropdownMenu--parent,
.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item:focus.DropdownMenu--parent,
.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item:hover.DropdownMenu--parent {
    border-bottom: none
}

.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item.is-active.DropdownMenu--parent>a,
.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item:focus.DropdownMenu--parent>a,
.DropdownMenu.DropdownMenu--accordion .DropdownMenu-item:hover.DropdownMenu--parent>a {
    border-bottom: .1rem solid #d8dada
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content {
    overflow-x: hidden;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    min-height: 17.85714rem
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content.is-showingTier0>.DropdownMenu-list {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content.is-showingTier1>.DropdownMenu-list {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content.is-showingTier2>.DropdownMenu-list {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%)
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content.is-showingTier3>.DropdownMenu-list {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%)
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content.is-showingTier4>.DropdownMenu-list {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%)
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content.is-showingTier5>.DropdownMenu-list {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(-500%);
    transform: translateX(-500%)
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content.is-showingTier6>.DropdownMenu-list {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(-600%);
    transform: translateX(-600%)
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content.is-showingTier7>.DropdownMenu-list {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(-700%);
    transform: translateX(-700%)
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content.is-showingTier8>.DropdownMenu-list {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(-800%);
    transform: translateX(-800%)
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content.is-showingTier9>.DropdownMenu-list {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(-900%);
    transform: translateX(-900%)
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content.is-showingTier10>.DropdownMenu-list {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(-1000%);
    transform: translateX(-1000%)
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content.is-showingTier11>.DropdownMenu-list {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(-1100%);
    transform: translateX(-1100%)
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content.is-showingTier12>.DropdownMenu-list {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(-1200%);
    transform: translateX(-1200%)
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content.is-showingTier13>.DropdownMenu-list {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(-1300%);
    transform: translateX(-1300%)
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content.is-showingTier14>.DropdownMenu-list {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(-1400%);
    transform: translateX(-1400%)
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-content.is-showingTier15>.DropdownMenu-list {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateX(-1500%);
    transform: translateX(-1500%)
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-item {
    width: auto
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-item a {
    flex-basis: 85%;
    max-width: 85%
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-item.DropdownMenu--parent {
    border-bottom: .1rem solid #d8dada;
    position: static;
    display: -webkit-box;
    display: flex
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-item.DropdownMenu--parent a {
    border-bottom: none;
    display: inline-block
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-item.DropdownMenu--parent .DropdownMenu-toggle {
    flex-basis: 15%;
    max-width: 85%
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-item.DropdownMenu--parent:after {
    display: none
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-item.DropdownMenu--parent .DropdownMenu-list {
    position: absolute;
    top: 0;
    left: 100%
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-item.is-active>.DropdownMenu-list {
    display: block
}

.DropdownMenu.DropdownMenu--multiScreen .DropdownMenu-item.is-active.is-disabled>.DropdownMenu-list {
    display: none
}

.Flyout {
    bottom: 100%;
    width: 21.42857rem;
    -webkit-transform: translate(-50%, -1rem);
    transform: translate(-50%, -1rem);
    padding: 1rem;
    border: .07143rem solid #000
}

.Flyout,
.Flyout:after {
    position: absolute;
    left: 50%
}

.Flyout:after {
    content: "";
    top: 100%;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse fill='%23FFF' xlink:href='%23b' transform='translate(1)'/%3E%3Cdefs%3E%3Cpath id='a' d='M9.5 19L0 0h19L9.5 19z'/%3E%3Cpath id='b' d='M0 0l8.5 17L17 0H0z'/%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.Form {
    display: block;
    margin: 0
}

.Form-group {
    margin-bottom: 1rem
}

.Form-group--success {
    border-color: #00ac3e
}

.Form-group--success input[type=text] {
    border-color: inherit;
    border-bottom-width: .28571rem;
    padding-bottom: .92857rem
}

.Form-group--success input[type=checkbox]+label,
.Form-group--success input[type=radio]+label {
    border-color: #00ac3e
}

.Form-group--success input[type=checkbox]+label:before,
.Form-group--success input[type=radio]+label:before {
    border-color: inherit
}

.Form-group--info {
    border-color: #0088ce
}

.Form-group--info input[type=text] {
    border-color: inherit;
    border-bottom-width: .28571rem;
    padding-bottom: .92857rem
}

.Form-group--info input[type=checkbox]+label,
.Form-group--info input[type=radio]+label {
    border-color: #0088ce
}

.Form-group--info input[type=checkbox]+label:before,
.Form-group--info input[type=radio]+label:before {
    border-color: inherit
}

.Form-group--warning {
    border-color: #ffbc3d
}

.Form-group--warning input[type=text] {
    border-color: inherit;
    border-bottom-width: .28571rem;
    padding-bottom: .92857rem
}

.Form-group--warning input[type=checkbox]+label,
.Form-group--warning input[type=radio]+label {
    border-color: #ffbc3d
}

.Form-group--warning input[type=checkbox]+label:before,
.Form-group--warning input[type=radio]+label:before {
    border-color: inherit
}

.Form-group--error {
    border-color: #ed7000
}

.Form-group--error input[type=text] {
    border-color: inherit;
    border-bottom-width: .28571rem;
    padding-bottom: .92857rem
}

.Form-group--error input[type=checkbox]+label,
.Form-group--error input[type=radio]+label {
    border-color: #ed7000
}

.Form-group--error input[type=checkbox]+label:before,
.Form-group--error input[type=radio]+label:before {
    border-color: inherit
}

.Form-label {
    font-family: BrandFont-Text, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    display: -webkit-box;
    display: flex;
    margin-bottom: 0
}

.Form-label--disabled {
    color: #d8dada
}

.Form-label+.Form-input {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-top: .5rem
}

.Form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0;
    color: #000;
    font-size: 1rem;
    font-family: BrandFont-Text, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1;
    border-top: .07143rem solid #d8dada;
    border-right: .07143rem solid #d8dada;
    border-bottom: .07143rem solid #000;
    border-left: .07143rem solid #d8dada
}

.Form-input::-webkit-input-placeholder {
    color: #747676
}

.Form-input::-moz-placeholder {
    color: #747676
}

.Form-input:-ms-input-placeholder {
    color: #747676
}

.Form-input:-moz-placeholder {
    color: #747676
}

.Form-input.is-disabled,
.Form-input:disabled {
    border-color: #d8dada
}

.Form-input.is-focused,
.Form-input:focus {
    outline: transparent solid .07143rem;
    box-shadow: 0 0 0 .14286rem rgba(0, 0, 0, .15);
    border: .07143rem solid #000
}

.no-focus .Form-input.is-focused,
.no-focus .Form-input:focus {
    outline: 0 !important
}

textarea.Form-input {
    padding: 1rem;
    width: 100%
}

.Form-check {
    clip: rect(0 0 0 0);
    position: absolute;
    width: .07143rem;
    height: .07143rem;
    overflow: hidden;
    margin: -.07143rem -.07143rem .5rem;
    padding: 0;
    border: 0;
    white-space: nowrap
}

.Form-check+label {
    position: relative;
    min-height: 1.42857rem;
    padding-left: 2rem;
    margin-bottom: .5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer
}

.Form-check+label:before {
    content: "";
    position: absolute;
    top: .14286rem;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1.14286rem;
    height: 1.14286rem;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    border: .07143rem solid #747676;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%
}

.Form-check:active+label:before,
.Form-check:checked+label:before,
.Form-check:focus+label:before {
    border-color: #000
}

.Form-check:focus+label:before {
    box-shadow: 0 0 0 .14286rem rgba(0, 0, 0, .15)
}

.Form-check:disabled+label {
    color: #d8dada;
    cursor: not-allowed
}

.Form-check:disabled+label:before {
    border-color: #d8dada
}

.Form-check:checked+label:before {
    background-color: transparent;
    background-size: .71429rem .57143rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a'/%3E%3Cdefs%3E%3Cpath id='a' fill-rule='evenodd' d='M9.8.132a.581.581 0 0 1 .07.805L4.317 7.794a.546.546 0 0 1-.834.023L.148 4.125a.583.583 0 0 1 .03-.807.544.544 0 0 1 .785.03l2.903 3.216L9.018.206A.544.544 0 0 1 9.8.132z'/%3E%3C/defs%3E%3C/svg%3E")
}

input[type=radio].Form-check+label:before {
    border-radius: 50%
}

input[type=radio].Form-check:checked+label:before {
    background-size: .57143rem .57143rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill-rule='evenodd'/%3E%3C/svg%3E")
}

select.Form-input {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Cpath d='M5.5 5.5l-.354.354.354.353.354-.353L5.5 5.5zM-.354.354l5.5 5.5.708-.708-5.5-5.5-.708.708zm6.208 5.5l5.5-5.5-.708-.708-5.5 5.5.708.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.125rem;
    padding: 1rem 3.42857rem 1rem 1rem
}

.Form-text {
    display: block;
    margin-top: .5rem;
    font-size: .85714rem;
    font-family: BrandFont-Text, Helvetica, Arial, sans-serif;
    color: #747676
}

.Container,
.Container-fluid {
    width: 100%;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-right: auto;
    margin-left: auto
}

.Grid {
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    padding: 0
}

.Grid>.Col {
    padding: 0 .5rem
}

.Grid--gapless {
    margin: 0
}

.Grid--gapless>.Col {
    padding: 0
}

.Grid--equalHeight>.Col {
    display: -webkit-box;
    display: flex
}

.Grid--fit>.Col {
    -webkit-box-flex: 1;
    flex: 1 1 0
}

.Grid--alignCenter {
    -webkit-box-pack: center;
    justify-content: center
}

.Grid--alignRight {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.Grid--alignMiddle {
    -webkit-box-align: center;
    align-items: center
}

.Grid--alignBottom {
    -webkit-box-align: end;
    align-items: flex-end
}

.Col {
    position: relative;
    box-sizing: inherit;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0
}

.Col-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.Col-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.Col-3 {
    flex-basis: 25%;
    max-width: 25%
}

.Col-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.Col-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.Col-6 {
    flex-basis: 50%;
    max-width: 50%
}

.Col-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.Col-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.Col-9 {
    flex-basis: 75%;
    max-width: 75%
}

.Col-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.Col-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.Col-12 {
    flex-basis: 100%;
    max-width: 100%
}

.VertGrid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.VertRow-1 {
    flex-basis: 16.66667%;
    max-height: 16.66667%
}

.VertRow-2 {
    flex-basis: 33.33333%;
    max-height: 33.33333%
}

.VertRow-3 {
    flex-basis: 50%;
    max-height: 50%
}

.VertRow-4 {
    flex-basis: 66.66667%;
    max-height: 66.66667%
}

.VertRow-5 {
    flex-basis: 83.33333%;
    max-height: 83.33333%
}

.VertRow-6 {
    flex-basis: 100%;
    max-height: 100%
}

.Loader:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    display: block;
    z-index: 1;
    border: .14286rem solid #000;
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: b .5s infinite linear;
    animation: b .5s infinite linear
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes b {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.Media {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start
}

.Media-left,
.Media-right {
    -webkit-box-flex: 0;
    flex: 0 0 auto
}

.Media-content {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.Media-left {
    margin-right: 1rem
}

.Media-right {
    margin-left: 1rem
}

.image-fluid {
    display: block;
    height: auto;
    max-width: 100%
}

.image-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.image-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.Video {
    position: relative;
    height: 0
}

.Video embed,
.Video iframe,
.Video object,
.Video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.Video--standard {
    padding-bottom: 75%
}

.Video--wide {
    padding-bottom: 56.25%
}

.Video--ultra {
    padding-bottom: 42.85714%
}

.background-cover {
    background-size: cover;
    background-position: 50%
}

.background-cover.m-top_left {
    background-position: 0 0
}

.background-cover.m-top {
    background-position: top
}

.background-cover.m-top_right {
    background-position: 100% 0
}

.background-cover.m-right {
    background-position: 100%
}

.background-cover.m-left {
    background-position: 0
}

.background-cover.m-bottom_left {
    background-position: 0 100%
}

.background-cover.m-bottom {
    background-position: bottom
}

.background-cover.m-bottom_right {
    background-position: 100% 100%
}

.Modal-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.Modal-container.is-active {
    display: -webkit-box;
    display: flex
}

.Modal {
    position: relative;
    width: 50%;
    padding: 1.5rem;
    z-index: 5;
    overflow: hidden;
    display: block;
    background-color: #fff;
    -webkit-animation: c .4s ease;
    animation: c .4s ease
}

.Modal-close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 0;
    padding: 0;
    background: 0 0;
    color: inherit
}

.Modal-close:after {
    content: "✕";
    display: inline-block;
    padding: 0;
    color: inherit;
    font-size: 1.28571rem;
    background-color: transparent
}

@-webkit-keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-9.375rem);
        transform: translateY(-9.375rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-9.375rem);
        transform: translateY(-9.375rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.Overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5)
}

.Overlay.is-active {
    opacity: 1;
    display: block
}

.Notification {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 1rem 2rem 1rem 1rem
}

.Notification--success {
    color: #fff;
    background-color: #00ac3e
}

.Notification--info {
    color: #fff;
    background-color: #0088ce
}

.Notification--warning {
    color: #000;
    background-color: #ffbc3d
}

.Notification--error {
    color: #fff;
    background-color: #ed7000
}

.Notification-close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    border: 0;
    top: 1rem;
    right: 1rem;
    padding: 0;
    color: inherit;
    background: 0 0
}

.Notification-close:after {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    content: "✕";
    color: inherit;
    font-size: 1rem
}

.Pagination {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    list-style-type: none
}

.Pagination-item {
    text-align: center;
    margin: 0 .2rem
}

.Pagination-item a {
    padding: .25rem .5rem;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-family: BrandFont-Text, Helvetica, Arial, sans-serif
}

.Pagination-item a.is-disabled,
.Pagination-item a[disabled] {
    cursor: not-allowed;
    color: #aaa
}

.Pagination-item a.is-active a {
    color: #000;
    border: .07143rem solid #000
}

.progress {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background-color: #d8dada
}

.meter,
.progress {
    display: -webkit-box;
    display: flex
}

.meter {
    height: 1rem;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #d52b1e;
    color: #fff;
    font-size: .75rem;
    font-family: sans-serif;
    line-height: 1
}

.meter.m-text-left {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.meter.m-text-left:before {
    content: " ";
    display: inline-block;
    padding-left: .28571rem
}

.meter.m-text-right {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.meter.m-text-right:after {
    content: " ";
    display: inline-block;
    padding-right: .28571rem
}

.meter.m-success {
    background-color: #00ac3e
}

.meter.m-info {
    background-color: #0088ce
}

.meter.m-warning {
    background-color: #ffbc3d;
    color: #000
}

.meter.m-error {
    background-color: #ed7000
}

.ratings-wrapper label:hover:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a'/%3E%3Cdefs%3E%3Cpath id='a' d='M8 0l1.796 5.528h5.813l-4.705 3.416 1.796 5.528L8 11.056l-4.702 3.416 1.796-5.528L.392 5.528h5.812L8 0z'/%3E%3C/defs%3E%3C/svg%3E") !important
}

.ratings-average {
    width: 6.5625rem;
    display: block
}

.ratings-average_wrapper {
    position: relative;
    display: -webkit-box;
    display: flex;
    overflow: hidden
}

.rating_node {
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    display: block;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0
}

.rating_node:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a'/%3E%3Cdefs%3E%3Cpath id='a' d='M8 0l1.796 5.528h5.813l-4.705 3.416 1.796 5.528L8 11.056l-4.702 3.416 1.796-5.528L.392 5.528h5.812L8 0z'/%3E%3C/defs%3E%3C/svg%3E")
}

.ratings-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.ratings-wrapper input[type=radio] {
    border: 0;
    height: .0625rem;
    width: .0625rem;
    padding: 0;
    margin: -.0625rem;
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    display: block
}

.ratings-wrapper input[type=radio]+label {
    position: relative;
    display: inline-block;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    color: transparent;
    width: 1.5rem;
    height: 1.5rem
}

.ratings-wrapper input[type=radio]+label:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0;
    font-weight: 400;
    font-style: normal;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a'/%3E%3Cdefs%3E%3Cpath id='a' d='M8 0l1.796 5.528h5.813l-4.705 3.416 1.796 5.528L8 11.056l-4.702 3.416 1.796-5.528L.392 5.528h5.812L8 0z' fill='%23767676'/%3E%3C/defs%3E%3C/svg%3E")
}

.Swiper {
    position: relative;
    background-color: #eee;
    display: block;
    border: .07143rem solid #d8dada
}

.Swiper-list {
    position: relative;
    -webkit-box-align: stretch;
    align-items: stretch;
    overflow: hidden
}

.Swiper-item,
.Swiper-list {
    display: -webkit-box;
    display: flex;
    height: 100%
}

.Swiper-item {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 5rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: #fff
}

.Swiper-item.is-current {
    visibility: visible;
    position: relative
}

.Swiper-item.is-next {
    position: absolute;
    left: calc(100% - 5rem);
    visibility: visible
}

.Swiper-block {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem
}

.Swiper-block:first-child {
    padding-top: 1rem
}

.Swiper-next,
.Swiper-previous {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .8);
    border: 0;
    margin: 0;
    width: 5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 2.35714rem;
    cursor: pointer
}

.Swiper-next {
    right: 0;
    border-left: .07143rem solid #d8dada;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 32' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a'/%3E%3Cdefs%3E%3Cpath id='a' d='M16.635.158c.19-.2.505-.212.707-.023l16 15a.5.5 0 0 1 .023.707l-15 16a.5.5 0 1 1-.73-.684L31.845 16H0v-1h31.736L16.658.865a.5.5 0 0 1-.023-.707z'/%3E%3C/defs%3E%3C/svg%3E")
}

.Swiper-previous {
    left: 0;
    border-right: .07143rem solid #d8dada;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 32' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cuse xlink:href='%23a' transform='rotate(-180 16.75 16)'/%3E%3Cdefs%3E%3Cpath id='a' d='M16.635.158c.19-.2.505-.212.707-.023l16 15a.5.5 0 0 1 .023.707l-15 16a.5.5 0 1 1-.73-.684L31.845 16H0v-1h31.736L16.658.865a.5.5 0 0 1-.023-.707z'/%3E%3C/defs%3E%3C/svg%3E")
}

.Swiper-nav {
    position: absolute;
    bottom: .57143rem;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.Swiper-nav li {
    position: relative;
    display: block;
    width: 1.71429rem;
    padding-top: .57143rem;
    padding-bottom: .57143rem;
    margin-right: .28571rem;
    cursor: pointer
}

.Swiper-nav li:after {
    content: "";
    position: absolute;
    height: .28571rem;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d8dada
}

.Swiper-nav li:last-child {
    margin-right: 0
}

.Swiper-nav li.is-active:after {
    background-color: #000
}

.Table,
table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    width: 100%;
    font-family: BrandFont-Text, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    margin-bottom: 2rem
}

.Table td,
.Table th,
table td,
table th {
    color: #000;
    vertical-align: top;
    padding: 1rem 1rem 1rem 0
}

.Table td,
table td {
    vertical-align: top;
    border-top: .07143rem solid #d8dada
}

.Table--hover tbody tr:hover td {
    background-color: #f6f6f6
}

.Table--noBorder td,
.Table--noBorder th {
    border: 0 !important
}

.Table--border th {
    border-top: .14286rem solid #000;
    border-bottom: .14286rem solid #000;
    border-right: .14286rem solid #000
}

.Table--border th:first-child {
    border-left: .14286rem solid #000
}

.Table--border td {
    border-top: .07143rem solid #d8dada;
    border-right: .07143rem solid #d8dada
}

.Table--border td:first-child {
    border-left: .07143rem solid #d8dada
}

.Table--border tr:last-child td {
    border-bottom: .07143rem solid #d8dada
}

.Table--striped tbody tr:nth-child(2) td {
    background-color: #f6f6f6
}

.Tablist {
    display: -webkit-box;
    display: flex;
    margin: 0;
    list-style-type: none
}

.Tab {
    border-bottom: .07143rem solid #d8dada;
    display: inline-block;
    font-family: BrandFont-Text, Helvetica, Arial, sans-serif;
    font-size: 1.28571rem
}

.Tab,
.Tab a {
    position: relative;
    font-weight: 700
}

.Tab a {
    border: 0;
    display: block;
    padding: 0 3rem .5rem 0;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.Tab a:focus {
    outline: 0
}

.Tab a:after {
    position: absolute;
    top: auto;
    right: 1rem;
    bottom: -.0625rem;
    left: 0;
    display: inline-block;
    height: 0;
    content: ""
}

.Tab a:hover {
    color: #000
}

.Tab a:hover:after {
    height: .125rem;
    background-color: #000
}

.Tab.is-active {
    color: #d52b1e
}

.Tab.is-active a:after {
    height: .25rem;
    background-color: #d52b1e
}

.Tabpanel.is-hidden {
    display: none
}

.Tag {
    display: inline-block;
    vertical-align: middle;
    border-radius: .14286rem;
    padding: .14286rem .28571rem;
    font-size: .9em;
    line-height: 1
}

.Tag--success {
    color: #fff;
    background-color: #00ac3e
}

.Tag--info {
    color: #fff;
    background-color: #0088ce
}

.Tag--warning {
    color: #000;
    background-color: #ffbc3d
}

.Tag--error {
    color: #fff;
    background-color: #ed7000
}

.tooltip {
    cursor: pointer;
    position: relative
}

.tooltip:after,
.tooltip:before {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: 4;
    transition: all .2s ease-out;
    -webkit-transform-origin: top;
    transform-origin: top
}

.tooltip:after {
    border: .0625rem solid #000;
    background: #000;
    border-radius: 0;
    color: #fff;
    font-size: .75rem;
    font-family: BrandFont-Text, Helvetica, Arial, sans-serif;
    padding: .5rem 1rem;
    white-space: nowrap;
    content: attr(aria-label)
}

.tooltip:before {
    -webkit-transform-origin: top;
    transform-origin: top;
    pointer-events: none;
    position: absolute;
    z-index: 4;
    content: ""
}

.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
.tooltip[data-tooltip-visible]:after,
.tooltip[data-tooltip-visible]:before {
    opacity: 1;
    pointer-events: auto
}

.tooltip.m_top:after,
.tooltip.m_top:before {
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%, .625rem);
    transform: translate(-50%, .625rem)
}

.tooltip.m_top:before {
    margin-bottom: -.0625rem;
    content: "";
    width: 0;
    height: 0;
    border-top: .375rem solid #000;
    border-right: .375rem solid transparent;
    border-bottom: .375rem solid transparent;
    border-left: .375rem solid transparent
}

.tooltip.m_top:after {
    margin-bottom: .3125rem.42857rem
}

.tooltip.m_top:focus:after,
.tooltip.m_top:focus:before,
.tooltip.m_top:hover:after,
.tooltip.m_top:hover:before,
.tooltip.m_top[data-tooltip-visible]:after,
.tooltip.m_top[data-tooltip-visible]:before {
    -webkit-transform: translate(-50%) !important;
    transform: translate(-50%) !important
}

.tooltip.tooltip_bottom:after,
.tooltip.tooltip_bottom:before {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, .625rem);
    transform: translate(-50%, .625rem)
}

.tooltip.tooltip_bottom:before {
    margin-top: -.0625rem;
    content: "";
    width: 0;
    height: 0;
    border-top: .375rem solid transparent;
    border-right: .375rem solid transparent;
    border-bottom: .375rem solid #000;
    border-left: .375rem solid transparent
}

.tooltip.tooltip_bottom:after {
    margin-top: .3125rem.42857rem
}

.tooltip.tooltip_bottom:focus:after,
.tooltip.tooltip_bottom:focus:before,
.tooltip.tooltip_bottom:hover:after,
.tooltip.tooltip_bottom:hover:before,
.tooltip.tooltip_bottom[data-tooltip-visible]:after,
.tooltip.tooltip_bottom[data-tooltip-visible]:before {
    -webkit-transform: translate(-50%) !important;
    transform: translate(-50%) !important
}

.tooltip.tooltip_left:after,
.tooltip.tooltip_left:before {
    top: 50%;
    right: 100%;
    -webkit-transform: translate(.625rem, -50%);
    transform: translate(.625rem, -50%)
}

.tooltip.tooltip_left:before {
    margin-right: -.0625rem;
    content: "";
    width: 0;
    height: 0;
    border-top: .375rem solid transparent;
    border-right: .375rem solid transparent;
    border-bottom: .375rem solid transparent;
    border-left: .375rem solid #000
}

.tooltip.tooltip_left:after {
    margin-right: .3125rem.42857rem
}

.tooltip.tooltip_left:focus:after,
.tooltip.tooltip_left:focus:before,
.tooltip.tooltip_left:hover:after,
.tooltip.tooltip_left:hover:before,
.tooltip.tooltip_left[data-tooltip-visible]:after,
.tooltip.tooltip_left[data-tooltip-visible]:before {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.tooltip.tooltip_right:after,
.tooltip.tooltip_right:before {
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-.625rem, -50%);
    transform: translate(-.625rem, -50%)
}

.tooltip.tooltip_right:before {
    margin-left: -.0625rem;
    content: "";
    width: 0;
    height: 0;
    border-top: .375rem solid transparent;
    border-right: .375rem solid #000;
    border-bottom: .375rem solid transparent;
    border-left: .375rem solid transparent
}

.tooltip.tooltip_right:after {
    margin-left: .3125rem.42857rem
}

.tooltip.tooltip_right:focus:after,
.tooltip.tooltip_right:focus:before,
.tooltip.tooltip_right:hover:after,
.tooltip.tooltip_right:hover:before,
.tooltip.tooltip_right[data-tooltip-visible]:after,
.tooltip.tooltip_right[data-tooltip-visible]:before {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.tooltip [tooltip-length=xs]:after {
    white-space: normal;
    width: 4rem
}

.tooltip [tooltip-length=sm]:after {
    white-space: normal;
    width: 5rem
}

.tooltip [tooltip-length=md]:after {
    white-space: normal;
    width: 6rem
}

.tooltip [tooltip-length=lg]:after {
    white-space: normal;
    width: 7rem
}

.tooltip [tooltip-length=xl]:after {
    white-space: normal;
    width: 8rem
}

blockquote,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

html {
    font-family: BrandFont-Text, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    color: #000;
    line-height: 1rem8.4/1rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .6em
}

.h1,
h1 {
    font-size: 1.5625rem;
    line-height: 1.48
}

.h1,
.h2,
h1,
h2 {
    font-weight: 700;
    font-family: BrandFont-Display
}

.h2,
h2 {
    font-size: 1rem;
    line-height: 1.46875
}

.Accordion-summary .Accordion-button,
.h3,
h3 {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.5;
    font-family: BrandFont-Display
}

.h4,
.h5,
h4,
h5 {
    font-weight: 700
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    font-size: .75rem;
    line-height: 1.5;
    font-family: BrandFont-Text, Helvetica, Arial, sans-serif
}

.h6,
h6 {
    font-weight: 400
}

p {
    margin-bottom: 1rem
}

.Link,
a {
    color: #000;
    text-decoration: underline;
    transition: color .15s ease-out
}

.Link.is-active,
.Link.is-hover,
.Link:active,
.Link:hover,
a.is-active,
a.is-hover,
a:active,
a:hover {
    color: #0088ce
}

.Link.is-focused,
.Link:focus,
a.is-focused,
a:focus {
    outline: transparent solid .07143rem;
    box-shadow: 0 0 0 .14286rem rgba(0, 0, 0, .15)
}

.no-focus .Link.is-focused,
.no-focus .Link:focus,
.no-focus a.is-focused,
.no-focus a:focus {
    outline: 0 !important
}

blockquote {
    margin: 1rem 0;
    padding: 0 1.42857rem 0 1.14286rem;
    line-height: 1.625;
    border-left: .28571rem solid #000;
    color: #333
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

hr,
hr.Hr--primary {
    border-top: .28571rem solid #000
}

hr.Hr--secondary {
    border-top: .07143rem solid #000
}

hr.Hr--tertiary {
    border-top: .07143rem solid #d8dada
}

b,
strong {
    font-weight: 700
}

b,
small,
strong {
    line-height: inherit
}

small {
    font-size: 80%
}

code,
kbd,
pre {
    font-family: SFMono-Regular, RobotoMono-Regular, monospace;
    font-size: .9em;
    line-height: 1
}

kbd {
    background: #747676;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: .9rem;
    padding: .28571rem .42857rem;
    vertical-align: baseline
}

kbd,
mark {
    line-height: 1
}

mark {
    background-color: #ffdfa3;
    padding: .14286rem .28571rem
}

del,
strike {
    text-decoration: line-through
}

u {
    text-decoration: underline
}

address,
cite,
dfn,
em,
var {
    font-style: italic
}

time {
    font-family: SFMono-Regular, RobotoMono-Regular, monospace
}

.List--reset {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0
}

dl,
ol,
ul {
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: .5rem;
    margin-bottom: .5rem
}

ol dd,
ol dt,
ol li,
ul dd,
ul dt,
ul li {
    margin-bottom: .5rem
}

ul {
    list-style: disc
}

ul.Ul--square {
    list-style-type: square
}

ul.Ul--circle {
    list-style-type: circle
}

ul.Ul--disc {
    list-style-type: disc
}

ul.Ul--no-bullet {
    margin-left: 0;
    list-style-type: none
}

dt {
    font-weight: 700
}

dd,
dt {
    margin-bottom: 0
}

.Caption {
    font-size: .71429rem;
    line-height: .71429rem
}

.Intro {
    font-size: 1.14286rem;
    line-height: 1.6
}

.u-alignTop {
    vertical-align: top !important
}

.u-alignMiddle {
    vertical-align: middle !important
}

.u-alignBottom {
    vertical-align: bottom !important
}

.u-alignBaseline {
    vertical-align: baseline !important
}

.u-colorPrimary {
    color: #000 !important
}

.u-colorSecondary {
    color: #fff !important
}

.u-colorAccent {
    color: #d52b1e !important
}

.u-colorError {
    color: #ed7000 !important
}

.u-colorWarning {
    color: #ffbc3d !important
}

.u-colorSuccess {
    color: #00ac3e !important
}

.u-colorInfo {
    color: #0088ce !important
}

.u-colorBackgroundPrimary {
    background-color: #000 !important
}

.u-colorBackgroundSecondary {
    background-color: #fff !important
}

.u-colorBackgroundAccent {
    background-color: #d52b1e !important
}

.u-colorBackgroundError {
    background-color: #ed7000 !important
}

.u-colorBackgroundWarning {
    background-color: #ffbc3d !important
}

.u-colorBackgroundSuccess {
    background-color: #00ac3e !important
}

.u-colorBackgroundInfo {
    background-color: #0088ce !important
}

.debug-baseline {
    background-size: 100% .5rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3) 50%, transparent 0, transparent)
}

.debug-grid {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100vw;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1rem;
    justify-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch
}

.debug-grid>div {
    background-color: rgba(47, 178, 218, .5)
}

.u-displayBlock {
    display: block !important
}

.u-displayInline {
    display: inline !important
}

.u-displayFlex {
    display: -webkit-box !important;
    display: flex !important
}

.u-displayInlineBlock {
    display: inline-block !important
}

.u-displayTable {
    display: table !important
}

.u-displayTableCell {
    display: table-cell !important
}

.u-floatClearFix:after,
.u-floatClearFix:before {
    content: " ";
    display: table
}

.u-floatClearFix:after {
    clear: both
}

.u-floatLeft {
    float: left !important
}

.u-floatRight {
    float: right !important
}

.u-flex {
    display: -webkit-box !important;
    display: flex !important
}

.u-flexInline {
    display: -webkit-inline-box !important;
    display: inline-flex !important
}

.u-flexRow {
    -webkit-box-direction: normal !important;
    flex-direction: row !important
}

.u-flexRow,
.u-flexRowReverse {
    -webkit-box-orient: horizontal !important
}

.u-flexRowReverse {
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important
}

.u-flexColumn {
    -webkit-box-direction: normal !important;
    flex-direction: column !important
}

.u-flexColumn,
.u-flexColumnReverse {
    -webkit-box-orient: vertical !important
}

.u-flexColumnReverse {
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important
}

.u-flexWrap {
    flex-wrap: wrap !important
}

.u-flexNoWrap {
    flex-wrap: nowrap !important
}

.u-flexWrapReverse {
    flex-wrap: wrap-reverse !important
}

.u-flexJustifyStart {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
}

.u-flexJustifyEnd {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
}

.u-flexJustifyCenter {
    -webkit-box-pack: center !important;
    justify-content: center !important
}

.u-flexJustifyBetween {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
}

.u-flexJustifyAround {
    justify-content: space-around !important
}

.u-flexAlignItemsStart {
    -webkit-box-align: start !important;
    align-items: flex-start !important
}

.u-flexAlignItemsEnd {
    -webkit-box-align: end !important;
    align-items: flex-end !important
}

.u-flexAlignItemsCenter {
    -webkit-box-align: center !important;
    align-items: center !important
}

.u-flexAlignItemsStretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important
}

.u-flexAlignItemsBaseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important
}

.u-flexAlignContentStart {
    align-content: flex-start !important
}

.u-flexAlignContentEnd {
    align-content: flex-end !important
}

.u-flexAlignContentCenter {
    align-content: center !important
}

.u-flexAlignContentStretch {
    align-content: stretch !important
}

.u-flexAlignContentBetween {
    align-content: space-between !important
}

.u-flexAlignContentAround {
    align-content: space-around !important
}

.u-flexAlignSelfStart {
    align-self: flex-start !important
}

.u-flexAlignSelfEnd {
    align-self: flex-end !important
}

.u-flexAlignSelfCenter {
    align-self: center !important
}

.u-flexAlignSelfStretch {
    align-self: stretch !important
}

.u-flexAlignSelfBaseline {
    align-self: baseline !important
}

.u-flexAlignSelfAuto {
    align-self: auto !important
}

.u-flexOrderFirst {
    -webkit-box-ordinal-group: 0 !important;
    order: -1 !important
}

.u-flexOrderLast {
    -webkit-box-ordinal-group: 2 !important;
    order: 1 !important
}

.u-flexOrderNone {
    -webkit-box-ordinal-group: 1 !important;
    order: 0 !important
}

.u-flexGrow1 {
    -webkit-box-flex: 1 !important;
    flex: 1 1 0 !important
}

.u-flexGrow2 {
    -webkit-box-flex: 2 !important;
    flex: 2 1 0 !important
}

.u-flexGrow3 {
    -webkit-box-flex: 3 !important;
    flex: 3 1 0 !important
}

.u-flexGrow4 {
    -webkit-box-flex: 4 !important;
    flex: 4 1 0 !important
}

.u-flexGrow5 {
    -webkit-box-flex: 5 !important;
    flex: 5 1 0 !important
}

.u-flexShrink0 {
    flex-shrink: 0 !important
}

.u-flexShrink1 {
    flex-shrink: 1 !important
}

.u-flexShrink2 {
    flex-shrink: 2 !important
}

.u-flexShrink3 {
    flex-shrink: 3 !important
}

.u-flexShrink4 {
    flex-shrink: 4 !important
}

.u-flexShrink5 {
    flex-shrink: 5 !important
}

.u-flexExpand {
    margin: auto !important
}

.u-flexExpandLeft {
    margin-left: auto !important
}

.u-flexExpandRight {
    margin-right: auto !important
}

.u-flexExpandTop {
    margin-top: auto !important
}

.u-flexExpandBottom {
    margin-bottom: auto !important
}

.u-flexBasisAuto {
    flex-basis: auto !important
}

.u-flexBasis0 {
    flex-basis: 0 !important
}

.u-flexInitial {
    -webkit-box-flex: 0 !important;
    flex: 0 1 auto !important;
    flex-basis: auto !important
}

.u-flexAuto {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
    flex-basis: auto !important
}

.u-flexNone {
    -webkit-box-flex: 0 !important;
    flex: 0 0 auto !important;
    flex-basis: auto !important
}

.u-positionStatic {
    position: static !important
}

.u-positionAbsolute {
    position: absolute !important
}

.u-positionRelative {
    position: relative !important
}

.u-positionFixed {
    position: fixed !important
}

.u-width-25 {
    width: 25%
}

.u-maxWidth-25 {
    max-width: 25%
}

.u-minWidth-25 {
    min-width: 25%
}

.u-height-25 {
    height: 25%
}

.u-maxHeight-25 {
    max-height: 25%
}

.u-minHeight-25 {
    min-height: 25%
}

.u-vh-25 {
    height: 25vh
}

.u-width-33.33333 {
    width: 33.33333%
}

.u-maxWidth-33.33333 {
    max-width: 33.33333%
}

.u-minWidth-33.33333 {
    min-width: 33.33333%
}

.u-height-33.33333 {
    height: 33.33333%
}

.u-maxHeight-33.33333 {
    max-height: 33.33333%
}

.u-minHeight-33.33333 {
    min-height: 33.33333%
}

.u-vh-33.33333 {
    height: 33.33333vh
}

.u-width-50 {
    width: 50%
}

.u-maxWidth-50 {
    max-width: 50%
}

.u-minWidth-50 {
    min-width: 50%
}

.u-height-50 {
    height: 50%
}

.u-maxHeight-50 {
    max-height: 50%
}

.u-minHeight-50 {
    min-height: 50%
}

.u-vh-50 {
    height: 50vh
}

.u-width-66.66667 {
    width: 66.66667%
}

.u-maxWidth-66.66667 {
    max-width: 66.66667%
}

.u-minWidth-66.66667 {
    min-width: 66.66667%
}

.u-height-66.66667 {
    height: 66.66667%
}

.u-maxHeight-66.66667 {
    max-height: 66.66667%
}

.u-minHeight-66.66667 {
    min-height: 66.66667%
}

.u-vh-66.66667 {
    height: 66.66667vh
}

.u-width-75 {
    width: 75%
}

.u-maxWidth-75 {
    max-width: 75%
}

.u-minWidth-75 {
    min-width: 75%
}

.u-height-75 {
    height: 75%
}

.u-maxHeight-75 {
    max-height: 75%
}

.u-minHeight-75 {
    min-height: 75%
}

.u-vh-75 {
    height: 75vh
}

.u-maxWidth-100 {
    max-width: 100%
}

.u-minWidth-100 {
    min-width: 100%
}

.u-height-100 {
    height: 100%
}

.u-maxHeight-100 {
    max-height: 100%
}

.u-minHeight-100 {
    min-height: 100%
}

.u-vh-100 {
    height: 100vh
}

@keyframes a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.Animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.Animated--Infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.Animated--fadeIn {
    -webkit-animation-name: a;
    animation-name: a
}

.u-marginAllNone {
    margin: 0 !important
}

.u-marginAllExtraSmall {
    margin: .25rem !important
}

.u-marginAllSmall {
    margin: .5rem !important
}

.u-marginAllMedium {
    margin: 1rem !important
}

.u-marginAllLarge {
    margin: 1.5rem !important
}

.u-marginAllExtraLarge {
    margin: 2rem !important
}

.u-marginAllAuto {
    margin: auto !important
}

.u-marginXNone {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.u-marginXExtraSmall {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.u-marginXSmall {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.u-marginXMedium {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.u-marginXLarge {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.u-marginXExtraLarge {
    margin-right: 2rem !important;
    margin-left: 2rem !important
}

.u-marginXAuto {
    margin-right: auto !important;
    margin-left: auto !important
}

.u-marginYNone {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.u-marginYExtraSmall {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.u-marginYSmall {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.u-marginYMedium {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.u-marginYLarge {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.u-marginYExtraLarge {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.u-marginYAuto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.u-marginTopNone {
    margin-top: 0 !important
}

.u-marginTopExtraSmall {
    margin-top: .25rem !important
}

.u-marginTopSmall {
    margin-top: .5rem !important
}

.u-marginTopMedium {
    margin-top: 1rem !important
}

.u-marginTopLarge {
    margin-top: 1.5rem !important
}

.u-marginTopExtraLarge {
    margin-top: 2rem !important
}

.u-marginTopAuto {
    margin-top: auto !important
}

.u-marginRightNone {
    margin-right: 0 !important
}

.u-marginRightExtraSmall {
    margin-right: .25rem !important
}

.u-marginRightSmall {
    margin-right: .5rem !important
}

.u-marginRightMedium {
    margin-right: 1rem !important
}

.u-marginRightLarge {
    margin-right: 1.5rem !important
}

.u-marginRightExtraLarge {
    margin-right: 2rem !important
}

.u-marginRightAuto {
    margin-right: auto !important
}

.u-marginBottomNone {
    margin-bottom: 0 !important
}

.u-marginBottomExtraSmall {
    margin-bottom: .25rem !important
}

.u-marginBottomSmall {
    margin-bottom: .5rem !important
}

.u-marginBottomMedium {
    margin-bottom: 1rem !important
}

.u-marginBottomLarge {
    margin-bottom: 1.5rem !important
}

.u-marginBottomExtraLarge {
    margin-bottom: 2rem !important
}

.u-marginBottomAuto {
    margin-bottom: auto !important
}

.u-marginLeftNone {
    margin-left: 0 !important
}

.u-marginLeftExtraSmall {
    margin-left: .25rem !important
}

.u-marginLeftSmall {
    margin-left: .5rem !important
}

.u-marginLeftMedium {
    margin-left: 1rem !important
}

.u-marginLeftLarge {
    margin-left: 1.5rem !important
}

.u-marginLeftExtraLarge {
    margin-left: 2rem !important
}

.u-marginLeftAuto {
    margin-left: auto !important
}

.u-paddingAllNone {
    padding: 0 !important
}

.u-paddingAllExtraSmall {
    padding: .25rem !important
}

.u-paddingAllSmall {
    padding: .5rem !important
}

.u-paddingAllMedium {
    padding: 1rem !important
}

.u-paddingAllLarge {
    padding: 1.5rem !important
}

.u-paddingAllExtraLarge {
    padding: 2rem !important
}

.u-paddingAllAuto {
    padding: auto !important
}

.u-paddingXNone {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.u-paddingXExtraSmall {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.u-paddingXSmall {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.u-paddingXMedium {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.u-paddingXLarge {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.u-paddingXExtraLarge {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.u-paddingXAuto {
    padding-right: auto !important;
    padding-left: auto !important
}

.u-paddingYNone {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.u-paddingYExtraSmall {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.u-paddingYSmall {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.u-paddingYMedium {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.u-paddingYLarge {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.u-paddingYExtraLarge {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.u-paddingYAuto {
    padding-top: auto !important;
    padding-bottom: auto !important
}

.u-paddingTopNone {
    padding-top: 0 !important
}

.u-paddingTopExtraSmall {
    padding-top: .25rem !important
}

.u-paddingTopSmall {
    padding-top: .5rem !important
}

.u-paddingTopMedium {
    padding-top: 1rem !important
}

.u-paddingTopLarge {
    padding-top: 1.5rem !important
}

.u-paddingTopExtraLarge {
    padding-top: 2rem !important
}

.u-paddingTopAuto {
    padding-top: auto !important
}

.u-paddingRightNone {
    padding-right: 0 !important
}

.u-paddingRightExtraSmall {
    padding-right: .25rem !important
}

.u-paddingRightSmall {
    padding-right: .5rem !important
}

.u-paddingRightMedium {
    padding-right: 1rem !important
}

.u-paddingRightLarge {
    padding-right: 1.5rem !important
}

.u-paddingRightExtraLarge {
    padding-right: 2rem !important
}

.u-paddingRightAuto {
    padding-right: auto !important
}

.u-paddingBottomNone {
    padding-bottom: 0 !important
}

.u-paddingBottomExtraSmall {
    padding-bottom: .25rem !important
}

.u-paddingBottomSmall {
    padding-bottom: .5rem !important
}

.u-paddingBottomMedium {
    padding-bottom: 1rem !important
}

.u-paddingBottomLarge {
    padding-bottom: 1.5rem !important
}

.u-paddingBottomExtraLarge {
    padding-bottom: 2rem !important
}

.u-paddingBottomAuto {
    padding-bottom: auto !important
}

.u-paddingLeftNone {
    padding-left: 0 !important
}

.u-paddingLeftExtraSmall {
    padding-left: .25rem !important
}

.u-paddingLeftSmall {
    padding-left: .5rem !important
}

.u-paddingLeftMedium {
    padding-left: 1rem !important
}

.u-paddingLeftLarge {
    padding-left: 1.5rem !important
}

.u-paddingLeftExtraLarge {
    padding-left: 2rem !important
}

.u-paddingLeftAuto {
    padding-left: auto !important
}

.u-textNormal {
    font-style: normal !important
}

.u-textItalic {
    font-style: italic !important
}

.u-textOblique {
    font-style: oblique !important
}

.u-textRegular {
    font-weight: 400 !important
}

.u-textMedium {
    font-weight: 500 !important
}

.u-textBold {
    font-weight: 700 !important
}

.u-textLeft {
    text-align: left !important
}

.u-textRight {
    text-align: right !important
}

.u-textCenter {
    text-align: center !important
}

.u-textJustify {
    text-align: justify !important
}

.u-textStart {
    text-align: start !important
}

.u-textEnd {
    text-align: end !important
}

.u-textCapitalize {
    text-transform: capitalize !important
}

.u-textUppercase {
    text-transform: uppercase !important
}

.u-textLowercase {
    text-transform: lowercase !important
}

.u-textTransformNone {
    text-transform: none !important
}

.u-textUnderline {
    text-decoration: underline !important
}

.u-textOverline {
    text-decoration: overline !important
}

.u-textDecorationNone {
    text-decoration: none !important
}

.u-textLineThrough {
    text-decoration: line-through !important
}

.u-textBreakNormal {
    word-break: normal !important
}

.u-textBreakWrap {
    word-break: break-all !important
}

.u-textBreakNoWrap {
    word-break: keep-all !important;
    white-space: nowrap !important
}

.u-textLineHeightNormal {
    line-height: 1.2 !important
}

.u-textLineHeightTight {
    line-height: 1 !important
}

.u-textLineHeightLoose {
    line-height: 1.5 !important
}

.u-screenReaderOnly {
    border: 0 !important;
    clip: rect(.0625rem, .0625rem, .0625rem, .0625rem) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: .07143rem !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: .07143rem !important;
    white-space: nowrap !important
}

.u-screenReaderOnlyFocusable:active,
.u-screenReaderOnlyFocusable:focus {
    clip: auto !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    height: auto !important;
    overflow: visible !important;
    width: auto !important;
    white-space: normal !important
}

@media only screen and (min-width:768px) {

    .h1,
    h1 {
        font-size: 2rem
    }

    .h1,
    .h2,
    h1,
    h2 {
        line-height: 1.475
    }

    .h2,
    h2 {
        font-size: 1.25rem
    }

    .Accordion-summary .Accordion-button,
    .h3,
    .h4,
    .h5,
    .h6,
    h3,
    h4,
    h5,
    h6 {
        font-size: .875rem;
        line-height: 1.51786
    }
}

@media only screen and (max-width:768px) {
    .Intro {
        font-size: 1.42857rem;
        line-height: 1.6
    }
}

@media (min-width:320px) {
    .Container {
        max-width: 0
    }
}

@media (min-width:544px) {
    .Container {
        max-width: 32rem
    }
}

@media (min-width:768px) {
    .Container {
        max-width: 46rem
    }
}

@media (min-width:991px) {
    .Container {
        max-width: 59.9375rem
    }
}

@media (min-width:1200px) {
    .Container {
        max-width: 71.25rem
    }
}

@media screen and (min-width:320px) {
    .Col-xs-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .Col-xs-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .Col-xs-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .Col-xs-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .Col-xs-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .Col-xs-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .Col-xs-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .Col-xs-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .Col-xs-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .Col-xs-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .Col-xs-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .Col-xs-12 {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media screen and (min-width:544px) {
    .Col-sm-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .Col-sm-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .Col-sm-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .Col-sm-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .Col-sm-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .Col-sm-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .Col-sm-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .Col-sm-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .Col-sm-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .Col-sm-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .Col-sm-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .Col-sm-12 {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media screen and (min-width:768px) {
    .Col-md-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .Col-md-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .Col-md-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .Col-md-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .Col-md-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .Col-md-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .Col-md-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .Col-md-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .Col-md-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .Col-md-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .Col-md-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .Col-md-12 {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media screen and (min-width:991px) {
    .Col-lg-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .Col-lg-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .Col-lg-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .Col-lg-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .Col-lg-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .Col-lg-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .Col-lg-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .Col-lg-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .Col-lg-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .Col-lg-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .Col-lg-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .Col-lg-12 {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media screen and (min-width:1200px) {
    .Col-xl-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .Col-xl-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .Col-xl-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .Col-xl-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .Col-xl-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .Col-xl-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .Col-xl-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .Col-xl-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .Col-xl-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .Col-xl-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .Col-xl-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .Col-xl-12 {
        flex-basis: 100%;
        max-width: 100%
    }
}

[role=button] {
    cursor: pointer
}

.close {
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

.o-icon-close-large::before {
    content: "\00d7";
    font-size: 24px;
    font-weight: 700;
    color: #959595;
    line-height: 20px
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjM5QzI1NTJGRDQxMTFFMzhFQTFFMjFBRTZDNzRFMDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjM5QzI1NTNGRDQxMTFFMzhFQTFFMjFBRTZDNzRFMDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMzlDMjU1MEZENDExMUUzOEVBMUUyMUFFNkM3NEUwNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMzlDMjU1MUZENDExMUUzOEVBMUUyMUFFNkM3NEUwNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnQq41IAAAAPSURBVHjaYmBgYNgPEGAAAMQAwFKt0gcAAAAASUVORK5CYII=) !important
}

.modal-header {
    padding: 15px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:after,
.clearfix:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
    content: " ";
    display: table
}

.clearfix:after,
.modal-footer:after,
.modal-header:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}



.close {
    opacity: .75;
    font-size: 12px
}

.close:focus,
.close:hover {
    opacity: 1
}

.o-icon-close-large:before {
    content: "\e635";
    font-family: myvzw;
    font-size: 12px;
    color: #4b4b4b;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

iframe {
    margin: 0;
    padding: 0;
    border: 0
}

@media (min-width:768px) {
    .modal-body {
        overflow: hidden;
        width: 100%
    }

    .modal-header {
        border-bottom: 0
    }

    .modal-body iframe {
        width: 100%;
        height: 615px
    }
}

@media (max-width:767px) {
    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .modal-dialog {
        position: fixed;
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 0
    }

    .modal-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 0;
        box-shadow: none
    }

    .modal-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 30px;
        padding: 10px;
        border: 0
    }

    .modal-body {
        position: absolute;
        top: 30px;
        bottom: 0;
        width: 100%;
        padding: 0;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        overflow-x: hidden
    }

    .modal-body iframe {
        height: 100%;
        width: 100%
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.select {
    position: relative;
    min-width: 240px;
    max-width: 300px;
    outline: 0
}

.select .value {
    display: block;
    position: relative;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    color: #1f202a;
    padding: 8px 10px;
    border-bottom: 1px solid #d1d2dd;
    cursor: pointer;
    overflow-x: hidden;
    white-space: nowrap
}

.select .value::before {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -2px 0;
    width: 0;
    height: 0;
    content: "";
    border-width: 4px;
    border-style: solid;
    border-color: #d1d2dd transparent transparent
}

.select:focus .value {
    border-bottom: 1px solid #000
}

.select .list {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    background: #fff;
    opacity: 0;
    outline: 0;
    -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .35);
    box-shadow: 0 2px 9px rgba(0, 0, 0, .35);
    overflow: hidden;
    -webkit-transition: opacity .25s cubic-bezier(0.39, .575, .565, 1);
    transition: opacity .25s cubic-bezier(0.39, .575, .565, 1);
    z-index: 9999
}

.select .list.open {
    height: auto;
    opacity: 1
}

.select .list .filter {
    display: none;
    padding: 8px 10px
}

.select .list .filter input {
    width: 100%;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    color: #1f202a;
    border: none;
    border-bottom: 1px solid #eaeaea;
    outline: 0;
    margin: 0;
    padding: 0 0 5px
}

.select .list ul {
    display: block;
    margin: 0;
    padding: 0
}

.select .list ul li {
    display: block;
    list-style: none;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    color: #1f202a;
    padding: 8px 10px;
    cursor: pointer
}

.select .list ul li.hovered,
.select .list ul li:hover {
    color: #fff;
    background: #000
}

.select .filter {
    display: block
}

.select .list ul {
    max-height: 150px;
    overflow-y: scroll
}

.select .list ul li:first-child {
    display: none !important
}

.Wrapper {
    max-width: 1272px;
    margin: 0 auto;
    padding: 45px !important
}

.Grid {
    margin: 0
}

h1 {
    font-size: 2rem;
    line-height: 2rem
}

h3 {
    font-size: 1.2rem;
    margin: 0 0 25px
}

.font-10 {
    font-size: 10px !important
}

.font-12 {
    font-size: 12px
}

.font-14 {
    font-size: 14px
}

.font-16 {
    font-size: 16px !important
}

.font-20 {
    font-size: 20px !important
}

.font-32,
.twocolumnaddress .addressComponent .font-32 {
    font-size: 32px
}

.top-10 {
    margin-top: 10px
}

.top-20 {
    margin-top: 20px
}

.top-30 {
    margin-top: 30px !important
}

.top-40 {
    margin-top: 40px
}

.padding_20 {
    padding: 20px
}

.hidden {
    display: none !important
}

.invisible {
    visibility: hidden !important
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.color-drkgray {
    color: #555
}

.ltgray-bg {
    background-color: #f2f2f2
}

.drkgray-bg {
    background-color: #d8d8d8
}

.Form-input {
    height: auto
}

.Form-label+.Form-input {
    font-size: .9rem
}

.btn-center {
    margin: 0 auto;
    display: block
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

a.Button.Button--cta {
    margin: -2px 0 0 .5rem
}

a.Button.Button--cta:after {
    position: absolute;
    transition: margin .2s ease-out 0s
}

a.Button.Button--cta:hover:after {
    margin-left: 15px
}

a:hover {
    color: #000 ;
}

.close-btn:focus,
.select .list ul li:active,
.select .list ul li:focus,
a:focus,
button:focus,
div:focus {
    outline: dotted 1px !important
}

.margin-auto {
    margin: 0 auto
}

.list-type-none {
    list-style-type: none
}

.u-width-100 {
    width: 100% !important
}

.button,
.button:active,
.button:focus,
.button:hover {
    color: #fff;
    font-weight: 700
}

.flatBtn:active,
.flatBtn:focus,
.flatBtn:hover {
    color: #000;
    background: #fff
}

.text-underline,
.text-underline:active,
.text-underline:focus,
.text-underline:hover {
    text-decoration: underline
}

.Grid>.Col.noSidePad {
    padding-left: 0;
    padding-right: 0
}

.pBold {
    font-weight: 700
}

.a11y-fiveg-tooltip {
    position: relative;
    display: inline-block;
    width: 1px
}

.a11y-hidden {
    position: absolute;
    margin: -1px 0 0 -1px;
    padding: 0;
    display: block;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    outline: 0
}

.a11y-fiveg-tooltip a:first-of-type {
    width: 16px;
    height: 16px;
    display: block;
    padding-top: 3px
}

.a11y-fiveg-tooltip>a::before {
    content: " ";
    width: 16px;
    height: 16px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDE2IDE2Jz48ZyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIHN0cm9rZT0nIzAwMCcgZD0nTTggMWE3IDcgMCAwIDAtNyA3IDcgNyAwIDAgMCA3IDcgNyA3IDAgMCAwIDctNyA3IDcgMCAwIDAtNy03eicvPjxwYXRoIGZpbGw9JyMwMDAnIGZpbGwtcnVsZT0nbm9uemVybycgZD0nTTcuMDk5IDEzVjcuMTE3SDguOVYxM3pNOC45MDEgNS4xNDdINy4xVjMuNTNIOC45djEuNjE2eicvPjwvZz48L3N2Zz4=")
}

#tooltip {
    color: #000;
    background: #fff;
    position: absolute;
    z-index: 999;
    padding: 15px;
    width: 270px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left
}

#tooltip .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: none;
    background: #fff;
    width: 12px;
    height: 12px;
    transform: rotate(-135deg);
    content: '';
    position: absolute;
    bottom: -6px
}

#tooltip .tooltip-close {
    border: 0;
    background: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 22px;
    font-weight: 400;
    color: inherit
}

button {
    outline: 0 !important
}

.noStyleBtn {
    background: 0 0;
    border: none;
    color: #000;
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-weight: 400
}

.noStyleBtn:active,
.noStyleBtn:focus,
.noStyleBtn:hover {
    color: #000
}

.modalWrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background-color: hsla(180, 1%, 46%, .9)
}

.mapiconQuestion {
    overflow: hidden
}

.mapOverlaySection {
    min-width: 900px;
    min-height: 500px;
    border: 1px solid;
    border-color: #c1c1c1
}

.mapModelContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border: 1px solid #000;
    background: #fff;
    width: 100%;
    overflow: hidden
}

#mapOverlayComponent {
    position: inherit !important;
    min-width: 100px;
    min-height: 166px;
    height: 500px;
    margin: auto
}

.modalContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border: 1px solid #000;
    background: #fff;
    max-width: 500px
}

.btm-0 {
    bottom: 0
}

.btm-30 {
    bottom: 30px
}

.width-90p {
    width: 90%
}

.width-100p {
    width: 100%
}

.Button.btn-white,
a.Button.btn-white,
button.btn-white {
    background: #fff !important;
    color: #000 !important
}

.flatBtn {
    border: 1px solid #d8dada;
    border-radius: 0;
    padding: 10px 20px;
    line-height: 16px;
    text-align: left
}

.modalClose {
    font-family: vzwIcons;
    content: "\E90B";
    font-size: 20px
}

.modalContainer {
    min-height: 300px
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
    background: 0 0;
    border: none;
    width: auto;
    padding: 2px
}

.close-btn:active,
.close-btn:focus,
.close-btn:hover {
    background: 0 0
}

.errorText {
    color: red;
    font-size: 14px
}

.border-red {
    border: 1px solid red
}

.loaderWrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: hsla(180, 1%, 46%, .9)
}

.loader {
    z-index: 999;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px)
}

.twocolumnaddress .addressComponent {
    font-family: BrandFont-Display
}

.addressComponent>.Grid {
    margin: 0
}

.addressComponent .h1,
.addressComponent .h2,
.addressComponent h1,
.addressComponent h2 {
    font-weight: 700;
    font-size: 3rem;
    line-height: 3rem;
    width: 100%
}

.addressComponent .button,
.addressComponent .select .list .filter input,
.addressComponent .select .list ul li,
.addressComponent .select .value,
.addressComponent p,
.addressComponent span {
    font-size: 1.6rem;
    line-height: 1.6rem
}

#streetFacing,
#streetFacingCJU {
    font-size: inherit
}

section.addressComponent {
    padding: 20px;
    margin-bottom: 0;
    min-height: 300px
}

.addressComponent label {
    font-size: 1.6rem;
    line-height: 1.6rem
}

.addressSection {
    position: relative
}

.invalidAddressError {
    margin-top: 20px;
    position: relative;
    margin-bottom: 0
}

.addressComponent .invalidAddressError.invisible {
    display: none
}

.chkAvl {
    font-size: 14px;
    font-weight: 700
}

fieldset.windowSelection input {
    border: none !important;
}

label.custom-radio.radioWrap {
    border: 0px !important;
    padding: 9px 23px;
}

.addressComponent input,
.twocolumnaddress [role=radio] {
    padding: 13px 16px;
    height: 40px;
    border: 1px solid #d8dada;
    font-size: 14px
}

.addressComponent [role=radio][aria-checked=true] {
    border: 1px solid #ed7000;
    border-bottom: 4px solid #ed7000
}

.addressComponent .Form-check+label:before {
    width: 20px;
    height: 20px
}

.streetAddressBar {
    margin: 0
}

#rightScrollToSection,
.CJUSuccess .Col,
.Col.windowSection,
.MDUSuccess .Col {
    padding: 0 18px
}

.addressComponent .checkAvlButton {
    width: 166px;
    height: 44px
}

.twocolumnaddress .addressComponent button {
    width: auto;
    margin: 0;
    padding: 13px 33px;
    background: #fff;
    color: #000
}

.Grid.addressSection {
    margin: 0
}

.windowSection label {
    padding-bottom: 10px;
    padding-top: 5px
}

.pin-position {
    background-color: #000;
    animation: 1s ease-out 0s 1 slideInFromTop;
    animation-delay: 2s;
    position: absolute;
    opacity: .7;
    width: 100%;
    z-index: 1;
    animation-fill-mode: both
}

.pin-position-onesec {
    background-color: #000;
    animation: 1s ease-out 0s 1 slideInFromTop;
    animation-delay: .5s;
    position: absolute;
    opacity: .7;
    width: 100%;
    z-index: 1;
    animation-fill-mode: both
}

.cta-animation {
    background-color: #fff;
    animation: 1s ease-out 0s 1 slideInFromBottom;
    position: absolute;
    opacity: .7;
    width: 100%;
    z-index: 1;
    animation-fill-mode: both
}

.slideToRight {
    background-color: #fff;
    animation: 1s ease-out 0s 1 slideInFromRight;
    position: absolute;
    opacity: .8;
    width: 100%;
    z-index: 1;
    animation-fill-mode: both
}

.bounce {
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    color: #fff;
    margin-bottom: 0;
    padding: 15px;
    font-weight: 600;
    margin-left: 10px
}

#mapOverlayComponent .mapOverlayComponent-iw-layout {
    color: #fff;
    background: #000;
    border: 2px solid #fff
}

.gm-ui-hover-effect {
    display: none !important
}

.bottom-button {
    text-align: center;
    position: absolute;
    bottom: 0;
    margin-bottom: -50px
}

#closePopUp {
    background: #fff;
    color: #000;
    margin: 0 0 10px
}

.gm-style-iw-d {
    width: 200px;
    overflow: hidden !important;
    padding: 7px
}

.gm-style .gm-style-iw {
    background-color: rgba(20, 20, 20) !important;
    display: block !important;
    color: #fff;
    opacity: .8;
    border: 2px solid #fff;
    padding: 0
}

.pinMovedContinue {
    float: right;
    margin-top: -6px;
    margin-right: 50px
}

.windowquestionsayyes {
    display: inline
}

.windowquestionsayno {
    display: inline;
    margin-left: 10px !important
}

.windowquestionanswer {
    display: inline;
    margin-left: 50px
}

.floorNumberEntered {
    width: 186px !important;
    border-color: #000 !important;
    height: 49px !important;
    float: left
}

.floorenterederrorfield {
    border-bottom: 4px solid !important;
    border-color: #ED7000 !important
}

.togglebuttontop {
    margin-top: 120px !important;
    float: right !important;
    position: static !important
}

button.is-disabled {
    background: #d8dada !important;
    border-color: #d8dada !important
}

.showstreetmap {
    float: right !important;
    margin-bottom: 10px
}

.showstreetmapbutton {
    color: #fff !important;
    background-color: #000 !important;
    font-size: 14px !important
}

.showsatillitemap {
    float: none !important;
    position: unset !important
}

.showsatillitemapbutton {
    background-color: #000 !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 0 12px !important
}

.zoomcontrolcontainer {
    background-color: #000 !important
}

@-webkit-keyframes bounce {
    0% {
        transform: scale(1, 1) translate(0px, 0)
    }

    30% {
        transform: scale(1, .8) translate(0px, 1px)
    }

    75% {
        transform: scale(1, 1.1) translate(0px, 15px)
    }

    100% {
        transform: scale(1, 1) translate(0px, 0)
    }
}

.gm-style-msg .gm-style-iw-msg {
    background-color: #cfc !important;
    display: block !important;
    color: #fff;
    opacity: .8;
    border: 2px solid #fff
}

.userEdit input {
    height: auto;
    margin-right: 5px
}

.userEdit .radioWrap {
    min-width: 50px;
    display: inline-block;
    margin-right: 10px
}

.userEdit p {
    margin-bottom: 10px;
    font-size: 1rem !important
}

.changeFloor a,
.multifamilyUnit .changeAddress {
    display: inline-block;
    margin: 0 0 0 10px
}

#mapComponent,
#mapComponentCJU {
    min-width: 100px;
    min-height: 166px;
    width: 100%;
    height: 100%
}

.mapContainer {
    min-height: 380px
}

.map-tooltip.a11y-fiveg-tooltip {
    width: auto;
    height: auto;
    margin-left: 10px;
    line-height: 0 !important
}

.map-tooltip.a11y-fiveg-tooltip a:first-of-type:active,
.map-tooltip.a11y-fiveg-tooltip a:first-of-type:focus,
.map-tooltip.a11y-fiveg-tooltip a:first-of-type:hover,
.map-tooltip.a11y-fiveg-tooltip:active,
.map-tooltip.a11y-fiveg-tooltip:focus,
.map-tooltip.a11y-fiveg-tooltip:hover {
    color: #0088ce
}

.map-tooltip.a11y-fiveg-tooltip a:first-of-type {
    width: inherit;
    height: 16px;
    position: relative;
    top: 5px
}

.map-tooltip.a11y-fiveg-tooltip>a::before {
    width: auto;
    height: auto;
    background: 0 0
}

.multiDwellingUnitAddress {
    margin-right: 20px !important
}

#signupBtn {
    font-size: .8rem
}

.d-vertical-center {
    transform: translate(0, -50%);
    position: relative;
    top: 50%
}

#selectArrow {
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.selectFloor {
    text-indent: -99999px;
    height: 0;
    width: 0;
    -webkit-appearance: none;
    opacity: 0
}

.twocolumnaddress .addressComponent .selectFloorSection .select span {
    font-size: 14px
}

.multiDwellingUnit {
    min-height: 400px
}

.multiDwellingUnit .Form-group {
    margin-top: 130px;
    margin-bottom: 0
}

#customerInfoPopup .modalContainer,
#customerPopup .modalContainer,
#sessionwarningpopup .modalContainer {
    padding: 2rem 3rem 2rem 2rem
}

#customerInfoPopup .modalContainer button {
    display: inline-block;
    background-color: #fff;
    color: #000;
    margin-right: 10px
}

#customerInfoPopup .modalContainer button[disabled] {
    opacity: .6;
    background-color: #d8dada;
    color: #fff;
    border-color: #d8dada
}

#customerInfoPopup .modalContainer label {
    font-size: 11px !important;
    color: #747676;
    margin-bottom: 5px;
    display: block
}

.faqLink {
    position: absolute;
    bottom: 0
}

.productDescription .faqLink {
    display: inline-block
}

.twocolumnaddress .productDescription {
    text-align: center
}

.twocolumnaddress .Wrapper {
    padding: 0 !important;
    overflow: hidden
}

.black_button {
    width: auto !important;
    padding: 10px 33px !important;
    background: #000 !important;
    color: #fff !important;
    border: 1px solid !important
}

.black_bg_button {
    width: auto !important;
    background: #000 !important;
    color: #fff !important;
    border: 1px solid !important
}

#changeflowtoBau {
    opacity: 0
}

#changeflowtoBau:focus {
    opacity: 1
}

.addressCol {
    margin-top: 20px
}

.noteText {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translate(-50%);
    font-size: 12px !important
}

.priceCol .price {
    margin-top: 20px;
    font-size: 2rem
}

.priceCol>div {
    min-height: 30rem
}

.gotQuest {
    width: 100%;
    font-size: 1rem !important
}

.primary-price,
.twocolumnaddress .addressComponent .h1,
.twocolumnaddress .addressComponent .h2,
.twocolumnaddress .addressComponent h1,
.twocolumnaddress .addressComponent h2 {
    font-size: 64px;
    line-height: .94
}

.addressComponent p,
.twocolumnaddress .addressComponent .button,
.twocolumnaddress .addressComponent .select .list .filter input,
.twocolumnaddress .addressComponent .select .list ul li,
.twocolumnaddress .addressComponent .select .value,
.twocolumnaddress .addressComponent label,
.twocolumnaddress .addressComponent span {
    font-size: 20px;
    line-height: .95
}

.addressComponent p.font-14 {
    font-size: 14px
}

.addressComponent p.font-10 {
    font-size: 10px
}

.twocolumnaddress .chkAvl,
.twocolumnaddress .orderNowBtn {
    padding: 10px 20px;
    width: 100%
}

.twocolumnaddress label {
    font-size: 1rem !important;
    line-height: 1rem !important
}

.addressComponent .Grid>h2 {
    padding: 2rem
}

.twocolumnaddress .addressComponent .changeAddress {
    font-size: 14px;
    line-height: .95
}

.twocolumnaddress .addressComponent a {
    font-size: inherit;
    line-height: inherit
}

.twocolumnaddress .addressComponent p.cta_wrapper {
    font-size: 14px;
    line-height: 1.5;
    margin: 0
}

.addressComponent .u-marginBottomExtraLarge {
    margin-bottom: 40px !important;
}

.leftlqColumn {
    margin-left: 30px !important
}

.addressComponent .qualTitlesWrap.floorSelect .productDescription h2 {
    font-size: 32px
}

.CJUSuccess,
.MDUSuccess,
.addressComponent .multiDwellingUnit {
    display: flex
}

.CJUSuccess,
.MDUSuccess {
    margin-top: 20px
}

.addressComponent .select .value {
    padding: 14px 10px
}

.addressComponent .select:focus .value {
    border-bottom: none
}

.secondary-price {
    font-size: 1.6rem;
    line-height: 1.6rem
}

.postQual.notEligible.postQualError {
    max-width: 360px;
    margin: 0 auto
}

.postQual.fiosNotEligible .fiosEligible,
.postQual.notEligible .fiosEligible {
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    padding: 0 20px
}

.postQual .fiosEligible .learnMoreFios,
.qualTitlesWrap .fiosEligible {
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
    position: relative
}

.postQual .fiosEligible .learnMoreFios::after,
.qualTitlesWrap .fiosEligible .learnMoreFios::after {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(-45deg);
    top: 4px;
    right: -15px
}

.fiosEligible p {
    font-size: 14px;
    line-height: 1
}

.twocolumnaddress .addressComponent .fiosEligible span {
    position: relative;
    font-size: 14px;
    line-height: 1
}

.fiosAvailabilityText {
    font-weight: 400
}

.productDescription h2 {
    margin-bottom: 40px !important
}

.price-footnote,
.pricing-information-text {
    font-size: .8rem !important
}

.select .list ul li:active,
.select .list ul li:focus {
    background: #000;
    color: #fff
}

.spinner {
    position: absolute;
    top: 0;
    left: 0
}

.spinner,
.spinner.m-img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: hsla(0, 0%, 100%, .5) !important;
    z-index: 1002
}

.spinner.m-img {
    position: absolute
}

.spinner:after,
.spinner:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 46.5%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 4px solid transparent;
    border-top-color: #3498db;
    border-left-color: #3498db;
    border-right-color: #3498db
}

.spinner:before {
    z-index: 100;
    animation: spin 1s infinite;
    animation-timing-function: linear
}

.spinner:after {
    border: 4px solid #fff
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.availabilityContainer {
    padding: 20px;
    text-align: center
}

.mobSeperator {
    display: none
}

.plus-text-more {
    font-weight: 700;
    line-height: 1.8rem
}

.promo-ribbon {
    display: none
}

#vzw-gn.sticky .container-gnav.has-promo-ribbon {
    margin-top: 0 !important
}

#vzw-gn.sticky .sticky-spacer.has-promo-ribbon {
    height: 120px !important
}

@media (max-width:1024px) {

    .addressComponent .h1,
    .addressComponent .h2,
    .addressComponent h1,
    .addressComponent h2 {
        font-size: 2rem;
        line-height: 2rem
    }

    .addressComponent .button,
    .addressComponent .select .list .filter input,
    .addressComponent .select .list ul li,
    .addressComponent .select .value,
    .addressComponent a,
    .addressComponent label,
    .addressComponent p,
    .addressComponent span {
        font-size: 1.4rem;
        line-height: 1.6rem
    }

    .twocolumnaddress .addressComponent .productDescription h2 {
        font-size: 25px;
        line-height: .96;
        margin-bottom: 16px
    }

    .addressComponent .productDescription h2.initial {
        font-size: 50px;
        margin-bottom: 0
    }

    .addressComponent .productDescription .thanksNotEligibleCustTitle {
        margin-bottom: 0
    }

    .addressComponent .qualTitlesWrap.floorSelect .productDescription h2 {
        font-size: 25px;
        margin-bottom: 0
    }

    .addressComponent .qualTitlesWrap.floorSelect .productDescription .postQualMDUFloorSelectTitle h2 {
        margin-bottom: 16px
    }

    .twocolumnaddress .addressComponent .postQualMDUFloorSelectTitle p {
        margin-bottom: 0
    }

    .twocolumnaddress .addressComponent .multiDwellingUnit h2,
    .twocolumnaddress .addressComponent .multiDwellingUnit p {
        font-size: 14px
    }

    .multiDwellingUnit .u-marginBottomLarge {
        margin-bottom: 8px !important
    }

    .modalContainer button {
        font-size: 12px
    }

    #mapComponent {
        min-width: 85%
    }

    #tooltip.mapContainer {
        min-width: 350px
    }

    .CJUSuccess,
    .MDUSuccess,
    .addressComponent .multiDwellingUnit {
        display: block;
        margin-top: 0
    }

    .Col.windowSection {
        padding: 0
    }

    .multiDwellingUnit {
        padding: 0 16px;
        margin-top: 0 !important
    }

    .multiDwellingUnit .checkAvlButton {
        width: 140px
    }

    .addressComponent .multiDwellingUnit .m-marginBottomLarge,
    .addressComponent .thanksNotEligibleCust .m-marginBottomMedium {
        margin-bottom: 16px !important
    }

    .twocolumnaddress .addressComponent .thanksNotEligibleCust span {
        font-size: 16px
    }
}

@media screen and (min-width:991px) {
    .Grid>.Col {
        padding: 0
    }
}

@media screen and (min-width:768px) {

    input#apartmentnumber,
    input#streetAddress {
        width: 300px
    }
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) {
    #recaptchaForm {
        margin-bottom: 40px !important
    }

    button#chkAvl {
        width: 200px
    }

    .Grid.addressSection.fadeInUp.animated {
        width: 250px
    }
}

@media (max-width:767px) {
    .Wrapper {
        padding: 16px !important
    }

    .m-static-postion {
        position: static;
        top: inherit;
        transform: none
    }

    .modal-content {
        height: 500px;
        width: auto;
        margin: 10px 10px 0
    }

    .modalContainer {
        min-height: 300px;
        min-width: 90%
    }

    .modalContainer button {
        margin-bottom: 20px;
        font-size: 12px
    }

    .flatBtn {
        padding: 10px
    }

    section.addressComponent {
        border: none
    }

    #streetAddress {
        top: 0
    }

    .chkAvl {
        margin: 0 0 10px
    }

    .invalidAddressError {
        top: 10px
    }

    .addressComponent input[type=text] {
        padding: 5px 10px
    }

    #tooltip.mapContainer {
        min-width: 203px
    }

    .map-tooltip.a11y-fiveg-tooltip {
        margin-left: 0
    }

    .mapContainer {
        min-width: 90% !important
    }

    #mapComponent {
        min-width: 85%
    }

    .userEdit {
        margin-left: 0
    }

    .changeFloor a,
    .multifamilyUnit .changeAddress {
        display: block;
        margin: 10px 0 20px
    }

    .multiDwellingUnitAddress {
        margin-right: 0
    }

    .mduChangeAddress {
        display: block;
        margin: 0 0 20px
    }

    .multiDwellingUnit {
        min-height: 360px
    }

    .multiDwellingUnit .Form-group {
        margin-top: 20px
    }

    .Grid.addressSection .Col {
        padding: 0
    }

    .productDescription .faqLink {
        display: none
    }

    .twocolumnaddress .Grid .addressCol {
        padding: 0 16px !important;
        margin: 0
    }

    .twocolumnaddress .addressComponent p {
        font-size: 16px;
        line-height: .94;
        padding-right: 17%;
        margin-bottom: 8px
    }

    .twocolumnaddress .addressComponent .u-marginBottomLarge {
        margin-bottom: 16px !important
    }

    .twocolumnaddress .addressComponent .m-marginBottomSmall {
        margin-bottom: 8px !important
    }

    .addressComponent .Form-group.u-marginBottomSmall {
        margin-bottom: 16px !important
    }

    .postQual.fiosNotEligible .u-marginBottomExtraLarge {
        margin-bottom: 32px !important
    }

    .addressValidationSection {
        border: none
    }

    .noteText {
        position: inherit;
        bottom: 0
    }

    .priceCol {
        border-right: none;
        border-bottom: 1px solid #000
    }

    .addressComponent .Grid>h2 {
        font-size: 1.8rem;
        line-height: 1.8rem
    }

    .addressComponent .Grid>h2 br {
        display: none
    }

    .availabilityContainer {
        padding: 16px
    }

    .addressComponent .m-marginBottomLarge {
        margin-bottom: 32px !important
    }

    .addressComponent .u-marginBottomExtraLarge.productDescription,
    .productDescription h2 {
        margin-bottom: 0
    }

    .primary-price {
        font-size: 1.6rem;
        line-height: 1.6rem
    }

    .secondary-price {
        font-size: 1.2rem;
        line-height: 1.4rem
    }

    .mobSeperator {
        display: block;
        height: 1px;
        border-top: 1px solid #ccc;
        width: 50%;
        margin: 0 auto
    }

    #vzw-gn.sticky .sticky-spacer.has-promo-ribbon {
        height: 80px !important
    }

    .postQual.fiosNotEligible .fiosEligible,
    .postQual.notEligible .fiosEligible {
        display: none
    }

    .productDescription .postQualNotEligibleFiosTitle .fiosEligible {
        display: block;
        text-align: left
    }

    .productDescription .fiosEligible .learnMoreFios {
        font-weight: 800;
        text-decoration: none;
        font-size: 14px;
        position: relative
    }

    .productDescription .fiosEligible .learnMoreFios::after {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(-45deg);
        top: 4px;
        right: -15px
    }

    .m-hidden {
        display: none
    }

    .rc-anchor-content {
        width: calc(100% - 95px) !important
    }

    .rc-anchor-normal {
        width: calc(100% - 2px) !important
    }

    .g-recaptcha>div:first-of-type {
        width: auto !important;
        height: auto !important
    }

    .m-marginBottomMedium {
        margin-bottom: 16px !important
    }

    .m-marginBottomLarge {
        margin-bottom: 32px !important
    }

    button#AptSelectContinue {
        margin-top: 30px !important
    }

    .width-100p.selectApartmentSection {
        margin-top: 0 !important
    }

    .maprightsectionContainer {
        height: 500px !important
    }

    .pinMovedContinue {
        float: right;
        margin-top: 10px;
        margin-right: 10px
    }

    .windowquestionsayyes {
        float: left;
        margin-top: 10px;
        margin-right: 10px
    }

    .windowquestionsayno {
        margin-top: 10px;
        margin-left: 0 !important
    }

    .animateddropdowndesktop_bounce {
        font-size: 20px;
        font-stretch: normal;
        font-style: normal;
        color: #fff;
        margin-bottom: 0;
        padding: 10px !important;
        font-weight: 600;
        line-height: 1.1 !important
    }

    .selectFloorSection {
        margin-top: 0 !important
    }
}

.selectFloorSection {
    margin-top: -80px
}

.learn-more-btn:hover {
    background-color: #fff;
    color: #000
}

.button-cta {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: auto;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: .6em 2.14em;
    margin: 0;
    border-radius: 714.21429rem;
    border: .07143rem solid #000;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    font-family: BrandFont-Text, Helvetica, Arial, sans-serif;
    background-color: #000;
    font-style: normal;
    line-height: 1;
    transition-property: color;
    transition-duration: .15s;
    touch-action: manipulation
}

.button-cta-white {
    background-color: #fff;
    color: #000
}

.m-marginBottomSmall {
    margin-bottom: 8px !important
}

fieldset {
    padding: 0 !important;
    border: none
}

fieldset .access {
    position: absolute;
    left: -100vw
}

/*.apartmentnumber {
    margin-top: 20px !important
}*/
.apprtmentLabel {
    margin-top: 20px !important
}

button#AptSelectContinue {
    margin-top: 20px
}

.bauFloorEnteredContinue {
    margin-top: 80px !important
}

.width-100p.selectApartmentSection {
    margin-top: -80px
}

.markerAnimation {
    box-sizing: border-box;
    background: #05F24C;
    box-shadow: 2px 2px 4px #333;
    border: 5px solid #346FF7;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    -webkit-animation: pulse 1s ease 1s 3;
    -moz-animation: pulse 1s ease 1s 3;
    animation: pulse 1s ease 1s 3
}

.minheight_500 {
    min-height: 500px
}

.animateddropdowndesktop_bounce {
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    color: #fff;
    margin-bottom: 0;
    padding: 15px;
    font-weight: 600
}

.animationout {
    background-color: #000;
    animation: 1s ease-out 0s 1 slideOutFromTop;
    animation-delay: 4s;
    position: absolute;
    opacity: .7;
    width: 100%;
    z-index: 1;
    animation-fill-mode: both
}

.floorenterederror {
    color: #000;
    display: flex;
    width: 100%;
    font-size: 12px
}

.nopadding {
    padding: 0 !important
}

@-webkit-keyframes pulse {
    40% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    40% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    40% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slideOutFromTop {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(50%)
    }
}

.geminiCheckboxContainer {
    line-height: 24px;
    font-size: 16px;
    box-sizing: border-box
}

.geminiCheckboxContainer input[type=checkbox] {
    opacity: 0
}

.geminiCheckboxContainer input {
    display: contents
}

.geminiCheckboxContainer label {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-top: 15px
}

.geminiCheckboxContainer label::after,
.geminiCheckboxContainer label::before {
    position: absolute;
    content: "";
    display: inline-block
}

.geminiCheckboxContainer label::before {
    height: 20px;
    width: 20px;
    border: 1px solid;
    left: 0
}

.geminiCheckboxContainer label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 6px;
    top: 6px;
    opacity: 0;
}

.geminiCheckboxContainer input[type=checkbox]+label::after {
    content: none
}

.geminiCheckboxContainer input[type=checkbox]:checked+label::after {
    content: ""
}

.initialCheckMessage {
    font-size: 60px !important
}

.secondaryMessage {
    font-size: 25px !important;
    line-height: .95 !important
}

.newChangeAddress {
    font-size: 20px;
    line-height: .95
}

.aptSectionMessage {
    font-size: 32px !important
}

.fadeOut {
    opacity: .6
}

.margin_top_50 {
    margin-top: 50px !important
}

.margin_top_30 {
    margin-top: 30px !important
}

.apartmentfloorselect {
    padding: 20px
}

.warningmessage {
    font-size: 20px;
    font-weight: 700
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) {
    .initialCheckMessage {
        font-size: 30px !important
    }
}

@media (max-width:767px) {
    .initialCheckMessage {
        font-size: 25px !important
    }

    .leftlqColumn {
        margin-left: 5px !important;
        margin-top: 10px !important;
    }

    .secondaryMessage {
        font-size: 16px !important;
        line-height: .95 !important
    }

    .addressCol {
        margin-bottom: 0 !important
    }

    .AptSelectContinue,
    .bauFloorEnteredContinue {
        margin-top: 20px !important;
        margin-bottom: 80px !important
    }
}

/*****************************************************************************************************************
                           NEW CSS 
******************************************************************************************************************
*******************************************************************************************************************/

.white_bg_button {
    width: auto !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

.ui-menu.ui-widget {
    padding-left: 0px !important;
    height: auto;
    max-height: 10rem;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
}

.ui-autocomplete.locus {
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    border-radius: 2px;
    height: 12rem;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    overflow: hidden;
}

.ui-autocomplete.locus .ui-menu-item {
    padding: 0 5px;
    text-overflow: ellipsis;
    font-size: .875rem;
    white-space: nowrap;
    line-height: 32px;
    text-align: left;
    color: #000;
    overflow: hidden;
}


/*******************************************************************************************************************
							Mobile 
*******************************************************************************************************************/
@media (max-width:767px) {

    .mobile-m-top-47 {
        margin-top: 47px !important;
    }

    .initialCheckMessage {
        font-size: 48px !important;
    }


}


/*******************************************************************************************************************
							Ipad 
*******************************************************************************************************************/
@media only screen and (min-device-width :768px) and (max-device-width :1024px) {}

/*******************************************************************************************************************
							Desktop 
*******************************************************************************************************************/
@media (min-width:1024px) {

    .desktop-m-top-64 {
        margin-top: 64px !important;
    }


}

/*Gnav issue*/
a.gnav20-subanchor {
    box-shadow: none;
}

div#datalist1 {
    border-style: solid;
    overflow: auto;
    max-height: 10rem;
    position: inherit;
    top: auto !important;
    left: auto !important;
    z-index: 1000;
    margin: 0;
    height: auto;
    background: #fff;
    max-height: 10rem;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
}

div#datalist2 {
    border-style: solid;
    overflow: auto;
    max-height: 10rem;
    position: inherit;
    top: auto !important;
    left: auto !important;
    z-index: 1000;
    margin: 0;
    height: auto;
    background: #fff;
    max-height: 10rem;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
}

.menlist {
    font-size: 13px;
    font-family: Arial, sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    border: none;
    color: #000;
    padding: 0px 4px;
    border-top: 1px solid #e6e6e6;
}

.menlist:hover {
    background: #E6E6E6;
    border-left: .375rem solid #cd040b;
}

.ui-menu-item-wrapper {
    font-size: 13px;
    font-family: Arial, sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    border: none;
    /* border-top: 1px solid #e6e6e6; */
    border-bottom: 0px;
}

.ui-autocomplete li.ui-menu-item {
    padding: 0px 4px;
    color: #000;
}

.ui-autocomplete li.ui-menu-item:hover {
    border-left: .375rem solid #cd040b;
    background-color: #E6E6E6;
}



/*optin css fixes*/
.border-bottom-black-2px {
    border-bottom: 2px solid;
}


/*border fix for input fields*/
.Form-input[data-focus-visible-added]:focus {
    border: 1px solid !important;
}

#geminiCheckboxContainer label.geminicheckbox {
    display: block;

}

#geminiCheckboxContainer input[type=checkbox]:checked+label::before,
#geminiCheckboxContainer input[type=radio]:checked+label::before,
#geminiCheckboxContainer input[type=checkbox]:checked:hover+label::before,
#geminiCheckboxContainer input[type=radio]:checked:hover+label::before {
    color: #000;
}

/*ally fixes*/
button.black_bg_button.focus-visible:focus {
    outline: 2px solid!important;
    outline-color: #000 !important;
}

button.close-btn.focus-visible:focus {
    outline: 2px solid!important;
    outline-color: #000 !important;
}

.ui-menu-item-wrapper.ui-state-active {
    margin-left: 2px;
    background-color: #E6E6E6;
}

#selected_address {
    margin-left: -5px;
    background-color: #E6E6E6;
    border-left: .375rem solid #cd040b;
}

span.qualifiedFor.resumeHeading{
    font-size: 60px;
}