@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700|Source+Sans+Pro:400,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700|Source+Sans+Pro:400,700);

.ajax-progress {
    display: inline-block;
    padding: 1px 5px 2px 5px;
}

[dir="rtl"] .ajax-progress {
    float: right;
}

.ajax-progress-throbber .throbber {
    display: inline;
    padding: 1px 6px 2px;
    background: transparent url(https://www.dol.gov/core/misc/throbber-active.gif) no-repeat 0 center;
}

.ajax-progress-throbber .message {
    display: inline;
    padding: 1px 5px 2px;
}

tr .ajax-progress-throbber .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.ajax-progress-fullscreen {
    position: fixed;
    z-index: 1000;
    top: 48.5%;
    left: 49%;
    width: 24px;
    height: 24px;
    padding: 4px;
    opacity: 0.9;
    border-radius: 7px;
    background-color: #232323;
    background-image: url(https://www.dol.gov/core/misc/loading-small.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

[dir="rtl"] .ajax-progress-fullscreen {
    right: 49%;
    left: auto;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.text-align-justify {
    text-align: justify;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.js input.form-autocomplete {
    background-image: url(https://www.dol.gov/core/misc/throbber-inactive.png);
    background-repeat: no-repeat;
    background-position: 100% center;
}

.js[dir="rtl"] input.form-autocomplete {
    background-position: 0% center;
}

.js input.form-autocomplete.ui-autocomplete-loading {
    background-image: url(https://www.dol.gov/core/misc/throbber-active.gif);
    background-position: 100% center;
}

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
    background-position: 0% center;
}

.fieldgroup {
    padding: 0;
    border-width: 0;
}

.container-inline div, .container-inline label {
    display: inline-block;
}

.container-inline .details-wrapper {
    display: block;
}

.container-inline .hidden {
    display: none;
}

.clearfix:after {
    display: table;
    clear: both;
    content: "";
}

.js details:not([open]) .details-wrapper {
    display: none;
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

    .visually-hidden.focusable:active, .visually-hidden.focusable:focus {
        position: static !important;
        overflow: visible;
        clip: auto;
        width: auto;
        height: auto;
    }

.invisible {
    visibility: hidden;
}

.item-list__comma-list, .item-list__comma-list li {
    display: inline;
}

.item-list__comma-list {
    margin: 0;
    padding: 0;
}

    .item-list__comma-list li:after {
        content: ", ";
    }

    .item-list__comma-list li:last-child:after {
        content: "";
    }

.js .js-hide {
    display: none;
}

.js-show {
    display: none;
}

.js .js-show {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

.position-container {
    position: relative;
}

.progress {
    position: relative;
}

.progress__track {
    min-width: 100px;
    max-width: 100%;
    height: 16px;
    margin-top: 5px;
    border: 1px solid;
    background-color: #fff;
}

.progress__bar {
    width: 3%;
    min-width: 3%;
    max-width: 100%;
    height: 16px;
    background-color: #000;
}

.progress__description, .progress__percentage {
    overflow: hidden;
    margin-top: 0.2em;
    color: #555;
    font-size: 0.875em;
}

.progress__description {
    float: left;
}

[dir="rtl"] .progress__description {
    float: right;
}

.progress__percentage {
    float: right;
}

[dir="rtl"] .progress__percentage {
    float: left;
}

.progress--small .progress__track {
    height: 7px;
}

.progress--small .progress__bar {
    height: 7px;
    background-size: 20px 20px;
}

.reset-appearance {
    margin: 0;
    padding: 0;
    border: 0 none;
    background: transparent;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.resize-none {
    resize: none;
}

.resize-vertical {
    min-height: 2em;
    resize: vertical;
}

.resize-horizontal {
    max-width: 100%;
    resize: horizontal;
}

.resize-both {
    max-width: 100%;
    min-height: 2em;
    resize: both;
}

table.sticky-header {
    z-index: 500;
    top: 0;
    margin-top: 0;
    background-color: #fff;
}

.system-status-counter__status-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

    .system-status-counter__status-icon:before {
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        background-repeat: no-repeat;
        background-position: center 2px;
        background-size: 16px;
    }

.system-status-counter__status-icon--error:before {
    background-image: url(https://www.dol.gov/core/misc/icons/e32700/error.svg);
}

.system-status-counter__status-icon--warning:before {
    background-image: url(https://www.dol.gov/core/misc/icons/e29700/warning.svg);
}

.system-status-counter__status-icon--checked:before {
    background-image: url(https://www.dol.gov/core/misc/icons/73b355/check.svg);
}

.system-status-report-counters__item {
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0,0,0,0.063);
}

@media screen and (min-width:60em) {
    .system-status-report-counters {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .system-status-report-counters__item--half-width {
        width: 49%;
    }

    .system-status-report-counters__item--third-width {
        width: 33%;
    }
}

.system-status-general-info__item {
    margin-top: 1em;
    padding: 0 1em 1em;
    border: 1px solid #ccc;
}

.system-status-general-info__item-title {
    border-bottom: 1px solid #ccc;
}

body.drag {
    cursor: move;
}

tr.region-title {
    font-weight: bold;
}

tr.region-message {
    color: #999;
}

tr.region-populated {
    display: none;
}

tr.add-new .tabledrag-changed {
    display: none;
}

.draggable a.tabledrag-handle {
    float: left;
    overflow: hidden;
    height: 1.7em;
    margin-left: -1em;
    cursor: move;
    text-decoration: none;
}

[dir="rtl"] .draggable a.tabledrag-handle {
    float: right;
    margin-right: -1em;
    margin-left: 0;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    width: 14px;
    height: 14px;
    margin: -0.4em 0.5em 0;
    padding: 0.42em 0.5em;
    background: url(https://www.dol.gov/core/misc/icons/787878/move.svg) no-repeat 6px 7px;
}

a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle {
    background-image: url(https://www.dol.gov/core/misc/icons/000000/move.svg);
}

.touchevents .draggable td {
    padding: 0 10px;
}

.touchevents .draggable .menu-item__link {
    display: inline-block;
    padding: 10px 0;
}

.touchevents a.tabledrag-handle {
    width: 40px;
    height: 44px;
}

    .touchevents a.tabledrag-handle .handle {
        height: 21px;
        background-position: 40% 19px;
    }

[dir="rtl"] .touch a.tabledrag-handle .handle {
    background-position: right 40% top 19px;
}

.touchevents .draggable.drag a.tabledrag-handle .handle {
    background-position: 50% -32px;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
    text-align: left;
}

.indentation {
    float: left;
    width: 20px;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
}

[dir="rtl"] .indentation {
    float: right;
    margin: -0.4em -0.4em -0.4em 0.2em;
    padding: 0.42em 0.6em 0.42em 0;
}

.tablesort {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
}

.tablesort--asc {
    background-image: url(https://www.dol.gov/core/misc/icons/787878/twistie-down.svg);
}

.tablesort--desc {
    background-image: url(https://www.dol.gov/core/misc/icons/787878/twistie-up.svg);
}

div.tree-child {
    background: url(https://www.dol.gov/core/misc/tree.png) no-repeat 11px center;
}

div.tree-child-last {
    background: url(https://www.dol.gov/core/misc/tree-bottom.png) no-repeat 11px center;
}

[dir="rtl"] div.tree-child, [dir="rtl"] div.tree-child-last {
    background-position: -65px center;
}

div.tree-child-horizontal {
    background: url(https://www.dol.gov/core/misc/tree.png) no-repeat -11px center;
}

.page-node-type-agency-pages #group-hero-elements, .page-node-type-basic-page #group-hero-elements, .node-basic-page-form #group-hero-elements {
    display: block;
}

.dBlock {
    display: block !important;
}

.dNone {
    display: none !important;
}

#edit-field-current-revision-author-wrapper {
    display: none !important;
}

.genpass-password {
    white-space: nowrap;
}

#node-ilab-child-labor-report-form .layout-region-node-main, #node-ilab-child-labor-report-edit-form .layout-region-node-main {
    width: 70%;
}

#node-ilab-child-labor-report-form .layout-region-node-secondary, #node-ilab-child-labor-report-edit-form .layout-region-node-secondary {
    width: 30%;
}

#node-ilab-child-labor-report-form .paragraph-type-title, #node-ilab-child-labor-report-edit-form .paragraph-type-title {
    flex-basis: 100%;
    text-overflow: initial;
}

#node-ilab-child-labor-report-form .vertical-tabs__menu, #node-ilab-child-labor-report-edit-form .vertical-tabs__menu {
    width: 170px;
}

#node-ilab-child-labor-report-form .vertical-tabs__panes, #node-ilab-child-labor-report-edit-form .vertical-tabs__panes {
    margin: 0 0 0 170px;
}

#node-ilab-child-labor-report-form .paragraphs-dropbutton-wrapper, #node-ilab-child-labor-report-edit-form .paragraphs-dropbutton-wrapper {
    margin-right: 6em;
}

@media all and (max-width:1230px) {
    #node-ilab-child-labor-report-form .js-form-type-entity-autocomplete, #node-ilab-child-labor-report-form .form-item-field-download-0-title, #node-ilab-child-labor-report-form .field--name-field-download input.form-text, #node-ilab-child-labor-report-form #edit-field-report-pdf-0, #node-ilab-child-labor-report-edit-form .js-form-type-entity-autocomplete, #node-ilab-child-labor-report-edit-form .form-item-field-download-0-title, #node-ilab-child-labor-report-edit-form .field--name-field-download input.form-text, #node-ilab-child-labor-report-edit-form #edit-field-report-pdf-0 {
        max-width: 90%;
    }

    #node-ilab-child-labor-report-form .paragraphs-dropbutton-wrapper, #node-ilab-child-labor-report-edit-form .paragraphs-dropbutton-wrapper {
        margin-right: 4em;
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .ilab-country-map {
        width: 100%;
    }
}

svg.ext {
    width: 14px;
    height: 14px;
    padding-right: 0.2em;
    fill: #727272;
    font-weight: 900;
}

svg.mailto {
    width: 14px;
    height: 14px;
    padding-right: 0.2em;
    fill: #727272;
}

    svg.ext path, svg.mailto path {
        stroke: #727272;
        stroke-width: 3;
    }

@media print {
    svg.ext, svg.mailto {
        display: none;
        padding: 0;
    }
}

extlink i {
    padding-left: 0.2em;
}

.paragraph--unpublished {
    background-color: #fff4f4;
}

main[role=main].fullwidth, div[role=main].fullwidth {
    max-width: 100%;
    padding: 30px 0 0;
}

    main[role=main].fullwidth .paragraph--type--row, div[role=main].fullwidth .paragraph--type--row {
        display: flex;
        justify-content: center;
        padding: 30px 0;
    }

        main[role=main].fullwidth .paragraph--type--row > div, div[role=main].fullwidth .paragraph--type--row > div {
            max-width: 1440px;
            justify-content: center;
            padding: 30px 55px;
        }

        main[role=main].fullwidth .paragraph--type--row .field--name-field-bundles > div, div[role=main].fullwidth .paragraph--type--row .field--name-field-bundles > div {
            flex: 1 1 auto;
        }

        main[role=main].fullwidth .paragraph--type--row.centered_content .field--name-field-bundles > div, div[role=main].fullwidth .paragraph--type--row.centered_content .field--name-field-bundles > div {
            flex: 0 1 auto;
        }

.manual-search-block #edit-actions--2 {
    order: 2;
}

#block-googletagmanagerheader .field {
    padding-bottom: 0 !important;
}

#block-googletagmanagerfooter .field {
    padding-bottom: 0 !important;
}

#views-exposed-form-manual-cloud-search-manual-cloud-search-results .form-actions {
    display: block;
    flex: 1;
}

#tfa-entry-form .form-actions {
    justify-content: flex-start;
}

#node-agency-pages-layout-builder-form .form-actions {
    display: block;
}

#tfa-entry-form input {
    height: 55px;
}

.dol-alert-status-error .alert-status-container {
    display: inline;
    font-size: 1.4em;
    color: #e31c3d;
}

div#block-eoguidanceviewheader .dol-alerts p {
    padding: 0;
    margin: 0;
}

.agency-blurb-container .agency_blurb.background--light {
    padding: 0;
}

.h1 {
    font-family: 'Merriweather';
    font-weight: 700;
}

p.usa-alert__text {
    margin-bottom: 0 !important;
}

.manual-search ul.usa-list li {
    max-width: 100%;
}

.usa-footer .container {
    max-width: 1440px !important;
}

.usa-footer .grid-container {
    padding-left: 30px !important;
}



.manual-search ul.usa-list li {
    max-width: 100%;
}

ol {
    list-style-type: decimal;
}

.cd-main-content p, blockquote {
    margin-bottom: 1em;
}


:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}



button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

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 {
        padding: 0;
        border-style: none;
    }


input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.h1, h1 {
    font-size: 2.5rem;
}

.h2, h2 {
    font-size: 2rem;
}

.h3, h3 {
    font-size: 1.75rem;
}

.h4, h4 {
    font-size: 1.5rem;
}

.h5, h5 {
    font-size: 1.25rem;
}

.h6, h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "\2014 \00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}



@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm td, .table-sm th {
    padding: .3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px;
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075);
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, .075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, .05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, .075);
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}



.form-text {
    display: block;
    margin-top: .25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745;
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block;
    }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        background-color: #71dd8a;
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}

    .custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
        border-color: inherit;
    }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}

    .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block;
    }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        background-color: #efa2a9;
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}

    .custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
        border-color: inherit;
    }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.fade {
    transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none;
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1;
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
}

    .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
            margin-left: -1px;
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3;
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0;
    }

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6;
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5);
}

    .custom-select:focus::-ms-value {
        color: #495057;
        background-color: #fff;
    }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #80bdff;
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 .25rem .25rem 0;
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-range:focus {
        outline: 0;
    }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range: :-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range: :-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range: :-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label: :before, .custom-file-label, .custom-select {
        transition: none;
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: .25rem;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0, 0, 0, .9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, .7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, .3);
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0, 0, 0, .9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5);
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, .9);
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0, 0, 0, .9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, .75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, .25);
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff;
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: .25rem;
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem;
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: .75rem;
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc;
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #545b62;
    }

.badge-success {
    color: #fff;
    background-color: #28a745;
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34;
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b;
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00;
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130;
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

    .badge-light[href]:focus, .badge-light[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5;
    }

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085;
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41;
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
            color: #000;
            text-decoration: none;
            opacity: .75;
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: .5;
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: .9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0;
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0;
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem;
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem;
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0;
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0;
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem;
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem;
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem;
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem;
}

    .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
        bottom: calc((.5rem + 1px) * -1);
    }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
            border-width: .5rem .5rem 0;
        }

        .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
            bottom: 0;
            border-top-color: rgba(0, 0, 0, .25);
        }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem;
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0;
    }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
            border-width: .5rem .5rem .5rem 0;
        }

        .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
            left: 0;
            border-right-color: rgba(0, 0, 0, .25);
        }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
            left: 1px;
            border-right-color: #fff;
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem;
}

    .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
        top: calc((.5rem + 1px) * -1);
    }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
            border-width: 0 .5rem .5rem .5rem;
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
            top: 0;
            border-bottom-color: rgba(0, 0, 0, .25);
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem;
}

    .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0;
    }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
            border-width: .5rem 0 .5rem .5rem;
        }

        .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
            right: 0;
            border-left-color: rgba(0, 0, 0, .25);
        }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        transition: none;
    }
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, .5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.pr-1, .px-1 {
    padding-right: .25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
    padding-left: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: .25rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important;
    }

    .m-sm-2 {
        margin: .5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: .25rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important;
    }

    .p-sm-2 {
        padding: .5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: .25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important;
    }

    .m-md-2 {
        margin: .5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: .25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important;
    }

    .p-md-2 {
        padding: .5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: .25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important;
    }

    .m-lg-2 {
        margin: .5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: .25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important;
    }

    .p-lg-2 {
        padding: .5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: .25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important;
    }

    .m-xl-2 {
        margin: .5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: .25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important;
    }

    .p-xl-2 {
        padding: .5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *, : :after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important;
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6;
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}





img {
    max-width: 100%
}

input {
    font-family: sans-serif;
    font-size: 1.6rem;
}

    input[type=search]::-ms-clear {
        display: none;
    }

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
        display: none;
    }

.cd-main-content, .cd-main-header {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.cd-main-content, .cd-main-header {
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

.cd-main-content {
    z-index: 2;
}

.cd-main-header {
    height: 80px;
    background: #7c2a23;
    z-index: 3;
}

.nav-is-fixed .cd-main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.cd-logo {
    position: absolute;
    top: 12px;
    left: 5%
}

    .cd-logo img {
        display: block;
    }

.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: 77px;
    right: 5%
}

    .cd-header-buttons li a {
        color: #fff !important;
    }

    .cd-header-buttons li {
        display: inline-block;
    }

.cd-nav-trigger, .cd-search-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
}

    .cd-search-trigger::after, .cd-search-trigger::before {
        content: '';
        position: absolute;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        transition: opacity .3s;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .cd-search-trigger::before {
        top: 11px;
        left: 11px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 3px solid #fff;
    }

    .cd-search-trigger::after {
        height: 3px;
        width: 8px;
        background: #fff;
        bottom: 14px;
        right: 11px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

#header-content > header > .cd-header-buttons > li > a:hover, #header-content > ul > li > a {
    color: #fff !important;
    background-color: transparent !important;
}

.cd-search-trigger span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

    .cd-search-trigger span::after, .cd-search-trigger span::before {
        content: '';
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 22px;
        top: 50%;
        margin-top: -2px;
        left: 50%;
        margin-left: -11px;
        background: #fff;
        opacity: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        -moz-transition: opacity .3s, -moz-transform .3s;
        transition: opacity .3s, transform .3s;
    }

    .cd-search-trigger span:hover {
        color: #7c2a23;
    }

    .cd-search-trigger span::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cd-search-trigger span::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.cd-search-trigger.search-is-visible::after, .cd-search-trigger.search-is-visible::before {
    opacity: 0;
}

.cd-search-trigger.search-is-visible span::after, .cd-search-trigger.search-is-visible span::before {
    opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #fff;
}

    .cd-nav-trigger span::after:hover, .cd-nav-trigger span::before:hover, .cd-nav-trigger span:hover {
        color: #7c2a23;
        background-color: #fff;
    }

.cd-nav-trigger span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background .3s .3s;
    -moz-transition: background .3s .3s;
    transition: background .3s .3s;
}

    .cd-nav-trigger span::after, .cd-nav-trigger span::before {
        content: '';
        right: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        -o-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition: -webkit-transform .3s .3s;
        -moz-transition: -moz-transform .3s .3s;
        transition: transform .3s .3s;
    }

    .cd-nav-trigger span::before {
        top: -6px;
    }

    .cd-nav-trigger span::after {
        top: 6px;
    }

.cd-nav-trigger.nav-is-visible span {
    background: rgba(46, 50, 51, 0) !important;
}

    .cd-nav-trigger.nav-is-visible span::after, .cd-nav-trigger.nav-is-visible span::before {
        background: #fff;
    }

.cd-primary-nav, .cd-primary-nav ul {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 265px;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

    .cd-primary-nav a, .cd-primary-nav ul a {
        display: block;
        padding: 0 20px;
        color: #222;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform, opacity;
        -webkit-transition: -webkit-transform .3s, opacity .3s;
        -moz-transition: -moz-transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s;
    }

    .cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
        height: 80px;
    }

        .cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .cd-primary-nav .cd-nav-gallery .cd-nav-item {
        padding-left: 90px;
    }

        .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
            position: absolute;
            display: block;
            height: 40px;
            width: auto;
            left: 20px;
            top: 50%;
            margin-top: -20px;
        }

    .cd-primary-nav .cd-nav-icons .cd-nav-item {
        padding-left: 75px;
    }

        .cd-primary-nav .cd-nav-icons .cd-nav-item p {
            color: #2e3233;
            font-size: 1.3rem;
            display: none;
        }

        .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
            content: '';
            display: block;
            position: absolute;
            left: 20px;
            top: 50%;
            margin-top: -20px;
            width: 40px;
            height: 40px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 40px 40px;
        }

.go-back a, .has-children > a {
    position: relative;
}

    .go-back a::after, .go-back a::before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        display: inline-block;
        height: 2px;
        width: 10px;
        background: #464c4e;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .go-back a::before, .has-children > a::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .go-back a::after, .has-children > a::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.has-children > a {
    padding-right: 40px;
}

    .has-children > a::after, .has-children > a::before {
        right: 20px;
        -webkit-transform-origin: 9px 50%;
        -moz-transform-origin: 9px 50%;
        -ms-transform-origin: 9px 50%;
        -o-transform-origin: 9px 50%;
        transform-origin: 9px 50%
    }

.cd-primary-nav .go-back a {
    padding-left: 40px;
}

    .cd-primary-nav .go-back a::after, .cd-primary-nav .go-back a::before {
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%
    }

.cd-search {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-search form {
        height: 100%;
        width: 100%
    }

    .cd-search input {
        border-radius: 0;
        border: none;
        background: #fff;
        height: 100%;
        width: 100%;
        padding: 0 5%;
        box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

        .cd-search input::-webkit-input-placeholder {
            color: #c9cbc4;
        }

        .cd-search input::-moz-placeholder {
            color: #c9cbc4;
        }

        .cd-search input:-moz-placeholder {
            color: #c9cbc4;
        }

        .cd-search input:-ms-input-placeholder {
            color: #c9cbc4;
        }

        .cd-search input:focus {
            outline: 0;
        }

    .cd-search.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

.nav-is-fixed .cd-search {
    position: fixed;
}

.cd-overlay {
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, .6);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s, -moz-transform .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s;
}

    .cd-overlay.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s, -moz-transform .3s 0s;
        transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s;
        z-index: 999;
    }

.no-js .cd-primary-nav {
    position: relative;
    height: auto;
    width: 100%;
    overflow: visible;
    visibility: visible;
    z-index: 2;
}

.no-js .cd-search {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
}

.js .dropbutton .dropbutton-action > a, .js .dropbutton .dropbutton-action > button, .js .dropbutton .dropbutton-action > input {
    color: #333;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-weight: 600;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    text-align: left;
}

[dir=rtl].js .dropbutton .dropbutton-action > a, [dir=rtl].js .dropbutton .dropbutton-action > button, [dir=rtl].js .dropbutton .dropbutton-action > input {
    text-align: right;
    margin-left: 0;
}

.js .dropbutton-action.last {
    border-radius: 0 0 0 1em;
}

[dir=rtl] .js .dropbutton-action.last {
    border-radius: 0 0 1em 0;
}

.js .dropbutton-widget .button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.js .dropbutton-multiple .dropbutton {
    border-right: 0;
}

[dir=rtl].js .dropbutton-multiple .dropbutton {
    border-left: 0;
}

.dropbutton {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .dropbutton li + li {
        margin-top: 10px;
    }

.js .dropbutton li {
    margin-bottom: 0;
    margin-right: 0;
}

    .js .dropbutton li + li {
        margin-top: 0;
    }

@media screen and (min-width:37.5625em) {
    .dropbutton li {
        display: inline-block;
    }

        .dropbutton li + li {
            margin-left: 1em;
            margin-top: 0;
        }

    .js .dropbutton li + li {
        margin-left: 0;
    }
}

.js .dropbutton-multiple .dropbutton-widget {
    border: 1px solid #a6a6a6;
    border-radius: 20em;
    background-color: #f2f1eb;
    background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
    background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
    text-shadow: 0 1px hsla(0, 0%, 100%, .6);
}

.dropbutton-multiple.open .dropbutton-widget {
    border-radius: 1em;
}

.js .dropbutton-widget .dropbutton-action a, .js .dropbutton-widget .dropbutton-action button, .js .dropbutton-widget .dropbutton-action input {
    border-radius: 20em 0 0 20em;
    padding: 4px 1.5em;
    display: block;
    width: 100%
}

[dir=rtl].js .dropbutton-widget .dropbutton-action a, [dir=rtl].js .dropbutton-widget .dropbutton-action button, [dir=rtl].js .dropbutton-widget .dropbutton-action input {
    border-radius: 0 20em 20em 0;
}

.js .dropbutton-widget .dropbutton-action a:focus, .js .dropbutton-widget .dropbutton-action button:focus, .js .dropbutton-widget .dropbutton-action input:focus {
    text-decoration: underline;
}

.js .dropbutton-multiple.open .dropbutton-action .button, .js .dropbutton-multiple.open .dropbutton-action a {
    border-radius: 0;
}

.js .dropbutton-multiple.open .dropbutton-action:first-child .button, .js .dropbutton-multiple.open .dropbutton-action:first-child a {
    border-radius: .9em 0 0 0;
}

[dir=rtl].js .dropbutton-multiple.open .dropbutton-action:first-child .button, [dir=rtl].js .dropbutton-multiple.open .dropbutton-action:first-child a {
    border-radius: 0 .9em 0 0;
}

.js .dropbutton-multiple.open .dropbutton-action:last-child .button, .js .dropbutton-multiple.open .dropbutton-action:last-child a {
    border-radius: 0 0 0 .9em;
}

[dir=rtl].js .dropbutton-multiple.open .dropbutton-action:last-child .button, [dir=rtl].js .dropbutton-multiple.open .dropbutton-action:last-child a {
    border-radius: 0 0 .9em 0;
}

.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:focus, .js .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:hover, .js .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:focus, .js .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:hover, .js .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:focus, .js .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:hover {
    background-color: #f9f8f6;
    background-image: -webkit-linear-gradient(top, #fcfcfa, #e9e9dd);
    background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
    color: #1a1a1a;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, .125);
    z-index: 3;
}

.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:active, .js .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:active, .js .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:active {
    text-decoration: none;
    background-color: #dfdfd9;
    background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
    background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
    box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, .2);
}

.dropbutton .secondary-action {
    border-top: 1px solid #bfbfba;
}

.dropbutton-single .dropbutton-widget {
    border: 0;
    position: static;
    display: inline-block;
}

.dropbutton-single .dropbutton-action a {
    padding: 4px 1.5em;
    border: 1px solid #a6a6a6;
    border-radius: 20em !important;
    background-color: #f2f1eb;
    background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
    background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
    color: #333;
    text-decoration: none;
    text-shadow: 0 1px hsla(0, 0%, 100%, .6);
    font-weight: 600;
    -webkit-transition: all .1s;
    transition: all .1s;
    -webkit-font-smoothing: antialiased;
    width: auto !important;
}

    .dropbutton-single .dropbutton-action a:focus, .dropbutton-single .dropbutton-action a:hover {
        background-color: #f9f8f6;
        background-image: -webkit-linear-gradient(top, #fcfcfa, #e9e9dd);
        background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
        color: #1a1a1a;
        text-decoration: none;
        outline: 0;
    }

    .dropbutton-single .dropbutton-action a:focus, .dropbutton-single .dropbutton-action a:hover {
        box-shadow: 0 1px 2px hsla(0, 0%, 0%, .125);
    }

    .dropbutton-single .dropbutton-action a:active {
        background-color: #dfdfd9;
        background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
        background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
        box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, .2);
        -webkit-transition: none;
        transition: none;
    }

    .dropbutton-single .dropbutton-action a.use-ajax {
        float: left;
    }

.js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button {
    border-left: 1px solid #a6a6a6;
    outline: 0;
}

[dir=rtl].js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button {
    border-right: 1px solid #a6a6a6;
    border-left: 0;
}

.js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button {
    border-radius: 0 20em 20em 0;
}

[dir=rtl].js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button {
    border-radius: 20em 0 0 20em;
}

.dropbutton-multiple.open .dropbutton-widget .dropbutton-toggle button {
    border-radius: 0 1em 1em 0;
}

[dir=rtl] .dropbutton-multiple.open .dropbutton-widget .dropbutton-toggle button {
    border-radius: 1em 0 0 1em;
}

.js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:focus, .js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:hover {
    background-color: #f9f8f6;
    background-image: -webkit-linear-gradient(top, #fcfcfa, #e9e9dd);
    background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
    color: #1a1a1a;
    text-decoration: none;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, .125);
    z-index: 3;
}

.js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:active {
    background-color: #dfdfd9;
    background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
    background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
    box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, .2);
}

.dropbutton-arrow {
    border-top-color: #333;
    right: 35%;
    top: 54%
}

[dir=rtl] .dropbutton-arrow {
    left: 35%;
    right: auto;
}

.dropbutton-multiple.open .dropbutton-arrow {
    border-bottom: .3333em solid #333;
    border-top-color: transparent;
    top: .6667em;
}

.js .form-actions .dropbutton .dropbutton-action > * {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px hsla(0, 0%, 0%, .5);
}

.js .form-actions .dropbutton-widget {
    border-color: #1e5c90;
    background-color: #0071b8;
    background-image: -webkit-linear-gradient(top, #007bc6, #0071b8);
    background-image: linear-gradient(to bottom, #007bc6, #0071b8);
    text-shadow: 0 1px hsla(0, 0%, 0%, .5);
    position: relative;
}

.form-actions .dropbutton-multiple.open .dropbutton-widget {
    background-image: -webkit-linear-gradient(top, #007bc6, #0071b8);
    background-image: linear-gradient(to bottom, #007bc6, #0071b8);
}

.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-action .button:focus, .js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-action .button:hover {
    background-color: #2369a6;
    background-image: -webkit-linear-gradient(top, #0c97ed, #1f86c7);
    background-image: linear-gradient(to bottom, #0c97ed, #1f86c7);
    box-shadow: 0 1px 2px hsla(203, 10%, 10%, .25);
    color: #fff;
}

.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-action .button:active {
    background-image: -webkit-linear-gradient(top, #08639b, #0071b8);
    background-image: linear-gradient(to bottom, #08639b, #0071b8);
    border-color: #144b78;
    box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, .2);
}

.form-actions .dropbutton .secondary-action, .js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button {
    border-color: #1e5c90;
}

.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button {
    background-image: -webkit-linear-gradient(top, #007bc6, #0071b8);
    background-image: linear-gradient(to bottom, #007bc6, #0071b8);
}

    .js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:focus, .js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:hover {
        background-color: #2369a6;
        background-image: -webkit-linear-gradient(top, #0c97ed, #1f86c7);
        background-image: linear-gradient(to bottom, #0c97ed, #1f86c7);
    }

    .js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:active {
        background-image: -webkit-linear-gradient(top, #08639b, #0071b8);
        background-image: linear-gradient(to bottom, #08639b, #0071b8);
        border-color: #144b78;
        box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, .2);
    }

.form-actions .dropbutton-arrow {
    border-top-color: #fff;
}

.form-actions .dropbutton-multiple.open .dropbutton-arrow {
    border-bottom: .3333em solid #fff;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

blockquote, body, div, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, iframe, label, legend, li, nav, object, ol, p, section, table, ul {
    margin: 0;
    padding: 0;
}

article, figure, footer, header, hgroup, nav, section {
    display: block;
}

body {
    margin: 0;
    background-color: #fff;
    overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, optgroup {
    color: inherit;
    font: inherit;
    margin: 0;
}

input, select, textarea {
    font: inherit;
}


    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    font-size: 3rem;
}

textarea {
    overflow: auto;
}

legend, optgroup {
    font-weight: 700;
}


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 100%
}

body {
    margin: 0;
}

details, main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], 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: 1px dotted ButtonText;
    }

fieldset {
    padding: .35em .75em .625em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio], legend {
    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: -2px;
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

[hidden], template {
    display: none;
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300.ttf) format("truetype");
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-regular.ttf) format("truetype");
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700.ttf) format("truetype");
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: italic;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300italic.ttf) format("truetype");
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-italic.ttf) format("truetype");
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700italic.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-light-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-light-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-light-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(../fonts/sourcesanspro-regular-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-regular-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(../fonts/sourcesanspro-bold-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-bold-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: italic;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-italic-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-italic-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-italic-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Light.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Light.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Light.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Regular.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Regular.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Regular.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Bold.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Bold.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Bold.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: italic;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-LightItalic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-LightItalic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-LightItalic.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Italic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Italic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Italic.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-BoldItalic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-BoldItalic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-BoldItalic.ttf) format("truetype");
}

button:not([disabled]):focus, input:not([disabled]):focus, select:not([disabled]):focus, textarea:not([disabled]):focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

[contentEditable=true]:focus, [href]:focus, [tabindex]:focus, iframe:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

.usa-focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

address, cite, dfn, var {
    font-style: normal;
}

@-webkit-keyframes slidein-left {
    0% {
        transform: translateX(15rem);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slidein-left {
    0% {
        transform: translateX(15rem);
    }

    to {
        transform: translateX(0);
    }
}

body {
    background-color: #fff;
    color: #1b1b1b;
    overflow-x: hidden;
}

.usa-embed-container embed, .usa-embed-container iframe, .usa-embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.usa-embed-container {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

img {
    max-width: 100%
}

.usa-media-link {
    display: inline-block;
    line-height: 0;
}

.usa-combo-box__input, .usa-combo-box__list, .usa-fieldset, .usa-hint, .usa-input, .usa-range, .usa-select, .usa-textarea {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
}

.usa-combo-box__input, .usa-input {
    border-width: 1px;
    border-color: #565c65;
    border-style: solid;
    height: 2.5rem;
    width: 100%
}

.usa-combo-box__input {
    border-radius: 0;
    color: #1b1b1b;
    display: block;
    margin-top: .5rem;
    max-width: 30rem;
    padding: .5rem;
}

.usa-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.usa-input, .usa-range, .usa-select, .usa-textarea {
    border-radius: 0;
    color: #1b1b1b;
    display: block;
    margin-top: .5rem;
    max-width: 30rem;
    padding: .5rem;
}

.usa-textarea {
    border-width: 1px;
    border-color: #565c65;
    border-style: solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%
}

.usa-range, .usa-select {
    height: 2.5rem;
}

.usa-select {
    border-width: 1px;
    border-color: #565c65;
    border-style: solid;
    width: 100%
}

.usa-input--success.usa-combo-box__input, .usa-input--success.usa-input, .usa-input--success.usa-range, .usa-input--success.usa-select, .usa-input--success.usa-textarea {
    border-width: .25rem;
    border-color: #00a91c;
    border-style: solid;
}

.usa-fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.usa-form-group--error {
    border-left-width: .25rem;
    border-left-color: #b50909;
    border-left-style: solid;
    margin-top: 2rem;
    padding-left: 1rem;
    position: relative;
}

@media all and (min-width:64em) {
    .usa-form-group--error {
        margin-left: -1.25rem;
    }
}

.usa-error-message {
    padding-bottom: .25rem;
    padding-top: .25rem;
    color: #b50909;
    display: block;
    font-weight: 700;
}

.usa-hint {
    color: #71767a;
}

.usa-label, .usa-label-big, .usa-legend {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
    display: block;
    font-weight: 400;
    margin-top: 1.5rem;
    max-width: 30rem;
}

.usa-label--error {
    font-weight: 700;
    margin-top: 0;
}

.usa-label--required {
    color: #b50909;
}

.usa-legend--large {
    font-size: 2.13rem;
    font-weight: 700;
    margin-top: 1rem;
}

.usa-input-list, .usa-prose .usa-input-list {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
}

    .usa-input-list li, .usa-prose .usa-input-list li {
        line-height: 1.3;
    }

.usa-checkbox__input, .usa-radio__input {
    position: absolute;
    left: -999em;
}

.lt-ie9 .usa-checkbox__input, .lt-ie9 .usa-radio__input {
    border: 0;
    float: left;
    margin: .25rem .25rem 0 0;
    position: static;
    width: auto;
}

.usa-checkbox__label, .usa-radio__label {
    cursor: pointer;
    display: inherit;
    font-weight: 400;
    margin-top: .75rem;
    padding-left: 2rem;
    position: relative;
    text-indent: -2rem;
}

    .usa-checkbox__label::before, .usa-radio__label::before {
        background: #fff;
        content: "Â ";
        display: inline-block;
        left: 2px;
        position: relative;
    }

    .usa-checkbox__label::before {
        height: 1.25rem;
        width: 1.25rem;
        border-radius: 2px;
    }

    .usa-radio__label::before {
        height: 1.25rem;
        border-radius: 99rem;
        width: 1.25rem;
    }

    .usa-checkbox__label::before, .usa-radio__label::before {
        box-shadow: 0 0 0 2px #71767a;
        line-height: 1.25rem;
        margin-right: .75rem;
    }

.usa-checkbox__input:checked + .usa-checkbox__label::before {
    background-color: #005ea2;
    box-shadow: 0 0 0 2px #005ea2;
}

.usa-radio__input:checked + .usa-radio__label::before {
    background-color: #005ea2;
    box-shadow: 0 0 0 2px #005ea2, inset 0 0 0 2px #fff;
}

@media print {
    .usa-radio__input: checked + .usa-radio__label::before {
        box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 1rem #005ea2, 0 0 0 2px #005ea2;
    }
}

.usa-checkbox__input:checked + .usa-checkbox__label::before, .usa-checkbox__input:checked:disabled + .usa-checkbox__label::before {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/correct8.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .75rem auto;
}

@media print {
    .usa-checkbox__input: checked + .usa-checkbox__label::before, .usa-checkbox__input:checked:disabled + .usa-checkbox__label::before {
        background-image: none;
        background-color: #fff;
        content: url(/themes/contrib/ddp_dol_theme/build/img/checkbox-check-print.svg);
        text-indent: 0;
    }
}

.usa-radio__input:focus + .usa-radio__label::before {
    outline: .25rem solid #2491ff;
    outline-offset: .25rem;
}

.usa-checkbox__input:disabled + .usa-checkbox__label, .usa-radio__input:disabled + .usa-radio__label {
    color: #c9c9c9;
    cursor: not-allowed;
}

.usa-checkbox__input:focus + .usa-checkbox__label::before {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

.usa-checkbox__input:disabled + .usa-checkbox__label::before, .usa-radio__input:disabled + .usa-radio__label::before {
    background: #e6e6e6;
    box-shadow: 0 0 0 2px #c9c9c9;
    cursor: not-allowed;
}

.usa-memorable-date {
    display: flex;
}

    .usa-memorable-date [type=number] {
        -moz-appearance: textfield;
    }

        .usa-memorable-date [type=number]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            appearance: none;
        }

        .usa-memorable-date [type=number]::-webkit-contacts-auto-fill-button {
            visibility: hidden;
            display: none !important;
            pointer-events: none;
            height: 0;
            width: 0;
            margin: 0;
        }

.usa-form-group--day, .usa-form-group--month, .usa-form-group--year {
    flex: 0 1 auto;
    margin-right: 1rem;
    width: 3rem;
}

.usa-form-group--year {
    width: 4.5rem;
}

.usa-select {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/arrow-both.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: right .75rem center;
    background-size: .5rem;
    padding-right: 2rem;
}

    .usa-select::-ms-expand {
        display: none;
    }

    .usa-select:-webkit-autofill {
        -webkit-appearance: menulist;
        appearance: menulist;
    }

    .usa-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

[type=file] {
    border: 0;
    margin-top: .5rem;
    padding-left: 0;
    padding-top: .2rem;
}

.usa-file-input {
    display: block;
    max-width: 30rem;
    width: 100%
}

.usa-file-input__target {
    border: 1px dashed #a9aeb1;
    display: block;
    font-size: .93rem;
    margin-top: .5rem;
    position: relative;
    text-align: center;
    width: 100%
}

    .usa-file-input__target:hover {
        border-color: #71767a;
    }

    .usa-file-input__target.has-invalid-file {
        border-color: #fa9441;
    }

.usa-file-input__accepted-files-message {
    font-weight: 700;
    margin: -1.5rem 0 1.5rem;
    pointer-events: none;
    position: relative;
    z-index: 3;
}

.has-invalid-file .usa-file-input__accepted-files-message {
    color: #b50909;
}

.usa-file-input__choose {
    color: #005ea2;
    text-decoration: underline;
    font-weight: 400;
}

    .usa-file-input__choose:hover {
        color: #1a4480;
    }

    .usa-file-input__choose:active {
        color: #162e51;
    }

    .usa-file-input__choose:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-file-input__choose:visited {
        color: #54278f;
    }

.usa-file-input__instructions {
    display: inline-block;
    padding: 2rem 1rem;
    pointer-events: none;
    position: relative;
    z-index: 3;
}

    .usa-file-input__instructions.display-none {
        display: none;
    }

.usa-file-input__box {
    background: #fff;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.usa-file-input .usa-file-input__input[type] {
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: none;
    position: absolute;
    padding: .5rem;
    text-indent: -999em;
    top: 0;
    width: 100%;
    z-index: 1;
}

    .usa-file-input .usa-file-input__input[type]::-webkit-file-upload-button {
        display: none;
    }

.usa-file-input--drag .usa-file-input__target {
    border-color: #005ea2;
}

.usa-file-input--drag .usa-file-input__box {
    background-color: #d9e8f6 !important;
}

.usa-file-input--drag .usa-file-input__preview {
    opacity: .1;
}

.usa-file-input__preview, .usa-file-input__preview-heading {
    align-items: center;
    background: #d9e8f6;
    display: flex;
    pointer-events: none;
    position: relative;
    z-index: 3;
}

.usa-file-input__preview-heading {
    font-weight: 700;
    justify-content: space-between;
    padding: .5rem;
}

.usa-file-input__preview {
    word-wrap: anywhere;
    font-size: .87rem;
    margin-top: 1px;
    padding: .25rem .5rem;
    text-align: left;
}

    .usa-file-input__preview:last-child {
        margin-bottom: -1.5rem;
    }

.usa-file-input__preview-image {
    border: 0;
    display: block;
    height: 2.5rem;
    margin-right: .5rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: 2.5rem;
}

    .usa-file-input__preview-image.is-loading {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/loader.svg), linear-gradient(transparent, transparent);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 2rem;
    }

.usa-file-input__preview-image--excel, .usa-file-input__preview-image--generic, .usa-file-input__preview-image--pdf, .usa-file-input__preview-image--video, .usa-file-input__preview-image--word {
    background-position: center center;
    background-size: 1.5rem;
}

.usa-file-input__preview-image--pdf {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/file-pdf.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-file-input__preview-image--generic {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/file.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-file-input__preview-image--word {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/file-word.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-file-input__preview-image--excel {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/file-excel.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-file-input__preview-image--video {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/file-video.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-form-group--error .usa-file-input__target {
    border-color: #b50909;
    border-width: 2px;
}

.usa-file-input--disabled {
    pointer-events: none;
}

    .usa-file-input--disabled .usa-file-input__instructions {
        opacity: .5;
    }

    .usa-file-input--disabled .usa-file-input__box {
        background-color: #e6e6e6;
    }

    .usa-file-input--disabled .usa-file-input__input[type] {
        cursor: default;
    }

.usa-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding-left: 1px;
    width: 100%
}

    .usa-range:focus {
        outline: 0;
    }

        .usa-range:focus::-webkit-slider-thumb {
            background-color: #fff;
            box-shadow: 0 0 0 2px #2491ff;
        }

        .usa-range:focus::-moz-range-thumb {
            background-color: #fff;
            box-shadow: 0 0 0 2px #2491ff;
        }

        .usa-range:focus::-ms-thumb {
            background-color: #fff;
            box-shadow: 0 0 0 2px #2491ff;
        }

    .usa-range::-webkit-slider-runnable-track {
        background-color: #f0f0f0;
        border-radius: 99rem;
        border: 1px solid #71767a;
        cursor: pointer;
        height: 1rem;
        width: 100%
    }

    .usa-range::-moz-range-track {
        background-color: #f0f0f0;
        border-radius: 99rem;
        border: 1px solid #71767a;
        cursor: pointer;
        height: 1rem;
        width: 100%
    }

    .usa-range::-ms-track {
        background-color: #f0f0f0;
        border-radius: 99rem;
        border: 1px solid #71767a;
        cursor: pointer;
        height: 1rem;
        width: 100%
    }

    .usa-range::-webkit-slider-thumb {
        height: 1.25rem;
        border-radius: 99rem;
        width: 1.25rem;
        background: #f0f0f0;
        border: 0;
        box-shadow: 0 0 0 2px #71767a;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        margin-top: -.19rem;
    }

    .usa-range::-moz-range-thumb {
        height: 1.25rem;
        border-radius: 99rem;
        width: 1.25rem;
        background: #f0f0f0;
        border: 0;
        box-shadow: 0 0 0 2px #71767a;
        cursor: pointer;
    }

    .usa-range::-ms-thumb {
        height: 1.25rem;
        border-radius: 99rem;
        width: 1.25rem;
        background: #f0f0f0;
        border: 0;
        box-shadow: 0 0 0 2px #71767a;
        cursor: pointer;
    }

    .usa-range::-ms-fill-lower {
        background-color: #f0f0f0;
        border-radius: 99rem;
        border: 1px solid #71767a;
    }

    .usa-range::-ms-fill-upper {
        background-color: #f0f0f0;
        border-radius: 99rem;
        border: 1px solid #71767a;
    }

.usa-textarea {
    height: 10rem;
}

.usa-input--error {
    border-width: .25rem;
    border-color: #b50909;
    border-style: solid;
}

.usa-character-count__message {
    display: inline-block;
    padding-top: .25rem;
}

.usa-character-count__message--invalid {
    color: #b50909;
    font-weight: 700;
}

.usa-combo-box {
    max-width: 30rem;
    position: relative;
}

.usa-combo-box--pristine .usa-combo-box__input {
    padding-right: calc(5em + 4px);
}

    .usa-combo-box--pristine .usa-combo-box__input::-ms-clear {
        display: none;
    }

.usa-combo-box--pristine .usa-combo-box__clear-input {
    display: block;
}

.usa-combo-box__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 0;
    max-width: none;
    padding-right: calc(2.5em + 3px);
}

button.usa-combo-box__clear-input:focus, button.usa-combo-box__toggle-list:focus {
    outline-offset: -4px;
}

.usa-combo-box__clear-input__wrapper:focus, .usa-combo-box__list:focus, .usa-combo-box__toggle-list__wrapper:focus {
    outline: 0;
}

.usa-combo-box__clear-input, .usa-combo-box__toggle-list {
    background-color: transparent;
    background-position: center;
    background-size: auto .75rem;
    border: 0;
    cursor: pointer;
    margin-bottom: 0;
    padding-right: 2rem;
    position: absolute;
    top: 1px;
    height: 2.25em;
    z-index: 100;
}

.usa-combo-box__clear-input {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/close-gray-60.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    display: none;
    right: calc(2.5em + 3px);
}

.usa-combo-box__toggle-list {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/arrow-down-gray-60.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    right: 1px;
}

.usa-combo-box__input-button-separator {
    background-color: #c6cace;
    position: absolute;
    top: 1px;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 1px;
    right: calc(2.5em + 2px);
    box-sizing: border-box;
    z-index: 200;
}

.usa-combo-box__list {
    border-width: 1px;
    border-color: #565c65;
    border-style: solid;
    background-color: #fff;
    border-radius: 0;
    border-top: 0;
    margin: 0;
    max-height: 12.1em;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 300;
}

.usa-combo-box__list-option {
    border-bottom: 1px solid #dfe1e2;
    cursor: pointer;
    display: block;
    padding: .5rem;
}

.usa-combo-box__list-option--focused {
    outline: 2px solid #162e51;
    outline-offset: -2px;
    position: relative;
    z-index: 100;
}

    .usa-combo-box__list-option--focused:focus {
        outline-offset: -4px;
    }

.usa-combo-box__list-option--selected {
    background-color: #005ea2;
    border-color: #005ea2;
    color: #fff;
}

.usa-combo-box__list-option--no-results {
    cursor: not-allowed;
    display: block;
    padding: .5rem;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-card {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-card-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-mobile {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-mobile-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-tablet {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-tablet-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-desktop {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-desktop-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-widescreen {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-card {
        margin-left: auto;
        margin-right: auto;
        max-width: 10rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-card {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-card-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 15rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-card-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-mobile {
        margin-left: auto;
        margin-right: auto;
        max-width: 20rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-mobile {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-mobile-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 30rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-mobile-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-tablet {
        margin-left: auto;
        margin-right: auto;
        max-width: 40rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-tablet {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-tablet-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 55rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-tablet-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-desktop {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-desktop {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-desktop-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 75rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-desktop-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-widescreen {
        margin-left: auto;
        margin-right: auto;
        max-width: 87.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-widescreen {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-card {
        margin-left: auto;
        margin-right: auto;
        max-width: 10rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-card {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-card-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 15rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-card-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-mobile {
        margin-left: auto;
        margin-right: auto;
        max-width: 20rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-mobile {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-mobile-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 30rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-mobile-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-tablet {
        margin-left: auto;
        margin-right: auto;
        max-width: 40rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-tablet {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-tablet-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 55rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-tablet-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-desktop {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-desktop {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-desktop-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 75rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-desktop-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-widescreen {
        margin-left: auto;
        margin-right: auto;
        max-width: 87.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-widescreen {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-card {
        margin-left: auto;
        margin-right: auto;
        max-width: 10rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-card {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-card-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 15rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-card-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-mobile {
        margin-left: auto;
        margin-right: auto;
        max-width: 20rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-mobile {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-mobile-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 30rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-mobile-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-tablet {
        margin-left: auto;
        margin-right: auto;
        max-width: 40rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-tablet {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-tablet-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 55rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-tablet-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-desktop {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-desktop {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-desktop-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 75rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-desktop-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-widescreen {
        margin-left: auto;
        margin-right: auto;
        max-width: 87.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-widescreen {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-row {
    display: flex;
    flex-wrap: wrap;
}

    .grid-row.grid-gap {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.grid-gap > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

@media all and (min-width:64em) {
    .grid-row.grid-gap {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .grid-row.grid-gap > * {
            padding-left: 1rem;
            padding-right: 1rem;
        }
}

.grid-row.grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
}

    .grid-row.grid-gap-0 > * {
        padding-left: 0;
        padding-right: 0;
    }

.grid-row.grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
}

    .grid-row.grid-gap-2px > * {
        padding-left: 1px;
        padding-right: 1px;
    }

.grid-row.grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
}

    .grid-row.grid-gap-05 > * {
        padding-left: 2px;
        padding-right: 2px;
    }

.grid-row.grid-gap-1 {
    margin-left: -.25rem;
    margin-right: -.25rem;
}

    .grid-row.grid-gap-1 > * {
        padding-left: .25rem;
        padding-right: .25rem;
    }

.grid-row.grid-gap-2 {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

    .grid-row.grid-gap-2 > * {
        padding-left: .5rem;
        padding-right: .5rem;
    }

.grid-row.grid-gap-3 {
    margin-left: -.75rem;
    margin-right: -.75rem;
}

    .grid-row.grid-gap-3 > * {
        padding-left: .75rem;
        padding-right: .75rem;
    }

.grid-row.grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}

    .grid-row.grid-gap-4 > * {
        padding-left: 1rem;
        padding-right: 1rem;
    }

.grid-row.grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

    .grid-row.grid-gap-5 > * {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

.grid-row.grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

    .grid-row.grid-gap-6 > * {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

.grid-row.grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
}

    .grid-row.grid-gap-sm > * {
        padding-left: 1px;
        padding-right: 1px;
    }

.grid-row.grid-gap-md {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

    .grid-row.grid-gap-md > * {
        padding-left: .5rem;
        padding-right: .5rem;
    }

.grid-row.grid-gap-lg {
    margin-left: -.75rem;
    margin-right: -.75rem;
}

    .grid-row.grid-gap-lg > * {
        padding-left: .75rem;
        padding-right: .75rem;
    }

@media all and (min-width:30em) {
    .grid-row.mobile-lg\: grid-gap-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .grid-row.mobile-lg\:grid-gap-0 > * {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-row.mobile-lg\:grid-gap-2px {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.mobile-lg\:grid-gap-2px > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.mobile-lg\:grid-gap-05 {
        margin-left: -2px;
        margin-right: -2px;
    }

        .grid-row.mobile-lg\:grid-gap-05 > * {
            padding-left: 2px;
            padding-right: 2px;
        }

    .grid-row.mobile-lg\:grid-gap-1 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

        .grid-row.mobile-lg\:grid-gap-1 > * {
            padding-left: .25rem;
            padding-right: .25rem;
        }

    .grid-row.mobile-lg\:grid-gap-2 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.mobile-lg\:grid-gap-2 > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.mobile-lg\:grid-gap-3 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.mobile-lg\:grid-gap-3 > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }

    .grid-row.mobile-lg\:grid-gap-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .grid-row.mobile-lg\:grid-gap-4 > * {
            padding-left: 1rem;
            padding-right: 1rem;
        }

    .grid-row.mobile-lg\:grid-gap-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

        .grid-row.mobile-lg\:grid-gap-5 > * {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

    .grid-row.mobile-lg\:grid-gap-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .grid-row.mobile-lg\:grid-gap-6 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

    .grid-row.mobile-lg\:grid-gap-sm {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.mobile-lg\:grid-gap-sm > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.mobile-lg\:grid-gap-md {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.mobile-lg\:grid-gap-md > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.mobile-lg\:grid-gap-lg {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.mobile-lg\:grid-gap-lg > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }
}

@media all and (min-width:40em) {
    .grid-row.tablet\: grid-gap-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .grid-row.tablet\:grid-gap-0 > * {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-row.tablet\:grid-gap-2px {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.tablet\:grid-gap-2px > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.tablet\:grid-gap-05 {
        margin-left: -2px;
        margin-right: -2px;
    }

        .grid-row.tablet\:grid-gap-05 > * {
            padding-left: 2px;
            padding-right: 2px;
        }

    .grid-row.tablet\:grid-gap-1 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

        .grid-row.tablet\:grid-gap-1 > * {
            padding-left: .25rem;
            padding-right: .25rem;
        }

    .grid-row.tablet\:grid-gap-2 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.tablet\:grid-gap-2 > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.tablet\:grid-gap-3 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.tablet\:grid-gap-3 > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }

    .grid-row.tablet\:grid-gap-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .grid-row.tablet\:grid-gap-4 > * {
            padding-left: 1rem;
            padding-right: 1rem;
        }

    .grid-row.tablet\:grid-gap-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

        .grid-row.tablet\:grid-gap-5 > * {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

    .grid-row.tablet\:grid-gap-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .grid-row.tablet\:grid-gap-6 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

    .grid-row.tablet\:grid-gap-sm {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.tablet\:grid-gap-sm > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.tablet\:grid-gap-md {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.tablet\:grid-gap-md > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.tablet\:grid-gap-lg {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.tablet\:grid-gap-lg > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }
}

@media all and (min-width:64em) {
    .grid-row.desktop\: grid-gap-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .grid-row.desktop\:grid-gap-0 > * {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-row.desktop\:grid-gap-2px {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.desktop\:grid-gap-2px > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.desktop\:grid-gap-05 {
        margin-left: -2px;
        margin-right: -2px;
    }

        .grid-row.desktop\:grid-gap-05 > * {
            padding-left: 2px;
            padding-right: 2px;
        }

    .grid-row.desktop\:grid-gap-1 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

        .grid-row.desktop\:grid-gap-1 > * {
            padding-left: .25rem;
            padding-right: .25rem;
        }

    .grid-row.desktop\:grid-gap-2 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.desktop\:grid-gap-2 > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.desktop\:grid-gap-3 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.desktop\:grid-gap-3 > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }

    .grid-row.desktop\:grid-gap-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .grid-row.desktop\:grid-gap-4 > * {
            padding-left: 1rem;
            padding-right: 1rem;
        }

    .grid-row.desktop\:grid-gap-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

        .grid-row.desktop\:grid-gap-5 > * {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

    .grid-row.desktop\:grid-gap-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .grid-row.desktop\:grid-gap-6 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

    .grid-row.desktop\:grid-gap-sm {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.desktop\:grid-gap-sm > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.desktop\:grid-gap-md {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.desktop\:grid-gap-md > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.desktop\:grid-gap-lg {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.desktop\:grid-gap-lg > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }
}

[class*=grid-col] {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.grid-col {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
}

.grid-col-auto, .grid-col-fill {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%
}

.grid-col-fill {
    flex: 1 1 0%;
    min-width: 1px;
}

.grid-col-1, .grid-col-2 {
    flex: 0 1 auto;
    width: 8.3333333333%
}

.grid-col-2 {
    width: 16.6666666667%
}

.grid-col-3, .grid-col-4 {
    flex: 0 1 auto;
    width: 25%
}

.grid-col-4 {
    width: 33.3333333333%
}

.grid-col-5, .grid-col-6 {
    flex: 0 1 auto;
    width: 41.6666666667%
}

.grid-col-6 {
    width: 50%
}

.grid-col-7, .grid-col-8 {
    flex: 0 1 auto;
    width: 58.3333333333%
}

.grid-col-8 {
    width: 66.6666666667%
}

.grid-col-10, .grid-col-9 {
    flex: 0 1 auto;
    width: 75%
}

.grid-col-10 {
    width: 83.3333333333%
}

.grid-col-11, .grid-col-12 {
    flex: 0 1 auto;
    width: 91.6666666667%
}

.grid-col-12 {
    width: 100%
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-col, .mobile-lg\:grid-col-fill {
        flex: 1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px;
    }

    .mobile-lg\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%
    }

    .mobile-lg\:grid-col-1 {
        flex: 0 1 auto;
        width: 8.3333333333%
    }

    .mobile-lg\:grid-col-2 {
        flex: 0 1 auto;
        width: 16.6666666667%
    }

    .mobile-lg\:grid-col-3 {
        flex: 0 1 auto;
        width: 25%
    }

    .mobile-lg\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%
    }

    .mobile-lg\:grid-col-5 {
        flex: 0 1 auto;
        width: 41.6666666667%
    }

    .mobile-lg\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%
    }

    .mobile-lg\:grid-col-7 {
        flex: 0 1 auto;
        width: 58.3333333333%
    }

    .mobile-lg\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%
    }

    .mobile-lg\:grid-col-9 {
        flex: 0 1 auto;
        width: 75%
    }

    .mobile-lg\:grid-col-10 {
        flex: 0 1 auto;
        width: 83.3333333333%
    }

    .mobile-lg\:grid-col-11 {
        flex: 0 1 auto;
        width: 91.6666666667%
    }

    .mobile-lg\:grid-col-12 {
        flex: 0 1 auto;
        width: 100%
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-col, .tablet\:grid-col-fill {
        flex: 1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px;
    }

    .tablet\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%
    }

    .tablet\:grid-col-1 {
        flex: 0 1 auto;
        width: 8.3333333333%
    }

    .tablet\:grid-col-2 {
        flex: 0 1 auto;
        width: 16.6666666667%
    }

    .tablet\:grid-col-3 {
        flex: 0 1 auto;
        width: 25%
    }

    .tablet\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%
    }

    .tablet\:grid-col-5 {
        flex: 0 1 auto;
        width: 41.6666666667%
    }

    .tablet\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%
    }

    .tablet\:grid-col-7 {
        flex: 0 1 auto;
        width: 58.3333333333%
    }

    .tablet\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%
    }

    .tablet\:grid-col-9 {
        flex: 0 1 auto;
        width: 75%
    }

    .tablet\:grid-col-10 {
        flex: 0 1 auto;
        width: 83.3333333333%
    }

    .tablet\:grid-col-11 {
        flex: 0 1 auto;
        width: 91.6666666667%
    }

    .tablet\:grid-col-12 {
        flex: 0 1 auto;
        width: 100%
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-col, .desktop\:grid-col-fill {
        flex: 1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px;
    }

    .desktop\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%
    }

    .desktop\:grid-col-1 {
        flex: 0 1 auto;
        width: 8.3333333333%
    }

    .desktop\:grid-col-2 {
        flex: 0 1 auto;
        width: 16.6666666667%
    }

    .desktop\:grid-col-3 {
        flex: 0 1 auto;
        width: 25%
    }

    .desktop\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%
    }

    .desktop\:grid-col-5 {
        flex: 0 1 auto;
        width: 41.6666666667%
    }

    .desktop\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%
    }

    .desktop\:grid-col-7 {
        flex: 0 1 auto;
        width: 58.3333333333%
    }

    .desktop\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%
    }

    .desktop\:grid-col-9 {
        flex: 0 1 auto;
        width: 75%
    }

    .desktop\:grid-col-10 {
        flex: 0 1 auto;
        width: 83.3333333333%
    }

    .desktop\:grid-col-11 {
        flex: 0 1 auto;
        width: 91.6666666667%
    }

    .desktop\:grid-col-12 {
        flex: 0 1 auto;
        width: 100%
    }
}

.grid-offset-1 {
    margin-left: 8.3333333333%
}

.grid-offset-2 {
    margin-left: 16.6666666667%
}

.grid-offset-3 {
    margin-left: 25%
}

.grid-offset-4 {
    margin-left: 33.3333333333%
}

.grid-offset-5 {
    margin-left: 41.6666666667%
}

.grid-offset-6 {
    margin-left: 50%
}

.grid-offset-7 {
    margin-left: 58.3333333333%
}

.grid-offset-8 {
    margin-left: 66.6666666667%
}

.grid-offset-9 {
    margin-left: 75%
}

.grid-offset-10 {
    margin-left: 83.3333333333%
}

.grid-offset-11 {
    margin-left: 91.6666666667%
}

.grid-offset-12 {
    margin-left: 100%
}

.grid-offset-none {
    margin-left: 0;
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-offset-1 {
        margin-left: 8.3333333333%
    }

    .mobile-lg\:grid-offset-2 {
        margin-left: 16.6666666667%
    }

    .mobile-lg\:grid-offset-3 {
        margin-left: 25%
    }

    .mobile-lg\:grid-offset-4 {
        margin-left: 33.3333333333%
    }

    .mobile-lg\:grid-offset-5 {
        margin-left: 41.6666666667%
    }

    .mobile-lg\:grid-offset-6 {
        margin-left: 50%
    }

    .mobile-lg\:grid-offset-7 {
        margin-left: 58.3333333333%
    }

    .mobile-lg\:grid-offset-8 {
        margin-left: 66.6666666667%
    }

    .mobile-lg\:grid-offset-9 {
        margin-left: 75%
    }

    .mobile-lg\:grid-offset-10 {
        margin-left: 83.3333333333%
    }

    .mobile-lg\:grid-offset-11 {
        margin-left: 91.6666666667%
    }

    .mobile-lg\:grid-offset-12 {
        margin-left: 100%
    }

    .mobile-lg\:grid-offset-none {
        margin-left: 0;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-offset-1 {
        margin-left: 8.3333333333%
    }

    .tablet\:grid-offset-2 {
        margin-left: 16.6666666667%
    }

    .tablet\:grid-offset-3 {
        margin-left: 25%
    }

    .tablet\:grid-offset-4 {
        margin-left: 33.3333333333%
    }

    .tablet\:grid-offset-5 {
        margin-left: 41.6666666667%
    }

    .tablet\:grid-offset-6 {
        margin-left: 50%
    }

    .tablet\:grid-offset-7 {
        margin-left: 58.3333333333%
    }

    .tablet\:grid-offset-8 {
        margin-left: 66.6666666667%
    }

    .tablet\:grid-offset-9 {
        margin-left: 75%
    }

    .tablet\:grid-offset-10 {
        margin-left: 83.3333333333%
    }

    .tablet\:grid-offset-11 {
        margin-left: 91.6666666667%
    }

    .tablet\:grid-offset-12 {
        margin-left: 100%
    }

    .tablet\:grid-offset-none {
        margin-left: 0;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-offset-1 {
        margin-left: 8.3333333333%
    }

    .desktop\:grid-offset-2 {
        margin-left: 16.6666666667%
    }

    .desktop\:grid-offset-3 {
        margin-left: 25%
    }

    .desktop\:grid-offset-4 {
        margin-left: 33.3333333333%
    }

    .desktop\:grid-offset-5 {
        margin-left: 41.6666666667%
    }

    .desktop\:grid-offset-6 {
        margin-left: 50%
    }

    .desktop\:grid-offset-7 {
        margin-left: 58.3333333333%
    }

    .desktop\:grid-offset-8 {
        margin-left: 66.6666666667%
    }

    .desktop\:grid-offset-9 {
        margin-left: 75%
    }

    .desktop\:grid-offset-10 {
        margin-left: 83.3333333333%
    }

    .desktop\:grid-offset-11 {
        margin-left: 91.6666666667%
    }

    .desktop\:grid-offset-12 {
        margin-left: 100%
    }

    .desktop\:grid-offset-none {
        margin-left: 0;
    }
}

.usa-tag {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: .93rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #565c65;
    border-radius: 2px;
    margin-right: .25rem;
    padding: 1px .5rem;
}

    .usa-tag:only-of-type {
        margin-right: 0;
    }

.usa-tag--big {
    padding-left: .5rem;
    padding-right: .5rem;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
}

.usa-paragraph {
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 68ex;
}

    * + .usa-paragraph, .usa-paragraph + * {
        margin-top: 1em;
    }

.usa-content ol:not(.usa-accordion):not(.usa-accordion--bordered), .usa-content p, .usa-content ul:not(.usa-accordion):not(.usa-accordion--bordered) {
    max-width: 68ex;
}

.usa-display {
    margin-top: 0;
    clear: both;
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
}

* + .usa-display {
    margin-top: 1.5em;
}

.usa-display + * {
    margin-top: 1em;
}

@media all and (min-width:30em) {
    .usa-display {
        margin-bottom: 0;
        margin-top: 0;
        clear: both;
        font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2.44rem;
        line-height: 1.2;
        font-weight: 700;
    }

    * + .usa-display {
        margin-top: 1.5em;
    }

    .usa-display + * {
        margin-top: 1em;
    }
}

@media all and (min-width:40em) {
    .usa-display {
        margin-bottom: 0;
        margin-top: 0;
        clear: both;
        font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2.93rem;
        line-height: 1.2;
        font-weight: 700;
    }

    * + .usa-display {
        margin-top: 1.5em;
    }

    .usa-display + * {
        margin-top: 1em;
    }
}

.usa-intro {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34rem;
    line-height: 1.8;
    font-weight: 400;
    max-width: 88ex;
}

.usa-dark-background {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #3d4551;
}

    .usa-dark-background a:hover, .usa-dark-background p, .usa-dark-background span {
        color: #fff;
    }

.usa-prose > p {
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 68ex;
}

    .usa-prose > * + p, .usa-prose > h1 + *, .usa-prose > h2 + *, .usa-prose > h3 + *, .usa-prose > h4 + *, .usa-prose > h5 + *, .usa-prose > h6 + *, .usa-prose > p + * {
        margin-top: 1em;
    }

.usa-prose > h1, .usa-prose > h2, .usa-prose > h3, .usa-prose > h4, .usa-prose > h5, .usa-prose > h6 {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
}

.usa-prose > * + h1, .usa-prose > * + h2, .usa-prose > * + h3, .usa-prose > * + h4, .usa-prose > * + h5, .usa-prose > * + h6 {
    margin-top: 1.5em;
}

.usa-alert__text a, .usa-link, .usa-prose > a {
    color: #005ea2;
    text-decoration: underline;
}

    .usa-link:hover, .usa-prose > a:hover {
        color: #1a4480;
    }

    .usa-link:active, .usa-prose > a:active {
        color: #162e51;
    }

    .usa-link:focus, .usa-prose > a:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-link:visited, .usa-prose > a:visited {
        color: #54278f;
    }

.usa-link--external::after {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/external-link.svg);
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: inline;
    margin-left: .25rem;
    padding-left: .65em;
}

.usa-link--external:hover::after {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/external-link-hover.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-link--external.usa-link--alt::after {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/external-link-alt.svg);
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: inline;
    margin-left: .25rem;
    padding-left: .65em;
}

.usa-link--external.usa-link--alt:hover::after {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/external-link-alt-hover.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-list--unstyled, .usa-prose .usa-list--unstyled {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
}

    .usa-accordion > li, .usa-breadcrumb__list > li, .usa-list--unstyled > li, .usa-prose .usa-list--unstyled > li {
        margin-bottom: 0;
        max-width: unset;
    }

.usa-prose {
    font-size: 1.06rem;
    line-height: 1.5;
}

    .usa-prose > h1, .usa-prose > h2, .usa-prose > h3, .usa-prose > h4, .usa-prose > h5 {
        font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2.44rem;
        line-height: 1.2;
        font-weight: 700;
    }

    .usa-prose > h2, .usa-prose > h3, .usa-prose > h4, .usa-prose > h5 {
        font-size: 1.95rem;
    }

    .usa-prose > h3, .usa-prose > h4, .usa-prose > h5 {
        font-size: 1.34rem;
    }

    .usa-prose > h4, .usa-prose > h5 {
        font-size: .98rem;
    }

    .usa-prose > h5 {
        font-size: .91rem;
    }

    .usa-accordion, .usa-prose, .usa-prose > h6 {
        font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    }

        .usa-prose > h6 {
            font-size: .87rem;
            line-height: 1.1;
            font-weight: 400;
            letter-spacing: .025em;
            text-transform: uppercase;
        }

.usa-accordion {
    list-style-type: none;
    color: #1b1b1b;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 1.06rem;
    line-height: 1.5;
}

    .usa-accordion > ul li ul {
        list-style: disc;
    }

        .usa-accordion > ul li ul > li > ul {
            list-style: circle;
        }

            .usa-accordion > ul li ul > li > ul > li > ul {
                list-style: square;
            }

    .usa-accordion + .usa-accordion, .usa-accordion + .usa-accordion--bordered {
        margin-top: .5rem;
    }

.usa-accordion--bordered .usa-accordion__content {
    border-bottom: .25rem solid #f0f0f0;
    border-left: .25rem solid #f0f0f0;
    border-right: .25rem solid #f0f0f0;
    padding-bottom: 1rem;
}

.usa-accordion--bordered .usa-accordion__heading {
    margin-bottom: 0;
}

.usa-accordion__heading, .usa-prose .usa-accordion__heading {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: .9;
    margin: 0;
}

    .usa-accordion__heading:not(:first-child), .usa-prose .usa-accordion__heading:not(:first-child) {
        margin-top: .5rem;
    }

.usa-accordion__content {
    background-color: #fff;
    margin-top: 0;
    overflow: auto;
    padding: 1rem 1.25rem calc(1rem - .25rem);
}

    .usa-accordion__content > :first-child {
        margin-top: 0;
    }

    .usa-accordion__content > :last-child {
        margin-bottom: 0;
    }

.usa-accordion__button {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    text-align: left;
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/minus.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    background-position: right 1.25rem center;
    background-size: 1rem;
    color: #1b1b1b;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    padding: 1rem 3.5rem 1rem 1.25rem;
    text-decoration: none;
    width: 100%
}

.usa-alert__text a:hover {
    color: #1a4480;
}

.usa-accordion__button:active, .usa-alert__text a:active {
    color: #162e51;
}

.usa-accordion__button:focus, .usa-alert__text a:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

.usa-accordion__button:visited, .usa-alert__text a:visited {
    color: #54278f;
}

.usa-accordion__button:active, .usa-accordion__button:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: none;
}

.usa-accordion__button:active {
    background-color: transparent;
    text-decoration: underline;
}

.usa-accordion__button:hover {
    background-color: #dfe1e2;
    color: #1b1b1b;
    text-decoration: none;
}

.usa-accordion__button[aria-expanded=false] {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/plus.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1rem;
}

.usa-alert {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    background-color: #f0f0f0;
    background-position: 1.75rem 1.25rem;
    background-repeat: no-repeat;
    background-size: 2rem;
    padding: 1.25rem 1.25rem 1rem 1.75rem;
    position: relative;
}

* + .usa-alert {
    margin-top: 1rem;
}

.usa-alert::before {
    background-color: #a9aeb1;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: .5rem;
}

.usa-alert .usa-alert__body > .usa-list, .usa-alert > .usa-list {
    padding-left: 0;
}

    .usa-alert .usa-alert__body > .usa-list:last-child, .usa-alert > .usa-list:last-child {
        margin-bottom: 0;
    }

.usa-alert__icon {
    display: table-cell;
    padding-right: .5rem;
}

.usa-alert__body {
    display: table-cell;
    vertical-align: top;
}

.usa-alert__heading {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: .5rem;
}

.usa-alert__text {
    margin-bottom: 0;
    margin-top: 0;
}

    .usa-alert__text:only-child {
        margin-bottom: .5rem;
        padding-top: .25rem;
    }

.usa-alert--success, .usa-alert--warning {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/alerts/success.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #ecf3ec;
}

    .usa-alert--success::before {
        background-color: #00a91c;
    }

    .usa-alert--error .usa-alert__body, .usa-alert--info .usa-alert__body, .usa-alert--success .usa-alert__body, .usa-alert--warning .usa-alert__body {
        padding-left: 3.25rem;
    }

.usa-alert--warning {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/alerts/warning.svg), linear-gradient(transparent, transparent);
    background-color: #faf3d1;
}

    .usa-alert--warning::before {
        background-color: #ffbe2e;
    }

.usa-alert--error, .usa-alert--info {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/alerts/error.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #f4e3db;
}

    .usa-alert--error::before {
        background-color: #d54309;
    }

.usa-alert--info {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/alerts/info.svg), linear-gradient(transparent, transparent);
    background-color: #e7f6f8;
}

    .usa-alert--info::before {
        background-color: #00bde3;
    }

.usa-alert--slim {
    background-position: 1.75rem center;
    background-size: 1.5rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
}

    .usa-alert--slim .usa-alert__body {
        padding-left: 2.5rem;
    }

    .usa-alert--slim .usa-alert__text:only-child {
        margin-bottom: .25rem;
        padding-top: .25rem;
    }

.usa-alert--no-icon {
    background-image: none;
}

    .usa-alert--no-icon .usa-alert__body {
        padding-left: 0;
    }

.usa-alert--validation {
    background-size: 1.5rem;
}

    .usa-alert--validation .usa-alert__body {
        padding-left: 2.5rem;
    }

    .usa-alert--validation .usa-checklist {
        margin-top: 1rem;
    }

.usa-identifier {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
    color: #fff;
    background-color: #1b1b1b;
    padding-bottom: 1rem;
}

.usa-identifier__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 64rem;
}

@media all and (min-width:64em) {
    .usa-identifier__container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-identifier__section {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

@media all and (min-width:40em) {
    .usa-identifier__section--masthead .usa-identifier__container {
        align-items: center;
        display: flex;
    }
}

.usa-identifier__logos {
    display: flex;
    margin-right: 1rem;
}

.usa-identifier__logo {
    text-decoration: none;
    height: 3rem;
    display: block;
}

    .usa-identifier__logo + .usa-identifier__logo {
        margin-left: .5rem;
    }

.usa-identifier__logo-img {
    height: 100%;
    width: auto;
}

.usa-identifier__identity {
    flex: 1 1 0%;
    margin-top: 1rem;
}

@media all and (min-width:40em) {
    .usa-identifier__identity {
        margin-top: 0;
    }
}

.usa-identifier__identity-disclaimer, .usa-identifier__identity-domain {
    margin: 0;
    padding: 0;
}

.usa-identifier__identity-domain {
    font-weight: 300;
    color: #a9aeb1;
}

.usa-identifier__identity-disclaimer {
    font-weight: 700;
}

    .usa-identifier__identity-disclaimer a, .usa-identifier__identity-disclaimer a:visited {
        color: #dfe1e2;
    }

        .usa-identifier__identity-disclaimer a:active, .usa-identifier__identity-disclaimer a:hover {
            color: #fff;
        }

@media all and (min-width:40em) {
    .usa-identifier__section--required-links {
        padding-bottom: .5rem;
        padding-top: .5rem;
    }
}

@media all and (min-width:64em) {
    .usa-identifier__section--required-links {
        font-size: 1rem;
    }
}

.usa-identifier__required-links-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

@media all and (min-width:40em) {
    .usa-identifier__required-links-list {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        -moz-column-fill: balance;
        column-fill: balance;
    }
}

@media all and (min-width:64em) {
    .usa-identifier__required-links-list {
        -moz-column-count: 4;
        column-count: 4;
    }
}

.usa-identifier__required-links-item {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: .75rem;
}

    .usa-identifier__required-links-item:last-child {
        margin-bottom: 0;
    }

@media all and (min-width:64em) {
    .usa-identifier__required-links-item {
        margin-bottom: .5rem;
    }
}

.usa-identifier__required-link {
    color: #a9aeb1;
    display: inline-block;
}

    .usa-identifier__required-link:visited {
        color: #a9aeb1;
    }

    .usa-identifier__required-link:active, .usa-identifier__required-link:hover {
        color: #c6cace;
    }

.usa-identifier__section--usagov a {
    color: #dfe1e2;
    font-weight: 700;
    display: inline-block;
    margin-top: .5rem;
}

    .usa-identifier__section--usagov a:visited {
        color: #dfe1e2;
    }

    .usa-identifier__section--usagov a:active, .usa-identifier__section--usagov a:hover {
        color: #fff;
    }

@media all and (min-width:40em) {
    .usa-identifier__section--usagov a {
        margin-top: 0;
    }

    .usa-identifier__usagov-description {
        display: inline-flex;
    }
}

.usa-banner {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    background-color: #f0f0f0;
}

@media all and (min-width:40em) {
    .usa-banner {
        font-size: .87rem;
        padding-bottom: 0;
    }
}

.usa-banner .usa-accordion {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
}

.usa-banner__content, .usa-banner__header {
    color: #1b1b1b;
}

.usa-banner__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    background-color: transparent;
    font-size: 1rem;
    overflow: hidden;
    padding: .25rem 1rem 1rem .5rem;
    width: 100%
}

@media all and (min-width:64em) {
    .usa-banner__content {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .usa-banner__content {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }
}

.usa-banner__content p:first-child {
    margin: 0;
}

.usa-banner__guidance {
    display: flex;
    align-items: flex-start;
    max-width: 64ex;
    padding-top: 1rem;
}

@media all and (min-width:40em) {
    .usa-banner__guidance {
        padding-top: 0;
    }
}

.usa-banner__lock-image {
    height: 1.5ex;
    width: 1.21875ex;
}

    .usa-banner__lock-image path {
        fill: currentColor;
    }

.usa-banner__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-right: 0;
}

@media all and (min-width:64em) {
    .usa-banner__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .usa-banner__inner {
        align-items: center;
    }
}

.usa-banner__header {
    padding-bottom: .5rem;
    padding-top: .5rem;
    font-size: .8rem;
    font-weight: 400;
    min-height: 3rem;
    position: relative;
}

@media all and (min-width:40em) {
    .usa-banner__header {
        padding-bottom: .25rem;
        padding-top: .25rem;
        min-height: 0;
    }
}

.usa-banner__header-text {
    margin-bottom: 0;
    margin-top: 0;
    font-size: .8rem;
    line-height: 1.1;
}

.usa-banner__header-action {
    color: #005ea2;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 2px;
    text-decoration: underline;
}

    .usa-banner__header-action::after {
        background: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
        display: inline-block;
        height: .8ex;
        width: 1.3128205128ex;
        content: "";
        vertical-align: middle;
        margin-left: 2px;
    }

@supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
    .usa-banner__header-action: :after {
        background: 0 0;
        background-color: #005ea2;
        -webkit-mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
        mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
    }

    .usa-banner__header-action::after:hover {
        background-color: #0b4778;
    }
}

.usa-banner__header-action:hover::after {
    content: "";
    background-color: #0b4778;
}

.usa-banner__header-action:visited {
    color: #54278f;
}

.usa-banner__header-action:active, .usa-banner__header-action:hover {
    color: #0b4778;
}

@media all and (min-width:40em) {
    .usa-banner__header-action {
        display: none;
    }
}

.usa-banner__header-flag {
    float: left;
    margin-right: .5rem;
    width: 1rem;
}

@media all and (min-width:40em) {
    .usa-banner__header-flag {
        margin-right: .5rem;
        padding-top: 0;
    }
}

.usa-banner__header--expanded {
    padding-right: 3.5rem;
}

@media all and (min-width:40em) {
    .usa-banner__header--expanded {
        background-color: transparent;
        display: block;
        font-size: .8rem;
        font-weight: 400;
        min-height: 0;
        padding-right: 0;
    }
}

.usa-banner__header--expanded .usa-banner__inner {
    margin-left: 0;
}

@media all and (min-width:40em) {
    .usa-banner__header--expanded .usa-banner__inner {
        margin-left: auto;
    }
}

.usa-banner__header--expanded .usa-banner__header-action {
    display: none;
}

.usa-banner__button {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    text-align: left;
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    vertical-align: baseline;
    color: #005ea2;
    display: block;
    font-size: .8rem;
    height: auto;
    line-height: 1.1;
    padding: 0;
    text-decoration: none;
    width: auto;
}

.usa-footer__return-to-top a:hover {
    color: #1a4480;
}

.usa-footer__return-to-top a:active {
    color: #162e51;
}

.usa-banner__button:focus, .usa-footer__return-to-top a:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

.usa-banner__button:active, .usa-banner__button:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline;
}

.usa-banner__button:visited {
    color: #54278f;
}

.usa-banner__button:active, .usa-banner__button:hover {
    color: #0b4778;
}

@media all and (max-width:39.99em) {
    .usa-banner__button {
        width: 100%
    }
}

@media all and (min-width:40em) {
    .usa-banner__button {
        color: #005ea2;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        display: inline;
        margin-left: .5rem;
        position: relative;
    }

        .usa-banner__button::after {
            background: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
            display: inline-block;
            height: .8ex;
            width: 1.3128205128ex;
            content: "";
            vertical-align: middle;
            margin-left: 2px;
        }

    @supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
        .usa-banner__button: :after {
            background: 0 0;
            background-color: #005ea2;
            -webkit-mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
            mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
        }

        .usa-banner__button::after:hover {
            background-color: #0b4778;
        }
    }

    .usa-banner__button:hover::after {
        content: "";
        background-color: #0b4778;
    }

    .usa-banner__button:visited {
        color: #54278f;
    }

    .usa-banner__button:active, .usa-banner__button:hover {
        color: #0b4778;
    }

    .usa-banner__button:hover {
        text-decoration: none;
    }
}

.usa-banner__button[aria-expanded=false], .usa-banner__button[aria-expanded=true] {
    background-image: none;
}

@media all and (max-width:39.99em) {
    .usa-banner__button[aria-expanded=true]: :after {
        background: url(/themes/contrib/ddp_dol_theme/build/img/close-alt.svg) no-repeat center/1rem 1rem;
        display: inline-block;
        height: 3rem;
        width: 3rem;
        content: "";
        vertical-align: middle;
        margin-left: 0;
    }

    @supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
        .usa-banner__button[aria-expanded=true]: :after {
            background: 0 0;
            background-color: #005ea2;
            -webkit-mask: url(/themes/contrib/ddp_dol_theme/build/img/close-alt.svg) no-repeat center/1rem 1rem;
            mask: url(/themes/contrib/ddp_dol_theme/build/img/close-alt.svg) no-repeat center/1rem 1rem;
        }
    }

    .usa-banner__button[aria-expanded=true]::before {
        bottom: 0;
        top: 0;
        position: absolute;
        right: 0;
        background-color: #dfe1e2;
        content: "";
        display: block;
        height: 3rem;
        width: 3rem;
    }

    .usa-banner__button[aria-expanded=true]::after {
        bottom: 0;
        top: 0;
        position: absolute;
        right: 0;
    }
}

@media all and (min-width:40em) {
    .usa-banner__button[aria-expanded=true] {
        height: auto;
        padding: 0;
        position: relative;
    }

        .usa-banner__button[aria-expanded=true]::after {
            background: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
            display: inline-block;
            height: .8ex;
            width: 1.3128205128ex;
            transform: rotate(180deg);
            content: "";
            vertical-align: middle;
            margin-left: 2px;
        }

    @supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
        .usa-banner__button[aria-expanded=true]: :after {
            background: 0 0;
            background-color: #005ea2;
            -webkit-mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
            mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
        }

        .usa-banner__button[aria-expanded=true]::after:hover {
            background-color: #0b4778;
        }
    }

    .usa-banner__button[aria-expanded=true]:hover::after {
        content: "";
        background-color: #0b4778;
    }
}

.usa-banner__button-text {
    position: absolute;
    left: -999em;
    text-decoration: underline;
}

@media all and (min-width:40em) {
    .usa-banner__button-text {
        position: static;
        display: inline;
    }
}

.usa-banner__icon {
    width: 2.5rem;
}

.usa-breadcrumb {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
    color: #1b1b1b;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}

@media all and (min-width:30em) {
    .usa-breadcrumb {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

        .usa-breadcrumb.usa-breadcrumb--wrap {
            line-height: 1.4;
        }

        .usa-breadcrumb:not(.usa-breadcrumb--wrap) .usa-breadcrumb__list {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
}

.usa-breadcrumb__list {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    display: block;
    margin: -.25rem;
    padding: .25rem;
}

.usa-breadcrumb__list-item {
    position: absolute;
    left: -999em;
    display: inline;
    white-space: nowrap;
}

@media all and (max-width:29.99em) {
    .usa-breadcrumb__list-item {
        white-space: normal;
    }

        .usa-breadcrumb__list-item:nth-last-child(2) {
            position: static;
        }

            .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link {
                -moz-osx-font-smoothing: auto;
                -webkit-font-smoothing: subpixel-antialiased;
                background-color: transparent;
                border: 0;
                border-radius: 0;
                box-shadow: none;
                font-weight: 400;
                margin: 0;
                padding: 0;
                text-align: left;
                padding-left: calc(1.35ex + calc(.75rem + -.25em));
                text-indent: calc((1.35ex + calc(.75rem + -.25em))*-1);
                color: #005ea2;
                display: inline-block;
                padding-bottom: 1rem;
                padding-top: 1rem;
            }

                .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:focus {
                    outline: .25rem solid #2491ff;
                    outline-offset: 0;
                }

                .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover {
                    -moz-osx-font-smoothing: auto;
                    -webkit-font-smoothing: subpixel-antialiased;
                    background-color: transparent;
                    box-shadow: none;
                }

                .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before {
                    background: url(/themes/contrib/ddp_dol_theme/build/img/arrow-left.svg) no-repeat center/1.35ex 1.35ex;
                    display: inline-block;
                    height: 1.35ex;
                    width: 1.35ex;
                    content: "";
                    vertical-align: baseline;
                    margin-right: 0;
                }

    @supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
        .usa-breadcrumb__list-item: nth-last-child(2) .usa-breadcrumb__link::before {
            background: 0 0;
            background-color: #71767a;
            -webkit-mask: url(/themes/contrib/ddp_dol_theme/build/img/arrow-left.svg) no-repeat center/1.35ex 1.35ex;
            mask: url(/themes/contrib/ddp_dol_theme/build/img/arrow-left.svg) no-repeat center/1.35ex 1.35ex;
        }
    }

    .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:visited {
        color: #54278f;
    }

    .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover {
        color: #0b4778;
    }

    .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover {
        text-decoration: none;
    }

        .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link span {
            text-decoration: underline;
        }

        .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before {
            margin-right: calc(.75rem + -.25em);
        }
}

@media all and (min-width:30em) {
    .usa-breadcrumb__list-item {
        position: static;
    }

        .usa-breadcrumb__list-item:not(:last-child)::after {
            background: url(../imgs/angle-arrow-right.svg) no-repeat center/.84375ex 1.35ex;
            display: inline-block;
            height: 1.35ex;
            width: .84375ex;
            content: "";
            vertical-align: baseline;
            margin-left: 0;
        }

    @supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
        .usa-breadcrumb__list-item: not(:last-child)::after {
            background: 0 0;
            background-color: #71767a;
            -webkit-mask: url(../imgs/angle-arrow-right.svg) no-repeat center/.84375ex 1.35ex;
            mask: url(../imgs/angle-arrow-right.svg) no-repeat center/.84375ex 1.35ex;
        }
    }

    .usa-breadcrumb__list-item:not(:last-child)::after {
        margin-left: calc(.75rem + -.25em);
        margin-right: calc(.75rem + -.25em);
    }
}

.usa-breadcrumb__link {
    color: #005ea2;
    display: inline;
    text-decoration: none;
}

    .usa-breadcrumb__link:visited, .usa-footer__return-to-top a:visited {
        color: #54278f;
    }

    .usa-breadcrumb__link:active, .usa-breadcrumb__link:hover {
        color: #0b4778;
    }

    .usa-breadcrumb__link span, .usa-footer__primary-link a:hover, .usa-footer__secondary-link a:hover {
        text-decoration: underline;
    }

.usa-button-group {
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: -.25rem;
    margin-right: -.25rem;
    padding-left: 0;
}

@media all and (min-width:30em) {
    .usa-button-group {
        flex-direction: row;
    }
}

.usa-button-group__item {
    margin: .25rem;
}

@media all and (min-width:30em) {
    .usa-button-group__item: last-child {
        margin-right: 0;
    }
}

.usa-button-group__item .usa-button {
    margin-left: 0;
    margin-right: 0;
}

.usa-button-group--segmented {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
}

@media all and (min-width:30em) {
    .usa-button-group--segmented {
        justify-content: flex-start;
    }
}

.usa-button-group--segmented .usa-button {
    position: relative;
    width: calc(100% + 2px);
}

@media all and (min-width:30em) {
    .usa-button-group--segmented .usa-button {
        width: auto;
    }
}

.usa-button-group--segmented .usa-button:active, .usa-button-group--segmented .usa-button:hover {
    z-index: 2;
}

.usa-button-group--segmented .usa-button:focus {
    z-index: 3;
}

.usa-button-group--segmented .usa-button-group__item {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

@media all and (min-width:30em) {
    .usa-button-group--segmented .usa-button-group__item {
        width: auto;
    }
}

.usa-button-group--segmented .usa-button-group__item:first-child > .usa-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -1px;
}

.usa-button-group--segmented .usa-button-group__item:last-child > .usa-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 0;
    margin-left: -2px;
    width: calc(100% + 2px);
}

@media all and (min-width:30em) {
    .usa-button-group--segmented .usa-button-group__item: last-child > .usa-button {
        margin-left: -1px;
        width: auto;
    }
}

.usa-button-group--segmented .usa-button-group__item:not(:first-child):not(:last-child) > .usa-button {
    border-radius: 0;
    margin-right: -1px;
    margin-left: -1px;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button::before {
    border-right: 1px solid #1a4480;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 1px;
    top: 0;
    width: 1px;
    z-index: 3;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--secondary::before {
    border-right-color: #b50909;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--accent-cool::before {
    border-right-color: #28a0cb;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--base::before {
    border-right-color: #565c65;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--accent-cool:disabled::before, .usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--base:disabled::before, .usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--secondary:disabled::before {
    border-right-color: #71767a;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--outline::before, .usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button:active::before {
    display: none;
}

.usa-card-group, .usa-footer__nav > ul, .usa-prose .usa-card-group {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
}

.usa-card-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -.5rem;
    margin-right: -.5rem;
}

@media all and (min-width:40em) {
    .usa-card-group {
        flex-direction: row;
    }
}

.usa-card {
    margin-bottom: 2.5rem;
    max-width: none;
}

    .usa-card:last-child, .usa-prose .usa-card:last-child {
        margin-bottom: 2.5rem;
    }

@media all and (min-width:40em) {
    .usa-card {
        margin-bottom: 2rem;
    }

        .usa-card:last-child {
            margin-bottom: 2rem;
        }
}

.usa-prose .usa-card {
    margin-bottom: 2.5rem;
    max-width: none;
}

@media all and (min-width:40em) {
    .usa-prose .usa-card {
        margin-bottom: 2rem;
    }

        .usa-prose .usa-card:last-child {
            margin-bottom: 2rem;
        }
}

.usa-card__container {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    background-color: #fff;
    border-width: 2px;
    border-color: #dfe1e2;
    border-style: solid;
    display: flex;
    height: 100%;
    flex-direction: column;
    margin-left: .5rem;
    margin-right: .5rem;
    position: relative;
    border-radius: .5rem;
}

.usa-card:not(.usa-card--flag) .usa-card__container > :only-child {
    padding: 1.5rem;
}

.usa-card .usa-card__img {
    display: block;
}

.usa-card__header {
    padding: 1.5rem 1.5rem .5rem;
}

    .usa-card__header:last-child {
        padding-bottom: 1.5rem;
    }

.usa-card__heading {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34rem;
    line-height: 1.2;
    margin: 0;
}

.usa-card__media {
    order: -1;
    min-height: 1px;
}

.usa-card__img {
    border-top-left-radius: calc(.5rem - 2px);
    border-top-right-radius: calc(.5rem - 2px);
    background-color: #f0f0f0;
    position: relative;
    overflow: hidden;
}

    .usa-card__img img {
        display: block;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.usa-card__media--inset {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

    .usa-card__media--inset .usa-card__img {
        border-radius: 0;
    }

.usa-card__body {
    flex: 1 1 0%;
    padding: .5rem 1.5rem;
    flex-basis: auto;
}

    .usa-card__body:last-child {
        padding-bottom: 1.5rem;
    }

    .usa-card__body:first-child {
        padding-top: 1.5rem;
    }

    .usa-card__body:only-child {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }

.usa-card__footer {
    padding: .5rem 1.5rem 1.5rem;
}

    .usa-card__footer .usa-button:only-of-type {
        margin-right: 0;
    }

.usa-card__body > :last-child, .usa-card__header > :last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.usa-card__body > :first-child, .usa-card__header > :first-child {
    margin-top: 0;
    padding-top: 0;
}

.usa-card__body > :only-child, .usa-card__header > :only-child {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.usa-card__footer--exdent, .usa-card__header--exdent, .usa-card__media--exdent {
    margin-left: -2px;
    margin-right: -2px;
}

    .usa-card__footer--exdent > *, .usa-card__header--exdent > * {
        padding-left: 2px;
        padding-right: 2px;
    }

.usa-card__media--exdent {
    margin-top: -2px;
}

    .usa-card__media--exdent .usa-card__img {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
    }

.usa-card--header-first .usa-card__header {
    border-top-left-radius: calc(.5rem - 2px);
    border-top-right-radius: calc(.5rem - 2px);
    padding-bottom: 1rem;
}

.usa-card--header-first .usa-card__header--exdent {
    margin-top: -2px;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.usa-card--header-first .usa-card__media--inset {
    padding-top: 0;
}

.usa-card--header-first .usa-card__media {
    order: 0;
}

.usa-card--header-first .usa-card__img {
    border-radius: 0;
}

.usa-card--header-first .usa-card__body {
    padding-top: 1rem;
}

@media all and (min-width:40em) {
    .usa-card--flag .usa-card__media {
        display: flex;
        overflow: hidden;
        bottom: 0;
        top: 0;
        left: 0;
        position: absolute;
        width: 15rem;
    }

    .usa-card--flag .usa-card__img {
        border-radius: 0;
        border-top-left-radius: calc(.5rem - 2px);
        border-bottom-left-radius: calc(.5rem - 2px);
    }

    .usa-card--flag .usa-card__body, .usa-card--flag .usa-card__footer, .usa-card--flag .usa-card__header {
        margin-left: 15rem;
    }

    .usa-card--flag .usa-card__media--exdent {
        margin: -2px 0 -2px -2px;
    }

        .usa-card--flag .usa-card__media--exdent .usa-card__img {
            border-bottom-left-radius: .5rem;
            border-top-left-radius: .5rem;
        }

    .usa-card--flag .usa-card__media--inset {
        padding-right: 0;
        padding-bottom: 1.5rem;
    }

        .usa-card--flag .usa-card__media--inset .usa-card__img, .usa-card--flag.usa-card--media-right .usa-card__media--inset .usa-card__img {
            border-radius: 0;
        }

    .usa-card--flag.usa-card--header-first .usa-card__header {
        padding-bottom: .5rem;
    }

    .usa-card--flag.usa-card--header-first .usa-card__body {
        padding-top: .5rem;
    }

    .usa-card--flag.usa-card--header-first .usa-card__media--inset {
        padding-top: 1.5rem;
    }

    .usa-card--flag.usa-card--media-right .usa-card__media {
        left: auto;
        right: 0;
    }

    .usa-card--flag.usa-card--media-right .usa-card__media--inset {
        padding-left: 0;
        padding-right: 1.5rem;
    }

    .usa-card--flag.usa-card--media-right .usa-card__img {
        border-radius: 0;
        border-top-right-radius: calc(.5rem - 2px);
        border-bottom-right-radius: calc(.5rem - 2px);
    }

    .usa-card--flag.usa-card--media-right .usa-card__body, .usa-card--flag.usa-card--media-right .usa-card__footer, .usa-card--flag.usa-card--media-right .usa-card__header {
        margin-left: 0;
        margin-right: 15rem;
    }

    .usa-card--flag.usa-card--media-right .usa-card__media--exdent {
        margin-right: -2px;
        margin-left: 0;
    }

        .usa-card--flag.usa-card--media-right .usa-card__media--exdent .usa-card__img {
            border-radius: 0;
            border-bottom-right-radius: .5rem;
            border-top-right-radius: .5rem;
        }
}

.usa-card:not(.usa-card--flag).usa-card__media--set-aspect {
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    padding: 0 0 56.25%;
    position: relative;
}

    .usa-card:not(.usa-card--flag).usa-card__media--set-aspect .usa-card__img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }

.usa-checklist {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
}

.usa-checklist__item {
    text-indent: -2.5rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: .5rem;
}

    .usa-checklist__item::before {
        content: " ";
        display: inline-block;
        height: 1rem;
        margin-left: -.25rem;
        margin-right: .75rem;
        width: 2rem;
    }

    .usa-checklist__item.usa-checklist__item--checked::before {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/correct9.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.25rem;
    }

.usa-footer {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    overflow: hidden;
}

    .usa-footer > .grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

@media all and (min-width:64em) {
    .usa-footer > .grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-footer__return-to-top {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    line-height: .9;
}

    .usa-footer__return-to-top a {
        color: #005ea2;
        text-decoration: underline;
    }

.usa-footer__nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #a9aeb1;
}

@media all and (min-width:64em) {
    .usa-footer__nav {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .usa-footer__nav {
        padding-left: 1rem;
        padding-right: 1rem;
        border-bottom: none;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .usa-footer__nav {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-footer__primary-section {
    background-color: #f0f0f0;
}

    .usa-footer__primary-container, .usa-footer__primary-section > .grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

@media all and (min-width:64em) {
    .usa-footer__primary-section > .grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .usa-footer__primary-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-footer__primary-content {
    line-height: 1.1;
}

.usa-footer__primary-link a {
    text-decoration: none;
}

.usa-footer__primary-link {
    padding: 1rem;
    color: #1b1b1b;
    text-decoration: none;
    font-weight: 700;
    display: block;
}

@media all and (min-width:30em) {
    .usa-footer__primary-link {
        padding-left: 0;
        padding-right: 0;
    }
}

.usa-footer__primary-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.usa-footer__secondary-link {
    line-height: 1.1;
    margin-left: 1rem;
    padding: 0;
}

    .usa-footer__secondary-link a {
        color: #005ea2;
        text-decoration: underline;
    }

        .usa-footer__secondary-link a:hover {
            color: #1a4480;
        }

        .usa-footer__secondary-link a:active {
            color: #162e51;
        }

        .usa-footer__secondary-link a:focus {
            outline: .25rem solid #2491ff;
            outline-offset: 0;
        }

        .usa-footer__secondary-link a:visited {
            color: #54278f;
        }

    .usa-footer__secondary-link + .usa-footer__secondary-link {
        padding-top: 1rem;
    }

@media all and (min-width:30em) {
    .usa-footer__secondary-link {
        margin-left: 0;
    }
}

.usa-footer__contact-info {
    line-height: 1.1;
}

    .usa-footer__contact-info a {
        color: #1b1b1b;
        text-decoration: none;
    }

        .usa-footer__contact-info a:hover {
            text-decoration: underline;
        }

@media all and (min-width:30em) {
    .usa-footer__contact-info {
        justify-content: flex-end;
        margin-top: .5rem;
    }
}

.usa-footer__primary-content {
    border-top: 1px solid #a9aeb1;
}

@media all and (min-width:30em) {
    .usa-footer__primary-content {
        border: 0;
    }
}

.usa-sign-up {
    padding-bottom: 2rem;
    padding-top: 1.5rem;
}

    .usa-sign-up .usa-button, .usa-sign-up .usa-label, .usa-sign-up .usa-label-big {
        margin-top: .75rem;
    }

.usa-sign-up__heading {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}

.usa-footer__secondary-section {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    background-color: #dfe1e2;
}

    .usa-footer__secondary-section > .grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

@media all and (min-width:64em) {
    .usa-footer__secondary-section > .grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-footer__secondary-section a {
    color: #1b1b1b;
}

.usa-footer__logo {
    margin-bottom: .5rem;
    margin-top: .5rem;
}

@media all and (min-width:30em) {
    .usa-footer__logo {
        margin-bottom: 0;
        margin-top: 0;
        align-items: center;
    }
}

.usa-footer__logo-img {
    max-width: 5rem;
}

.usa-footer__logo-heading {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
    line-height: .9;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.usa-footer__contact-links {
    margin-top: 1.5rem;
}

@media all and (min-width:30em) {
    .usa-footer__contact-links {
        margin-top: 0;
        text-align: right;
    }
}

.usa-footer__contact-heading {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
    line-height: 1.1;
    margin-top: 0;
}

@media all and (min-width:30em) {
    .usa-footer__contact-heading {
        margin-bottom: .25rem;
        margin-top: .25rem;
    }
}

.usa-footer__social-links {
    line-height: .9;
    padding-bottom: .5rem;
}

    .usa-footer__social-links a {
        text-decoration: none;
    }

@media all and (min-width:30em) {
    .usa-footer__social-links {
        justify-content: flex-end;
    }
}

.usa-social-link {
    height: 3rem;
    width: 3rem;
    background-position: center center;
    background-size: auto 1.5rem;
    background-color: rgba(0, 0, 0, .1);
    display: inline-block;
}

    .usa-social-link span {
        position: absolute;
        left: -999em;
    }

.usa-social-link--facebook, .usa-social-link--twitter {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/social-icons/facebook25.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-social-link--twitter {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/social-icons/twitter16.svg), linear-gradient(transparent, transparent);
}

.usa-social-link--rss, .usa-social-link--youtube {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/social-icons/youtube15.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-social-link--rss {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/social-icons/rss25.svg), linear-gradient(transparent, transparent);
}

@media all and (min-width:30em) {
    .usa-footer__address {
        justify-content: flex-end;
    }
}

@media all and (min-width:64em) {
    .usa-footer--slim .usa-footer__nav {
        padding-left: 0;
        padding-right: 0;
    }
}

.usa-footer--slim .usa-footer__address {
    padding: 1rem;
}

@media all and (min-width:30em) {
    .usa-footer--slim .usa-footer__address {
        padding: 0;
    }
}

.usa-footer--slim .usa-footer__logo {
    align-items: center;
}

.usa-footer--slim .usa-footer__logo-img {
    max-width: 3rem;
}

.usa-footer--slim .usa-footer__contact-info {
    display: inline-block;
}

@media all and (min-width:30em) {
    .usa-footer--slim .usa-footer__contact-info {
        padding-bottom: 1rem;
        padding-top: 1rem;
        margin-top: 0;
    }
}

.usa-footer--big .usa-footer__nav {
    margin-left: -1rem;
    margin-right: -1rem;
}

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__nav {
        border-bottom: 1px solid #a9aeb1;
        padding-top: 2rem;
    }
}

@media all and (min-width:40em) {
    .usa-footer--big .usa-footer__nav {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        border-bottom: none;
    }
}

.usa-footer--big .usa-footer__primary-link {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__primary-link {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: .5rem;
    }

        .usa-footer--big .usa-footer__primary-link:hover {
            cursor: auto;
            text-decoration: none;
        }
}

.usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
}

    .usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link::before {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/arrow-down.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        align-items: center;
        background-size: contain;
        content: "";
        display: inline-flex;
        height: .75rem;
        justify-content: center;
        margin-right: .5rem;
        width: .75rem;
    }

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link: :before {
        content: none;
    }
}

.usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-list--unstyled {
    display: none;
}

.usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link::before {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/arrow-right.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link {
        margin: 0;
    }
}

.usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.25rem;
}

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 2rem;
        padding-top: .75rem;
    }
}

.usa-form {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
}

@media all and (min-width:30em) {
    .usa-form {
        max-width: 20rem;
    }
}

.usa-form .usa-input, .usa-form .usa-range, .usa-form .usa-select, .usa-form .usa-textarea {
    max-width: none;
}

.usa-form .usa-input--small {
    max-width: 4rem;
}

.usa-form .usa-input--medium {
    max-width: 7.5rem;
}

.usa-form .usa-button {
    margin-top: .5rem;
}

@media all and (min-width:30em) {
    .usa-form .usa-button {
        margin-top: 1.5rem;
    }
}

.usa-form a {
    color: #005ea2;
    text-decoration: underline;
}

    .usa-form a:hover {
        color: #1a4480;
    }

    .usa-form a:active {
        color: #162e51;
    }

    .usa-form a:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-form a:visited {
        color: #54278f;
    }

@media all and (min-width:30em) {
    .usa-form--large {
        max-width: 30rem;
    }
}

.usa-form__note, .usa-graphic-list {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.usa-form__note {
    font-size: .93rem;
    line-height: 1.3;
    float: right;
    margin: .25rem 0 1rem;
}

.usa-graphic-list {
    font-size: 1.06rem;
    line-height: 1.5;
}

    .usa-graphic-list .usa-graphic-list__row .usa-media-block {
        margin-bottom: 2rem;
    }

@media all and (min-width:40em) {
    .usa-graphic-list .usa-graphic-list__row .usa-media-block {
        margin-bottom: 4rem;
    }

    .usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block {
        margin-bottom: 0;
    }
}

.usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block:last-child {
    margin-bottom: 0;
}

.usa-graphic-list .usa-media-block__img {
    margin-right: 1.5rem;
}

.usa-graphic-list .usa-media-block__body > :first-child {
    margin-top: 0;
}

.usa-graphic-list__heading {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34rem;
    line-height: 1.2;
    font-weight: 700;
}

* + .usa-graphic-list__heading {
    margin-top: 1.5em;
}

.usa-graphic-list__heading + * {
    margin-top: 1em;
}

.usa-header {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    z-index: 300;
}

    .usa-header::after {
        clear: both;
        content: "";
        display: block;
    }

    .usa-header a {
        border-bottom: none;
    }

@media all and (min-width:64em) {
    .usa-header .usa-search {
        float: right;
    }

    .usa-header [role=search] {
        float: right;
        max-width: calc(27ch + 3rem);
        width: 100%
    }
}

.usa-header [type=search] {
    min-width: 0;
}

@media all and (min-width:64em) {
    .usa-header + .usa-hero {
        border-top: 1px solid #fff;
    }

    .usa-header + .usa-section, .usa-header + main {
        border-top: 1px solid #dfe1e2;
    }
}

@media all and (max-width:63.99em) {
    .usa-logo {
        flex: 1 1 0%;
        font-size: .93rem;
        line-height: .9;
        margin-left: 1rem;
    }
}

@media all and (min-width:64em) {
    .usa-logo {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 1.46rem;
        line-height: 1.1;
    }
}

.usa-logo a {
    color: #1b1b1b;
    text-decoration: none;
}

.usa-logo__text {
    display: block;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

.usa-menu-btn {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    flex: 0 1 auto;
    padding-left: .75rem;
    padding-right: .75rem;
    background-color: #005ea2;
    color: #fff;
    font-size: .87rem;
    height: 3rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.usa-nav__primary button:active {
    color: #162e51;
}

.usa-menu-btn:focus, .usa-nav__primary button:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

.usa-nav__primary button:visited {
    color: #54278f;
}

.usa-menu-btn:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: none;
}

.usa-menu-btn:active, .usa-nav__primary button, .usa-nav__primary button:active, .usa-nav__primary button:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline;
}

    .usa-nav__primary button, .usa-nav__primary button:hover {
        color: #005ea2;
        background-color: #f0f0f0;
        text-decoration: none;
    }

@media all and (min-width:64em) {
    .usa-menu-btn {
        display: none;
    }
}

.usa-menu-btn:hover {
    background-color: #1a4480;
    color: #fff;
    text-decoration: none;
}

.usa-menu-btn:active, .usa-menu-btn:visited, .usa-section--dark p {
    color: #fff;
}

.usa-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    background: #000;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    visibility: hidden;
    z-index: 400;
}

    .usa-overlay.is-visible {
        opacity: .2;
        visibility: visible;
    }

@media all and (min-width:64em) {
    .usa-header--basic .usa-navbar {
        position: relative;
        width: 33%
    }

    .usa-header--basic .usa-nav {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        display: flex;
        padding: 0 0 .25rem .5rem;
        width: 100%
    }

    .usa-header--basic .usa-nav-container {
        align-items: flex-end;
        justify-content: space-between;
        display: flex;
    }

    .usa-header--basic .usa-nav__link:hover, .usa-header--basic .usa-nav__primary-item > .usa-current {
        position: relative;
    }

        .usa-header--basic .usa-nav__link:hover::after, .usa-header--basic .usa-nav__primary-item > .usa-current::after {
            background-color: #005ea2;
            border-radius: 0;
            content: "";
            display: block;
            position: absolute;
            height: .25rem;
            left: 1rem;
            right: 1rem;
            bottom: -.25rem;
        }

    .usa-header--basic .usa-nav__link[aria-expanded=true]::after, .usa-header--basic .usa-nav__link[aria-expanded=true]:hover::after {
        display: none;
    }

    .usa-header--basic .usa-nav__primary {
        width: auto;
    }

    .usa-header--basic .usa-nav__primary-item:last-of-type {
        position: relative;
    }

        .usa-header--basic .usa-nav__primary-item:last-of-type .usa-nav__submenu {
            position: absolute;
            right: 0;
        }

    .usa-header--basic .usa-search {
        top: 0;
    }
}

.usa-header--basic.usa-header--megamenu .usa-nav__inner {
    display: flex;
    flex-direction: column;
}

@media all and (min-width:64em) {
    .usa-header--basic.usa-header--megamenu .usa-nav__inner {
        display: block;
        float: right;
        margin-top: -2.5rem;
    }

    .usa-header--basic.usa-header--megamenu .usa-nav__primary-item:last-of-type {
        position: static;
    }

    .usa-header--extended {
        padding-top: 0;
    }

        .usa-header--extended .usa-nav__primary-item > .usa-current, .usa-header--extended .usa-nav__primary-item > .usa-nav__link:hover {
            position: relative;
        }

            .usa-header--extended .usa-nav__primary-item > .usa-current::after, .usa-header--extended .usa-nav__primary-item > .usa-nav__link:hover::after {
                background-color: #005ea2;
                border-radius: 0;
                content: "";
                display: block;
                position: absolute;
                height: .25rem;
                left: 1rem;
                right: 1rem;
                bottom: 0;
            }

        .usa-header--extended .usa-nav__link[aria-expanded=true]::after, .usa-header--extended .usa-nav__link[aria-expanded=true]:hover::after {
            display: none;
        }

        .usa-header--extended .usa-logo {
            font-size: 2.13rem;
            margin: 2rem 0 1.5rem;
            max-width: 50%
        }

        .usa-header--extended .usa-navbar {
            margin-left: auto;
            margin-right: auto;
            max-width: 64rem;
            padding-left: 1rem;
            padding-right: 1rem;
            display: block;
            height: auto;
            overflow: auto;
        }
}

@media all and (min-width:64em) and (min-width:64em) {
    .usa-header--extended .usa-navbar {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .usa-header--extended .usa-nav {
        border-top: 1px solid #dfe1e2;
        padding: 0;
        width: 100%
    }

    .usa-header--extended .usa-nav__inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .usa-header--extended .usa-nav__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .usa-header--extended .usa-nav__primary {
        margin-left: -1rem;
    }

        .usa-header--extended .usa-nav__primary::after {
            clear: both;
            content: "";
            display: block;
        }

    .usa-header--extended .usa-nav__link {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .usa-header--extended .usa-nav__submenu .usa-grid-full {
        padding-left: .75rem;
    }

    .usa-header--extended .usa-nav__submenu.usa-megamenu {
        left: 0;
        padding-left: 2rem;
    }
}

.usa-hero {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    color: #fff;
}

.usa-hero__callout {
    background-color: #162e51;
    padding: 2rem;
}

@media all and (min-width:40em) {
    .usa-hero__callout {
        max-width: 20rem;
    }
}

.usa-hero__heading {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.95rem;
    font-weight: 700;
    color: #00bde3;
    line-height: 1.2;
}

* + .usa-hero__heading {
    margin-top: 1.5em;
}

.usa-hero__heading + * {
    margin-top: 1em;
}

.usa-hero__heading--alt {
    color: #fff;
    display: block;
}

.usa-layout-docs__sidenav {
    order: 2;
    padding-top: 2rem;
}

@media all and (min-width:64em) {
    .usa-layout-docs__sidenav {
        padding-top: 0;
    }

    .usa-layout-docs__main {
        order: 2;
    }
}

.usa-media-block {
    align-items: flex-start;
    display: flex;
}

.usa-media-block__img {
    flex-shrink: 0;
    margin-right: .5rem;
}

.usa-media-block__body {
    flex: 1 1 0%
}

.usa-megamenu .usa-col {
    flex: 1 1 auto;
}

@media all and (min-width:64em) {
    .usa-megamenu .usa-col {
        flex: 4 1 0%
    }

    .usa-megamenu.usa-nav__submenu {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 2rem;
        padding-top: 2rem;
        left: -33%;
        right: 0;
        width: auto;
    }

        .usa-megamenu.usa-nav__submenu::after, .usa-megamenu.usa-nav__submenu::before {
            bottom: 0;
            top: 0;
            background-color: #162e51;
            content: "";
            display: block;
            position: absolute;
            width: 100%
        }

        .usa-megamenu.usa-nav__submenu::before {
            right: 100%
        }

        .usa-megamenu.usa-nav__submenu::after {
            left: 100%
        }

    .usa-nav-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .usa-nav-container::after {
            clear: both;
            content: "";
            display: block;
        }
}

@media all and (min-width:64em) and (min-width:64em) {
    .usa-nav-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-navbar {
    height: 3rem;
}

@media all and (max-width:63.99em) {
    .usa-navbar {
        align-items: center;
        border-bottom: 1px solid #dfe1e2;
        display: flex;
    }
}

@media all and (min-width:64em) {
    .usa-navbar {
        border-bottom: none;
        display: inline-block;
        height: auto;
    }
}

.usa-nav {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: .9;
}

@media all and (max-width:63.99em) {
    .usa-nav {
        right: 0;
        bottom: 0;
        top: 0;
        position: fixed;
        background: #fff;
        border-right: 0;
        display: none;
        flex-direction: column;
        overflow-y: auto;
        padding: 1rem;
        width: 15rem;
        z-index: 500;
    }

        .usa-nav.is-visible {
            -webkit-animation: slidein-left .3s ease-in-out;
            animation: slidein-left .3s ease-in-out;
            display: flex;
        }
}

@media all and (min-width:64em) {
    .usa-nav {
        float: right;
        position: relative;
    }

        .usa-nav .usa-search {
            margin-left: 1rem;
        }
}

.usa-nav .usa-accordion {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: .9;
}

@media all and (max-width:63.99em) {
    .usa-nav__primary {
        margin-bottom: 0;
        margin-top: 0;
        list-style-type: none;
        padding-left: 0;
        margin-top: 1.5rem;
        order: 2;
    }

        .usa-nav__primary > li {
            margin-bottom: 0;
            max-width: unset;
        }

    .usa-nav__primary-item {
        border-top: 1px solid #dfe1e2;
    }

    .usa-nav__primary a {
        color: #565c65;
        display: block;
        padding: .5rem 1rem;
        text-decoration: none;
    }

        .usa-nav__primary a:hover {
            background-color: #f0f0f0;
            color: #005ea2;
            text-decoration: none;
        }

        .usa-nav__primary a:focus {
            outline-offset: 0;
        }

    .usa-nav__primary .usa-current {
        position: relative;
        color: #005ea2;
        font-weight: 700;
    }

        .usa-nav__primary .usa-current::after {
            background-color: #005ea2;
            border-radius: 99rem;
            content: "";
            display: block;
            position: absolute;
            bottom: .25rem;
            top: .25rem;
            width: .25rem;
            left: .25rem;
        }
}

@media all and (max-width:63.99em) and (min-width:40em) {
    .usa-nav__primary .usa-current {
        position: relative;
    }

        .usa-nav__primary .usa-current::after {
            background-color: #005ea2;
            border-radius: 99rem;
            content: "";
            display: block;
            position: absolute;
            bottom: .25rem;
            top: .25rem;
            width: .25rem;
            left: 0;
        }
}

@media all and (max-width:63.99em) {
    .usa-nav__primary a {
        padding-bottom: .75rem;
        padding-top: .75rem;
    }
}

@media all and (min-width:64em) {
    .usa-nav__primary {
        display: flex;
    }
}

.usa-nav__primary .usa-nav__primary-item a {
    text-decoration: none;
}

.usa-nav__primary > .usa-nav__primary-item {
    line-height: 1.1;
}

@media all and (min-width:64em) {
    .usa-nav__primary > .usa-nav__primary-item {
        font-size: .93rem;
        line-height: .9;
    }

        .usa-nav__primary > .usa-nav__primary-item > a {
            line-height: .9;
            padding: 1rem;
            color: #565c65;
            display: block;
            font-weight: 700;
        }

            .usa-nav__primary > .usa-nav__primary-item > a:hover {
                color: #005ea2;
            }

    .usa-nav__primary a {
        padding-bottom: .5rem;
        padding-top: .5rem;
    }
}

.usa-nav__primary button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #565c65;
    font-weight: 400;
    line-height: 1.1;
    padding: .75rem 1rem;
}

@media all and (min-width:64em) {
    .usa-nav__primary button {
        line-height: .9;
        padding: 1rem;
        font-size: .93rem;
        font-weight: 700;
    }
}

@media all and (min-width:64em) {
    .usa-nav__primary button: hover {
        background-color: transparent;
    }
}

.usa-nav__primary button[aria-expanded=false] {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/plus-alt.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: .75rem;
}

@media all and (min-width:64em) {
    .usa-nav__primary button[aria-expanded=false] {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/angle-arrow-down.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-size: .5rem;
        background-position: right 1rem top 53%
    }

        .usa-nav__primary button[aria-expanded=false]:hover {
            background-image: url(/themes/contrib/ddp_dol_theme/build/img/angle-arrow-down-primary.svg), linear-gradient(transparent, transparent);
            background-repeat: no-repeat;
        }
}

.usa-nav__primary button[aria-expanded=true] {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/minus-alt.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: .75rem;
}

@media all and (min-width:64em) {
    .usa-nav__primary button[aria-expanded=true] {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/angle-arrow-up-white.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        background-size: .5rem;
        background-color: #162e51;
        background-position: right 1rem top 53%;
        color: #fff;
    }

    .usa-nav__primary .usa-accordion__button span {
        margin-right: 0;
        padding-right: 1rem;
    }
}

.usa-nav__secondary {
    margin-top: 1rem;
}

@media all and (min-width:64em) {
    .usa-nav__secondary {
        bottom: 4rem;
        font-size: .93rem;
        margin-top: .5rem;
        min-width: calc(27ch + 3rem);
        position: absolute;
        right: 2rem;
    }
}

.usa-nav__secondary .usa-search {
    margin-top: 1rem;
    width: 100%
}

@media all and (min-width:64em) {
    .usa-nav__secondary .usa-search {
        margin-left: 0;
        margin-top: .5rem;
    }
}

.usa-nav__secondary-links {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    line-height: 1.3;
    margin-top: 1.5rem;
}

@media all and (min-width:64em) {
    .usa-nav__secondary-links {
        float: right;
        line-height: .9;
        margin-bottom: .25rem;
        margin-top: 0;
    }

        .usa-nav__secondary-links .usa-nav__secondary-item {
            display: inline;
            padding-left: .25rem;
        }

            .usa-nav__secondary-links .usa-nav__secondary-item + .usa-nav__secondary-item::before {
                color: #dfe1e2;
                content: "|";
                padding-right: .25rem;
            }
}

.usa-nav__secondary-links a {
    color: #71767a;
    display: inline-block;
    font-size: .93rem;
    text-decoration: none;
}

    .usa-nav__secondary-links a:hover {
        color: #005ea2;
        text-decoration: underline;
    }

@media all and (max-width:63.99em) {
    .usa-nav__submenu {
        list-style-type: none;
        padding-left: 0;
        margin: 0;
    }

        .usa-nav__submenu > li {
            margin-bottom: 0;
            max-width: unset;
        }

    .usa-nav__submenu-item {
        border-top: 1px solid #dfe1e2;
        font-size: .93rem;
    }

    .usa-nav__submenu .usa-current::after {
        display: none;
    }
}

@media all and (max-width:63.99em) and (min-width:40em) {
    .usa-nav__submenu .usa-current: :after {
        display: none;
    }
}

@media all and (max-width:63.99em) {
    .usa-nav__submenu a {
        padding-left: 2rem;
    }

    .usa-nav__submenu .usa-nav__submenu a {
        padding-left: 3rem;
    }

    .usa-nav__submenu .usa-nav__submenu .usa-nav__submenu a {
        content: "foobar";
        padding-left: 4rem;
    }
}

@media all and (min-width:64em) {
    .usa-nav__submenu {
        margin-bottom: 0;
        margin-top: 0;
        list-style-type: none;
        padding-left: 0;
        background-color: #162e51;
        width: 15rem;
        padding: 1rem;
        position: absolute;
        z-index: 400;
    }
}

.usa-nav__submenu[aria-hidden=true] {
    display: none;
}

@media all and (min-width:64em) {
    .usa-nav__submenu .usa-nav__submenu-item + * {
        margin-top: .75rem;
    }

    .usa-nav__submenu .usa-nav__submenu-item a {
        color: #fff;
        padding: 0;
        line-height: 1.3;
    }

        .usa-nav__submenu .usa-nav__submenu-item a:hover {
            background-color: transparent;
            color: #fff;
            padding: 0;
            text-decoration: underline;
        }
}

.usa-nav__submenu-list {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
}

    .usa-nav__submenu-list > li, .usa-sidenav > li, .usa-sidenav__sublist > li {
        margin-bottom: 0;
        max-width: unset;
    }

    .usa-nav__submenu-list .usa-nav__submenu-list-item {
        margin: 0;
        font-size: .93rem;
    }

        .usa-nav__submenu-list .usa-nav__submenu-list-item a {
            line-height: 1.3;
        }

.usa-nav__close {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    height: 3rem;
    width: 3rem;
    color: currentColor;
    flex: none;
    float: right;
    margin: -.75rem -1rem 1rem auto;
    text-align: center;
}

    .usa-nav__close:active {
        color: #162e51;
    }

    .usa-nav__close:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-nav__close:visited {
        color: #54278f;
    }

    .usa-nav__close:active, .usa-nav__close:hover {
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: transparent;
        box-shadow: none;
    }

    .usa-nav__close:active {
        text-decoration: underline;
    }

    .usa-nav__close:hover {
        color: currentColor;
        text-decoration: none;
    }

@media all and (min-width:64em) {
    .usa-nav__close {
        display: none;
    }
}

.usa-nav__close img {
    width: .75rem;
}

.usa-nav__close + * {
    clear: both;
}

.usa-js-mobile-nav--active {
    overflow: hidden;
}

.usa-step-indicator {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.1;
    background-color: #fff;
    margin-bottom: 2rem;
    margin-left: -1px;
    margin-right: -1px;
}

@media all and (min-width:40em) {
    .usa-step-indicator {
        margin-left: 0;
        margin-right: 0;
    }
}

.usa-step-indicator__segments {
    counter-reset: usa-step-indicator;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.usa-step-indicator__segment {
    flex: 1 1 0%;
    counter-increment: usa-step-indicator;
    margin-left: 1px;
    margin-right: 1px;
    max-width: 15rem;
    min-height: .5rem;
    position: relative;
}

    .usa-step-indicator__segment:after {
        background-color: #dfe1e2;
        content: "";
        display: block;
        height: .5rem;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

@media all and (min-width:40em) {
    .usa-step-indicator__segment: after {
        height: .5rem;
    }
}

.usa-step-indicator__segment--complete::after {
    background-color: #162e51;
}

.usa-step-indicator__segment--complete .usa-step-indicator__segment-label {
    color: #162e51;
}

.usa-step-indicator__segment--current::after {
    background-color: #005ea2;
}

.usa-step-indicator__segment--current .usa-step-indicator__segment-label {
    color: #005ea2;
    font-weight: 700;
}

.usa-step-indicator__segment-label {
    display: none;
}

@media all and (min-width:40em) {
    .usa-step-indicator__segment-label {
        color: #565c65;
        display: block;
        font-size: 1.06rem;
        margin-top: calc(.5rem + .5rem);
        padding-right: 2rem;
        text-align: left;
    }
}

.usa-step-indicator__header {
    align-items: baseline;
    display: flex;
}

.usa-step-indicator__heading {
    color: #1b1b1b;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
    font-weight: 700;
    margin: 1rem 0 0;
}

@media all and (min-width:40em) {
    .usa-step-indicator__heading {
        font-size: 1.46rem;
        margin-top: 2rem;
    }
}

.usa-step-indicator__current-step {
    height: 2.5rem;
    border-radius: 99rem;
    width: 2.5rem;
    font-weight: 400;
    font-feature-settings: "tnum" 1, "kern" 1;
    background-color: #005ea2;
    color: #fff;
    display: inline-block;
    padding: calc((2.5rem - (2ex*1.1))*.5);
    text-align: center;
}

.usa-step-indicator__total-steps {
    font-weight: 400;
    font-feature-settings: "tnum" 1, "kern" 1;
    color: #005ea2;
    margin-right: .5rem;
}

@media all and (min-width:40em) {
    .usa-step-indicator--counters .usa-step-indicator__segment, .usa-step-indicator--counters-sm .usa-step-indicator__segment {
        margin-left: 0;
        margin-right: 0;
        margin-top: calc(((2.5rem - .5rem)/ 2) + .25rem);
    }

        .usa-step-indicator--counters .usa-step-indicator__segment:before, .usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
            height: 2.5rem;
            border-radius: 99rem;
            width: 2.5rem;
            font-feature-settings: "tnum" 1, "kern" 1;
            background-color: #fff;
            box-shadow: inset 0 0 0 .25rem #dfe1e2, 0 0 0 .25rem #fff;
            color: #565c65;
            content: counter(usa-step-indicator);
            display: block;
            font-weight: 700;
            left: 0;
            line-height: .9;
            padding: calc((2.5rem - (2ex*.9))*.5);
            position: absolute;
            text-align: center;
            top: calc((2.5rem - .5rem)/ -2);
            z-index: 100;
        }

        .usa-step-indicator--counters .usa-step-indicator__segment:last-child:after, .usa-step-indicator--counters-sm .usa-step-indicator__segment:last-child:after {
            display: none;
        }
}

.usa-step-indicator--counters .usa-step-indicator__segment--complete::before, .usa-step-indicator--counters-sm .usa-step-indicator__segment--complete::before {
    background-color: #162e51;
    box-shadow: 0 0 0 .25rem #fff;
    color: #fff;
}

.usa-step-indicator--counters .usa-step-indicator__segment--current::before, .usa-step-indicator--counters-sm .usa-step-indicator__segment--current::before {
    background-color: #005ea2;
    box-shadow: 0 0 0 .25rem #fff;
    color: #fff;
}

@media all and (min-width:40em) {
    .usa-step-indicator--counters .usa-step-indicator__segment-label {
        margin-top: calc(((2.5rem + .5rem)/ 2) + .5rem);
    }

    .usa-step-indicator--counters-sm.usa-step-indicator--center .usa-step-indicator__segment:first-child:after, .usa-step-indicator--counters.usa-step-indicator--center .usa-step-indicator__segment:first-child:after {
        left: 50%;
        right: 0;
        width: auto;
    }

    .usa-step-indicator--counters-sm.usa-step-indicator--center .usa-step-indicator__segment:last-child:after, .usa-step-indicator--counters.usa-step-indicator--center .usa-step-indicator__segment:last-child:after {
        display: block;
        left: 0;
        right: 50%;
        width: auto;
    }

    .usa-step-indicator--counters-sm .usa-step-indicator__segment {
        margin-top: calc(((1.5rem - .5rem)/ 2) + .25rem);
    }

        .usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
            height: 1.5rem;
            border-radius: 99rem;
            width: 1.5rem;
            font-size: .93rem;
            padding: calc(.25rem + 1px);
            top: calc((1.5rem - .5rem)/ -2);
        }

        .usa-step-indicator--counters-sm .usa-step-indicator__segment:last-child:after {
            display: none;
        }

    .usa-step-indicator--counters-sm .usa-step-indicator__segment-label {
        margin-top: calc(((1.5rem + .5rem)/ 2) + .5rem);
    }
}

.usa-step-indicator--center, .usa-step-indicator--no-labels {
    margin-left: -1px;
    margin-right: -1px;
}

    .usa-step-indicator--no-labels .usa-step-indicator__segment {
        margin-top: 0;
        margin-left: 1px;
        margin-right: 1px;
    }

        .usa-step-indicator--no-labels .usa-step-indicator__segment:before {
            display: none;
        }

        .usa-step-indicator--no-labels .usa-step-indicator__segment:last-child:after {
            display: block;
        }

    .usa-step-indicator--no-labels .usa-step-indicator__heading {
        margin-top: 1rem;
    }

    .usa-step-indicator--no-labels .usa-step-indicator__segment-label {
        display: none;
    }

    .usa-step-indicator--center .usa-step-indicator__segment {
        margin-left: 1px;
        margin-right: 1px;
    }

        .usa-step-indicator--center .usa-step-indicator__segment:before {
            left: calc(50% - ((2.5rem + .25rem)/ 2));
        }

    .usa-step-indicator--center .usa-step-indicator__segment-label {
        padding-left: .5rem;
        padding-right: .5rem;
        text-align: center;
    }

    .usa-step-indicator--center.usa-step-indicator--no-labels .usa-step-indicator__segment:first-child:after {
        left: 0;
    }

    .usa-step-indicator--center.usa-step-indicator--no-labels .usa-step-indicator__segment:last-child:after {
        right: 0;
    }

    .usa-step-indicator--center.usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
        left: calc(50% - ((1.5rem + .25rem)/ 2));
    }

.usa-search {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    position: relative;
}

    .usa-search::after {
        clear: both;
        content: "";
        display: block;
    }

    .usa-search [role=search], .usa-search[role=search], .usa-search[role=search] > div {
        display: flex;
    }

    .usa-search [type=submit] {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/search.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1rem;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        height: 2rem;
        margin: 0;
        padding: 0;
        width: 3rem;
    }

@media all and (min-width:30em) {
    .usa-search [type=submit] {
        padding-left: 1rem;
        padding-right: 1rem;
        background-image: none;
        width: auto;
    }

    .usa-search--big .usa-search__input, .usa-search--big [type=search] {
        font-size: 1.06rem;
        height: 3rem;
    }

    .usa-search--big .usa-search__submit, .usa-search--big [type=submit] {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1.46rem;
        height: 3rem;
        width: auto;
    }

    .usa-search--small .usa-search__submit, .usa-search--small [type=submit] {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/search.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1rem;
        width: 3rem;
    }
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.usa-search__input, [type=search] {
    padding-bottom: 0;
    padding-top: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
    box-sizing: border-box;
    float: left;
    font-size: 1rem;
    height: 2rem;
    margin: 0;
}

.usa-search__submit-text {
    position: absolute;
    left: -999em;
}

@media all and (min-width:30em) {
    .usa-search__submit-text {
        position: static;
    }
}

.usa-section {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

@media all and (min-width:40em) {
    .usa-section {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
}

.usa-section--light {
    background-color: #f0f0f0;
}

.usa-section--dark {
    background-color: #162e51;
    color: #fff;
}

    .usa-section--dark h1, .usa-section--dark h2, .usa-section--dark h3, .usa-section--dark h4, .usa-section--dark h5, .usa-section--dark h6 {
        color: #00bde3;
    }

    .usa-section--dark a {
        color: #dfe1e2;
    }

        .usa-section--dark a:hover {
            color: #f0f0f0;
        }

        .usa-section--dark a:active {
            color: #fff;
        }

.usa-sidenav {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
    border-bottom: 1px solid #dfe1e2;
}

.usa-sidenav__item {
    border-top: 1px solid #dfe1e2;
}

.usa-sidenav a {
    color: #565c65;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
}

    .usa-sidenav a:hover {
        background-color: #f0f0f0;
        color: #005ea2;
        text-decoration: none;
    }

    .usa-sidenav a:focus {
        outline-offset: 0;
    }

.usa-sidenav .usa-current {
    position: relative;
    color: #005ea2;
    font-weight: 700;
}

    .usa-sidenav .usa-current::after {
        background-color: #005ea2;
        border-radius: 99rem;
        content: "";
        display: block;
        position: absolute;
        bottom: .25rem;
        top: .25rem;
        width: .25rem;
        left: .25rem;
    }

@media all and (min-width:40em) {
    .usa-sidenav .usa-current {
        position: relative;
    }

        .usa-sidenav .usa-current::after {
            background-color: #005ea2;
            border-radius: 99rem;
            content: "";
            display: block;
            position: absolute;
            bottom: .25rem;
            top: .25rem;
            width: .25rem;
            left: 0;
        }
}

.grid-container .usa-sidenav {
    margin-left: -1rem;
    margin-right: -1rem;
}

@media all and (min-width:40em) {
    .grid-container .usa-sidenav {
        margin-left: 0;
        margin-right: 0;
    }
}

.usa-sidenav__sublist {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    font-size: 1rem;
}

.usa-sidenav__sublist-item {
    border-top: 1px solid #dfe1e2;
    font-size: .93rem;
}

.usa-sidenav__sublist .usa-current::after {
    display: none;
}

@media all and (min-width:40em) {
    .usa-sidenav__sublist .usa-current: :after {
        display: none;
    }
}

.usa-sidenav__sublist a {
    padding-left: 2rem;
}

.usa-sidenav__sublist .usa-sidenav__sublist a {
    padding-left: 3rem;
}

.usa-sidenav__sublist .usa-sidenav__sublist .usa-sidenav__sublist a {
    content: "foobar";
    padding-left: 4rem;
}

.usa-skipnav {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    color: #005ea2;
    text-decoration: underline;
    background: 0 0;
    left: 0;
    padding: .5rem 1rem;
    position: absolute;
    top: -3.8rem;
    transition: .2s ease-in-out;
    z-index: 100;
}

    .usa-skipnav:hover {
        color: #1a4480;
    }

    .usa-skipnav:active {
        color: #162e51;
    }

    .usa-skipnav:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-skipnav:visited {
        color: #54278f;
    }

    .usa-skipnav:focus {
        background: #fff;
        left: 0;
        position: absolute;
        top: 0;
        transition: .2s ease-in-out;
    }

.usa-tooltip {
    display: inline-block;
    position: relative;
}

.usa-tooltip__trigger {
    cursor: pointer;
}

    .usa-tooltip__body, .usa-tooltip__trigger > svg {
        display: block;
        pointer-events: none;
    }

.usa-tooltip__body {
    transition: opacity .08s ease-in-out;
    background-color: #1b1b1b;
    border-radius: .25rem;
    bottom: 0;
    color: #f0f0f0;
    display: none;
    font-size: 1rem;
    padding: .5rem;
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateX(-50%);
    width: auto;
    white-space: pre;
    z-index: 100000;
}

    .usa-tooltip__body--bottom:after, .usa-tooltip__body:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .usa-tooltip__body:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        pointer-events: none;
        border-top: 5px solid #1b1b1b;
        position: absolute;
        bottom: -5px;
        left: 50%;
        margin-left: -5px;
    }

.usa-tooltip__body--wrap {
    width: 100%;
    white-space: normal;
}

.usa-tooltip__body.is-set {
    display: block;
}

.usa-tooltip__body.is-visible {
    opacity: 1;
}

.usa-tooltip__body--bottom {
    bottom: auto;
    top: 0;
}

    .usa-tooltip__body--bottom:after {
        border-bottom: 5px solid #1b1b1b;
        border-top: 0;
        bottom: auto;
        top: -5px;
    }

.usa-tooltip__body--left, .usa-tooltip__body--right {
    top: auto;
    transform: translateX(0);
}

    .usa-tooltip__body--left:after, .usa-tooltip__body--right:after {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #1b1b1b;
        border-left: 0;
        right: auto;
        top: 50%;
        bottom: 0;
        left: -5px;
        margin: -5px 0 0;
    }

.usa-tooltip__body--left {
    left: 0;
    right: auto;
}

    .usa-tooltip__body--left:after {
        border-left: 5px solid #1b1b1b;
        border-right: 0;
        right: -5px;
        left: auto;
    }

[class*=font-mono-] {
    font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

[class*=font-sans-] {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

[class*=font-serif-] {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

[class*=font-ui-] {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

[class*=font-heading-] {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

[class*=font-body-] {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

[class*=font-code-] {
    font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

[class*=font-alt-] {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

.add-aspect-9x16 {
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    padding: 0 0 177.77778%;
    position: relative;
}

.add-aspect-16x9, .add-aspect-1x1, .add-aspect-2x1, .add-aspect-4x3 {
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    padding: 0 0 100%;
    position: relative;
}

.add-aspect-16x9, .add-aspect-2x1, .add-aspect-4x3 {
    padding: 0 0 75%
}

.add-aspect-16x9, .add-aspect-2x1 {
    padding: 0 0 56.25%
}

.add-aspect-2x1 {
    padding: 0 0 50%
}

.add-list-reset {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}

.flex-align-start {
    align-items: flex-start;
}

.flex-align-end {
    align-items: flex-end;
}

.flex-align-center {
    align-items: center;
}

.flex-align-stretch {
    align-items: stretch;
}

.flex-align-baseline {
    align-items: baseline;
}

.flex-align-self-start {
    align-self: flex-start;
}

.flex-align-self-end {
    align-self: flex-end;
}

.flex-align-self-center {
    -ms-grid-row-align: center;
    align-self: center;
}

.flex-align-self-stretch {
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.flex-align-self-baseline {
    align-self: baseline;
}

.bg-transparent, .hover\:bg-transparent:hover {
    background-color: transparent;
}

.bg-black, .hover\:bg-black:hover {
    background-color: #000;
}

.bg-white, .hover\:bg-white:hover {
    background-color: #fff;
}

.bg-red, .hover\:bg-red:hover {
    background-color: #e52207;
}

.bg-orange, .hover\:bg-orange:hover {
    background-color: #e66f0e;
}

.bg-gold, .hover\:bg-gold:hover {
    background-color: #ffbe2e;
}

.bg-yellow, .hover\:bg-yellow:hover {
    background-color: #fee685;
}

.bg-green, .hover\:bg-green:hover {
    background-color: #538200;
}

.bg-mint, .hover\:bg-mint:hover {
    background-color: #04c585;
}

.bg-cyan, .hover\:bg-cyan:hover {
    background-color: #009ec1;
}

.bg-blue, .hover\:bg-blue:hover {
    background-color: #0076d6;
}

.bg-indigo, .hover\:bg-indigo:hover {
    background-color: #676cc8;
}

.bg-violet, .hover\:bg-violet:hover {
    background-color: #8168b3;
}

.bg-magenta, .hover\:bg-magenta:hover {
    background-color: #d72d79;
}

.bg-gray-5, .hover\:bg-gray-5:hover {
    background-color: #f0f0f0;
}

.bg-gray-10, .hover\:bg-gray-10:hover {
    background-color: #e6e6e6;
}

.bg-gray-30, .hover\:bg-gray-30:hover {
    background-color: #adadad;
}

.bg-gray-50, .hover\:bg-gray-50:hover {
    background-color: #757575;
}

.bg-gray-70, .hover\:bg-gray-70:hover {
    background-color: #454545;
}

.bg-gray-90, .hover\:bg-gray-90:hover {
    background-color: #1b1b1b;
}

.bg-base-lightest, .hover\:bg-base-lightest:hover {
    background-color: #f0f0f0;
}

.bg-base-lighter, .hover\:bg-base-lighter:hover {
    background-color: #dfe1e2;
}

.bg-base-light, .hover\:bg-base-light:hover {
    background-color: #a9aeb1;
}

.bg-base, .hover\:bg-base:hover {
    background-color: #71767a;
}

.bg-base-dark, .hover\:bg-base-dark:hover {
    background-color: #565c65;
}

.bg-base-darker, .hover\:bg-base-darker:hover {
    background-color: #3d4551;
}

.bg-base-darkest, .bg-ink, .hover\:bg-base-darkest:hover, .hover\:bg-ink:hover {
    background-color: #1b1b1b;
}

.bg-primary-lighter, .hover\:bg-primary-lighter:hover {
    background-color: #d9e8f6;
}

.bg-primary-light, .hover\:bg-primary-light:hover {
    background-color: #73b3e7;
}

.bg-primary, .hover\:bg-primary:hover {
    background-color: #005ea2;
}

.bg-primary-vivid, .hover\:bg-primary-vivid:hover {
    background-color: #0050d8;
}

.bg-primary-dark, .hover\:bg-primary-dark:hover {
    background-color: #1a4480;
}

.bg-primary-darker, .hover\:bg-primary-darker:hover {
    background-color: #162e51;
}

.bg-secondary-lighter, .hover\:bg-secondary-lighter:hover {
    background-color: #f3e1e4;
}

.bg-secondary-light, .hover\:bg-secondary-light:hover {
    background-color: #f2938c;
}

.bg-secondary, .hover\:bg-secondary:hover {
    background-color: #d83933;
}

.bg-secondary-vivid, .hover\:bg-secondary-vivid:hover {
    background-color: #e41d3d;
}

.bg-secondary-dark, .hover\:bg-secondary-dark:hover {
    background-color: #b50909;
}

.bg-secondary-darker, .hover\:bg-secondary-darker:hover {
    background-color: #8b0a03;
}

.bg-accent-warm-darker, .hover\:bg-accent-warm-darker:hover {
    background-color: #775540;
}

.bg-accent-warm-dark, .hover\:bg-accent-warm-dark:hover {
    background-color: #c05600;
}

.bg-accent-warm, .hover\:bg-accent-warm:hover {
    background-color: #fa9441;
}

.bg-accent-warm-light, .hover\:bg-accent-warm-light:hover {
    background-color: #ffbc78;
}

.bg-accent-warm-lighter, .hover\:bg-accent-warm-lighter:hover {
    background-color: #f2e4d4;
}

.bg-accent-cool-darker, .hover\:bg-accent-cool-darker:hover {
    background-color: #07648d;
}

.bg-accent-cool-dark, .hover\:bg-accent-cool-dark:hover {
    background-color: #28a0cb;
}

.bg-accent-cool, .hover\:bg-accent-cool:hover {
    background-color: #00bde3;
}

.bg-accent-cool-light, .hover\:bg-accent-cool-light:hover {
    background-color: #97d4ea;
}

.bg-accent-cool-lighter, .hover\:bg-accent-cool-lighter:hover {
    background-color: #e1f3f8;
}

.border-1px, .hover\:border-1px:hover {
    border: 1px solid;
}

.border-y-1px, .hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.border-x-1px, .hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
}

.border-top-1px, .hover\:border-top-1px:hover {
    border-top: 1px solid;
}

.border-right-1px, .hover\:border-right-1px:hover {
    border-right: 1px solid;
}

.border-bottom-1px, .hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
}

.border-left-1px, .hover\:border-left-1px:hover {
    border-left: 1px solid;
}

.border-2px, .hover\:border-2px:hover {
    border: 2px solid;
}

.border-y-2px, .hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.border-x-2px, .hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
}

.border-top-2px, .hover\:border-top-2px:hover {
    border-top: 2px solid;
}

.border-right-2px, .hover\:border-right-2px:hover {
    border-right: 2px solid;
}

.border-bottom-2px, .hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
}

.border-left-2px, .hover\:border-left-2px:hover {
    border-left: 2px solid;
}

.border-05, .hover\:border-05:hover {
    border: .25rem solid;
}

.border-y-05, .hover\:border-y-05:hover {
    border-top: .25rem solid;
    border-bottom: .25rem solid;
}

.border-x-05, .hover\:border-x-05:hover {
    border-left: .25rem solid;
    border-right: .25rem solid;
}

.border-top-05, .hover\:border-top-05:hover {
    border-top: .25rem solid;
}

.border-right-05, .hover\:border-right-05:hover {
    border-right: .25rem solid;
}

.border-bottom-05, .hover\:border-bottom-05:hover {
    border-bottom: .25rem solid;
}

.border-left-05, .hover\:border-left-05:hover {
    border-left: .25rem solid;
}

.border-1, .hover\:border-1:hover {
    border: .5rem solid;
}

.border-y-1, .hover\:border-y-1:hover {
    border-top: .5rem solid;
    border-bottom: .5rem solid;
}

.border-x-1, .hover\:border-x-1:hover {
    border-left: .5rem solid;
    border-right: .5rem solid;
}

.border-top-1, .hover\:border-top-1:hover {
    border-top: .5rem solid;
}

.border-right-1, .hover\:border-right-1:hover {
    border-right: .5rem solid;
}

.border-bottom-1, .hover\:border-bottom-1:hover {
    border-bottom: .5rem solid;
}

.border-left-1, .hover\:border-left-1:hover {
    border-left: .5rem solid;
}

.border-105, .hover\:border-105:hover {
    border: .75rem solid;
}

.border-y-105, .hover\:border-y-105:hover {
    border-top: .75rem solid;
    border-bottom: .75rem solid;
}

.border-x-105, .hover\:border-x-105:hover {
    border-left: .75rem solid;
    border-right: .75rem solid;
}

.border-top-105, .hover\:border-top-105:hover {
    border-top: .75rem solid;
}

.border-right-105, .hover\:border-right-105:hover {
    border-right: .75rem solid;
}

.border-bottom-105, .hover\:border-bottom-105:hover {
    border-bottom: .75rem solid;
}

.border-left-105, .hover\:border-left-105:hover {
    border-left: .75rem solid;
}

.border-2, .hover\:border-2:hover {
    border: 1rem solid;
}

.border-y-2, .hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
}

.border-x-2, .hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid;
}

.border-top-2, .hover\:border-top-2:hover {
    border-top: 1rem solid;
}

.border-right-2, .hover\:border-right-2:hover {
    border-right: 1rem solid;
}

.border-bottom-2, .hover\:border-bottom-2:hover {
    border-bottom: 1rem solid;
}

.border-left-2, .hover\:border-left-2:hover {
    border-left: 1rem solid;
}

.border-205, .hover\:border-205:hover {
    border: 1.25rem solid;
}

.border-y-205, .hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
}

.border-x-205, .hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
}

.border-top-205, .hover\:border-top-205:hover {
    border-top: 1.25rem solid;
}

.border-right-205, .hover\:border-right-205:hover {
    border-right: 1.25rem solid;
}

.border-bottom-205, .hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid;
}

.border-left-205, .hover\:border-left-205:hover {
    border-left: 1.25rem solid;
}

.border-3, .hover\:border-3:hover {
    border: 1.5rem solid;
}

.border-y-3, .hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
}

.border-x-3, .hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
}

.border-top-3, .hover\:border-top-3:hover {
    border-top: 1.5rem solid;
}

.border-right-3, .hover\:border-right-3:hover {
    border-right: 1.5rem solid;
}

.border-bottom-3, .hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid;
}

.border-left-3, .hover\:border-left-3:hover {
    border-left: 1.5rem solid;
}

.border-0, .hover\:border-0:hover {
    border: 0 solid;
}

.border-y-0, .hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
}

.border-x-0, .hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
}

.border-top-0, .hover\:border-top-0:hover {
    border-top: 0 solid;
}

.border-right-0, .hover\:border-right-0:hover {
    border-right: 0 solid;
}

.border-bottom-0, .hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
}

.border-left-0, .hover\:border-left-0:hover {
    border-left: 0 solid;
}

.border, .hover\:border:hover {
    border: 1px solid;
}

.border-y, .hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.border-x, .hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
}

.border-top, .hover\:border-top:hover {
    border-top: 1px solid;
}

.border-right, .hover\:border-right:hover {
    border-right: 1px solid;
}

.border-bottom, .hover\:border-bottom:hover {
    border-bottom: 1px solid;
}

.border-left, .hover\:border-left:hover {
    border-left: 1px solid;
}

.border-transparent, .hover\:border-transparent:hover {
    border-color: transparent;
}

.border-black, .hover\:border-black:hover {
    border-color: #000;
}

.border-white, .hover\:border-white:hover {
    border-color: #fff;
}

.border-red, .hover\:border-red:hover {
    border-color: #e52207;
}

.border-orange, .hover\:border-orange:hover {
    border-color: #e66f0e;
}

.border-gold, .hover\:border-gold:hover {
    border-color: #ffbe2e;
}

.border-yellow, .hover\:border-yellow:hover {
    border-color: #fee685;
}

.border-green, .hover\:border-green:hover {
    border-color: #538200;
}

.border-mint, .hover\:border-mint:hover {
    border-color: #04c585;
}

.border-cyan, .hover\:border-cyan:hover {
    border-color: #009ec1;
}

.border-blue, .hover\:border-blue:hover {
    border-color: #0076d6;
}

.border-indigo, .hover\:border-indigo:hover {
    border-color: #676cc8;
}

.border-violet, .hover\:border-violet:hover {
    border-color: #8168b3;
}

.border-magenta, .hover\:border-magenta:hover {
    border-color: #d72d79;
}

.border-gray-5, .hover\:border-gray-5:hover {
    border-color: #f0f0f0;
}

.border-gray-10, .hover\:border-gray-10:hover {
    border-color: #e6e6e6;
}

.border-gray-30, .hover\:border-gray-30:hover {
    border-color: #adadad;
}

.border-gray-50, .hover\:border-gray-50:hover {
    border-color: #757575;
}

.border-gray-70, .hover\:border-gray-70:hover {
    border-color: #454545;
}

.border-gray-90, .hover\:border-gray-90:hover {
    border-color: #1b1b1b;
}

.border-base-lightest, .hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
}

.border-base-lighter, .hover\:border-base-lighter:hover {
    border-color: #dfe1e2;
}

.border-base-light, .hover\:border-base-light:hover {
    border-color: #a9aeb1;
}

.border-base, .hover\:border-base:hover {
    border-color: #71767a;
}

.border-base-dark, .hover\:border-base-dark:hover {
    border-color: #565c65;
}

.border-base-darker, .hover\:border-base-darker:hover {
    border-color: #3d4551;
}

.border-base-darkest, .border-ink, .hover\:border-base-darkest:hover, .hover\:border-ink:hover {
    border-color: #1b1b1b;
}

.border-primary-lighter, .hover\:border-primary-lighter:hover {
    border-color: #d9e8f6;
}

.border-primary-light, .hover\:border-primary-light:hover {
    border-color: #73b3e7;
}

.border-primary, .hover\:border-primary:hover {
    border-color: #005ea2;
}

.border-primary-vivid, .hover\:border-primary-vivid:hover {
    border-color: #0050d8;
}

.border-primary-dark, .hover\:border-primary-dark:hover {
    border-color: #1a4480;
}

.border-primary-darker, .hover\:border-primary-darker:hover {
    border-color: #162e51;
}

.border-secondary-lighter, .hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4;
}

.border-secondary-light, .hover\:border-secondary-light:hover {
    border-color: #f2938c;
}

.border-secondary, .hover\:border-secondary:hover {
    border-color: #d83933;
}

.border-secondary-vivid, .hover\:border-secondary-vivid:hover {
    border-color: #e41d3d;
}

.border-secondary-dark, .hover\:border-secondary-dark:hover {
    border-color: #b50909;
}

.border-secondary-darker, .hover\:border-secondary-darker:hover {
    border-color: #8b0a03;
}

.border-accent-warm-darker, .hover\:border-accent-warm-darker:hover {
    border-color: #775540;
}

.border-accent-warm-dark, .hover\:border-accent-warm-dark:hover {
    border-color: #c05600;
}

.border-accent-warm, .hover\:border-accent-warm:hover {
    border-color: #fa9441;
}

.border-accent-warm-light, .hover\:border-accent-warm-light:hover {
    border-color: #ffbc78;
}

.border-accent-warm-lighter, .hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4;
}

.border-accent-cool-darker, .hover\:border-accent-cool-darker:hover {
    border-color: #07648d;
}

.border-accent-cool-dark, .hover\:border-accent-cool-dark:hover {
    border-color: #28a0cb;
}

.border-accent-cool, .hover\:border-accent-cool:hover {
    border-color: #00bde3;
}

.border-accent-cool-light, .hover\:border-accent-cool-light:hover {
    border-color: #97d4ea;
}

.border-accent-cool-lighter, .hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8;
}

.radius-0 {
    border-radius: 0;
}

.radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.radius-sm {
    border-radius: 2px;
}

.radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.radius-md {
    border-radius: .25rem;
}

.radius-top-md {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.radius-right-md {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.radius-bottom-md {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.radius-left-md {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.radius-lg {
    border-radius: .5rem;
}

.radius-top-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.radius-right-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.radius-bottom-lg {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.radius-left-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.radius-pill {
    border-radius: 99rem;
}

.radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem;
}

.radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem;
}

.radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem;
}

.radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem;
}

.border-dashed {
    border-style: dashed;
}

.border-dotted {
    border-style: dotted;
}

.border-solid {
    border-style: solid;
}

.border-width-1px {
    border-width: 1px;
}

.border-y-width-1px {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.border-x-width-1px {
    border-left-width: 1px;
    border-right-width: 1px;
}

.border-top-width-1px {
    border-top-width: 1px;
}

.border-right-width-1px {
    border-right-width: 1px;
}

.border-bottom-width-1px {
    border-bottom-width: 1px;
}

.border-left-width-1px {
    border-left-width: 1px;
}

.border-width-2px {
    border-width: 2px;
}

.border-y-width-2px {
    border-top-width: 2px;
    border-bottom-width: 2px;
}

.border-x-width-2px {
    border-left-width: 2px;
    border-right-width: 2px;
}

.border-top-width-2px {
    border-top-width: 2px;
}

.border-right-width-2px {
    border-right-width: 2px;
}

.border-bottom-width-2px {
    border-bottom-width: 2px;
}

.border-left-width-2px {
    border-left-width: 2px;
}

.border-width-05 {
    border-width: .25rem;
}

.border-y-width-05 {
    border-top-width: .25rem;
    border-bottom-width: .25rem;
}

.border-x-width-05 {
    border-left-width: .25rem;
    border-right-width: .25rem;
}

.border-top-width-05 {
    border-top-width: .25rem;
}

.border-right-width-05 {
    border-right-width: .25rem;
}

.border-bottom-width-05 {
    border-bottom-width: .25rem;
}

.border-left-width-05 {
    border-left-width: .25rem;
}

.border-width-1 {
    border-width: .5rem;
}

.border-y-width-1 {
    border-top-width: .5rem;
    border-bottom-width: .5rem;
}

.border-x-width-1 {
    border-left-width: .5rem;
    border-right-width: .5rem;
}

.border-top-width-1 {
    border-top-width: .5rem;
}

.border-right-width-1 {
    border-right-width: .5rem;
}

.border-bottom-width-1 {
    border-bottom-width: .5rem;
}

.border-left-width-1 {
    border-left-width: .5rem;
}

.border-width-105 {
    border-width: .75rem;
}

.border-y-width-105 {
    border-top-width: .75rem;
    border-bottom-width: .75rem;
}

.border-x-width-105 {
    border-left-width: .75rem;
    border-right-width: .75rem;
}

.border-top-width-105 {
    border-top-width: .75rem;
}

.border-right-width-105 {
    border-right-width: .75rem;
}

.border-bottom-width-105 {
    border-bottom-width: .75rem;
}

.border-left-width-105 {
    border-left-width: .75rem;
}

.border-width-2 {
    border-width: 1rem;
}

.border-y-width-2 {
    border-top-width: 1rem;
    border-bottom-width: 1rem;
}

.border-x-width-2 {
    border-left-width: 1rem;
    border-right-width: 1rem;
}

.border-top-width-2 {
    border-top-width: 1rem;
}

.border-right-width-2 {
    border-right-width: 1rem;
}

.border-bottom-width-2 {
    border-bottom-width: 1rem;
}

.border-left-width-2 {
    border-left-width: 1rem;
}

.border-width-205 {
    border-width: 1.25rem;
}

.border-y-width-205 {
    border-top-width: 1.25rem;
    border-bottom-width: 1.25rem;
}

.border-x-width-205 {
    border-left-width: 1.25rem;
    border-right-width: 1.25rem;
}

.border-top-width-205 {
    border-top-width: 1.25rem;
}

.border-right-width-205 {
    border-right-width: 1.25rem;
}

.border-bottom-width-205 {
    border-bottom-width: 1.25rem;
}

.border-left-width-205 {
    border-left-width: 1.25rem;
}

.border-width-3 {
    border-width: 1.5rem;
}

.border-y-width-3 {
    border-top-width: 1.5rem;
    border-bottom-width: 1.5rem;
}

.border-x-width-3 {
    border-left-width: 1.5rem;
    border-right-width: 1.5rem;
}

.border-top-width-3 {
    border-top-width: 1.5rem;
}

.border-right-width-3 {
    border-right-width: 1.5rem;
}

.border-bottom-width-3 {
    border-bottom-width: 1.5rem;
}

.border-left-width-3 {
    border-left-width: 1.5rem;
}

.border-width-0 {
    border-width: 0;
}

.border-y-width-0 {
    border-top-width: 0;
    border-bottom-width: 0;
}

.border-x-width-0 {
    border-left-width: 0;
    border-right-width: 0;
}

.border-top-width-0 {
    border-top-width: 0;
}

.border-right-width-0 {
    border-right-width: 0;
}

.border-bottom-width-0 {
    border-bottom-width: 0;
}

.border-left-width-0 {
    border-left-width: 0;
}

.bottom-1px {
    bottom: 1px;
}

.bottom-2px {
    bottom: 2px;
}

.bottom-05 {
    bottom: .25rem;
}

.bottom-1 {
    bottom: .5rem;
}

.bottom-105 {
    bottom: .75rem;
}

.bottom-2 {
    bottom: 1rem;
}

.bottom-205 {
    bottom: 1.25rem;
}

.bottom-3 {
    bottom: 1.5rem;
}

.bottom-neg-1px {
    bottom: -1px;
}

.bottom-neg-2px {
    bottom: -2px;
}

.bottom-neg-05 {
    bottom: -.25rem;
}

.bottom-neg-1 {
    bottom: -.5rem;
}

.bottom-neg-105 {
    bottom: -.75rem;
}

.bottom-neg-2 {
    bottom: -1rem;
}

.bottom-neg-205 {
    bottom: -1.25rem;
}

.bottom-neg-3 {
    bottom: -1.5rem;
}

.bottom-0 {
    bottom: 0;
}

.bottom-auto {
    bottom: auto;
}

.bottom-full {
    bottom: 100%
}

.hover\:shadow-none:hover, .shadow-none {
    box-shadow: none;
}

.hover\:shadow-1:hover, .shadow-1 {
    box-shadow: 0 1px .25rem 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-2:hover, .shadow-2 {
    box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-3:hover, .shadow-3 {
    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-4:hover, .shadow-4 {
    box-shadow: 0 .75rem 1.5rem 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-5:hover, .shadow-5 {
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1);
}

.circle-1px, .circle-2px {
    height: 1px;
    width: 1px;
    border-radius: 50%
}

.circle-2px {
    height: 2px;
    width: 2px;
}

.circle-05 {
    height: .25rem;
    width: .25rem;
    border-radius: 50%
}

.circle-1, .circle-105 {
    height: .5rem;
    width: .5rem;
    border-radius: 50%
}

.circle-105 {
    height: .75rem;
    width: .75rem;
}

.circle-2, .circle-205 {
    height: 1rem;
    width: 1rem;
    border-radius: 50%
}

.circle-205 {
    height: 1.25rem;
    width: 1.25rem;
}

.circle-3, .circle-4 {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%
}

.circle-4 {
    height: 2rem;
    width: 2rem;
}

.circle-5, .circle-6 {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%
}

.circle-6 {
    height: 3rem;
    width: 3rem;
}

.circle-7, .circle-8 {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%
}

.circle-8 {
    height: 4rem;
    width: 4rem;
}

.circle-10, .circle-9 {
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50%
}

.circle-10 {
    height: 5rem;
    width: 5rem;
}

.circle-15, .circle-card {
    height: 7.5rem;
    width: 7.5rem;
    border-radius: 50%
}

.circle-card {
    height: 10rem;
    width: 10rem;
}

.circle-card-lg, .circle-mobile {
    height: 15rem;
    width: 15rem;
    border-radius: 50%
}

.circle-mobile {
    height: 20rem;
    width: 20rem;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.hover\:text-transparent:hover, .text-transparent {
    color: transparent;
}

.hover\:text-black:hover, .text-black {
    color: #000;
}

.hover\:text-white:hover, .text-white {
    color: #fff;
}

.hover\:text-red:hover, .text-red {
    color: #e52207;
}

.hover\:text-orange:hover, .text-orange {
    color: #e66f0e;
}

.hover\:text-gold:hover, .text-gold {
    color: #ffbe2e;
}

.hover\:text-yellow:hover, .text-yellow {
    color: #fee685;
}

.hover\:text-green:hover, .text-green {
    color: #538200;
}

.hover\:text-mint:hover, .text-mint {
    color: #04c585;
}

.hover\:text-cyan:hover, .text-cyan {
    color: #009ec1;
}

.hover\:text-blue:hover, .text-blue {
    color: #0076d6;
}

.hover\:text-indigo:hover, .text-indigo {
    color: #676cc8;
}

.hover\:text-violet:hover, .text-violet {
    color: #8168b3;
}

.hover\:text-magenta:hover, .text-magenta {
    color: #d72d79;
}

.hover\:text-gray-5:hover, .text-gray-5 {
    color: #f0f0f0;
}

.hover\:text-gray-10:hover, .text-gray-10 {
    color: #e6e6e6;
}

.hover\:text-gray-30:hover, .text-gray-30 {
    color: #adadad;
}

.hover\:text-gray-50:hover, .text-gray-50 {
    color: #757575;
}

.hover\:text-gray-70:hover, .text-gray-70 {
    color: #454545;
}

.hover\:text-gray-90:hover, .text-gray-90 {
    color: #1b1b1b;
}

.hover\:text-base-lightest:hover, .text-base-lightest {
    color: #f0f0f0;
}

.hover\:text-base-lighter:hover, .text-base-lighter {
    color: #dfe1e2;
}

.hover\:text-base-light:hover, .text-base-light {
    color: #a9aeb1;
}

.hover\:text-base:hover, .text-base {
    color: #71767a;
}

.hover\:text-base-dark:hover, .text-base-dark {
    color: #565c65;
}

.hover\:text-base-darker:hover, .text-base-darker {
    color: #3d4551;
}

.hover\:text-base-darkest:hover, .hover\:text-ink:hover, .text-base-darkest, .text-ink {
    color: #1b1b1b;
}

.hover\:text-primary-lighter:hover, .text-primary-lighter {
    color: #d9e8f6;
}

.hover\:text-primary-light:hover, .text-primary-light {
    color: #73b3e7;
}

.hover\:text-primary:hover, .text-primary {
    color: #005ea2;
}

.hover\:text-primary-vivid:hover, .text-primary-vivid {
    color: #0050d8;
}

.hover\:text-primary-dark:hover, .text-primary-dark {
    color: #1a4480;
}

.hover\:text-primary-darker:hover, .text-primary-darker {
    color: #162e51;
}

.hover\:text-secondary-lighter:hover, .text-secondary-lighter {
    color: #f3e1e4;
}

.hover\:text-secondary-light:hover, .text-secondary-light {
    color: #f2938c;
}

.hover\:text-secondary:hover, .text-secondary {
    color: #d83933;
}

.hover\:text-secondary-vivid:hover, .text-secondary-vivid {
    color: #e41d3d;
}

.hover\:text-secondary-dark:hover, .text-secondary-dark {
    color: #b50909;
}

.hover\:text-secondary-darker:hover, .text-secondary-darker {
    color: #8b0a03;
}

.hover\:text-accent-warm-darker:hover, .text-accent-warm-darker {
    color: #775540;
}

.hover\:text-accent-warm-dark:hover, .text-accent-warm-dark {
    color: #c05600;
}

.hover\:text-accent-warm:hover, .text-accent-warm {
    color: #fa9441;
}

.hover\:text-accent-warm-light:hover, .text-accent-warm-light {
    color: #ffbc78;
}

.hover\:text-accent-warm-lighter:hover, .text-accent-warm-lighter {
    color: #f2e4d4;
}

.hover\:text-accent-cool-darker:hover, .text-accent-cool-darker {
    color: #07648d;
}

.hover\:text-accent-cool-dark:hover, .text-accent-cool-dark {
    color: #28a0cb;
}

.hover\:text-accent-cool:hover, .text-accent-cool {
    color: #00bde3;
}

.hover\:text-accent-cool-light:hover, .text-accent-cool-light {
    color: #97d4ea;
}

.hover\:text-accent-cool-lighter:hover, .text-accent-cool-lighter {
    color: #e1f3f8;
}

.cursor-auto {
    cursor: auto;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-wait {
    cursor: wait;
}

.cursor-move {
    cursor: move;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.display-block {
    display: block;
}

.display-flex {
    display: flex;
}

.display-none {
    display: none;
}

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.display-inline-flex {
    display: inline-flex;
}

.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
}

.display-table-row {
    display: table-row;
}

.flex-1 {
    flex: 1 1 0%
}

.flex-2 {
    flex: 2 1 0%
}

.flex-3 {
    flex: 3 1 0%
}

.flex-4 {
    flex: 4 1 0%
}

.flex-5 {
    flex: 5 1 0%
}

.flex-6 {
    flex: 6 1 0%
}

.flex-7 {
    flex: 7 1 0%
}

.flex-8 {
    flex: 8 1 0%
}

.flex-9 {
    flex: 9 1 0%
}

.flex-10 {
    flex: 10 1 0%
}

.flex-11 {
    flex: 11 1 0%
}

.flex-12 {
    flex: 12 1 0%
}

.flex-fill {
    flex: 1 1 0%
}

.flex-auto {
    flex: 0 1 auto;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-no-wrap {
    flex-wrap: nowrap;
}

.float-left {
    float: left;
}

.float-none {
    float: none;
}

.float-right {
    float: right;
}

.font-mono-3xs {
    font-size: .77rem;
}

.font-mono-2xs {
    font-size: .83rem;
}

.font-mono-xs {
    font-size: .89rem;
}

.font-mono-sm {
    font-size: .95rem;
}

.font-mono-md {
    font-size: 1.01rem;
}

.font-mono-lg {
    font-size: 1.31rem;
}

.font-mono-xl {
    font-size: 1.91rem;
}

.font-mono-2xl {
    font-size: 2.38rem;
}

.font-mono-3xl {
    font-size: 2.86rem;
}

.font-sans-3xs {
    font-size: .87rem;
}

.font-sans-2xs {
    font-size: .93rem;
}

.font-sans-xs {
    font-size: 1rem;
}

.font-sans-sm {
    font-size: 1.06rem;
}

.font-sans-md {
    font-size: 1.13rem;
}

.font-sans-lg {
    font-size: 1.46rem;
}

.font-sans-xl {
    font-size: 2.13rem;
}

.font-sans-2xl {
    font-size: 2.66rem;
}

.font-sans-3xl {
    font-size: 3.19rem;
}

.font-serif-3xs {
    font-size: .79rem;
}

.font-serif-2xs {
    font-size: .85rem;
}

.font-serif-xs {
    font-size: .91rem;
}

.font-serif-sm {
    font-size: .98rem;
}

.font-serif-md {
    font-size: 1.04rem;
}

.font-serif-lg {
    font-size: 1.34rem;
}

.font-serif-xl {
    font-size: 1.95rem;
}

.font-serif-2xl {
    font-size: 2.44rem;
}

.font-serif-3xl {
    font-size: 2.93rem;
}

.font-heading-3xs {
    font-size: .79rem;
}

.font-heading-2xs {
    font-size: .85rem;
}

.font-heading-xs {
    font-size: .91rem;
}

.font-heading-sm {
    font-size: .98rem;
}

.font-heading-md {
    font-size: 1.04rem;
}

.font-heading-lg {
    font-size: 1.34rem;
}

.font-heading-xl {
    font-size: 1.95rem;
}

.font-heading-2xl {
    font-size: 2.44rem;
}

.font-heading-3xl {
    font-size: 2.93rem;
}

.font-body-3xs {
    font-size: .87rem;
}

.font-body-2xs {
    font-size: .93rem;
}

.font-body-xs {
    font-size: 1rem;
}

.font-body-sm {
    font-size: 1.06rem;
}

.font-body-md {
    font-size: 1.13rem;
}

.font-body-lg {
    font-size: 1.46rem;
}

.font-body-xl {
    font-size: 2.13rem;
}

.font-body-2xl {
    font-size: 2.66rem;
}

.font-body-3xl {
    font-size: 3.19rem;
}

.font-code-3xs {
    font-size: .77rem;
}

.font-code-2xs {
    font-size: .83rem;
}

.font-code-xs {
    font-size: .89rem;
}

.font-code-sm {
    font-size: .95rem;
}

.font-code-md {
    font-size: 1.01rem;
}

.font-code-lg {
    font-size: 1.31rem;
}

.font-code-xl {
    font-size: 1.91rem;
}

.font-code-2xl {
    font-size: 2.38rem;
}

.font-code-3xl {
    font-size: 2.86rem;
}

.font-alt-3xs {
    font-size: .79rem;
}

.font-alt-2xs {
    font-size: .85rem;
}

.font-alt-xs {
    font-size: .91rem;
}

.font-alt-sm {
    font-size: .98rem;
}

.font-alt-md {
    font-size: 1.04rem;
}

.font-alt-lg {
    font-size: 1.34rem;
}

.font-alt-xl {
    font-size: 1.95rem;
}

.font-alt-2xl {
    font-size: 2.44rem;
}

.font-alt-3xl {
    font-size: 2.93rem;
}

.font-ui-3xs {
    font-size: .87rem;
}

.font-ui-2xs {
    font-size: .93rem;
}

.font-ui-xs {
    font-size: 1rem;
}

.font-ui-sm {
    font-size: 1.06rem;
}

.font-ui-md {
    font-size: 1.13rem;
}

.font-ui-lg {
    font-size: 1.46rem;
}

.font-ui-xl {
    font-size: 2.13rem;
}

.font-ui-2xl {
    font-size: 2.66rem;
}

.font-ui-3xl {
    font-size: 3.19rem;
}

.font-family-mono {
    font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

.font-family-sans {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.font-family-serif {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

.font-family-ui {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.font-family-heading {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

.font-family-body {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.font-family-code {
    font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

.font-family-alt {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

.text-tabular {
    font-feature-settings: "tnum" 1, "kern" 1;
}

.text-no-tabular {
    font-feature-settings: "kern" 1;
}

.text-italic {
    font-style: italic;
}

.text-no-italic {
    font-style: normal;
}

.text-light {
    font-weight: 300;
}

.text-normal {
    font-weight: 400;
}

.text-bold {
    font-weight: 700;
}

.height-1px {
    height: 1px;
}

.height-2px {
    height: 2px;
}

.height-05 {
    height: .25rem;
}

.height-1 {
    height: .5rem;
}

.height-105 {
    height: .75rem;
}

.height-2 {
    height: 1rem;
}

.height-205 {
    height: 1.25rem;
}

.height-3 {
    height: 1.5rem;
}

.height-4 {
    height: 2rem;
}

.height-5 {
    height: 2.5rem;
}

.height-6 {
    height: 3rem;
}

.height-7 {
    height: 3.5rem;
}

.height-8 {
    height: 4rem;
}

.height-9 {
    height: 4.5rem;
}

.height-10 {
    height: 5rem;
}

.height-15 {
    height: 7.5rem;
}

.height-card {
    height: 10rem;
}

.height-card-lg {
    height: 15rem;
}

.height-mobile {
    height: 20rem;
}

.height-0 {
    height: 0;
}

.height-auto {
    height: auto;
}

.height-full {
    height: 100%
}

.height-viewport {
    height: 100vh;
}

.flex-justify-center {
    justify-content: center;
}

.flex-justify-start {
    justify-content: flex-start;
}

.flex-justify-end {
    justify-content: flex-end;
}

.flex-justify {
    justify-content: space-between;
}

.left-1px {
    left: 1px;
}

.left-2px {
    left: 2px;
}

.left-05 {
    left: .25rem;
}

.left-1 {
    left: .5rem;
}

.left-105 {
    left: .75rem;
}

.left-2 {
    left: 1rem;
}

.left-205 {
    left: 1.25rem;
}

.left-3 {
    left: 1.5rem;
}

.left-neg-1px {
    left: -1px;
}

.left-neg-2px {
    left: -2px;
}

.left-neg-05 {
    left: -.25rem;
}

.left-neg-1 {
    left: -.5rem;
}

.left-neg-105 {
    left: -.75rem;
}

.left-neg-2 {
    left: -1rem;
}

.left-neg-205 {
    left: -1.25rem;
}

.left-neg-3 {
    left: -1.5rem;
}

.left-0 {
    left: 0;
}

.left-auto {
    left: auto;
}

.text-ls-auto {
    letter-spacing: initial;
}

.text-ls-neg-3 {
    letter-spacing: -.03em;
}

.text-ls-neg-2 {
    letter-spacing: -.02em;
}

.text-ls-neg-1 {
    letter-spacing: -.01em;
}

.text-ls-1 {
    letter-spacing: .025em;
}

.text-ls-2 {
    letter-spacing: .1em;
}

.text-ls-3 {
    letter-spacing: .15em;
}

.line-height-sans-1 {
    line-height: .9;
}

.line-height-sans-2 {
    line-height: 1.1;
}

.line-height-sans-3 {
    line-height: 1.3;
}

.line-height-sans-4 {
    line-height: 1.4;
}

.line-height-sans-5 {
    line-height: 1.5;
}

.line-height-sans-6 {
    line-height: 1.6;
}

.line-height-serif-1 {
    line-height: 1;
}

.line-height-serif-2 {
    line-height: 1.2;
}

.line-height-serif-3 {
    line-height: 1.4;
}

.line-height-serif-4 {
    line-height: 1.5;
}

.line-height-serif-5 {
    line-height: 1.7;
}

.line-height-serif-6 {
    line-height: 1.8;
}

.line-height-mono-1 {
    line-height: 1;
}

.line-height-mono-2 {
    line-height: 1.3;
}

.line-height-mono-3 {
    line-height: 1.4;
}

.line-height-mono-4 {
    line-height: 1.6;
}

.line-height-mono-5 {
    line-height: 1.7;
}

.line-height-mono-6 {
    line-height: 1.8;
}

.line-height-heading-1 {
    line-height: 1;
}

.line-height-heading-2 {
    line-height: 1.2;
}

.line-height-heading-3 {
    line-height: 1.4;
}

.line-height-heading-4 {
    line-height: 1.5;
}

.line-height-heading-5 {
    line-height: 1.7;
}

.line-height-heading-6 {
    line-height: 1.8;
}

.line-height-ui-1 {
    line-height: .9;
}

.line-height-ui-2 {
    line-height: 1.1;
}

.line-height-ui-3 {
    line-height: 1.3;
}

.line-height-ui-4 {
    line-height: 1.4;
}

.line-height-ui-5 {
    line-height: 1.5;
}

.line-height-ui-6 {
    line-height: 1.6;
}

.line-height-body-1 {
    line-height: .9;
}

.line-height-body-2 {
    line-height: 1.1;
}

.line-height-body-3 {
    line-height: 1.3;
}

.line-height-body-4 {
    line-height: 1.4;
}

.line-height-body-5 {
    line-height: 1.5;
}

.line-height-body-6 {
    line-height: 1.6;
}

.line-height-code-1 {
    line-height: 1;
}

.line-height-code-2 {
    line-height: 1.3;
}

.line-height-code-3 {
    line-height: 1.4;
}

.line-height-code-4 {
    line-height: 1.6;
}

.line-height-code-5 {
    line-height: 1.7;
}

.line-height-code-6 {
    line-height: 1.8;
}

.line-height-alt-1 {
    line-height: 1;
}

.line-height-alt-2 {
    line-height: 1.2;
}

.line-height-alt-3 {
    line-height: 1.4;
}

.line-height-alt-4 {
    line-height: 1.5;
}

.line-height-alt-5 {
    line-height: 1.7;
}

.line-height-alt-6 {
    line-height: 1.8;
}

.margin-neg-1px {
    margin: -1px;
}

.margin-neg-2px {
    margin: -2px;
}

.margin-neg-05 {
    margin: -.25rem;
}

.margin-neg-1 {
    margin: -.5rem;
}

.margin-neg-105 {
    margin: -.75rem;
}

.margin-neg-2 {
    margin: -1rem;
}

.margin-neg-205 {
    margin: -1.25rem;
}

.margin-neg-3 {
    margin: -1.5rem;
}

.margin-1px {
    margin: 1px;
}

.margin-2px {
    margin: 2px;
}

.margin-05 {
    margin: .25rem;
}

.margin-1 {
    margin: .5rem;
}

.margin-105 {
    margin: .75rem;
}

.margin-2 {
    margin: 1rem;
}

.margin-205 {
    margin: 1.25rem;
}

.margin-3 {
    margin: 1.5rem;
}

.margin-4 {
    margin: 2rem;
}

.margin-5 {
    margin: 2.5rem;
}

.margin-6 {
    margin: 3rem;
}

.margin-7 {
    margin: 3.5rem;
}

.margin-8 {
    margin: 4rem;
}

.margin-9 {
    margin: 4.5rem;
}

.margin-10 {
    margin: 5rem;
}

.margin-15 {
    margin: 7.5rem;
}

.margin-05em {
    margin: .5em;
}

.margin-1em {
    margin: 1em;
}

.margin-105em {
    margin: 1.5em;
}

.margin-2em {
    margin: 2em;
}

.margin-0 {
    margin: 0;
}

.margin-y-1px {
    margin-bottom: 1px;
}

.margin-top-1px, .margin-y-1px {
    margin-top: 1px;
}

.margin-bottom-1px {
    margin-bottom: 1px;
}

.margin-y-2px {
    margin-bottom: 2px;
}

.margin-top-2px, .margin-y-2px {
    margin-top: 2px;
}

.margin-bottom-2px {
    margin-bottom: 2px;
}

.margin-y-05 {
    margin-bottom: .25rem;
}

.margin-top-05, .margin-y-05 {
    margin-top: .25rem;
}

.margin-bottom-05 {
    margin-bottom: .25rem;
}

.margin-y-1 {
    margin-bottom: .5rem;
}

.margin-top-1, .margin-y-1 {
    margin-top: .5rem;
}

.margin-bottom-1 {
    margin-bottom: .5rem;
}

.margin-y-105 {
    margin-bottom: .75rem;
}

.margin-top-105, .margin-y-105 {
    margin-top: .75rem;
}

.margin-bottom-105 {
    margin-bottom: .75rem;
}

.margin-y-2 {
    margin-bottom: 1rem;
}

.margin-top-2, .margin-y-2 {
    margin-top: 1rem;
}

.margin-bottom-2 {
    margin-bottom: 1rem;
}

.margin-y-205 {
    margin-bottom: 1.25rem;
}

.margin-top-205, .margin-y-205 {
    margin-top: 1.25rem;
}

.margin-bottom-205 {
    margin-bottom: 1.25rem;
}

.margin-y-3 {
    margin-bottom: 1.5rem;
}

.margin-top-3, .margin-y-3 {
    margin-top: 1.5rem;
}

.margin-bottom-3 {
    margin-bottom: 1.5rem;
}

.margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
}

.margin-top-neg-1px {
    margin-top: -1px;
}

.margin-bottom-neg-1px {
    margin-bottom: -1px;
}

.margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
}

.margin-top-neg-2px {
    margin-top: -2px;
}

.margin-bottom-neg-2px {
    margin-bottom: -2px;
}

.margin-y-neg-05 {
    margin-bottom: -.25rem;
}

.margin-top-neg-05, .margin-y-neg-05 {
    margin-top: -.25rem;
}

.margin-bottom-neg-05 {
    margin-bottom: -.25rem;
}

.margin-y-neg-1 {
    margin-bottom: -.5rem;
}

.margin-top-neg-1, .margin-y-neg-1 {
    margin-top: -.5rem;
}

.margin-bottom-neg-1 {
    margin-bottom: -.5rem;
}

.margin-y-neg-105 {
    margin-bottom: -.75rem;
}

.margin-top-neg-105, .margin-y-neg-105 {
    margin-top: -.75rem;
}

.margin-bottom-neg-105 {
    margin-bottom: -.75rem;
}

.margin-y-neg-2 {
    margin-bottom: -1rem;
}

.margin-top-neg-2, .margin-y-neg-2 {
    margin-top: -1rem;
}

.margin-bottom-neg-2 {
    margin-bottom: -1rem;
}

.margin-y-neg-205 {
    margin-bottom: -1.25rem;
}

.margin-top-neg-205, .margin-y-neg-205 {
    margin-top: -1.25rem;
}

.margin-bottom-neg-205 {
    margin-bottom: -1.25rem;
}

.margin-y-neg-3 {
    margin-bottom: -1.5rem;
}

.margin-top-neg-3, .margin-y-neg-3 {
    margin-top: -1.5rem;
}

.margin-bottom-neg-3 {
    margin-bottom: -1.5rem;
}

.margin-y-4 {
    margin-bottom: 2rem;
}

.margin-top-4, .margin-y-4 {
    margin-top: 2rem;
}

.margin-bottom-4 {
    margin-bottom: 2rem;
}

.margin-y-5 {
    margin-bottom: 2.5rem;
}

.margin-top-5, .margin-y-5 {
    margin-top: 2.5rem;
}

.margin-bottom-5 {
    margin-bottom: 2.5rem;
}

.margin-y-6 {
    margin-bottom: 3rem;
}

.margin-top-6, .margin-y-6 {
    margin-top: 3rem;
}

.margin-bottom-6 {
    margin-bottom: 3rem;
}

.margin-y-7 {
    margin-bottom: 3.5rem;
}

.margin-top-7, .margin-y-7 {
    margin-top: 3.5rem;
}

.margin-bottom-7 {
    margin-bottom: 3.5rem;
}

.margin-y-8 {
    margin-bottom: 4rem;
}

.margin-top-8, .margin-y-8 {
    margin-top: 4rem;
}

.margin-bottom-8 {
    margin-bottom: 4rem;
}

.margin-y-9 {
    margin-bottom: 4.5rem;
}

.margin-top-9, .margin-y-9 {
    margin-top: 4.5rem;
}

.margin-bottom-9 {
    margin-bottom: 4.5rem;
}

.margin-y-10 {
    margin-bottom: 5rem;
}

.margin-top-10, .margin-y-10 {
    margin-top: 5rem;
}

.margin-bottom-10 {
    margin-bottom: 5rem;
}

.margin-y-15 {
    margin-bottom: 7.5rem;
}

.margin-top-15, .margin-y-15 {
    margin-top: 7.5rem;
}

.margin-bottom-15 {
    margin-bottom: 7.5rem;
}

.margin-y-05em {
    margin-bottom: .5em;
}

.margin-top-05em, .margin-y-05em {
    margin-top: .5em;
}

.margin-bottom-05em {
    margin-bottom: .5em;
}

.margin-y-1em {
    margin-bottom: 1em;
}

.margin-top-1em, .margin-y-1em {
    margin-top: 1em;
}

.margin-bottom-1em {
    margin-bottom: 1em;
}

.margin-y-105em {
    margin-bottom: 1.5em;
}

.margin-top-105em, .margin-y-105em {
    margin-top: 1.5em;
}

.margin-bottom-105em {
    margin-bottom: 1.5em;
}

.margin-y-2em {
    margin-bottom: 2em;
}

.margin-top-2em, .margin-y-2em {
    margin-top: 2em;
}

.margin-bottom-2em {
    margin-bottom: 2em;
}

.margin-y-0 {
    margin-bottom: 0;
}

.margin-top-0, .margin-y-0 {
    margin-top: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-y-auto {
    margin-bottom: auto;
}

.margin-top-auto, .margin-y-auto {
    margin-top: auto;
}

.margin-bottom-auto {
    margin-bottom: auto;
}

.margin-x-1px {
    margin-left: 1px;
}

.margin-right-1px, .margin-x-1px {
    margin-right: 1px;
}

.margin-left-1px {
    margin-left: 1px;
}

.margin-x-2px {
    margin-left: 2px;
}

.margin-right-2px, .margin-x-2px {
    margin-right: 2px;
}

.margin-left-2px {
    margin-left: 2px;
}

.margin-x-05 {
    margin-left: .25rem;
}

.margin-right-05, .margin-x-05 {
    margin-right: .25rem;
}

.margin-left-05 {
    margin-left: .25rem;
}

.margin-x-1 {
    margin-left: .5rem;
}

.margin-right-1, .margin-x-1 {
    margin-right: .5rem;
}

.margin-left-1 {
    margin-left: .5rem;
}

.margin-x-105 {
    margin-left: .75rem;
}

.margin-right-105, .margin-x-105 {
    margin-right: .75rem;
}

.margin-left-105 {
    margin-left: .75rem;
}

.margin-x-2 {
    margin-left: 1rem;
}

.margin-right-2, .margin-x-2 {
    margin-right: 1rem;
}

.margin-left-2 {
    margin-left: 1rem;
}

.margin-x-205 {
    margin-left: 1.25rem;
}

.margin-right-205, .margin-x-205 {
    margin-right: 1.25rem;
}

.margin-left-205 {
    margin-left: 1.25rem;
}

.margin-x-3 {
    margin-left: 1.5rem;
}

.margin-right-3, .margin-x-3 {
    margin-right: 1.5rem;
}

.margin-left-3 {
    margin-left: 1.5rem;
}

.margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
}

.margin-right-neg-1px {
    margin-right: -1px;
}

.margin-left-neg-1px {
    margin-left: -1px;
}

.margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
}

.margin-right-neg-2px {
    margin-right: -2px;
}

.margin-left-neg-2px {
    margin-left: -2px;
}

.margin-x-neg-05 {
    margin-left: -.25rem;
}

.margin-right-neg-05, .margin-x-neg-05 {
    margin-right: -.25rem;
}

.margin-left-neg-05 {
    margin-left: -.25rem;
}

.margin-x-neg-1 {
    margin-left: -.5rem;
}

.margin-right-neg-1, .margin-x-neg-1 {
    margin-right: -.5rem;
}

.margin-left-neg-1 {
    margin-left: -.5rem;
}

.margin-x-neg-105 {
    margin-left: -.75rem;
}

.margin-right-neg-105, .margin-x-neg-105 {
    margin-right: -.75rem;
}

.margin-left-neg-105 {
    margin-left: -.75rem;
}

.margin-x-neg-2 {
    margin-left: -1rem;
}

.margin-right-neg-2, .margin-x-neg-2 {
    margin-right: -1rem;
}

.margin-left-neg-2 {
    margin-left: -1rem;
}

.margin-x-neg-205 {
    margin-left: -1.25rem;
}

.margin-right-neg-205, .margin-x-neg-205 {
    margin-right: -1.25rem;
}

.margin-left-neg-205 {
    margin-left: -1.25rem;
}

.margin-x-neg-3 {
    margin-left: -1.5rem;
}

.margin-right-neg-3, .margin-x-neg-3 {
    margin-right: -1.5rem;
}

.margin-left-neg-3 {
    margin-left: -1.5rem;
}

.margin-x-4 {
    margin-left: 2rem;
}

.margin-right-4, .margin-x-4 {
    margin-right: 2rem;
}

.margin-left-4 {
    margin-left: 2rem;
}

.margin-x-5 {
    margin-left: 2.5rem;
}

.margin-right-5, .margin-x-5 {
    margin-right: 2.5rem;
}

.margin-left-5 {
    margin-left: 2.5rem;
}

.margin-x-6 {
    margin-left: 3rem;
}

.margin-right-6, .margin-x-6 {
    margin-right: 3rem;
}

.margin-left-6 {
    margin-left: 3rem;
}

.margin-x-7 {
    margin-left: 3.5rem;
}

.margin-right-7, .margin-x-7 {
    margin-right: 3.5rem;
}

.margin-left-7 {
    margin-left: 3.5rem;
}

.margin-x-8 {
    margin-left: 4rem;
}

.margin-right-8, .margin-x-8 {
    margin-right: 4rem;
}

.margin-left-8 {
    margin-left: 4rem;
}

.margin-x-9 {
    margin-left: 4.5rem;
}

.margin-right-9, .margin-x-9 {
    margin-right: 4.5rem;
}

.margin-left-9 {
    margin-left: 4.5rem;
}

.margin-x-10 {
    margin-left: 5rem;
}

.margin-right-10, .margin-x-10 {
    margin-right: 5rem;
}

.margin-left-10 {
    margin-left: 5rem;
}

.margin-x-15 {
    margin-left: 7.5rem;
}

.margin-right-15, .margin-x-15 {
    margin-right: 7.5rem;
}

.margin-left-15 {
    margin-left: 7.5rem;
}

.margin-x-card {
    margin-left: 10rem;
}

.margin-right-card, .margin-x-card {
    margin-right: 10rem;
}

.margin-left-card {
    margin-left: 10rem;
}

.margin-x-card-lg {
    margin-left: 15rem;
}

.margin-right-card-lg, .margin-x-card-lg {
    margin-right: 15rem;
}

.margin-left-card-lg {
    margin-left: 15rem;
}

.margin-x-mobile {
    margin-left: 20rem;
}

.margin-right-mobile, .margin-x-mobile {
    margin-right: 20rem;
}

.margin-left-mobile {
    margin-left: 20rem;
}

.margin-x-05em {
    margin-left: .5em;
}

.margin-right-05em, .margin-x-05em {
    margin-right: .5em;
}

.margin-left-05em {
    margin-left: .5em;
}

.margin-x-1em {
    margin-left: 1em;
}

.margin-right-1em, .margin-x-1em {
    margin-right: 1em;
}

.margin-left-1em {
    margin-left: 1em;
}

.margin-x-105em {
    margin-left: 1.5em;
}

.margin-right-105em, .margin-x-105em {
    margin-right: 1.5em;
}

.margin-left-105em {
    margin-left: 1.5em;
}

.margin-x-2em {
    margin-left: 2em;
}

.margin-right-2em, .margin-x-2em {
    margin-right: 2em;
}

.margin-left-2em {
    margin-left: 2em;
}

.margin-x-0 {
    margin-left: 0;
}

.margin-right-0, .margin-x-0 {
    margin-right: 0;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-x-auto {
    margin-left: auto;
}

.margin-right-auto, .margin-x-auto {
    margin-right: auto;
}

.margin-left-auto {
    margin-left: auto;
}

.maxh-05 {
    max-height: .25rem;
}

.maxh-1 {
    max-height: .5rem;
}

.maxh-105 {
    max-height: .75rem;
}

.maxh-2 {
    max-height: 1rem;
}

.maxh-205 {
    max-height: 1.25rem;
}

.maxh-3 {
    max-height: 1.5rem;
}

.maxh-4 {
    max-height: 2rem;
}

.maxh-5 {
    max-height: 2.5rem;
}

.maxh-6 {
    max-height: 3rem;
}

.maxh-7 {
    max-height: 3.5rem;
}

.maxh-8 {
    max-height: 4rem;
}

.maxh-9 {
    max-height: 4.5rem;
}

.maxh-10 {
    max-height: 5rem;
}

.maxh-15 {
    max-height: 7.5rem;
}

.maxh-card {
    max-height: 10rem;
}

.maxh-card-lg {
    max-height: 15rem;
}

.maxh-mobile {
    max-height: 20rem;
}

.maxh-mobile-lg {
    max-height: 30rem;
}

.maxh-tablet {
    max-height: 40rem;
}

.maxh-tablet-lg {
    max-height: 55rem;
}

.maxh-none {
    max-height: none;
}

.maxh-viewport {
    max-height: 100vh;
}

.maxw-05 {
    max-width: .25rem;
}

.maxw-1 {
    max-width: .5rem;
}

.maxw-105 {
    max-width: .75rem;
}

.maxw-2 {
    max-width: 1rem;
}

.maxw-205 {
    max-width: 1.25rem;
}

.maxw-3 {
    max-width: 1.5rem;
}

.maxw-4 {
    max-width: 2rem;
}

.maxw-5 {
    max-width: 2.5rem;
}

.maxw-6 {
    max-width: 3rem;
}

.maxw-7 {
    max-width: 3.5rem;
}

.maxw-8 {
    max-width: 4rem;
}

.maxw-9 {
    max-width: 4.5rem;
}

.maxw-10 {
    max-width: 5rem;
}

.maxw-15 {
    max-width: 7.5rem;
}

.maxw-card {
    max-width: 10rem;
}

.maxw-card-lg {
    max-width: 15rem;
}

.maxw-mobile {
    max-width: 20rem;
}

.maxw-mobile-lg {
    max-width: 30rem;
}

.maxw-tablet {
    max-width: 40rem;
}

.maxw-tablet-lg {
    max-width: 55rem;
}

.maxw-desktop {
    max-width: 64rem;
}

.maxw-desktop-lg {
    max-width: 75rem;
}

.maxw-widescreen {
    max-width: 87.5rem;
}

.maxw-none {
    max-width: none;
}

.maxw-full {
    max-width: 100%
}

.measure-1 {
    max-width: 44ex;
}

.measure-2 {
    max-width: 60ex;
}

.measure-3 {
    max-width: 64ex;
}

.measure-4 {
    max-width: 68ex;
}

.measure-5 {
    max-width: 72ex;
}

.measure-6 {
    max-width: 88ex;
}

.measure-none {
    max-width: none;
}

.minh-1px {
    min-height: 1px;
}

.minh-2px {
    min-height: 2px;
}

.minh-05 {
    min-height: .25rem;
}

.minh-1 {
    min-height: .5rem;
}

.minh-105 {
    min-height: .75rem;
}

.minh-2 {
    min-height: 1rem;
}

.minh-205 {
    min-height: 1.25rem;
}

.minh-3 {
    min-height: 1.5rem;
}

.minh-4 {
    min-height: 2rem;
}

.minh-5 {
    min-height: 2.5rem;
}

.minh-6 {
    min-height: 3rem;
}

.minh-7 {
    min-height: 3.5rem;
}

.minh-8 {
    min-height: 4rem;
}

.minh-9 {
    min-height: 4.5rem;
}

.minh-10 {
    min-height: 5rem;
}

.minh-15 {
    min-height: 7.5rem;
}

.minh-card {
    min-height: 10rem;
}

.minh-card-lg {
    min-height: 15rem;
}

.minh-mobile {
    min-height: 20rem;
}

.minh-mobile-lg {
    min-height: 30rem;
}

.minh-tablet {
    min-height: 40rem;
}

.minh-tablet-lg {
    min-height: 55rem;
}

.minh-0 {
    min-height: 0;
}

.minh-full {
    min-height: 100%
}

.minh-viewport {
    min-height: 100vh;
}

.minw-05 {
    min-width: .25rem;
}

.minw-1 {
    min-width: .5rem;
}

.minw-105 {
    min-width: .75rem;
}

.minw-2 {
    min-width: 1rem;
}

.minw-205 {
    min-width: 1.25rem;
}

.minw-3 {
    min-width: 1.5rem;
}

.minw-4 {
    min-width: 2rem;
}

.minw-5 {
    min-width: 2.5rem;
}

.minw-6 {
    min-width: 3rem;
}

.minw-7 {
    min-width: 3.5rem;
}

.minw-8 {
    min-width: 4rem;
}

.minw-9 {
    min-width: 4.5rem;
}

.minw-10 {
    min-width: 5rem;
}

.minw-15 {
    min-width: 7.5rem;
}

.minw-0 {
    min-width: 0;
}

.opacity-0 {
    opacity: 0;
}

.opacity-10 {
    opacity: .1;
}

.opacity-20 {
    opacity: .2;
}

.opacity-30 {
    opacity: .3;
}

.opacity-40 {
    opacity: .4;
}

.opacity-50 {
    opacity: .5;
}

.opacity-60 {
    opacity: .6;
}

.opacity-70 {
    opacity: .7;
}

.opacity-80 {
    opacity: .8;
}

.opacity-90 {
    opacity: .9;
}

.opacity-100 {
    opacity: 1;
}

.order-first {
    order: -1;
}

.order-last {
    order: 999;
}

.order-initial {
    order: initial;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.outline-1px {
    outline: 1px solid;
}

.outline-2px {
    outline: 2px solid;
}

.outline-0 {
    outline: 0 solid;
}

.outline-05 {
    outline: .25rem solid;
}

.outline-transparent {
    outline-color: transparent;
}

.outline-black {
    outline-color: #000;
}

.outline-white {
    outline-color: #fff;
}

.outline-red {
    outline-color: #e52207;
}

.outline-orange {
    outline-color: #e66f0e;
}

.outline-gold {
    outline-color: #ffbe2e;
}

.outline-yellow {
    outline-color: #fee685;
}

.outline-green {
    outline-color: #538200;
}

.outline-mint {
    outline-color: #04c585;
}

.outline-cyan {
    outline-color: #009ec1;
}

.outline-blue {
    outline-color: #0076d6;
}

.outline-indigo {
    outline-color: #676cc8;
}

.outline-violet {
    outline-color: #8168b3;
}

.outline-magenta {
    outline-color: #d72d79;
}

.outline-gray-5 {
    outline-color: #f0f0f0;
}

.outline-gray-10 {
    outline-color: #e6e6e6;
}

.outline-gray-30 {
    outline-color: #adadad;
}

.outline-gray-50 {
    outline-color: #757575;
}

.outline-gray-70 {
    outline-color: #454545;
}

.outline-gray-90 {
    outline-color: #1b1b1b;
}

.outline-base-lightest {
    outline-color: #f0f0f0;
}

.outline-base-lighter {
    outline-color: #dfe1e2;
}

.outline-base-light {
    outline-color: #a9aeb1;
}

.outline-base {
    outline-color: #71767a;
}

.outline-base-dark {
    outline-color: #565c65;
}

.outline-base-darker {
    outline-color: #3d4551;
}

.outline-base-darkest, .outline-ink {
    outline-color: #1b1b1b;
}

.outline-primary-lighter {
    outline-color: #d9e8f6;
}

.outline-primary-light {
    outline-color: #73b3e7;
}

.outline-primary {
    outline-color: #005ea2;
}

.outline-primary-vivid {
    outline-color: #0050d8;
}

.outline-primary-dark {
    outline-color: #1a4480;
}

.outline-primary-darker {
    outline-color: #162e51;
}

.outline-secondary-lighter {
    outline-color: #f3e1e4;
}

.outline-secondary-light {
    outline-color: #f2938c;
}

.outline-secondary {
    outline-color: #d83933;
}

.outline-secondary-vivid {
    outline-color: #e41d3d;
}

.outline-secondary-dark {
    outline-color: #b50909;
}

.outline-secondary-darker {
    outline-color: #8b0a03;
}

.outline-accent-warm-darker {
    outline-color: #775540;
}

.outline-accent-warm-dark {
    outline-color: #c05600;
}

.outline-accent-warm {
    outline-color: #fa9441;
}

.outline-accent-warm-light {
    outline-color: #ffbc78;
}

.outline-accent-warm-lighter {
    outline-color: #f2e4d4;
}

.outline-accent-cool-darker {
    outline-color: #07648d;
}

.outline-accent-cool-dark {
    outline-color: #28a0cb;
}

.outline-accent-cool {
    outline-color: #00bde3;
}

.outline-accent-cool-light {
    outline-color: #97d4ea;
}

.outline-accent-cool-lighter {
    outline-color: #e1f3f8;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-auto {
    overflow: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-visible {
    overflow: visible;
}

.overflow-y-visible {
    overflow-y: visible;
}

.overflow-x-visible {
    overflow-x: visible;
}

.padding-1px {
    padding: 1px;
}

.padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
}

.padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
}

.padding-top-1px {
    padding-top: 1px;
}

.padding-right-1px {
    padding-right: 1px;
}

.padding-bottom-1px {
    padding-bottom: 1px;
}

.padding-left-1px {
    padding-left: 1px;
}

.padding-2px {
    padding: 2px;
}

.padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
}

.padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
}

.padding-top-2px {
    padding-top: 2px;
}

.padding-right-2px {
    padding-right: 2px;
}

.padding-bottom-2px {
    padding-bottom: 2px;
}

.padding-left-2px {
    padding-left: 2px;
}

.padding-05 {
    padding: .25rem;
}

.padding-y-05 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.padding-x-05 {
    padding-left: .25rem;
    padding-right: .25rem;
}

.padding-top-05 {
    padding-top: .25rem;
}

.padding-right-05 {
    padding-right: .25rem;
}

.padding-bottom-05 {
    padding-bottom: .25rem;
}

.padding-left-05 {
    padding-left: .25rem;
}

.padding-1 {
    padding: .5rem;
}

.padding-y-1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.padding-x-1 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.padding-top-1 {
    padding-top: .5rem;
}

.padding-right-1 {
    padding-right: .5rem;
}

.padding-bottom-1 {
    padding-bottom: .5rem;
}

.padding-left-1 {
    padding-left: .5rem;
}

.padding-105 {
    padding: .75rem;
}

.padding-y-105 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.padding-x-105 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.padding-top-105 {
    padding-top: .75rem;
}

.padding-right-105 {
    padding-right: .75rem;
}

.padding-bottom-105 {
    padding-bottom: .75rem;
}

.padding-left-105 {
    padding-left: .75rem;
}

.padding-2 {
    padding: 1rem;
}

.padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.padding-top-2 {
    padding-top: 1rem;
}

.padding-right-2 {
    padding-right: 1rem;
}

.padding-bottom-2 {
    padding-bottom: 1rem;
}

.padding-left-2 {
    padding-left: 1rem;
}

.padding-205 {
    padding: 1.25rem;
}

.padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.padding-top-205 {
    padding-top: 1.25rem;
}

.padding-right-205 {
    padding-right: 1.25rem;
}

.padding-bottom-205 {
    padding-bottom: 1.25rem;
}

.padding-left-205 {
    padding-left: 1.25rem;
}

.padding-3 {
    padding: 1.5rem;
}

.padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.padding-top-3 {
    padding-top: 1.5rem;
}

.padding-right-3 {
    padding-right: 1.5rem;
}

.padding-bottom-3 {
    padding-bottom: 1.5rem;
}

.padding-left-3 {
    padding-left: 1.5rem;
}

.padding-4 {
    padding: 2rem;
}

.padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.padding-top-4 {
    padding-top: 2rem;
}

.padding-right-4 {
    padding-right: 2rem;
}

.padding-bottom-4 {
    padding-bottom: 2rem;
}

.padding-left-4 {
    padding-left: 2rem;
}

.padding-5 {
    padding: 2.5rem;
}

.padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.padding-top-5 {
    padding-top: 2.5rem;
}

.padding-right-5 {
    padding-right: 2.5rem;
}

.padding-bottom-5 {
    padding-bottom: 2.5rem;
}

.padding-left-5 {
    padding-left: 2.5rem;
}

.padding-6 {
    padding: 3rem;
}

.padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.padding-top-6 {
    padding-top: 3rem;
}

.padding-right-6 {
    padding-right: 3rem;
}

.padding-bottom-6 {
    padding-bottom: 3rem;
}

.padding-left-6 {
    padding-left: 3rem;
}

.padding-7 {
    padding: 3.5rem;
}

.padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.padding-top-7 {
    padding-top: 3.5rem;
}

.padding-right-7 {
    padding-right: 3.5rem;
}

.padding-bottom-7 {
    padding-bottom: 3.5rem;
}

.padding-left-7 {
    padding-left: 3.5rem;
}

.padding-8 {
    padding: 4rem;
}

.padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.padding-top-8 {
    padding-top: 4rem;
}

.padding-right-8 {
    padding-right: 4rem;
}

.padding-bottom-8 {
    padding-bottom: 4rem;
}

.padding-left-8 {
    padding-left: 4rem;
}

.padding-9 {
    padding: 4.5rem;
}

.padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}

.padding-top-9 {
    padding-top: 4.5rem;
}

.padding-right-9 {
    padding-right: 4.5rem;
}

.padding-bottom-9 {
    padding-bottom: 4.5rem;
}

.padding-left-9 {
    padding-left: 4.5rem;
}

.padding-10 {
    padding: 5rem;
}

.padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.padding-top-10 {
    padding-top: 5rem;
}

.padding-right-10 {
    padding-right: 5rem;
}

.padding-bottom-10 {
    padding-bottom: 5rem;
}

.padding-left-10 {
    padding-left: 5rem;
}

.padding-15 {
    padding: 7.5rem;
}

.padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
}

.padding-top-15 {
    padding-top: 7.5rem;
}

.padding-right-15 {
    padding-right: 7.5rem;
}

.padding-bottom-15 {
    padding-bottom: 7.5rem;
}

.padding-left-15 {
    padding-left: 7.5rem;
}

.padding-0 {
    padding: 0;
}

.padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.padding-x-0 {
    padding-left: 0;
    padding-right: 0;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.pin-all {
    bottom: 0;
    top: 0;
}

.pin-all, .pin-x {
    left: 0;
    right: 0;
    position: absolute;
}

.pin-y {
    top: 0;
}

.pin-bottom, .pin-y {
    bottom: 0;
    position: absolute;
}

.pin-left {
    left: 0;
    position: absolute;
}

.pin-right {
    right: 0;
    position: absolute;
}

.pin-top {
    top: 0;
    position: absolute;
}

.pin-none {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    position: static;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.position-relative {
    position: relative;
}

.position-static {
    position: static;
}

.position-sticky {
    position: -webkit-sticky;
    position: sticky;
}

.right-1px {
    right: 1px;
}

.right-2px {
    right: 2px;
}

.right-05 {
    right: .25rem;
}

.right-1 {
    right: .5rem;
}

.right-105 {
    right: .75rem;
}

.right-2 {
    right: 1rem;
}

.right-205 {
    right: 1.25rem;
}

.right-3 {
    right: 1.5rem;
}

.right-neg-1px {
    right: -1px;
}

.right-neg-2px {
    right: -2px;
}

.right-neg-05 {
    right: -.25rem;
}

.right-neg-1 {
    right: -.5rem;
}

.right-neg-105 {
    right: -.75rem;
}

.right-neg-2 {
    right: -1rem;
}

.right-neg-205 {
    right: -1.25rem;
}

.right-neg-3 {
    right: -1.5rem;
}

.right-0 {
    right: 0;
}

.right-auto {
    right: auto;
}

.square-1px {
    height: 1px;
    width: 1px;
}

.square-2px {
    height: 2px;
    width: 2px;
}

.square-05 {
    height: .25rem;
    width: .25rem;
}

.square-1 {
    height: .5rem;
    width: .5rem;
}

.square-105 {
    height: .75rem;
    width: .75rem;
}

.square-2 {
    height: 1rem;
    width: 1rem;
}

.square-205 {
    height: 1.25rem;
    width: 1.25rem;
}

.square-3 {
    height: 1.5rem;
    width: 1.5rem;
}

.square-4 {
    height: 2rem;
    width: 2rem;
}

.square-5 {
    height: 2.5rem;
    width: 2.5rem;
}

.square-6 {
    height: 3rem;
    width: 3rem;
}

.square-7 {
    height: 3.5rem;
    width: 3.5rem;
}

.square-8 {
    height: 4rem;
    width: 4rem;
}

.square-9 {
    height: 4.5rem;
    width: 4.5rem;
}

.square-10 {
    height: 5rem;
    width: 5rem;
}

.square-15 {
    height: 7.5rem;
    width: 7.5rem;
}

.square-card {
    height: 10rem;
    width: 10rem;
}

.square-card-lg {
    height: 15rem;
    width: 15rem;
}

.square-mobile {
    height: 20rem;
    width: 20rem;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;
}

.hover\:text-strike:hover, .text-strike {
    text-decoration: line-through;
}

.hover\:text-underline:hover, .text-underline {
    text-decoration: underline;
}

.hover\:text-no-strike:hover, .hover\:text-no-underline:hover, .text-no-strike, .text-no-underline {
    text-decoration: none;
}

.hover\:underline-red:hover, .underline-red {
    -webkit-text-decoration-color: #e52207;
    text-decoration-color: #e52207;
}

.hover\:underline-orange:hover, .underline-orange {
    -webkit-text-decoration-color: #e66f0e;
    text-decoration-color: #e66f0e;
}

.hover\:underline-gold:hover, .underline-gold {
    -webkit-text-decoration-color: #ffbe2e;
    text-decoration-color: #ffbe2e;
}

.hover\:underline-yellow:hover, .underline-yellow {
    -webkit-text-decoration-color: #fee685;
    text-decoration-color: #fee685;
}

.hover\:underline-green:hover, .underline-green {
    -webkit-text-decoration-color: #538200;
    text-decoration-color: #538200;
}

.hover\:underline-mint:hover, .underline-mint {
    -webkit-text-decoration-color: #04c585;
    text-decoration-color: #04c585;
}

.hover\:underline-cyan:hover, .underline-cyan {
    -webkit-text-decoration-color: #009ec1;
    text-decoration-color: #009ec1;
}

.hover\:underline-blue:hover, .underline-blue {
    -webkit-text-decoration-color: #0076d6;
    text-decoration-color: #0076d6;
}

.hover\:underline-indigo:hover, .underline-indigo {
    -webkit-text-decoration-color: #676cc8;
    text-decoration-color: #676cc8;
}

.hover\:underline-violet:hover, .underline-violet {
    -webkit-text-decoration-color: #8168b3;
    text-decoration-color: #8168b3;
}

.hover\:underline-magenta:hover, .underline-magenta {
    -webkit-text-decoration-color: #d72d79;
    text-decoration-color: #d72d79;
}

.hover\:underline-gray-5:hover, .underline-gray-5 {
    -webkit-text-decoration-color: #f0f0f0;
    text-decoration-color: #f0f0f0;
}

.hover\:underline-gray-10:hover, .underline-gray-10 {
    -webkit-text-decoration-color: #e6e6e6;
    text-decoration-color: #e6e6e6;
}

.hover\:underline-gray-30:hover, .underline-gray-30 {
    -webkit-text-decoration-color: #adadad;
    text-decoration-color: #adadad;
}

.hover\:underline-gray-50:hover, .underline-gray-50 {
    -webkit-text-decoration-color: #757575;
    text-decoration-color: #757575;
}

.hover\:underline-gray-70:hover, .underline-gray-70 {
    -webkit-text-decoration-color: #454545;
    text-decoration-color: #454545;
}

.hover\:underline-gray-90:hover, .underline-gray-90 {
    -webkit-text-decoration-color: #1b1b1b;
    text-decoration-color: #1b1b1b;
}

.hover\:underline-base-lightest:hover, .underline-base-lightest {
    -webkit-text-decoration-color: #f0f0f0;
    text-decoration-color: #f0f0f0;
}

.hover\:underline-base-lighter:hover, .underline-base-lighter {
    -webkit-text-decoration-color: #dfe1e2;
    text-decoration-color: #dfe1e2;
}

.hover\:underline-base-light:hover, .underline-base-light {
    -webkit-text-decoration-color: #a9aeb1;
    text-decoration-color: #a9aeb1;
}

.hover\:underline-base:hover, .underline-base {
    -webkit-text-decoration-color: #71767a;
    text-decoration-color: #71767a;
}

.hover\:underline-base-dark:hover, .underline-base-dark {
    -webkit-text-decoration-color: #565c65;
    text-decoration-color: #565c65;
}

.hover\:underline-base-darker:hover, .underline-base-darker {
    -webkit-text-decoration-color: #3d4551;
    text-decoration-color: #3d4551;
}

.hover\:underline-base-darkest:hover, .hover\:underline-ink:hover, .underline-base-darkest, .underline-ink {
    -webkit-text-decoration-color: #1b1b1b;
    text-decoration-color: #1b1b1b;
}

.hover\:underline-primary-lighter:hover, .underline-primary-lighter {
    -webkit-text-decoration-color: #d9e8f6;
    text-decoration-color: #d9e8f6;
}

.hover\:underline-primary-light:hover, .underline-primary-light {
    -webkit-text-decoration-color: #73b3e7;
    text-decoration-color: #73b3e7;
}

.hover\:underline-primary:hover, .underline-primary {
    -webkit-text-decoration-color: #005ea2;
    text-decoration-color: #005ea2;
}

.hover\:underline-primary-vivid:hover, .underline-primary-vivid {
    -webkit-text-decoration-color: #0050d8;
    text-decoration-color: #0050d8;
}

.hover\:underline-primary-dark:hover, .underline-primary-dark {
    -webkit-text-decoration-color: #1a4480;
    text-decoration-color: #1a4480;
}

.hover\:underline-primary-darker:hover, .underline-primary-darker {
    -webkit-text-decoration-color: #162e51;
    text-decoration-color: #162e51;
}

.hover\:underline-secondary-lighter:hover, .underline-secondary-lighter {
    -webkit-text-decoration-color: #f3e1e4;
    text-decoration-color: #f3e1e4;
}

.hover\:underline-secondary-light:hover, .underline-secondary-light {
    -webkit-text-decoration-color: #f2938c;
    text-decoration-color: #f2938c;
}

.hover\:underline-secondary:hover, .underline-secondary {
    -webkit-text-decoration-color: #d83933;
    text-decoration-color: #d83933;
}

.hover\:underline-secondary-vivid:hover, .underline-secondary-vivid {
    -webkit-text-decoration-color: #e41d3d;
    text-decoration-color: #e41d3d;
}

.hover\:underline-secondary-dark:hover, .underline-secondary-dark {
    -webkit-text-decoration-color: #b50909;
    text-decoration-color: #b50909;
}

.hover\:underline-secondary-darker:hover, .underline-secondary-darker {
    -webkit-text-decoration-color: #8b0a03;
    text-decoration-color: #8b0a03;
}

.hover\:underline-accent-warm-darker:hover, .underline-accent-warm-darker {
    -webkit-text-decoration-color: #775540;
    text-decoration-color: #775540;
}

.hover\:underline-accent-warm-dark:hover, .underline-accent-warm-dark {
    -webkit-text-decoration-color: #c05600;
    text-decoration-color: #c05600;
}

.hover\:underline-accent-warm:hover, .underline-accent-warm {
    -webkit-text-decoration-color: #fa9441;
    text-decoration-color: #fa9441;
}

.hover\:underline-accent-warm-light:hover, .underline-accent-warm-light {
    -webkit-text-decoration-color: #ffbc78;
    text-decoration-color: #ffbc78;
}

.hover\:underline-accent-warm-lighter:hover, .underline-accent-warm-lighter {
    -webkit-text-decoration-color: #f2e4d4;
    text-decoration-color: #f2e4d4;
}

.hover\:underline-accent-cool-darker:hover, .underline-accent-cool-darker {
    -webkit-text-decoration-color: #07648d;
    text-decoration-color: #07648d;
}

.hover\:underline-accent-cool-dark:hover, .underline-accent-cool-dark {
    -webkit-text-decoration-color: #28a0cb;
    text-decoration-color: #28a0cb;
}

.hover\:underline-accent-cool:hover, .underline-accent-cool {
    -webkit-text-decoration-color: #00bde3;
    text-decoration-color: #00bde3;
}

.hover\:underline-accent-cool-light:hover, .underline-accent-cool-light {
    -webkit-text-decoration-color: #97d4ea;
    text-decoration-color: #97d4ea;
}

.hover\:underline-accent-cool-lighter:hover, .underline-accent-cool-lighter {
    -webkit-text-decoration-color: #e1f3f8;
    text-decoration-color: #e1f3f8;
}

.text-indent-0 {
    text-indent: 0;
}

.text-indent-05 {
    text-indent: .25rem;
}

.text-indent-1 {
    text-indent: .5rem;
}

.text-indent-105 {
    text-indent: .75rem;
}

.text-indent-2 {
    text-indent: 1rem;
}

.text-indent-205 {
    text-indent: 1.25rem;
}

.text-indent-3 {
    text-indent: 1.5rem;
}

.text-indent-neg-05 {
    text-indent: -.25rem;
}

.text-indent-neg-1 {
    text-indent: -.5rem;
}

.text-indent-neg-105 {
    text-indent: -.75rem;
}

.text-indent-neg-2 {
    text-indent: -1rem;
}

.text-indent-neg-205 {
    text-indent: -1.25rem;
}

.text-indent-neg-3 {
    text-indent: -1.5rem;
}

.text-indent-4 {
    text-indent: 2rem;
}

.text-indent-5 {
    text-indent: 2.5rem;
}

.text-indent-6 {
    text-indent: 3rem;
}

.text-indent-7 {
    text-indent: 3.5rem;
}

.text-indent-8 {
    text-indent: 4rem;
}

.text-indent-9 {
    text-indent: 4.5rem;
}

.text-indent-10 {
    text-indent: 5rem;
}

.text-indent-15 {
    text-indent: 7.5rem;
}

.text-indent-neg-4 {
    text-indent: -2rem;
}

.text-indent-neg-5 {
    text-indent: -2.5rem;
}

.text-indent-neg-6 {
    text-indent: -3rem;
}

.text-indent-neg-7 {
    text-indent: -3.5rem;
}

.text-indent-neg-8 {
    text-indent: -4rem;
}

.text-indent-neg-9 {
    text-indent: -4.5rem;
}

.text-indent-neg-10 {
    text-indent: -5rem;
}

.text-indent-neg-15 {
    text-indent: -7.5rem;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-no-uppercase {
    text-transform: none;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-no-lowercase {
    text-transform: none;
}

.top-1px {
    top: 1px;
}

.top-2px {
    top: 2px;
}

.top-05 {
    top: .25rem;
}

.top-1 {
    top: .5rem;
}

.top-105 {
    top: .75rem;
}

.top-2 {
    top: 1rem;
}

.top-205 {
    top: 1.25rem;
}

.top-3 {
    top: 1.5rem;
}

.top-neg-1px {
    top: -1px;
}

.top-neg-2px {
    top: -2px;
}

.top-neg-05 {
    top: -.25rem;
}

.top-neg-1 {
    top: -.5rem;
}

.top-neg-105 {
    top: -.75rem;
}

.top-neg-2 {
    top: -1rem;
}

.top-neg-205 {
    top: -1.25rem;
}

.top-neg-3 {
    top: -1.5rem;
}

.top-0 {
    top: 0;
}

.top-auto {
    top: auto;
}

.text-baseline {
    vertical-align: baseline;
}

.text-bottom {
    vertical-align: bottom;
}

.text-middle {
    vertical-align: middle;
}

.text-sub {
    vertical-align: sub;
}

.text-super {
    vertical-align: super;
}

.text-tbottom {
    vertical-align: text-bottom;
}

.text-ttop {
    vertical-align: text-top;
}

.text-top {
    vertical-align: top;
}

.text-pre {
    white-space: pre;
}

.text-pre-line {
    white-space: pre-line;
}

.text-pre-wrap {
    white-space: pre-wrap;
}

.text-wrap {
    white-space: normal;
}

.text-no-wrap {
    white-space: nowrap;
}

.width-1px {
    width: 1px;
}

.width-2px {
    width: 2px;
}

.width-05 {
    width: .25rem;
}

.width-1 {
    width: .5rem;
}

.width-105 {
    width: .75rem;
}

.width-2 {
    width: 1rem;
}

.width-205 {
    width: 1.25rem;
}

.width-3 {
    width: 1.5rem;
}

.width-4 {
    width: 2rem;
}

.width-5 {
    width: 2.5rem;
}

.width-6 {
    width: 3rem;
}

.width-7 {
    width: 3.5rem;
}

.width-8 {
    width: 4rem;
}

.width-9 {
    width: 4.5rem;
}

.width-10 {
    width: 5rem;
}

.width-15 {
    width: 7.5rem;
}

.width-card {
    width: 10rem;
}

.width-card-lg {
    width: 15rem;
}

.width-mobile {
    width: 20rem;
}

.width-mobile-lg {
    width: 30rem;
}

.width-tablet {
    width: 40rem;
}

.width-tablet-lg {
    width: 55rem;
}

.width-desktop {
    width: 64rem;
}

.width-desktop-lg {
    width: 75rem;
}

.width-widescreen {
    width: 87.5rem;
}

.width-0 {
    width: 0;
}

.width-full {
    width: 100%
}

.width-auto {
    width: auto;
}

.z-auto {
    z-index: auto;
}

.z-bottom {
    z-index: -100;
}

.z-top {
    z-index: 99999;
}

.z-0 {
    z-index: 0;
}

.z-100 {
    z-index: 100;
}

.z-200 {
    z-index: 200;
}

.z-300 {
    z-index: 300;
}

.z-400 {
    z-index: 400;
}

.z-500 {
    z-index: 500;
}

@media all and (min-width:30em) {
    .mobile-lg\: border-1px, .mobile-lg\:hover\:border-1px:hover {
        border: 1px solid;
    }

    .mobile-lg\:border-y-1px, .mobile-lg\:hover\:border-y-1px:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .mobile-lg\:border-x-1px, .mobile-lg\:hover\:border-x-1px:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .mobile-lg\:border-top-1px, .mobile-lg\:hover\:border-top-1px:hover {
        border-top: 1px solid;
    }

    .mobile-lg\:border-right-1px, .mobile-lg\:hover\:border-right-1px:hover {
        border-right: 1px solid;
    }

    .mobile-lg\:border-bottom-1px, .mobile-lg\:hover\:border-bottom-1px:hover {
        border-bottom: 1px solid;
    }

    .mobile-lg\:border-left-1px, .mobile-lg\:hover\:border-left-1px:hover {
        border-left: 1px solid;
    }

    .mobile-lg\:border-2px, .mobile-lg\:hover\:border-2px:hover {
        border: 2px solid;
    }

    .mobile-lg\:border-y-2px, .mobile-lg\:hover\:border-y-2px:hover {
        border-top: 2px solid;
        border-bottom: 2px solid;
    }

    .mobile-lg\:border-x-2px, .mobile-lg\:hover\:border-x-2px:hover {
        border-left: 2px solid;
        border-right: 2px solid;
    }

    .mobile-lg\:border-top-2px, .mobile-lg\:hover\:border-top-2px:hover {
        border-top: 2px solid;
    }

    .mobile-lg\:border-right-2px, .mobile-lg\:hover\:border-right-2px:hover {
        border-right: 2px solid;
    }

    .mobile-lg\:border-bottom-2px, .mobile-lg\:hover\:border-bottom-2px:hover {
        border-bottom: 2px solid;
    }

    .mobile-lg\:border-left-2px, .mobile-lg\:hover\:border-left-2px:hover {
        border-left: 2px solid;
    }

    .mobile-lg\:border-05, .mobile-lg\:hover\:border-05:hover {
        border: .25rem solid;
    }

    .mobile-lg\:border-y-05, .mobile-lg\:hover\:border-y-05:hover {
        border-top: .25rem solid;
        border-bottom: .25rem solid;
    }

    .mobile-lg\:border-x-05, .mobile-lg\:hover\:border-x-05:hover {
        border-left: .25rem solid;
        border-right: .25rem solid;
    }

    .mobile-lg\:border-top-05, .mobile-lg\:hover\:border-top-05:hover {
        border-top: .25rem solid;
    }

    .mobile-lg\:border-right-05, .mobile-lg\:hover\:border-right-05:hover {
        border-right: .25rem solid;
    }

    .mobile-lg\:border-bottom-05, .mobile-lg\:hover\:border-bottom-05:hover {
        border-bottom: .25rem solid;
    }

    .mobile-lg\:border-left-05, .mobile-lg\:hover\:border-left-05:hover {
        border-left: .25rem solid;
    }

    .mobile-lg\:border-1, .mobile-lg\:hover\:border-1:hover {
        border: .5rem solid;
    }

    .mobile-lg\:border-y-1, .mobile-lg\:hover\:border-y-1:hover {
        border-top: .5rem solid;
        border-bottom: .5rem solid;
    }

    .mobile-lg\:border-x-1, .mobile-lg\:hover\:border-x-1:hover {
        border-left: .5rem solid;
        border-right: .5rem solid;
    }

    .mobile-lg\:border-top-1, .mobile-lg\:hover\:border-top-1:hover {
        border-top: .5rem solid;
    }

    .mobile-lg\:border-right-1, .mobile-lg\:hover\:border-right-1:hover {
        border-right: .5rem solid;
    }

    .mobile-lg\:border-bottom-1, .mobile-lg\:hover\:border-bottom-1:hover {
        border-bottom: .5rem solid;
    }

    .mobile-lg\:border-left-1, .mobile-lg\:hover\:border-left-1:hover {
        border-left: .5rem solid;
    }

    .mobile-lg\:border-105, .mobile-lg\:hover\:border-105:hover {
        border: .75rem solid;
    }

    .mobile-lg\:border-y-105, .mobile-lg\:hover\:border-y-105:hover {
        border-top: .75rem solid;
        border-bottom: .75rem solid;
    }

    .mobile-lg\:border-x-105, .mobile-lg\:hover\:border-x-105:hover {
        border-left: .75rem solid;
        border-right: .75rem solid;
    }

    .mobile-lg\:border-top-105, .mobile-lg\:hover\:border-top-105:hover {
        border-top: .75rem solid;
    }

    .mobile-lg\:border-right-105, .mobile-lg\:hover\:border-right-105:hover {
        border-right: .75rem solid;
    }

    .mobile-lg\:border-bottom-105, .mobile-lg\:hover\:border-bottom-105:hover {
        border-bottom: .75rem solid;
    }

    .mobile-lg\:border-left-105, .mobile-lg\:hover\:border-left-105:hover {
        border-left: .75rem solid;
    }

    .mobile-lg\:border-2, .mobile-lg\:hover\:border-2:hover {
        border: 1rem solid;
    }

    .mobile-lg\:border-y-2, .mobile-lg\:hover\:border-y-2:hover {
        border-top: 1rem solid;
        border-bottom: 1rem solid;
    }

    .mobile-lg\:border-x-2, .mobile-lg\:hover\:border-x-2:hover {
        border-left: 1rem solid;
        border-right: 1rem solid;
    }

    .mobile-lg\:border-top-2, .mobile-lg\:hover\:border-top-2:hover {
        border-top: 1rem solid;
    }

    .mobile-lg\:border-right-2, .mobile-lg\:hover\:border-right-2:hover {
        border-right: 1rem solid;
    }

    .mobile-lg\:border-bottom-2, .mobile-lg\:hover\:border-bottom-2:hover {
        border-bottom: 1rem solid;
    }

    .mobile-lg\:border-left-2, .mobile-lg\:hover\:border-left-2:hover {
        border-left: 1rem solid;
    }

    .mobile-lg\:border-205, .mobile-lg\:hover\:border-205:hover {
        border: 1.25rem solid;
    }

    .mobile-lg\:border-y-205, .mobile-lg\:hover\:border-y-205:hover {
        border-top: 1.25rem solid;
        border-bottom: 1.25rem solid;
    }

    .mobile-lg\:border-x-205, .mobile-lg\:hover\:border-x-205:hover {
        border-left: 1.25rem solid;
        border-right: 1.25rem solid;
    }

    .mobile-lg\:border-top-205, .mobile-lg\:hover\:border-top-205:hover {
        border-top: 1.25rem solid;
    }

    .mobile-lg\:border-right-205, .mobile-lg\:hover\:border-right-205:hover {
        border-right: 1.25rem solid;
    }

    .mobile-lg\:border-bottom-205, .mobile-lg\:hover\:border-bottom-205:hover {
        border-bottom: 1.25rem solid;
    }

    .mobile-lg\:border-left-205, .mobile-lg\:hover\:border-left-205:hover {
        border-left: 1.25rem solid;
    }

    .mobile-lg\:border-3, .mobile-lg\:hover\:border-3:hover {
        border: 1.5rem solid;
    }

    .mobile-lg\:border-y-3, .mobile-lg\:hover\:border-y-3:hover {
        border-top: 1.5rem solid;
        border-bottom: 1.5rem solid;
    }

    .mobile-lg\:border-x-3, .mobile-lg\:hover\:border-x-3:hover {
        border-left: 1.5rem solid;
        border-right: 1.5rem solid;
    }

    .mobile-lg\:border-top-3, .mobile-lg\:hover\:border-top-3:hover {
        border-top: 1.5rem solid;
    }

    .mobile-lg\:border-right-3, .mobile-lg\:hover\:border-right-3:hover {
        border-right: 1.5rem solid;
    }

    .mobile-lg\:border-bottom-3, .mobile-lg\:hover\:border-bottom-3:hover {
        border-bottom: 1.5rem solid;
    }

    .mobile-lg\:border-left-3, .mobile-lg\:hover\:border-left-3:hover {
        border-left: 1.5rem solid;
    }

    .mobile-lg\:border-0, .mobile-lg\:hover\:border-0:hover {
        border: 0 solid;
    }

    .mobile-lg\:border-y-0, .mobile-lg\:hover\:border-y-0:hover {
        border-top: 0 solid;
        border-bottom: 0 solid;
    }

    .mobile-lg\:border-x-0, .mobile-lg\:hover\:border-x-0:hover {
        border-left: 0 solid;
        border-right: 0 solid;
    }

    .mobile-lg\:border-top-0, .mobile-lg\:hover\:border-top-0:hover {
        border-top: 0 solid;
    }

    .mobile-lg\:border-right-0, .mobile-lg\:hover\:border-right-0:hover {
        border-right: 0 solid;
    }

    .mobile-lg\:border-bottom-0, .mobile-lg\:hover\:border-bottom-0:hover {
        border-bottom: 0 solid;
    }

    .mobile-lg\:border-left-0, .mobile-lg\:hover\:border-left-0:hover {
        border-left: 0 solid;
    }

    .mobile-lg\:border, .mobile-lg\:hover\:border:hover {
        border: 1px solid;
    }

    .mobile-lg\:border-y, .mobile-lg\:hover\:border-y:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .mobile-lg\:border-x, .mobile-lg\:hover\:border-x:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .mobile-lg\:border-top, .mobile-lg\:hover\:border-top:hover {
        border-top: 1px solid;
    }

    .mobile-lg\:border-right, .mobile-lg\:hover\:border-right:hover {
        border-right: 1px solid;
    }

    .mobile-lg\:border-bottom, .mobile-lg\:hover\:border-bottom:hover {
        border-bottom: 1px solid;
    }

    .mobile-lg\:border-left, .mobile-lg\:hover\:border-left:hover {
        border-left: 1px solid;
    }

    .mobile-lg\:border-transparent, .mobile-lg\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .mobile-lg\:border-black, .mobile-lg\:hover\:border-black:hover {
        border-color: #000;
    }

    .mobile-lg\:border-white, .mobile-lg\:hover\:border-white:hover {
        border-color: #fff;
    }

    .mobile-lg\:border-red, .mobile-lg\:hover\:border-red:hover {
        border-color: #e52207;
    }

    .mobile-lg\:border-orange, .mobile-lg\:hover\:border-orange:hover {
        border-color: #e66f0e;
    }

    .mobile-lg\:border-gold, .mobile-lg\:hover\:border-gold:hover {
        border-color: #ffbe2e;
    }

    .mobile-lg\:border-yellow, .mobile-lg\:hover\:border-yellow:hover {
        border-color: #fee685;
    }

    .mobile-lg\:border-green, .mobile-lg\:hover\:border-green:hover {
        border-color: #538200;
    }

    .mobile-lg\:border-mint, .mobile-lg\:hover\:border-mint:hover {
        border-color: #04c585;
    }

    .mobile-lg\:border-cyan, .mobile-lg\:hover\:border-cyan:hover {
        border-color: #009ec1;
    }

    .mobile-lg\:border-blue, .mobile-lg\:hover\:border-blue:hover {
        border-color: #0076d6;
    }

    .mobile-lg\:border-indigo, .mobile-lg\:hover\:border-indigo:hover {
        border-color: #676cc8;
    }

    .mobile-lg\:border-violet, .mobile-lg\:hover\:border-violet:hover {
        border-color: #8168b3;
    }

    .mobile-lg\:border-magenta, .mobile-lg\:hover\:border-magenta:hover {
        border-color: #d72d79;
    }

    .mobile-lg\:border-gray-5, .mobile-lg\:hover\:border-gray-5:hover {
        border-color: #f0f0f0;
    }

    .mobile-lg\:border-gray-10, .mobile-lg\:hover\:border-gray-10:hover {
        border-color: #e6e6e6;
    }

    .mobile-lg\:border-gray-30, .mobile-lg\:hover\:border-gray-30:hover {
        border-color: #adadad;
    }

    .mobile-lg\:border-gray-50, .mobile-lg\:hover\:border-gray-50:hover {
        border-color: #757575;
    }

    .mobile-lg\:border-gray-70, .mobile-lg\:hover\:border-gray-70:hover {
        border-color: #454545;
    }

    .mobile-lg\:border-gray-90, .mobile-lg\:hover\:border-gray-90:hover {
        border-color: #1b1b1b;
    }

    .mobile-lg\:border-base-lightest, .mobile-lg\:hover\:border-base-lightest:hover {
        border-color: #f0f0f0;
    }

    .mobile-lg\:border-base-lighter, .mobile-lg\:hover\:border-base-lighter:hover {
        border-color: #dfe1e2;
    }

    .mobile-lg\:border-base-light, .mobile-lg\:hover\:border-base-light:hover {
        border-color: #a9aeb1;
    }

    .mobile-lg\:border-base, .mobile-lg\:hover\:border-base:hover {
        border-color: #71767a;
    }

    .mobile-lg\:border-base-dark, .mobile-lg\:hover\:border-base-dark:hover {
        border-color: #565c65;
    }

    .mobile-lg\:border-base-darker, .mobile-lg\:hover\:border-base-darker:hover {
        border-color: #3d4551;
    }

    .mobile-lg\:border-base-darkest, .mobile-lg\:border-ink, .mobile-lg\:hover\:border-base-darkest:hover, .mobile-lg\:hover\:border-ink:hover {
        border-color: #1b1b1b;
    }

    .mobile-lg\:border-primary-lighter, .mobile-lg\:hover\:border-primary-lighter:hover {
        border-color: #d9e8f6;
    }

    .mobile-lg\:border-primary-light, .mobile-lg\:hover\:border-primary-light:hover {
        border-color: #73b3e7;
    }

    .mobile-lg\:border-primary, .mobile-lg\:hover\:border-primary:hover {
        border-color: #005ea2;
    }

    .mobile-lg\:border-primary-vivid, .mobile-lg\:hover\:border-primary-vivid:hover {
        border-color: #0050d8;
    }

    .mobile-lg\:border-primary-dark, .mobile-lg\:hover\:border-primary-dark:hover {
        border-color: #1a4480;
    }

    .mobile-lg\:border-primary-darker, .mobile-lg\:hover\:border-primary-darker:hover {
        border-color: #162e51;
    }

    .mobile-lg\:border-secondary-lighter, .mobile-lg\:hover\:border-secondary-lighter:hover {
        border-color: #f3e1e4;
    }

    .mobile-lg\:border-secondary-light, .mobile-lg\:hover\:border-secondary-light:hover {
        border-color: #f2938c;
    }

    .mobile-lg\:border-secondary, .mobile-lg\:hover\:border-secondary:hover {
        border-color: #d83933;
    }

    .mobile-lg\:border-secondary-vivid, .mobile-lg\:hover\:border-secondary-vivid:hover {
        border-color: #e41d3d;
    }

    .mobile-lg\:border-secondary-dark, .mobile-lg\:hover\:border-secondary-dark:hover {
        border-color: #b50909;
    }

    .mobile-lg\:border-secondary-darker, .mobile-lg\:hover\:border-secondary-darker:hover {
        border-color: #8b0a03;
    }

    .mobile-lg\:border-accent-warm-darker, .mobile-lg\:hover\:border-accent-warm-darker:hover {
        border-color: #775540;
    }

    .mobile-lg\:border-accent-warm-dark, .mobile-lg\:hover\:border-accent-warm-dark:hover {
        border-color: #c05600;
    }

    .mobile-lg\:border-accent-warm, .mobile-lg\:hover\:border-accent-warm:hover {
        border-color: #fa9441;
    }

    .mobile-lg\:border-accent-warm-light, .mobile-lg\:hover\:border-accent-warm-light:hover {
        border-color: #ffbc78;
    }

    .mobile-lg\:border-accent-warm-lighter, .mobile-lg\:hover\:border-accent-warm-lighter:hover {
        border-color: #f2e4d4;
    }

    .mobile-lg\:border-accent-cool-darker, .mobile-lg\:hover\:border-accent-cool-darker:hover {
        border-color: #07648d;
    }

    .mobile-lg\:border-accent-cool-dark, .mobile-lg\:hover\:border-accent-cool-dark:hover {
        border-color: #28a0cb;
    }

    .mobile-lg\:border-accent-cool, .mobile-lg\:hover\:border-accent-cool:hover {
        border-color: #00bde3;
    }

    .mobile-lg\:border-accent-cool-light, .mobile-lg\:hover\:border-accent-cool-light:hover {
        border-color: #97d4ea;
    }

    .mobile-lg\:border-accent-cool-lighter, .mobile-lg\:hover\:border-accent-cool-lighter:hover {
        border-color: #e1f3f8;
    }

    .mobile-lg\:radius-0 {
        border-radius: 0;
    }

    .mobile-lg\:radius-top-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .mobile-lg\:radius-right-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .mobile-lg\:radius-bottom-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .mobile-lg\:radius-left-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .mobile-lg\:radius-sm {
        border-radius: 2px;
    }

    .mobile-lg\:radius-top-sm {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .mobile-lg\:radius-right-sm {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .mobile-lg\:radius-bottom-sm {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .mobile-lg\:radius-left-sm {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .mobile-lg\:radius-md {
        border-radius: .25rem;
    }

    .mobile-lg\:radius-top-md {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .mobile-lg\:radius-right-md {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .mobile-lg\:radius-bottom-md {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .mobile-lg\:radius-left-md {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .mobile-lg\:radius-lg {
        border-radius: .5rem;
    }

    .mobile-lg\:radius-top-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
    }

    .mobile-lg\:radius-right-lg {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .mobile-lg\:radius-bottom-lg {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .mobile-lg\:radius-left-lg {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    .mobile-lg\:radius-pill {
        border-radius: 99rem;
    }

    .mobile-lg\:radius-top-pill {
        border-top-left-radius: 99rem;
        border-top-right-radius: 99rem;
    }

    .mobile-lg\:radius-right-pill {
        border-top-right-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .mobile-lg\:radius-bottom-pill {
        border-bottom-left-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .mobile-lg\:radius-left-pill {
        border-top-left-radius: 99rem;
        border-bottom-left-radius: 99rem;
    }

    .mobile-lg\:display-block {
        display: block;
    }

    .mobile-lg\:display-flex {
        display: flex;
    }

    .mobile-lg\:display-none {
        display: none;
    }

    .mobile-lg\:display-inline {
        display: inline;
    }

    .mobile-lg\:display-inline-block {
        display: inline-block;
    }

    .mobile-lg\:display-inline-flex {
        display: inline-flex;
    }

    .mobile-lg\:display-table {
        display: table;
    }

    .mobile-lg\:display-table-cell {
        display: table-cell;
    }

    .mobile-lg\:display-table-row {
        display: table-row;
    }

    .mobile-lg\:font-mono-3xs {
        font-size: .77rem;
    }

    .mobile-lg\:font-mono-2xs {
        font-size: .83rem;
    }

    .mobile-lg\:font-mono-xs {
        font-size: .89rem;
    }

    .mobile-lg\:font-mono-sm {
        font-size: .95rem;
    }

    .mobile-lg\:font-mono-md {
        font-size: 1.01rem;
    }

    .mobile-lg\:font-mono-lg {
        font-size: 1.31rem;
    }

    .mobile-lg\:font-mono-xl {
        font-size: 1.91rem;
    }

    .mobile-lg\:font-mono-2xl {
        font-size: 2.38rem;
    }

    .mobile-lg\:font-mono-3xl {
        font-size: 2.86rem;
    }

    .mobile-lg\:font-sans-3xs {
        font-size: .87rem;
    }

    .mobile-lg\:font-sans-2xs {
        font-size: .93rem;
    }

    .mobile-lg\:font-sans-xs {
        font-size: 1rem;
    }

    .mobile-lg\:font-sans-sm {
        font-size: 1.06rem;
    }

    .mobile-lg\:font-sans-md {
        font-size: 1.13rem;
    }

    .mobile-lg\:font-sans-lg {
        font-size: 1.46rem;
    }

    .mobile-lg\:font-sans-xl {
        font-size: 2.13rem;
    }

    .mobile-lg\:font-sans-2xl {
        font-size: 2.66rem;
    }

    .mobile-lg\:font-sans-3xl {
        font-size: 3.19rem;
    }

    .mobile-lg\:font-serif-3xs {
        font-size: .79rem;
    }

    .mobile-lg\:font-serif-2xs {
        font-size: .85rem;
    }

    .mobile-lg\:font-serif-xs {
        font-size: .91rem;
    }

    .mobile-lg\:font-serif-sm {
        font-size: .98rem;
    }

    .mobile-lg\:font-serif-md {
        font-size: 1.04rem;
    }

    .mobile-lg\:font-serif-lg {
        font-size: 1.34rem;
    }

    .mobile-lg\:font-serif-xl {
        font-size: 1.95rem;
    }

    .mobile-lg\:font-serif-2xl {
        font-size: 2.44rem;
    }

    .mobile-lg\:font-serif-3xl {
        font-size: 2.93rem;
    }

    .mobile-lg\:font-heading-3xs {
        font-size: .79rem;
    }

    .mobile-lg\:font-heading-2xs {
        font-size: .85rem;
    }

    .mobile-lg\:font-heading-xs {
        font-size: .91rem;
    }

    .mobile-lg\:font-heading-sm {
        font-size: .98rem;
    }

    .mobile-lg\:font-heading-md {
        font-size: 1.04rem;
    }

    .mobile-lg\:font-heading-lg {
        font-size: 1.34rem;
    }

    .mobile-lg\:font-heading-xl {
        font-size: 1.95rem;
    }

    .mobile-lg\:font-heading-2xl {
        font-size: 2.44rem;
    }

    .mobile-lg\:font-heading-3xl {
        font-size: 2.93rem;
    }

    .mobile-lg\:font-body-3xs {
        font-size: .87rem;
    }

    .mobile-lg\:font-body-2xs {
        font-size: .93rem;
    }

    .mobile-lg\:font-body-xs {
        font-size: 1rem;
    }

    .mobile-lg\:font-body-sm {
        font-size: 1.06rem;
    }

    .mobile-lg\:font-body-md {
        font-size: 1.13rem;
    }

    .mobile-lg\:font-body-lg {
        font-size: 1.46rem;
    }

    .mobile-lg\:font-body-xl {
        font-size: 2.13rem;
    }

    .mobile-lg\:font-body-2xl {
        font-size: 2.66rem;
    }

    .mobile-lg\:font-body-3xl {
        font-size: 3.19rem;
    }

    .mobile-lg\:font-code-3xs {
        font-size: .77rem;
    }

    .mobile-lg\:font-code-2xs {
        font-size: .83rem;
    }

    .mobile-lg\:font-code-xs {
        font-size: .89rem;
    }

    .mobile-lg\:font-code-sm {
        font-size: .95rem;
    }

    .mobile-lg\:font-code-md {
        font-size: 1.01rem;
    }

    .mobile-lg\:font-code-lg {
        font-size: 1.31rem;
    }

    .mobile-lg\:font-code-xl {
        font-size: 1.91rem;
    }

    .mobile-lg\:font-code-2xl {
        font-size: 2.38rem;
    }

    .mobile-lg\:font-code-3xl {
        font-size: 2.86rem;
    }

    .mobile-lg\:font-alt-3xs {
        font-size: .79rem;
    }

    .mobile-lg\:font-alt-2xs {
        font-size: .85rem;
    }

    .mobile-lg\:font-alt-xs {
        font-size: .91rem;
    }

    .mobile-lg\:font-alt-sm {
        font-size: .98rem;
    }

    .mobile-lg\:font-alt-md {
        font-size: 1.04rem;
    }

    .mobile-lg\:font-alt-lg {
        font-size: 1.34rem;
    }

    .mobile-lg\:font-alt-xl {
        font-size: 1.95rem;
    }

    .mobile-lg\:font-alt-2xl {
        font-size: 2.44rem;
    }

    .mobile-lg\:font-alt-3xl {
        font-size: 2.93rem;
    }

    .mobile-lg\:font-ui-3xs {
        font-size: .87rem;
    }

    .mobile-lg\:font-ui-2xs {
        font-size: .93rem;
    }

    .mobile-lg\:font-ui-xs {
        font-size: 1rem;
    }

    .mobile-lg\:font-ui-sm {
        font-size: 1.06rem;
    }

    .mobile-lg\:font-ui-md {
        font-size: 1.13rem;
    }

    .mobile-lg\:font-ui-lg {
        font-size: 1.46rem;
    }

    .mobile-lg\:font-ui-xl {
        font-size: 2.13rem;
    }

    .mobile-lg\:font-ui-2xl {
        font-size: 2.66rem;
    }

    .mobile-lg\:font-ui-3xl {
        font-size: 3.19rem;
    }

    .mobile-lg\:text-light {
        font-weight: 300;
    }

    .mobile-lg\:text-normal {
        font-weight: 400;
    }

    .mobile-lg\:text-bold {
        font-weight: 700;
    }

    .mobile-lg\:flex-justify-center {
        justify-content: center;
    }

    .mobile-lg\:flex-justify-start {
        justify-content: flex-start;
    }

    .mobile-lg\:flex-justify-end {
        justify-content: flex-end;
    }

    .mobile-lg\:flex-justify {
        justify-content: space-between;
    }

    .mobile-lg\:line-height-sans-1 {
        line-height: .9;
    }

    .mobile-lg\:line-height-sans-2 {
        line-height: 1.1;
    }

    .mobile-lg\:line-height-sans-3 {
        line-height: 1.3;
    }

    .mobile-lg\:line-height-sans-4 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-sans-5 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-sans-6 {
        line-height: 1.6;
    }

    .mobile-lg\:line-height-serif-1 {
        line-height: 1;
    }

    .mobile-lg\:line-height-serif-2 {
        line-height: 1.2;
    }

    .mobile-lg\:line-height-serif-3 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-serif-4 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-serif-5 {
        line-height: 1.7;
    }

    .mobile-lg\:line-height-serif-6 {
        line-height: 1.8;
    }

    .mobile-lg\:line-height-mono-1 {
        line-height: 1;
    }

    .mobile-lg\:line-height-mono-2 {
        line-height: 1.3;
    }

    .mobile-lg\:line-height-mono-3 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-mono-4 {
        line-height: 1.6;
    }

    .mobile-lg\:line-height-mono-5 {
        line-height: 1.7;
    }

    .mobile-lg\:line-height-mono-6 {
        line-height: 1.8;
    }

    .mobile-lg\:line-height-heading-1 {
        line-height: 1;
    }

    .mobile-lg\:line-height-heading-2 {
        line-height: 1.2;
    }

    .mobile-lg\:line-height-heading-3 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-heading-4 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-heading-5 {
        line-height: 1.7;
    }

    .mobile-lg\:line-height-heading-6 {
        line-height: 1.8;
    }

    .mobile-lg\:line-height-ui-1 {
        line-height: .9;
    }

    .mobile-lg\:line-height-ui-2 {
        line-height: 1.1;
    }

    .mobile-lg\:line-height-ui-3 {
        line-height: 1.3;
    }

    .mobile-lg\:line-height-ui-4 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-ui-5 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-ui-6 {
        line-height: 1.6;
    }

    .mobile-lg\:line-height-body-1 {
        line-height: .9;
    }

    .mobile-lg\:line-height-body-2 {
        line-height: 1.1;
    }

    .mobile-lg\:line-height-body-3 {
        line-height: 1.3;
    }

    .mobile-lg\:line-height-body-4 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-body-5 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-body-6 {
        line-height: 1.6;
    }

    .mobile-lg\:line-height-code-1 {
        line-height: 1;
    }

    .mobile-lg\:line-height-code-2 {
        line-height: 1.3;
    }

    .mobile-lg\:line-height-code-3 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-code-4 {
        line-height: 1.6;
    }

    .mobile-lg\:line-height-code-5 {
        line-height: 1.7;
    }

    .mobile-lg\:line-height-code-6 {
        line-height: 1.8;
    }

    .mobile-lg\:line-height-alt-1 {
        line-height: 1;
    }

    .mobile-lg\:line-height-alt-2 {
        line-height: 1.2;
    }

    .mobile-lg\:line-height-alt-3 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-alt-4 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-alt-5 {
        line-height: 1.7;
    }

    .mobile-lg\:line-height-alt-6 {
        line-height: 1.8;
    }

    .mobile-lg\:margin-neg-1px {
        margin: -1px;
    }

    .mobile-lg\:margin-neg-2px {
        margin: -2px;
    }

    .mobile-lg\:margin-neg-05 {
        margin: -.25rem;
    }

    .mobile-lg\:margin-neg-1 {
        margin: -.5rem;
    }

    .mobile-lg\:margin-neg-105 {
        margin: -.75rem;
    }

    .mobile-lg\:margin-neg-2 {
        margin: -1rem;
    }

    .mobile-lg\:margin-neg-205 {
        margin: -1.25rem;
    }

    .mobile-lg\:margin-neg-3 {
        margin: -1.5rem;
    }

    .mobile-lg\:margin-1px {
        margin: 1px;
    }

    .mobile-lg\:margin-2px {
        margin: 2px;
    }

    .mobile-lg\:margin-05 {
        margin: .25rem;
    }

    .mobile-lg\:margin-1 {
        margin: .5rem;
    }

    .mobile-lg\:margin-105 {
        margin: .75rem;
    }

    .mobile-lg\:margin-2 {
        margin: 1rem;
    }

    .mobile-lg\:margin-205 {
        margin: 1.25rem;
    }

    .mobile-lg\:margin-3 {
        margin: 1.5rem;
    }

    .mobile-lg\:margin-4 {
        margin: 2rem;
    }

    .mobile-lg\:margin-5 {
        margin: 2.5rem;
    }

    .mobile-lg\:margin-6 {
        margin: 3rem;
    }

    .mobile-lg\:margin-7 {
        margin: 3.5rem;
    }

    .mobile-lg\:margin-8 {
        margin: 4rem;
    }

    .mobile-lg\:margin-9 {
        margin: 4.5rem;
    }

    .mobile-lg\:margin-10 {
        margin: 5rem;
    }

    .mobile-lg\:margin-15 {
        margin: 7.5rem;
    }

    .mobile-lg\:margin-05em {
        margin: .5em;
    }

    .mobile-lg\:margin-1em {
        margin: 1em;
    }

    .mobile-lg\:margin-105em {
        margin: 1.5em;
    }

    .mobile-lg\:margin-2em {
        margin: 2em;
    }

    .mobile-lg\:margin-0 {
        margin: 0;
    }

    .mobile-lg\:margin-y-1px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .mobile-lg\:margin-top-1px {
        margin-top: 1px;
    }

    .mobile-lg\:margin-bottom-1px {
        margin-bottom: 1px;
    }

    .mobile-lg\:margin-y-2px {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .mobile-lg\:margin-top-2px {
        margin-top: 2px;
    }

    .mobile-lg\:margin-bottom-2px {
        margin-bottom: 2px;
    }

    .mobile-lg\:margin-y-05 {
        margin-top: .25rem;
        margin-bottom: .25rem;
    }

    .mobile-lg\:margin-top-05 {
        margin-top: .25rem;
    }

    .mobile-lg\:margin-bottom-05 {
        margin-bottom: .25rem;
    }

    .mobile-lg\:margin-y-1 {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .mobile-lg\:margin-top-1 {
        margin-top: .5rem;
    }

    .mobile-lg\:margin-bottom-1 {
        margin-bottom: .5rem;
    }

    .mobile-lg\:margin-y-105 {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }

    .mobile-lg\:margin-top-105 {
        margin-top: .75rem;
    }

    .mobile-lg\:margin-bottom-105 {
        margin-bottom: .75rem;
    }

    .mobile-lg\:margin-y-2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .mobile-lg\:margin-top-2 {
        margin-top: 1rem;
    }

    .mobile-lg\:margin-bottom-2 {
        margin-bottom: 1rem;
    }

    .mobile-lg\:margin-y-205 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .mobile-lg\:margin-top-205 {
        margin-top: 1.25rem;
    }

    .mobile-lg\:margin-bottom-205 {
        margin-bottom: 1.25rem;
    }

    .mobile-lg\:margin-y-3 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .mobile-lg\:margin-top-3 {
        margin-top: 1.5rem;
    }

    .mobile-lg\:margin-bottom-3 {
        margin-bottom: 1.5rem;
    }

    .mobile-lg\:margin-y-neg-1px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .mobile-lg\:margin-top-neg-1px {
        margin-top: -1px;
    }

    .mobile-lg\:margin-bottom-neg-1px {
        margin-bottom: -1px;
    }

    .mobile-lg\:margin-y-neg-2px {
        margin-top: -2px;
        margin-bottom: -2px;
    }

    .mobile-lg\:margin-top-neg-2px {
        margin-top: -2px;
    }

    .mobile-lg\:margin-bottom-neg-2px {
        margin-bottom: -2px;
    }

    .mobile-lg\:margin-y-neg-05 {
        margin-top: -.25rem;
        margin-bottom: -.25rem;
    }

    .mobile-lg\:margin-top-neg-05 {
        margin-top: -.25rem;
    }

    .mobile-lg\:margin-bottom-neg-05 {
        margin-bottom: -.25rem;
    }

    .mobile-lg\:margin-y-neg-1 {
        margin-top: -.5rem;
        margin-bottom: -.5rem;
    }

    .mobile-lg\:margin-top-neg-1 {
        margin-top: -.5rem;
    }

    .mobile-lg\:margin-bottom-neg-1 {
        margin-bottom: -.5rem;
    }

    .mobile-lg\:margin-y-neg-105 {
        margin-top: -.75rem;
        margin-bottom: -.75rem;
    }

    .mobile-lg\:margin-top-neg-105 {
        margin-top: -.75rem;
    }

    .mobile-lg\:margin-bottom-neg-105 {
        margin-bottom: -.75rem;
    }

    .mobile-lg\:margin-y-neg-2 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .mobile-lg\:margin-top-neg-2 {
        margin-top: -1rem;
    }

    .mobile-lg\:margin-bottom-neg-2 {
        margin-bottom: -1rem;
    }

    .mobile-lg\:margin-y-neg-205 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .mobile-lg\:margin-top-neg-205 {
        margin-top: -1.25rem;
    }

    .mobile-lg\:margin-bottom-neg-205 {
        margin-bottom: -1.25rem;
    }

    .mobile-lg\:margin-y-neg-3 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .mobile-lg\:margin-top-neg-3 {
        margin-top: -1.5rem;
    }

    .mobile-lg\:margin-bottom-neg-3 {
        margin-bottom: -1.5rem;
    }

    .mobile-lg\:margin-y-4 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .mobile-lg\:margin-top-4 {
        margin-top: 2rem;
    }

    .mobile-lg\:margin-bottom-4 {
        margin-bottom: 2rem;
    }

    .mobile-lg\:margin-y-5 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .mobile-lg\:margin-top-5 {
        margin-top: 2.5rem;
    }

    .mobile-lg\:margin-bottom-5 {
        margin-bottom: 2.5rem;
    }

    .mobile-lg\:margin-y-6 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .mobile-lg\:margin-top-6 {
        margin-top: 3rem;
    }

    .mobile-lg\:margin-bottom-6 {
        margin-bottom: 3rem;
    }

    .mobile-lg\:margin-y-7 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .mobile-lg\:margin-top-7 {
        margin-top: 3.5rem;
    }

    .mobile-lg\:margin-bottom-7 {
        margin-bottom: 3.5rem;
    }

    .mobile-lg\:margin-y-8 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .mobile-lg\:margin-top-8 {
        margin-top: 4rem;
    }

    .mobile-lg\:margin-bottom-8 {
        margin-bottom: 4rem;
    }

    .mobile-lg\:margin-y-9 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }

    .mobile-lg\:margin-top-9 {
        margin-top: 4.5rem;
    }

    .mobile-lg\:margin-bottom-9 {
        margin-bottom: 4.5rem;
    }

    .mobile-lg\:margin-y-10 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .mobile-lg\:margin-top-10 {
        margin-top: 5rem;
    }

    .mobile-lg\:margin-bottom-10 {
        margin-bottom: 5rem;
    }

    .mobile-lg\:margin-y-15 {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem;
    }

    .mobile-lg\:margin-top-15 {
        margin-top: 7.5rem;
    }

    .mobile-lg\:margin-bottom-15 {
        margin-bottom: 7.5rem;
    }

    .mobile-lg\:margin-y-05em {
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .mobile-lg\:margin-top-05em {
        margin-top: .5em;
    }

    .mobile-lg\:margin-bottom-05em {
        margin-bottom: .5em;
    }

    .mobile-lg\:margin-y-1em {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .mobile-lg\:margin-top-1em {
        margin-top: 1em;
    }

    .mobile-lg\:margin-bottom-1em {
        margin-bottom: 1em;
    }

    .mobile-lg\:margin-y-105em {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .mobile-lg\:margin-top-105em {
        margin-top: 1.5em;
    }

    .mobile-lg\:margin-bottom-105em {
        margin-bottom: 1.5em;
    }

    .mobile-lg\:margin-y-2em {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .mobile-lg\:margin-top-2em {
        margin-top: 2em;
    }

    .mobile-lg\:margin-bottom-2em {
        margin-bottom: 2em;
    }

    .mobile-lg\:margin-y-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .mobile-lg\:margin-top-0 {
        margin-top: 0;
    }

    .mobile-lg\:margin-bottom-0 {
        margin-bottom: 0;
    }

    .mobile-lg\:margin-y-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .mobile-lg\:margin-top-auto {
        margin-top: auto;
    }

    .mobile-lg\:margin-bottom-auto {
        margin-bottom: auto;
    }

    .mobile-lg\:margin-x-1px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .mobile-lg\:margin-right-1px {
        margin-right: 1px;
    }

    .mobile-lg\:margin-left-1px {
        margin-left: 1px;
    }

    .mobile-lg\:margin-x-2px {
        margin-left: 2px;
        margin-right: 2px;
    }

    .mobile-lg\:margin-right-2px {
        margin-right: 2px;
    }

    .mobile-lg\:margin-left-2px {
        margin-left: 2px;
    }

    .mobile-lg\:margin-x-05 {
        margin-left: .25rem;
        margin-right: .25rem;
    }

    .mobile-lg\:margin-right-05 {
        margin-right: .25rem;
    }

    .mobile-lg\:margin-left-05 {
        margin-left: .25rem;
    }

    .mobile-lg\:margin-x-1 {
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .mobile-lg\:margin-right-1 {
        margin-right: .5rem;
    }

    .mobile-lg\:margin-left-1 {
        margin-left: .5rem;
    }

    .mobile-lg\:margin-x-105 {
        margin-left: .75rem;
        margin-right: .75rem;
    }

    .mobile-lg\:margin-right-105 {
        margin-right: .75rem;
    }

    .mobile-lg\:margin-left-105 {
        margin-left: .75rem;
    }

    .mobile-lg\:margin-x-2 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .mobile-lg\:margin-right-2 {
        margin-right: 1rem;
    }

    .mobile-lg\:margin-left-2 {
        margin-left: 1rem;
    }

    .mobile-lg\:margin-x-205 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .mobile-lg\:margin-right-205 {
        margin-right: 1.25rem;
    }

    .mobile-lg\:margin-left-205 {
        margin-left: 1.25rem;
    }

    .mobile-lg\:margin-x-3 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .mobile-lg\:margin-right-3 {
        margin-right: 1.5rem;
    }

    .mobile-lg\:margin-left-3 {
        margin-left: 1.5rem;
    }

    .mobile-lg\:margin-x-neg-1px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .mobile-lg\:margin-right-neg-1px {
        margin-right: -1px;
    }

    .mobile-lg\:margin-left-neg-1px {
        margin-left: -1px;
    }

    .mobile-lg\:margin-x-neg-2px {
        margin-left: -2px;
        margin-right: -2px;
    }

    .mobile-lg\:margin-right-neg-2px {
        margin-right: -2px;
    }

    .mobile-lg\:margin-left-neg-2px {
        margin-left: -2px;
    }

    .mobile-lg\:margin-x-neg-05 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

    .mobile-lg\:margin-right-neg-05 {
        margin-right: -.25rem;
    }

    .mobile-lg\:margin-left-neg-05 {
        margin-left: -.25rem;
    }

    .mobile-lg\:margin-x-neg-1 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

    .mobile-lg\:margin-right-neg-1 {
        margin-right: -.5rem;
    }

    .mobile-lg\:margin-left-neg-1 {
        margin-left: -.5rem;
    }

    .mobile-lg\:margin-x-neg-105 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

    .mobile-lg\:margin-right-neg-105 {
        margin-right: -.75rem;
    }

    .mobile-lg\:margin-left-neg-105 {
        margin-left: -.75rem;
    }

    .mobile-lg\:margin-x-neg-2 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .mobile-lg\:margin-right-neg-2 {
        margin-right: -1rem;
    }

    .mobile-lg\:margin-left-neg-2 {
        margin-left: -1rem;
    }

    .mobile-lg\:margin-x-neg-205 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .mobile-lg\:margin-right-neg-205 {
        margin-right: -1.25rem;
    }

    .mobile-lg\:margin-left-neg-205 {
        margin-left: -1.25rem;
    }

    .mobile-lg\:margin-x-neg-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .mobile-lg\:margin-right-neg-3 {
        margin-right: -1.5rem;
    }

    .mobile-lg\:margin-left-neg-3 {
        margin-left: -1.5rem;
    }

    .mobile-lg\:margin-x-4 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .mobile-lg\:margin-right-4 {
        margin-right: 2rem;
    }

    .mobile-lg\:margin-left-4 {
        margin-left: 2rem;
    }

    .mobile-lg\:margin-x-5 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .mobile-lg\:margin-right-5 {
        margin-right: 2.5rem;
    }

    .mobile-lg\:margin-left-5 {
        margin-left: 2.5rem;
    }

    .mobile-lg\:margin-x-6 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .mobile-lg\:margin-right-6 {
        margin-right: 3rem;
    }

    .mobile-lg\:margin-left-6 {
        margin-left: 3rem;
    }

    .mobile-lg\:margin-x-7 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .mobile-lg\:margin-right-7 {
        margin-right: 3.5rem;
    }

    .mobile-lg\:margin-left-7 {
        margin-left: 3.5rem;
    }

    .mobile-lg\:margin-x-8 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .mobile-lg\:margin-right-8 {
        margin-right: 4rem;
    }

    .mobile-lg\:margin-left-8 {
        margin-left: 4rem;
    }

    .mobile-lg\:margin-x-9 {
        margin-left: 4.5rem;
        margin-right: 4.5rem;
    }

    .mobile-lg\:margin-right-9 {
        margin-right: 4.5rem;
    }

    .mobile-lg\:margin-left-9 {
        margin-left: 4.5rem;
    }

    .mobile-lg\:margin-x-10 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .mobile-lg\:margin-right-10 {
        margin-right: 5rem;
    }

    .mobile-lg\:margin-left-10 {
        margin-left: 5rem;
    }

    .mobile-lg\:margin-x-15 {
        margin-left: 7.5rem;
        margin-right: 7.5rem;
    }

    .mobile-lg\:margin-right-15 {
        margin-right: 7.5rem;
    }

    .mobile-lg\:margin-left-15 {
        margin-left: 7.5rem;
    }

    .mobile-lg\:margin-x-card {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .mobile-lg\:margin-right-card {
        margin-right: 10rem;
    }

    .mobile-lg\:margin-left-card {
        margin-left: 10rem;
    }

    .mobile-lg\:margin-x-card-lg {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .mobile-lg\:margin-right-card-lg {
        margin-right: 15rem;
    }

    .mobile-lg\:margin-left-card-lg {
        margin-left: 15rem;
    }

    .mobile-lg\:margin-x-mobile {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .mobile-lg\:margin-right-mobile {
        margin-right: 20rem;
    }

    .mobile-lg\:margin-left-mobile {
        margin-left: 20rem;
    }

    .mobile-lg\:margin-x-05em {
        margin-left: .5em;
        margin-right: .5em;
    }

    .mobile-lg\:margin-right-05em {
        margin-right: .5em;
    }

    .mobile-lg\:margin-left-05em {
        margin-left: .5em;
    }

    .mobile-lg\:margin-x-1em {
        margin-left: 1em;
        margin-right: 1em;
    }

    .mobile-lg\:margin-right-1em {
        margin-right: 1em;
    }

    .mobile-lg\:margin-left-1em {
        margin-left: 1em;
    }

    .mobile-lg\:margin-x-105em {
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .mobile-lg\:margin-right-105em {
        margin-right: 1.5em;
    }

    .mobile-lg\:margin-left-105em {
        margin-left: 1.5em;
    }

    .mobile-lg\:margin-x-2em {
        margin-left: 2em;
        margin-right: 2em;
    }

    .mobile-lg\:margin-right-2em {
        margin-right: 2em;
    }

    .mobile-lg\:margin-left-2em {
        margin-left: 2em;
    }

    .mobile-lg\:margin-x-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .mobile-lg\:margin-right-0 {
        margin-right: 0;
    }

    .mobile-lg\:margin-left-0 {
        margin-left: 0;
    }

    .mobile-lg\:margin-x-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-lg\:margin-right-auto {
        margin-right: auto;
    }

    .mobile-lg\:margin-left-auto {
        margin-left: auto;
    }

    .mobile-lg\:measure-1 {
        max-width: 44ex;
    }

    .mobile-lg\:measure-2 {
        max-width: 60ex;
    }

    .mobile-lg\:measure-3 {
        max-width: 64ex;
    }

    .mobile-lg\:measure-4 {
        max-width: 68ex;
    }

    .mobile-lg\:measure-5 {
        max-width: 72ex;
    }

    .mobile-lg\:measure-6 {
        max-width: 88ex;
    }

    .mobile-lg\:measure-none {
        max-width: none;
    }

    .mobile-lg\:order-first {
        order: -1;
    }

    .mobile-lg\:order-last {
        order: 999;
    }

    .mobile-lg\:order-initial {
        order: initial;
    }

    .mobile-lg\:order-0 {
        order: 0;
    }

    .mobile-lg\:order-1 {
        order: 1;
    }

    .mobile-lg\:order-2 {
        order: 2;
    }

    .mobile-lg\:order-3 {
        order: 3;
    }

    .mobile-lg\:order-4 {
        order: 4;
    }

    .mobile-lg\:order-5 {
        order: 5;
    }

    .mobile-lg\:order-6 {
        order: 6;
    }

    .mobile-lg\:order-7 {
        order: 7;
    }

    .mobile-lg\:order-8 {
        order: 8;
    }

    .mobile-lg\:order-9 {
        order: 9;
    }

    .mobile-lg\:order-10 {
        order: 10;
    }

    .mobile-lg\:order-11 {
        order: 11;
    }

    .mobile-lg\:padding-1px {
        padding: 1px;
    }

    .mobile-lg\:padding-y-1px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .mobile-lg\:padding-x-1px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .mobile-lg\:padding-top-1px {
        padding-top: 1px;
    }

    .mobile-lg\:padding-right-1px {
        padding-right: 1px;
    }

    .mobile-lg\:padding-bottom-1px {
        padding-bottom: 1px;
    }

    .mobile-lg\:padding-left-1px {
        padding-left: 1px;
    }

    .mobile-lg\:padding-2px {
        padding: 2px;
    }

    .mobile-lg\:padding-y-2px {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .mobile-lg\:padding-x-2px {
        padding-left: 2px;
        padding-right: 2px;
    }

    .mobile-lg\:padding-top-2px {
        padding-top: 2px;
    }

    .mobile-lg\:padding-right-2px {
        padding-right: 2px;
    }

    .mobile-lg\:padding-bottom-2px {
        padding-bottom: 2px;
    }

    .mobile-lg\:padding-left-2px {
        padding-left: 2px;
    }

    .mobile-lg\:padding-05 {
        padding: .25rem;
    }

    .mobile-lg\:padding-y-05 {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .mobile-lg\:padding-x-05 {
        padding-left: .25rem;
        padding-right: .25rem;
    }

    .mobile-lg\:padding-top-05 {
        padding-top: .25rem;
    }

    .mobile-lg\:padding-right-05 {
        padding-right: .25rem;
    }

    .mobile-lg\:padding-bottom-05 {
        padding-bottom: .25rem;
    }

    .mobile-lg\:padding-left-05 {
        padding-left: .25rem;
    }

    .mobile-lg\:padding-1 {
        padding: .5rem;
    }

    .mobile-lg\:padding-y-1 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .mobile-lg\:padding-x-1 {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .mobile-lg\:padding-top-1 {
        padding-top: .5rem;
    }

    .mobile-lg\:padding-right-1 {
        padding-right: .5rem;
    }

    .mobile-lg\:padding-bottom-1 {
        padding-bottom: .5rem;
    }

    .mobile-lg\:padding-left-1 {
        padding-left: .5rem;
    }

    .mobile-lg\:padding-105 {
        padding: .75rem;
    }

    .mobile-lg\:padding-y-105 {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .mobile-lg\:padding-x-105 {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .mobile-lg\:padding-top-105 {
        padding-top: .75rem;
    }

    .mobile-lg\:padding-right-105 {
        padding-right: .75rem;
    }

    .mobile-lg\:padding-bottom-105 {
        padding-bottom: .75rem;
    }

    .mobile-lg\:padding-left-105 {
        padding-left: .75rem;
    }

    .mobile-lg\:padding-2 {
        padding: 1rem;
    }

    .mobile-lg\:padding-y-2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .mobile-lg\:padding-x-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mobile-lg\:padding-top-2 {
        padding-top: 1rem;
    }

    .mobile-lg\:padding-right-2 {
        padding-right: 1rem;
    }

    .mobile-lg\:padding-bottom-2 {
        padding-bottom: 1rem;
    }

    .mobile-lg\:padding-left-2 {
        padding-left: 1rem;
    }

    .mobile-lg\:padding-205 {
        padding: 1.25rem;
    }

    .mobile-lg\:padding-y-205 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .mobile-lg\:padding-x-205 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .mobile-lg\:padding-top-205 {
        padding-top: 1.25rem;
    }

    .mobile-lg\:padding-right-205 {
        padding-right: 1.25rem;
    }

    .mobile-lg\:padding-bottom-205 {
        padding-bottom: 1.25rem;
    }

    .mobile-lg\:padding-left-205 {
        padding-left: 1.25rem;
    }

    .mobile-lg\:padding-3 {
        padding: 1.5rem;
    }

    .mobile-lg\:padding-y-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .mobile-lg\:padding-x-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .mobile-lg\:padding-top-3 {
        padding-top: 1.5rem;
    }

    .mobile-lg\:padding-right-3 {
        padding-right: 1.5rem;
    }

    .mobile-lg\:padding-bottom-3 {
        padding-bottom: 1.5rem;
    }

    .mobile-lg\:padding-left-3 {
        padding-left: 1.5rem;
    }

    .mobile-lg\:padding-4 {
        padding: 2rem;
    }

    .mobile-lg\:padding-y-4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .mobile-lg\:padding-x-4 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .mobile-lg\:padding-top-4 {
        padding-top: 2rem;
    }

    .mobile-lg\:padding-right-4 {
        padding-right: 2rem;
    }

    .mobile-lg\:padding-bottom-4 {
        padding-bottom: 2rem;
    }

    .mobile-lg\:padding-left-4 {
        padding-left: 2rem;
    }

    .mobile-lg\:padding-5 {
        padding: 2.5rem;
    }

    .mobile-lg\:padding-y-5 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .mobile-lg\:padding-x-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .mobile-lg\:padding-top-5 {
        padding-top: 2.5rem;
    }

    .mobile-lg\:padding-right-5 {
        padding-right: 2.5rem;
    }

    .mobile-lg\:padding-bottom-5 {
        padding-bottom: 2.5rem;
    }

    .mobile-lg\:padding-left-5 {
        padding-left: 2.5rem;
    }

    .mobile-lg\:padding-6 {
        padding: 3rem;
    }

    .mobile-lg\:padding-y-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .mobile-lg\:padding-x-6 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .mobile-lg\:padding-top-6 {
        padding-top: 3rem;
    }

    .mobile-lg\:padding-right-6 {
        padding-right: 3rem;
    }

    .mobile-lg\:padding-bottom-6 {
        padding-bottom: 3rem;
    }

    .mobile-lg\:padding-left-6 {
        padding-left: 3rem;
    }

    .mobile-lg\:padding-7 {
        padding: 3.5rem;
    }

    .mobile-lg\:padding-y-7 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .mobile-lg\:padding-x-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .mobile-lg\:padding-top-7 {
        padding-top: 3.5rem;
    }

    .mobile-lg\:padding-right-7 {
        padding-right: 3.5rem;
    }

    .mobile-lg\:padding-bottom-7 {
        padding-bottom: 3.5rem;
    }

    .mobile-lg\:padding-left-7 {
        padding-left: 3.5rem;
    }

    .mobile-lg\:padding-8 {
        padding: 4rem;
    }

    .mobile-lg\:padding-y-8 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .mobile-lg\:padding-x-8 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .mobile-lg\:padding-top-8 {
        padding-top: 4rem;
    }

    .mobile-lg\:padding-right-8 {
        padding-right: 4rem;
    }

    .mobile-lg\:padding-bottom-8 {
        padding-bottom: 4rem;
    }

    .mobile-lg\:padding-left-8 {
        padding-left: 4rem;
    }

    .mobile-lg\:padding-9 {
        padding: 4.5rem;
    }

    .mobile-lg\:padding-y-9 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .mobile-lg\:padding-x-9 {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }

    .mobile-lg\:padding-top-9 {
        padding-top: 4.5rem;
    }

    .mobile-lg\:padding-right-9 {
        padding-right: 4.5rem;
    }

    .mobile-lg\:padding-bottom-9 {
        padding-bottom: 4.5rem;
    }

    .mobile-lg\:padding-left-9 {
        padding-left: 4.5rem;
    }

    .mobile-lg\:padding-10 {
        padding: 5rem;
    }

    .mobile-lg\:padding-y-10 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .mobile-lg\:padding-x-10 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .mobile-lg\:padding-top-10 {
        padding-top: 5rem;
    }

    .mobile-lg\:padding-right-10 {
        padding-right: 5rem;
    }

    .mobile-lg\:padding-bottom-10 {
        padding-bottom: 5rem;
    }

    .mobile-lg\:padding-left-10 {
        padding-left: 5rem;
    }

    .mobile-lg\:padding-15 {
        padding: 7.5rem;
    }

    .mobile-lg\:padding-y-15 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    .mobile-lg\:padding-x-15 {
        padding-left: 7.5rem;
        padding-right: 7.5rem;
    }

    .mobile-lg\:padding-top-15 {
        padding-top: 7.5rem;
    }

    .mobile-lg\:padding-right-15 {
        padding-right: 7.5rem;
    }

    .mobile-lg\:padding-bottom-15 {
        padding-bottom: 7.5rem;
    }

    .mobile-lg\:padding-left-15 {
        padding-left: 7.5rem;
    }

    .mobile-lg\:padding-0 {
        padding: 0;
    }

    .mobile-lg\:padding-y-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .mobile-lg\:padding-x-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-lg\:padding-top-0 {
        padding-top: 0;
    }

    .mobile-lg\:padding-right-0 {
        padding-right: 0;
    }

    .mobile-lg\:padding-bottom-0 {
        padding-bottom: 0;
    }

    .mobile-lg\:padding-left-0 {
        padding-left: 0;
    }

    .mobile-lg\:width-1px {
        width: 1px;
    }

    .mobile-lg\:width-2px {
        width: 2px;
    }

    .mobile-lg\:width-05 {
        width: .25rem;
    }

    .mobile-lg\:width-1 {
        width: .5rem;
    }

    .mobile-lg\:width-105 {
        width: .75rem;
    }

    .mobile-lg\:width-2 {
        width: 1rem;
    }

    .mobile-lg\:width-205 {
        width: 1.25rem;
    }

    .mobile-lg\:width-3 {
        width: 1.5rem;
    }

    .mobile-lg\:width-4 {
        width: 2rem;
    }

    .mobile-lg\:width-5 {
        width: 2.5rem;
    }

    .mobile-lg\:width-6 {
        width: 3rem;
    }

    .mobile-lg\:width-7 {
        width: 3.5rem;
    }

    .mobile-lg\:width-8 {
        width: 4rem;
    }

    .mobile-lg\:width-9 {
        width: 4.5rem;
    }

    .mobile-lg\:width-10 {
        width: 5rem;
    }

    .mobile-lg\:width-15 {
        width: 7.5rem;
    }

    .mobile-lg\:width-card {
        width: 10rem;
    }

    .mobile-lg\:width-card-lg {
        width: 15rem;
    }

    .mobile-lg\:width-mobile {
        width: 20rem;
    }

    .mobile-lg\:width-mobile-lg {
        width: 30rem;
    }

    .mobile-lg\:width-tablet {
        width: 40rem;
    }

    .mobile-lg\:width-tablet-lg {
        width: 55rem;
    }

    .mobile-lg\:width-desktop {
        width: 64rem;
    }

    .mobile-lg\:width-desktop-lg {
        width: 75rem;
    }

    .mobile-lg\:width-widescreen {
        width: 87.5rem;
    }

    .mobile-lg\:width-0 {
        width: 0;
    }

    .mobile-lg\:width-full {
        width: 100%
    }

    .mobile-lg\:width-auto {
        width: auto;
    }
}

@media all and (min-width:40em) {
    .tablet\: border-1px, .tablet\:hover\:border-1px:hover {
        border: 1px solid;
    }

    .tablet\:border-y-1px, .tablet\:hover\:border-y-1px:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .tablet\:border-x-1px, .tablet\:hover\:border-x-1px:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .tablet\:border-top-1px, .tablet\:hover\:border-top-1px:hover {
        border-top: 1px solid;
    }

    .tablet\:border-right-1px, .tablet\:hover\:border-right-1px:hover {
        border-right: 1px solid;
    }

    .tablet\:border-bottom-1px, .tablet\:hover\:border-bottom-1px:hover {
        border-bottom: 1px solid;
    }

    .tablet\:border-left-1px, .tablet\:hover\:border-left-1px:hover {
        border-left: 1px solid;
    }

    .tablet\:border-2px, .tablet\:hover\:border-2px:hover {
        border: 2px solid;
    }

    .tablet\:border-y-2px, .tablet\:hover\:border-y-2px:hover {
        border-top: 2px solid;
        border-bottom: 2px solid;
    }

    .tablet\:border-x-2px, .tablet\:hover\:border-x-2px:hover {
        border-left: 2px solid;
        border-right: 2px solid;
    }

    .tablet\:border-top-2px, .tablet\:hover\:border-top-2px:hover {
        border-top: 2px solid;
    }

    .tablet\:border-right-2px, .tablet\:hover\:border-right-2px:hover {
        border-right: 2px solid;
    }

    .tablet\:border-bottom-2px, .tablet\:hover\:border-bottom-2px:hover {
        border-bottom: 2px solid;
    }

    .tablet\:border-left-2px, .tablet\:hover\:border-left-2px:hover {
        border-left: 2px solid;
    }

    .tablet\:border-05, .tablet\:hover\:border-05:hover {
        border: .25rem solid;
    }

    .tablet\:border-y-05, .tablet\:hover\:border-y-05:hover {
        border-top: .25rem solid;
        border-bottom: .25rem solid;
    }

    .tablet\:border-x-05, .tablet\:hover\:border-x-05:hover {
        border-left: .25rem solid;
        border-right: .25rem solid;
    }

    .tablet\:border-top-05, .tablet\:hover\:border-top-05:hover {
        border-top: .25rem solid;
    }

    .tablet\:border-right-05, .tablet\:hover\:border-right-05:hover {
        border-right: .25rem solid;
    }

    .tablet\:border-bottom-05, .tablet\:hover\:border-bottom-05:hover {
        border-bottom: .25rem solid;
    }

    .tablet\:border-left-05, .tablet\:hover\:border-left-05:hover {
        border-left: .25rem solid;
    }

    .tablet\:border-1, .tablet\:hover\:border-1:hover {
        border: .5rem solid;
    }

    .tablet\:border-y-1, .tablet\:hover\:border-y-1:hover {
        border-top: .5rem solid;
        border-bottom: .5rem solid;
    }

    .tablet\:border-x-1, .tablet\:hover\:border-x-1:hover {
        border-left: .5rem solid;
        border-right: .5rem solid;
    }

    .tablet\:border-top-1, .tablet\:hover\:border-top-1:hover {
        border-top: .5rem solid;
    }

    .tablet\:border-right-1, .tablet\:hover\:border-right-1:hover {
        border-right: .5rem solid;
    }

    .tablet\:border-bottom-1, .tablet\:hover\:border-bottom-1:hover {
        border-bottom: .5rem solid;
    }

    .tablet\:border-left-1, .tablet\:hover\:border-left-1:hover {
        border-left: .5rem solid;
    }

    .tablet\:border-105, .tablet\:hover\:border-105:hover {
        border: .75rem solid;
    }

    .tablet\:border-y-105, .tablet\:hover\:border-y-105:hover {
        border-top: .75rem solid;
        border-bottom: .75rem solid;
    }

    .tablet\:border-x-105, .tablet\:hover\:border-x-105:hover {
        border-left: .75rem solid;
        border-right: .75rem solid;
    }

    .tablet\:border-top-105, .tablet\:hover\:border-top-105:hover {
        border-top: .75rem solid;
    }

    .tablet\:border-right-105, .tablet\:hover\:border-right-105:hover {
        border-right: .75rem solid;
    }

    .tablet\:border-bottom-105, .tablet\:hover\:border-bottom-105:hover {
        border-bottom: .75rem solid;
    }

    .tablet\:border-left-105, .tablet\:hover\:border-left-105:hover {
        border-left: .75rem solid;
    }

    .tablet\:border-2, .tablet\:hover\:border-2:hover {
        border: 1rem solid;
    }

    .tablet\:border-y-2, .tablet\:hover\:border-y-2:hover {
        border-top: 1rem solid;
        border-bottom: 1rem solid;
    }

    .tablet\:border-x-2, .tablet\:hover\:border-x-2:hover {
        border-left: 1rem solid;
        border-right: 1rem solid;
    }

    .tablet\:border-top-2, .tablet\:hover\:border-top-2:hover {
        border-top: 1rem solid;
    }

    .tablet\:border-right-2, .tablet\:hover\:border-right-2:hover {
        border-right: 1rem solid;
    }

    .tablet\:border-bottom-2, .tablet\:hover\:border-bottom-2:hover {
        border-bottom: 1rem solid;
    }

    .tablet\:border-left-2, .tablet\:hover\:border-left-2:hover {
        border-left: 1rem solid;
    }

    .tablet\:border-205, .tablet\:hover\:border-205:hover {
        border: 1.25rem solid;
    }

    .tablet\:border-y-205, .tablet\:hover\:border-y-205:hover {
        border-top: 1.25rem solid;
        border-bottom: 1.25rem solid;
    }

    .tablet\:border-x-205, .tablet\:hover\:border-x-205:hover {
        border-left: 1.25rem solid;
        border-right: 1.25rem solid;
    }

    .tablet\:border-top-205, .tablet\:hover\:border-top-205:hover {
        border-top: 1.25rem solid;
    }

    .tablet\:border-right-205, .tablet\:hover\:border-right-205:hover {
        border-right: 1.25rem solid;
    }

    .tablet\:border-bottom-205, .tablet\:hover\:border-bottom-205:hover {
        border-bottom: 1.25rem solid;
    }

    .tablet\:border-left-205, .tablet\:hover\:border-left-205:hover {
        border-left: 1.25rem solid;
    }

    .tablet\:border-3, .tablet\:hover\:border-3:hover {
        border: 1.5rem solid;
    }

    .tablet\:border-y-3, .tablet\:hover\:border-y-3:hover {
        border-top: 1.5rem solid;
        border-bottom: 1.5rem solid;
    }

    .tablet\:border-x-3, .tablet\:hover\:border-x-3:hover {
        border-left: 1.5rem solid;
        border-right: 1.5rem solid;
    }

    .tablet\:border-top-3, .tablet\:hover\:border-top-3:hover {
        border-top: 1.5rem solid;
    }

    .tablet\:border-right-3, .tablet\:hover\:border-right-3:hover {
        border-right: 1.5rem solid;
    }

    .tablet\:border-bottom-3, .tablet\:hover\:border-bottom-3:hover {
        border-bottom: 1.5rem solid;
    }

    .tablet\:border-left-3, .tablet\:hover\:border-left-3:hover {
        border-left: 1.5rem solid;
    }

    .tablet\:border-0, .tablet\:hover\:border-0:hover {
        border: 0 solid;
    }

    .tablet\:border-y-0, .tablet\:hover\:border-y-0:hover {
        border-top: 0 solid;
        border-bottom: 0 solid;
    }

    .tablet\:border-x-0, .tablet\:hover\:border-x-0:hover {
        border-left: 0 solid;
        border-right: 0 solid;
    }

    .tablet\:border-top-0, .tablet\:hover\:border-top-0:hover {
        border-top: 0 solid;
    }

    .tablet\:border-right-0, .tablet\:hover\:border-right-0:hover {
        border-right: 0 solid;
    }

    .tablet\:border-bottom-0, .tablet\:hover\:border-bottom-0:hover {
        border-bottom: 0 solid;
    }

    .tablet\:border-left-0, .tablet\:hover\:border-left-0:hover {
        border-left: 0 solid;
    }

    .tablet\:border, .tablet\:hover\:border:hover {
        border: 1px solid;
    }

    .tablet\:border-y, .tablet\:hover\:border-y:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .tablet\:border-x, .tablet\:hover\:border-x:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .tablet\:border-top, .tablet\:hover\:border-top:hover {
        border-top: 1px solid;
    }

    .tablet\:border-right, .tablet\:hover\:border-right:hover {
        border-right: 1px solid;
    }

    .tablet\:border-bottom, .tablet\:hover\:border-bottom:hover {
        border-bottom: 1px solid;
    }

    .tablet\:border-left, .tablet\:hover\:border-left:hover {
        border-left: 1px solid;
    }

    .tablet\:border-transparent, .tablet\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .tablet\:border-black, .tablet\:hover\:border-black:hover {
        border-color: #000;
    }

    .tablet\:border-white, .tablet\:hover\:border-white:hover {
        border-color: #fff;
    }

    .tablet\:border-red, .tablet\:hover\:border-red:hover {
        border-color: #e52207;
    }

    .tablet\:border-orange, .tablet\:hover\:border-orange:hover {
        border-color: #e66f0e;
    }

    .tablet\:border-gold, .tablet\:hover\:border-gold:hover {
        border-color: #ffbe2e;
    }

    .tablet\:border-yellow, .tablet\:hover\:border-yellow:hover {
        border-color: #fee685;
    }

    .tablet\:border-green, .tablet\:hover\:border-green:hover {
        border-color: #538200;
    }

    .tablet\:border-mint, .tablet\:hover\:border-mint:hover {
        border-color: #04c585;
    }

    .tablet\:border-cyan, .tablet\:hover\:border-cyan:hover {
        border-color: #009ec1;
    }

    .tablet\:border-blue, .tablet\:hover\:border-blue:hover {
        border-color: #0076d6;
    }

    .tablet\:border-indigo, .tablet\:hover\:border-indigo:hover {
        border-color: #676cc8;
    }

    .tablet\:border-violet, .tablet\:hover\:border-violet:hover {
        border-color: #8168b3;
    }

    .tablet\:border-magenta, .tablet\:hover\:border-magenta:hover {
        border-color: #d72d79;
    }

    .tablet\:border-gray-5, .tablet\:hover\:border-gray-5:hover {
        border-color: #f0f0f0;
    }

    .tablet\:border-gray-10, .tablet\:hover\:border-gray-10:hover {
        border-color: #e6e6e6;
    }

    .tablet\:border-gray-30, .tablet\:hover\:border-gray-30:hover {
        border-color: #adadad;
    }

    .tablet\:border-gray-50, .tablet\:hover\:border-gray-50:hover {
        border-color: #757575;
    }

    .tablet\:border-gray-70, .tablet\:hover\:border-gray-70:hover {
        border-color: #454545;
    }

    .tablet\:border-gray-90, .tablet\:hover\:border-gray-90:hover {
        border-color: #1b1b1b;
    }

    .tablet\:border-base-lightest, .tablet\:hover\:border-base-lightest:hover {
        border-color: #f0f0f0;
    }

    .tablet\:border-base-lighter, .tablet\:hover\:border-base-lighter:hover {
        border-color: #dfe1e2;
    }

    .tablet\:border-base-light, .tablet\:hover\:border-base-light:hover {
        border-color: #a9aeb1;
    }

    .tablet\:border-base, .tablet\:hover\:border-base:hover {
        border-color: #71767a;
    }

    .tablet\:border-base-dark, .tablet\:hover\:border-base-dark:hover {
        border-color: #565c65;
    }

    .tablet\:border-base-darker, .tablet\:hover\:border-base-darker:hover {
        border-color: #3d4551;
    }

    .tablet\:border-base-darkest, .tablet\:border-ink, .tablet\:hover\:border-base-darkest:hover, .tablet\:hover\:border-ink:hover {
        border-color: #1b1b1b;
    }

    .tablet\:border-primary-lighter, .tablet\:hover\:border-primary-lighter:hover {
        border-color: #d9e8f6;
    }

    .tablet\:border-primary-light, .tablet\:hover\:border-primary-light:hover {
        border-color: #73b3e7;
    }

    .tablet\:border-primary, .tablet\:hover\:border-primary:hover {
        border-color: #005ea2;
    }

    .tablet\:border-primary-vivid, .tablet\:hover\:border-primary-vivid:hover {
        border-color: #0050d8;
    }

    .tablet\:border-primary-dark, .tablet\:hover\:border-primary-dark:hover {
        border-color: #1a4480;
    }

    .tablet\:border-primary-darker, .tablet\:hover\:border-primary-darker:hover {
        border-color: #162e51;
    }

    .tablet\:border-secondary-lighter, .tablet\:hover\:border-secondary-lighter:hover {
        border-color: #f3e1e4;
    }

    .tablet\:border-secondary-light, .tablet\:hover\:border-secondary-light:hover {
        border-color: #f2938c;
    }

    .tablet\:border-secondary, .tablet\:hover\:border-secondary:hover {
        border-color: #d83933;
    }

    .tablet\:border-secondary-vivid, .tablet\:hover\:border-secondary-vivid:hover {
        border-color: #e41d3d;
    }

    .tablet\:border-secondary-dark, .tablet\:hover\:border-secondary-dark:hover {
        border-color: #b50909;
    }

    .tablet\:border-secondary-darker, .tablet\:hover\:border-secondary-darker:hover {
        border-color: #8b0a03;
    }

    .tablet\:border-accent-warm-darker, .tablet\:hover\:border-accent-warm-darker:hover {
        border-color: #775540;
    }

    .tablet\:border-accent-warm-dark, .tablet\:hover\:border-accent-warm-dark:hover {
        border-color: #c05600;
    }

    .tablet\:border-accent-warm, .tablet\:hover\:border-accent-warm:hover {
        border-color: #fa9441;
    }

    .tablet\:border-accent-warm-light, .tablet\:hover\:border-accent-warm-light:hover {
        border-color: #ffbc78;
    }

    .tablet\:border-accent-warm-lighter, .tablet\:hover\:border-accent-warm-lighter:hover {
        border-color: #f2e4d4;
    }

    .tablet\:border-accent-cool-darker, .tablet\:hover\:border-accent-cool-darker:hover {
        border-color: #07648d;
    }

    .tablet\:border-accent-cool-dark, .tablet\:hover\:border-accent-cool-dark:hover {
        border-color: #28a0cb;
    }

    .tablet\:border-accent-cool, .tablet\:hover\:border-accent-cool:hover {
        border-color: #00bde3;
    }

    .tablet\:border-accent-cool-light, .tablet\:hover\:border-accent-cool-light:hover {
        border-color: #97d4ea;
    }

    .tablet\:border-accent-cool-lighter, .tablet\:hover\:border-accent-cool-lighter:hover {
        border-color: #e1f3f8;
    }

    .tablet\:radius-0 {
        border-radius: 0;
    }

    .tablet\:radius-top-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .tablet\:radius-right-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .tablet\:radius-bottom-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .tablet\:radius-left-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .tablet\:radius-sm {
        border-radius: 2px;
    }

    .tablet\:radius-top-sm {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .tablet\:radius-right-sm {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .tablet\:radius-bottom-sm {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .tablet\:radius-left-sm {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .tablet\:radius-md {
        border-radius: .25rem;
    }

    .tablet\:radius-top-md {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .tablet\:radius-right-md {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .tablet\:radius-bottom-md {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .tablet\:radius-left-md {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .tablet\:radius-lg {
        border-radius: .5rem;
    }

    .tablet\:radius-top-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
    }

    .tablet\:radius-right-lg {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .tablet\:radius-bottom-lg {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .tablet\:radius-left-lg {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    .tablet\:radius-pill {
        border-radius: 99rem;
    }

    .tablet\:radius-top-pill {
        border-top-left-radius: 99rem;
        border-top-right-radius: 99rem;
    }

    .tablet\:radius-right-pill {
        border-top-right-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .tablet\:radius-bottom-pill {
        border-bottom-left-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .tablet\:radius-left-pill {
        border-top-left-radius: 99rem;
        border-bottom-left-radius: 99rem;
    }

    .tablet\:display-block {
        display: block;
    }

    .tablet\:display-flex {
        display: flex;
    }

    .tablet\:display-none {
        display: none;
    }

    .tablet\:display-inline {
        display: inline;
    }

    .tablet\:display-inline-block {
        display: inline-block;
    }

    .tablet\:display-inline-flex {
        display: inline-flex;
    }

    .tablet\:display-table {
        display: table;
    }

    .tablet\:display-table-cell {
        display: table-cell;
    }

    .tablet\:display-table-row {
        display: table-row;
    }

    .tablet\:font-mono-3xs {
        font-size: .77rem;
    }

    .tablet\:font-mono-2xs {
        font-size: .83rem;
    }

    .tablet\:font-mono-xs {
        font-size: .89rem;
    }

    .tablet\:font-mono-sm {
        font-size: .95rem;
    }

    .tablet\:font-mono-md {
        font-size: 1.01rem;
    }

    .tablet\:font-mono-lg {
        font-size: 1.31rem;
    }

    .tablet\:font-mono-xl {
        font-size: 1.91rem;
    }

    .tablet\:font-mono-2xl {
        font-size: 2.38rem;
    }

    .tablet\:font-mono-3xl {
        font-size: 2.86rem;
    }

    .tablet\:font-sans-3xs {
        font-size: .87rem;
    }

    .tablet\:font-sans-2xs {
        font-size: .93rem;
    }

    .tablet\:font-sans-xs {
        font-size: 1rem;
    }

    .tablet\:font-sans-sm {
        font-size: 1.06rem;
    }

    .tablet\:font-sans-md {
        font-size: 1.13rem;
    }

    .tablet\:font-sans-lg {
        font-size: 1.46rem;
    }

    .tablet\:font-sans-xl {
        font-size: 2.13rem;
    }

    .tablet\:font-sans-2xl {
        font-size: 2.66rem;
    }

    .tablet\:font-sans-3xl {
        font-size: 3.19rem;
    }

    .tablet\:font-serif-3xs {
        font-size: .79rem;
    }

    .tablet\:font-serif-2xs {
        font-size: .85rem;
    }

    .tablet\:font-serif-xs {
        font-size: .91rem;
    }

    .tablet\:font-serif-sm {
        font-size: .98rem;
    }

    .tablet\:font-serif-md {
        font-size: 1.04rem;
    }

    .tablet\:font-serif-lg {
        font-size: 1.34rem;
    }

    .tablet\:font-serif-xl {
        font-size: 1.95rem;
    }

    .tablet\:font-serif-2xl {
        font-size: 2.44rem;
    }

    .tablet\:font-serif-3xl {
        font-size: 2.93rem;
    }

    .tablet\:font-heading-3xs {
        font-size: .79rem;
    }

    .tablet\:font-heading-2xs {
        font-size: .85rem;
    }

    .tablet\:font-heading-xs {
        font-size: .91rem;
    }

    .tablet\:font-heading-sm {
        font-size: .98rem;
    }

    .tablet\:font-heading-md {
        font-size: 1.04rem;
    }

    .tablet\:font-heading-lg {
        font-size: 1.34rem;
    }

    .tablet\:font-heading-xl {
        font-size: 1.95rem;
    }

    .tablet\:font-heading-2xl {
        font-size: 2.44rem;
    }

    .tablet\:font-heading-3xl {
        font-size: 2.93rem;
    }

    .tablet\:font-body-3xs {
        font-size: .87rem;
    }

    .tablet\:font-body-2xs {
        font-size: .93rem;
    }

    .tablet\:font-body-xs {
        font-size: 1rem;
    }

    .tablet\:font-body-sm {
        font-size: 1.06rem;
    }

    .tablet\:font-body-md {
        font-size: 1.13rem;
    }

    .tablet\:font-body-lg {
        font-size: 1.46rem;
    }

    .tablet\:font-body-xl {
        font-size: 2.13rem;
    }

    .tablet\:font-body-2xl {
        font-size: 2.66rem;
    }

    .tablet\:font-body-3xl {
        font-size: 3.19rem;
    }

    .tablet\:font-code-3xs {
        font-size: .77rem;
    }

    .tablet\:font-code-2xs {
        font-size: .83rem;
    }

    .tablet\:font-code-xs {
        font-size: .89rem;
    }

    .tablet\:font-code-sm {
        font-size: .95rem;
    }

    .tablet\:font-code-md {
        font-size: 1.01rem;
    }

    .tablet\:font-code-lg {
        font-size: 1.31rem;
    }

    .tablet\:font-code-xl {
        font-size: 1.91rem;
    }

    .tablet\:font-code-2xl {
        font-size: 2.38rem;
    }

    .tablet\:font-code-3xl {
        font-size: 2.86rem;
    }

    .tablet\:font-alt-3xs {
        font-size: .79rem;
    }

    .tablet\:font-alt-2xs {
        font-size: .85rem;
    }

    .tablet\:font-alt-xs {
        font-size: .91rem;
    }

    .tablet\:font-alt-sm {
        font-size: .98rem;
    }

    .tablet\:font-alt-md {
        font-size: 1.04rem;
    }

    .tablet\:font-alt-lg {
        font-size: 1.34rem;
    }

    .tablet\:font-alt-xl {
        font-size: 1.95rem;
    }

    .tablet\:font-alt-2xl {
        font-size: 2.44rem;
    }

    .tablet\:font-alt-3xl {
        font-size: 2.93rem;
    }

    .tablet\:font-ui-3xs {
        font-size: .87rem;
    }

    .tablet\:font-ui-2xs {
        font-size: .93rem;
    }

    .tablet\:font-ui-xs {
        font-size: 1rem;
    }

    .tablet\:font-ui-sm {
        font-size: 1.06rem;
    }

    .tablet\:font-ui-md {
        font-size: 1.13rem;
    }

    .tablet\:font-ui-lg {
        font-size: 1.46rem;
    }

    .tablet\:font-ui-xl {
        font-size: 2.13rem;
    }

    .tablet\:font-ui-2xl {
        font-size: 2.66rem;
    }

    .tablet\:font-ui-3xl {
        font-size: 3.19rem;
    }

    .tablet\:text-light {
        font-weight: 300;
    }

    .tablet\:text-normal {
        font-weight: 400;
    }

    .tablet\:text-bold {
        font-weight: 700;
    }

    .tablet\:flex-justify-center {
        justify-content: center;
    }

    .tablet\:flex-justify-start {
        justify-content: flex-start;
    }

    .tablet\:flex-justify-end {
        justify-content: flex-end;
    }

    .tablet\:flex-justify {
        justify-content: space-between;
    }

    .tablet\:line-height-sans-1 {
        line-height: .9;
    }

    .tablet\:line-height-sans-2 {
        line-height: 1.1;
    }

    .tablet\:line-height-sans-3 {
        line-height: 1.3;
    }

    .tablet\:line-height-sans-4 {
        line-height: 1.4;
    }

    .tablet\:line-height-sans-5 {
        line-height: 1.5;
    }

    .tablet\:line-height-sans-6 {
        line-height: 1.6;
    }

    .tablet\:line-height-serif-1 {
        line-height: 1;
    }

    .tablet\:line-height-serif-2 {
        line-height: 1.2;
    }

    .tablet\:line-height-serif-3 {
        line-height: 1.4;
    }

    .tablet\:line-height-serif-4 {
        line-height: 1.5;
    }

    .tablet\:line-height-serif-5 {
        line-height: 1.7;
    }

    .tablet\:line-height-serif-6 {
        line-height: 1.8;
    }

    .tablet\:line-height-mono-1 {
        line-height: 1;
    }

    .tablet\:line-height-mono-2 {
        line-height: 1.3;
    }

    .tablet\:line-height-mono-3 {
        line-height: 1.4;
    }

    .tablet\:line-height-mono-4 {
        line-height: 1.6;
    }

    .tablet\:line-height-mono-5 {
        line-height: 1.7;
    }

    .tablet\:line-height-mono-6 {
        line-height: 1.8;
    }

    .tablet\:line-height-heading-1 {
        line-height: 1;
    }

    .tablet\:line-height-heading-2 {
        line-height: 1.2;
    }

    .tablet\:line-height-heading-3 {
        line-height: 1.4;
    }

    .tablet\:line-height-heading-4 {
        line-height: 1.5;
    }

    .tablet\:line-height-heading-5 {
        line-height: 1.7;
    }

    .tablet\:line-height-heading-6 {
        line-height: 1.8;
    }

    .tablet\:line-height-ui-1 {
        line-height: .9;
    }

    .tablet\:line-height-ui-2 {
        line-height: 1.1;
    }

    .tablet\:line-height-ui-3 {
        line-height: 1.3;
    }

    .tablet\:line-height-ui-4 {
        line-height: 1.4;
    }

    .tablet\:line-height-ui-5 {
        line-height: 1.5;
    }

    .tablet\:line-height-ui-6 {
        line-height: 1.6;
    }

    .tablet\:line-height-body-1 {
        line-height: .9;
    }

    .tablet\:line-height-body-2 {
        line-height: 1.1;
    }

    .tablet\:line-height-body-3 {
        line-height: 1.3;
    }

    .tablet\:line-height-body-4 {
        line-height: 1.4;
    }

    .tablet\:line-height-body-5 {
        line-height: 1.5;
    }

    .tablet\:line-height-body-6 {
        line-height: 1.6;
    }

    .tablet\:line-height-code-1 {
        line-height: 1;
    }

    .tablet\:line-height-code-2 {
        line-height: 1.3;
    }

    .tablet\:line-height-code-3 {
        line-height: 1.4;
    }

    .tablet\:line-height-code-4 {
        line-height: 1.6;
    }

    .tablet\:line-height-code-5 {
        line-height: 1.7;
    }

    .tablet\:line-height-code-6 {
        line-height: 1.8;
    }

    .tablet\:line-height-alt-1 {
        line-height: 1;
    }

    .tablet\:line-height-alt-2 {
        line-height: 1.2;
    }

    .tablet\:line-height-alt-3 {
        line-height: 1.4;
    }

    .tablet\:line-height-alt-4 {
        line-height: 1.5;
    }

    .tablet\:line-height-alt-5 {
        line-height: 1.7;
    }

    .tablet\:line-height-alt-6 {
        line-height: 1.8;
    }

    .tablet\:margin-neg-1px {
        margin: -1px;
    }

    .tablet\:margin-neg-2px {
        margin: -2px;
    }

    .tablet\:margin-neg-05 {
        margin: -.25rem;
    }

    .tablet\:margin-neg-1 {
        margin: -.5rem;
    }

    .tablet\:margin-neg-105 {
        margin: -.75rem;
    }

    .tablet\:margin-neg-2 {
        margin: -1rem;
    }

    .tablet\:margin-neg-205 {
        margin: -1.25rem;
    }

    .tablet\:margin-neg-3 {
        margin: -1.5rem;
    }

    .tablet\:margin-1px {
        margin: 1px;
    }

    .tablet\:margin-2px {
        margin: 2px;
    }

    .tablet\:margin-05 {
        margin: .25rem;
    }

    .tablet\:margin-1 {
        margin: .5rem;
    }

    .tablet\:margin-105 {
        margin: .75rem;
    }

    .tablet\:margin-2 {
        margin: 1rem;
    }

    .tablet\:margin-205 {
        margin: 1.25rem;
    }

    .tablet\:margin-3 {
        margin: 1.5rem;
    }

    .tablet\:margin-4 {
        margin: 2rem;
    }

    .tablet\:margin-5 {
        margin: 2.5rem;
    }

    .tablet\:margin-6 {
        margin: 3rem;
    }

    .tablet\:margin-7 {
        margin: 3.5rem;
    }

    .tablet\:margin-8 {
        margin: 4rem;
    }

    .tablet\:margin-9 {
        margin: 4.5rem;
    }

    .tablet\:margin-10 {
        margin: 5rem;
    }

    .tablet\:margin-15 {
        margin: 7.5rem;
    }

    .tablet\:margin-05em {
        margin: .5em;
    }

    .tablet\:margin-1em {
        margin: 1em;
    }

    .tablet\:margin-105em {
        margin: 1.5em;
    }

    .tablet\:margin-2em {
        margin: 2em;
    }

    .tablet\:margin-0 {
        margin: 0;
    }

    .tablet\:margin-y-1px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .tablet\:margin-top-1px {
        margin-top: 1px;
    }

    .tablet\:margin-bottom-1px {
        margin-bottom: 1px;
    }

    .tablet\:margin-y-2px {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .tablet\:margin-top-2px {
        margin-top: 2px;
    }

    .tablet\:margin-bottom-2px {
        margin-bottom: 2px;
    }

    .tablet\:margin-y-05 {
        margin-top: .25rem;
        margin-bottom: .25rem;
    }

    .tablet\:margin-top-05 {
        margin-top: .25rem;
    }

    .tablet\:margin-bottom-05 {
        margin-bottom: .25rem;
    }

    .tablet\:margin-y-1 {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .tablet\:margin-top-1 {
        margin-top: .5rem;
    }

    .tablet\:margin-bottom-1 {
        margin-bottom: .5rem;
    }

    .tablet\:margin-y-105 {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }

    .tablet\:margin-top-105 {
        margin-top: .75rem;
    }

    .tablet\:margin-bottom-105 {
        margin-bottom: .75rem;
    }

    .tablet\:margin-y-2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .tablet\:margin-top-2 {
        margin-top: 1rem;
    }

    .tablet\:margin-bottom-2 {
        margin-bottom: 1rem;
    }

    .tablet\:margin-y-205 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .tablet\:margin-top-205 {
        margin-top: 1.25rem;
    }

    .tablet\:margin-bottom-205 {
        margin-bottom: 1.25rem;
    }

    .tablet\:margin-y-3 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .tablet\:margin-top-3 {
        margin-top: 1.5rem;
    }

    .tablet\:margin-bottom-3 {
        margin-bottom: 1.5rem;
    }

    .tablet\:margin-y-neg-1px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .tablet\:margin-top-neg-1px {
        margin-top: -1px;
    }

    .tablet\:margin-bottom-neg-1px {
        margin-bottom: -1px;
    }

    .tablet\:margin-y-neg-2px {
        margin-top: -2px;
        margin-bottom: -2px;
    }

    .tablet\:margin-top-neg-2px {
        margin-top: -2px;
    }

    .tablet\:margin-bottom-neg-2px {
        margin-bottom: -2px;
    }

    .tablet\:margin-y-neg-05 {
        margin-top: -.25rem;
        margin-bottom: -.25rem;
    }

    .tablet\:margin-top-neg-05 {
        margin-top: -.25rem;
    }

    .tablet\:margin-bottom-neg-05 {
        margin-bottom: -.25rem;
    }

    .tablet\:margin-y-neg-1 {
        margin-top: -.5rem;
        margin-bottom: -.5rem;
    }

    .tablet\:margin-top-neg-1 {
        margin-top: -.5rem;
    }

    .tablet\:margin-bottom-neg-1 {
        margin-bottom: -.5rem;
    }

    .tablet\:margin-y-neg-105 {
        margin-top: -.75rem;
        margin-bottom: -.75rem;
    }

    .tablet\:margin-top-neg-105 {
        margin-top: -.75rem;
    }

    .tablet\:margin-bottom-neg-105 {
        margin-bottom: -.75rem;
    }

    .tablet\:margin-y-neg-2 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .tablet\:margin-top-neg-2 {
        margin-top: -1rem;
    }

    .tablet\:margin-bottom-neg-2 {
        margin-bottom: -1rem;
    }

    .tablet\:margin-y-neg-205 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .tablet\:margin-top-neg-205 {
        margin-top: -1.25rem;
    }

    .tablet\:margin-bottom-neg-205 {
        margin-bottom: -1.25rem;
    }

    .tablet\:margin-y-neg-3 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .tablet\:margin-top-neg-3 {
        margin-top: -1.5rem;
    }

    .tablet\:margin-bottom-neg-3 {
        margin-bottom: -1.5rem;
    }

    .tablet\:margin-y-4 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .tablet\:margin-top-4 {
        margin-top: 2rem;
    }

    .tablet\:margin-bottom-4 {
        margin-bottom: 2rem;
    }

    .tablet\:margin-y-5 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .tablet\:margin-top-5 {
        margin-top: 2.5rem;
    }

    .tablet\:margin-bottom-5 {
        margin-bottom: 2.5rem;
    }

    .tablet\:margin-y-6 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .tablet\:margin-top-6 {
        margin-top: 3rem;
    }

    .tablet\:margin-bottom-6 {
        margin-bottom: 3rem;
    }

    .tablet\:margin-y-7 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .tablet\:margin-top-7 {
        margin-top: 3.5rem;
    }

    .tablet\:margin-bottom-7 {
        margin-bottom: 3.5rem;
    }

    .tablet\:margin-y-8 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .tablet\:margin-top-8 {
        margin-top: 4rem;
    }

    .tablet\:margin-bottom-8 {
        margin-bottom: 4rem;
    }

    .tablet\:margin-y-9 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }

    .tablet\:margin-top-9 {
        margin-top: 4.5rem;
    }

    .tablet\:margin-bottom-9 {
        margin-bottom: 4.5rem;
    }

    .tablet\:margin-y-10 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .tablet\:margin-top-10 {
        margin-top: 5rem;
    }

    .tablet\:margin-bottom-10 {
        margin-bottom: 5rem;
    }

    .tablet\:margin-y-15 {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem;
    }

    .tablet\:margin-top-15 {
        margin-top: 7.5rem;
    }

    .tablet\:margin-bottom-15 {
        margin-bottom: 7.5rem;
    }

    .tablet\:margin-y-05em {
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .tablet\:margin-top-05em {
        margin-top: .5em;
    }

    .tablet\:margin-bottom-05em {
        margin-bottom: .5em;
    }

    .tablet\:margin-y-1em {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .tablet\:margin-top-1em {
        margin-top: 1em;
    }

    .tablet\:margin-bottom-1em {
        margin-bottom: 1em;
    }

    .tablet\:margin-y-105em {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .tablet\:margin-top-105em {
        margin-top: 1.5em;
    }

    .tablet\:margin-bottom-105em {
        margin-bottom: 1.5em;
    }

    .tablet\:margin-y-2em {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .tablet\:margin-top-2em {
        margin-top: 2em;
    }

    .tablet\:margin-bottom-2em {
        margin-bottom: 2em;
    }

    .tablet\:margin-y-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .tablet\:margin-top-0 {
        margin-top: 0;
    }

    .tablet\:margin-bottom-0 {
        margin-bottom: 0;
    }

    .tablet\:margin-y-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .tablet\:margin-top-auto {
        margin-top: auto;
    }

    .tablet\:margin-bottom-auto {
        margin-bottom: auto;
    }

    .tablet\:margin-x-1px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .tablet\:margin-right-1px {
        margin-right: 1px;
    }

    .tablet\:margin-left-1px {
        margin-left: 1px;
    }

    .tablet\:margin-x-2px {
        margin-left: 2px;
        margin-right: 2px;
    }

    .tablet\:margin-right-2px {
        margin-right: 2px;
    }

    .tablet\:margin-left-2px {
        margin-left: 2px;
    }

    .tablet\:margin-x-05 {
        margin-left: .25rem;
        margin-right: .25rem;
    }

    .tablet\:margin-right-05 {
        margin-right: .25rem;
    }

    .tablet\:margin-left-05 {
        margin-left: .25rem;
    }

    .tablet\:margin-x-1 {
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .tablet\:margin-right-1 {
        margin-right: .5rem;
    }

    .tablet\:margin-left-1 {
        margin-left: .5rem;
    }

    .tablet\:margin-x-105 {
        margin-left: .75rem;
        margin-right: .75rem;
    }

    .tablet\:margin-right-105 {
        margin-right: .75rem;
    }

    .tablet\:margin-left-105 {
        margin-left: .75rem;
    }

    .tablet\:margin-x-2 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .tablet\:margin-right-2 {
        margin-right: 1rem;
    }

    .tablet\:margin-left-2 {
        margin-left: 1rem;
    }

    .tablet\:margin-x-205 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .tablet\:margin-right-205 {
        margin-right: 1.25rem;
    }

    .tablet\:margin-left-205 {
        margin-left: 1.25rem;
    }

    .tablet\:margin-x-3 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .tablet\:margin-right-3 {
        margin-right: 1.5rem;
    }

    .tablet\:margin-left-3 {
        margin-left: 1.5rem;
    }

    .tablet\:margin-x-neg-1px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .tablet\:margin-right-neg-1px {
        margin-right: -1px;
    }

    .tablet\:margin-left-neg-1px {
        margin-left: -1px;
    }

    .tablet\:margin-x-neg-2px {
        margin-left: -2px;
        margin-right: -2px;
    }

    .tablet\:margin-right-neg-2px {
        margin-right: -2px;
    }

    .tablet\:margin-left-neg-2px {
        margin-left: -2px;
    }

    .tablet\:margin-x-neg-05 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

    .tablet\:margin-right-neg-05 {
        margin-right: -.25rem;
    }

    .tablet\:margin-left-neg-05 {
        margin-left: -.25rem;
    }

    .tablet\:margin-x-neg-1 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

    .tablet\:margin-right-neg-1 {
        margin-right: -.5rem;
    }

    .tablet\:margin-left-neg-1 {
        margin-left: -.5rem;
    }

    .tablet\:margin-x-neg-105 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

    .tablet\:margin-right-neg-105 {
        margin-right: -.75rem;
    }

    .tablet\:margin-left-neg-105 {
        margin-left: -.75rem;
    }

    .tablet\:margin-x-neg-2 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .tablet\:margin-right-neg-2 {
        margin-right: -1rem;
    }

    .tablet\:margin-left-neg-2 {
        margin-left: -1rem;
    }

    .tablet\:margin-x-neg-205 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .tablet\:margin-right-neg-205 {
        margin-right: -1.25rem;
    }

    .tablet\:margin-left-neg-205 {
        margin-left: -1.25rem;
    }

    .tablet\:margin-x-neg-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .tablet\:margin-right-neg-3 {
        margin-right: -1.5rem;
    }

    .tablet\:margin-left-neg-3 {
        margin-left: -1.5rem;
    }

    .tablet\:margin-x-4 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .tablet\:margin-right-4 {
        margin-right: 2rem;
    }

    .tablet\:margin-left-4 {
        margin-left: 2rem;
    }

    .tablet\:margin-x-5 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .tablet\:margin-right-5 {
        margin-right: 2.5rem;
    }

    .tablet\:margin-left-5 {
        margin-left: 2.5rem;
    }

    .tablet\:margin-x-6 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .tablet\:margin-right-6 {
        margin-right: 3rem;
    }

    .tablet\:margin-left-6 {
        margin-left: 3rem;
    }

    .tablet\:margin-x-7 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .tablet\:margin-right-7 {
        margin-right: 3.5rem;
    }

    .tablet\:margin-left-7 {
        margin-left: 3.5rem;
    }

    .tablet\:margin-x-8 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .tablet\:margin-right-8 {
        margin-right: 4rem;
    }

    .tablet\:margin-left-8 {
        margin-left: 4rem;
    }

    .tablet\:margin-x-9 {
        margin-left: 4.5rem;
        margin-right: 4.5rem;
    }

    .tablet\:margin-right-9 {
        margin-right: 4.5rem;
    }

    .tablet\:margin-left-9 {
        margin-left: 4.5rem;
    }

    .tablet\:margin-x-10 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .tablet\:margin-right-10 {
        margin-right: 5rem;
    }

    .tablet\:margin-left-10 {
        margin-left: 5rem;
    }

    .tablet\:margin-x-15 {
        margin-left: 7.5rem;
        margin-right: 7.5rem;
    }

    .tablet\:margin-right-15 {
        margin-right: 7.5rem;
    }

    .tablet\:margin-left-15 {
        margin-left: 7.5rem;
    }

    .tablet\:margin-x-card {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .tablet\:margin-right-card {
        margin-right: 10rem;
    }

    .tablet\:margin-left-card {
        margin-left: 10rem;
    }

    .tablet\:margin-x-card-lg {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .tablet\:margin-right-card-lg {
        margin-right: 15rem;
    }

    .tablet\:margin-left-card-lg {
        margin-left: 15rem;
    }

    .tablet\:margin-x-mobile {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .tablet\:margin-right-mobile {
        margin-right: 20rem;
    }

    .tablet\:margin-left-mobile {
        margin-left: 20rem;
    }

    .tablet\:margin-x-05em {
        margin-left: .5em;
        margin-right: .5em;
    }

    .tablet\:margin-right-05em {
        margin-right: .5em;
    }

    .tablet\:margin-left-05em {
        margin-left: .5em;
    }

    .tablet\:margin-x-1em {
        margin-left: 1em;
        margin-right: 1em;
    }

    .tablet\:margin-right-1em {
        margin-right: 1em;
    }

    .tablet\:margin-left-1em {
        margin-left: 1em;
    }

    .tablet\:margin-x-105em {
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .tablet\:margin-right-105em {
        margin-right: 1.5em;
    }

    .tablet\:margin-left-105em {
        margin-left: 1.5em;
    }

    .tablet\:margin-x-2em {
        margin-left: 2em;
        margin-right: 2em;
    }

    .tablet\:margin-right-2em {
        margin-right: 2em;
    }

    .tablet\:margin-left-2em {
        margin-left: 2em;
    }

    .tablet\:margin-x-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .tablet\:margin-right-0 {
        margin-right: 0;
    }

    .tablet\:margin-left-0 {
        margin-left: 0;
    }

    .tablet\:margin-x-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .tablet\:margin-right-auto {
        margin-right: auto;
    }

    .tablet\:margin-left-auto {
        margin-left: auto;
    }

    .tablet\:measure-1 {
        max-width: 44ex;
    }

    .tablet\:measure-2 {
        max-width: 60ex;
    }

    .tablet\:measure-3 {
        max-width: 64ex;
    }

    .tablet\:measure-4 {
        max-width: 68ex;
    }

    .tablet\:measure-5 {
        max-width: 72ex;
    }

    .tablet\:measure-6 {
        max-width: 88ex;
    }

    .tablet\:measure-none {
        max-width: none;
    }

    .tablet\:order-first {
        order: -1;
    }

    .tablet\:order-last {
        order: 999;
    }

    .tablet\:order-initial {
        order: initial;
    }

    .tablet\:order-0 {
        order: 0;
    }

    .tablet\:order-1 {
        order: 1;
    }

    .tablet\:order-2 {
        order: 2;
    }

    .tablet\:order-3 {
        order: 3;
    }

    .tablet\:order-4 {
        order: 4;
    }

    .tablet\:order-5 {
        order: 5;
    }

    .tablet\:order-6 {
        order: 6;
    }

    .tablet\:order-7 {
        order: 7;
    }

    .tablet\:order-8 {
        order: 8;
    }

    .tablet\:order-9 {
        order: 9;
    }

    .tablet\:order-10 {
        order: 10;
    }

    .tablet\:order-11 {
        order: 11;
    }

    .tablet\:padding-1px {
        padding: 1px;
    }

    .tablet\:padding-y-1px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .tablet\:padding-x-1px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .tablet\:padding-top-1px {
        padding-top: 1px;
    }

    .tablet\:padding-right-1px {
        padding-right: 1px;
    }

    .tablet\:padding-bottom-1px {
        padding-bottom: 1px;
    }

    .tablet\:padding-left-1px {
        padding-left: 1px;
    }

    .tablet\:padding-2px {
        padding: 2px;
    }

    .tablet\:padding-y-2px {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .tablet\:padding-x-2px {
        padding-left: 2px;
        padding-right: 2px;
    }

    .tablet\:padding-top-2px {
        padding-top: 2px;
    }

    .tablet\:padding-right-2px {
        padding-right: 2px;
    }

    .tablet\:padding-bottom-2px {
        padding-bottom: 2px;
    }

    .tablet\:padding-left-2px {
        padding-left: 2px;
    }

    .tablet\:padding-05 {
        padding: .25rem;
    }

    .tablet\:padding-y-05 {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .tablet\:padding-x-05 {
        padding-left: .25rem;
        padding-right: .25rem;
    }

    .tablet\:padding-top-05 {
        padding-top: .25rem;
    }

    .tablet\:padding-right-05 {
        padding-right: .25rem;
    }

    .tablet\:padding-bottom-05 {
        padding-bottom: .25rem;
    }

    .tablet\:padding-left-05 {
        padding-left: .25rem;
    }

    .tablet\:padding-1 {
        padding: .5rem;
    }

    .tablet\:padding-y-1 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .tablet\:padding-x-1 {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .tablet\:padding-top-1 {
        padding-top: .5rem;
    }

    .tablet\:padding-right-1 {
        padding-right: .5rem;
    }

    .tablet\:padding-bottom-1 {
        padding-bottom: .5rem;
    }

    .tablet\:padding-left-1 {
        padding-left: .5rem;
    }

    .tablet\:padding-105 {
        padding: .75rem;
    }

    .tablet\:padding-y-105 {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .tablet\:padding-x-105 {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .tablet\:padding-top-105 {
        padding-top: .75rem;
    }

    .tablet\:padding-right-105 {
        padding-right: .75rem;
    }

    .tablet\:padding-bottom-105 {
        padding-bottom: .75rem;
    }

    .tablet\:padding-left-105 {
        padding-left: .75rem;
    }

    .tablet\:padding-2 {
        padding: 1rem;
    }

    .tablet\:padding-y-2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .tablet\:padding-x-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .tablet\:padding-top-2 {
        padding-top: 1rem;
    }

    .tablet\:padding-right-2 {
        padding-right: 1rem;
    }

    .tablet\:padding-bottom-2 {
        padding-bottom: 1rem;
    }

    .tablet\:padding-left-2 {
        padding-left: 1rem;
    }

    .tablet\:padding-205 {
        padding: 1.25rem;
    }

    .tablet\:padding-y-205 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .tablet\:padding-x-205 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .tablet\:padding-top-205 {
        padding-top: 1.25rem;
    }

    .tablet\:padding-right-205 {
        padding-right: 1.25rem;
    }

    .tablet\:padding-bottom-205 {
        padding-bottom: 1.25rem;
    }

    .tablet\:padding-left-205 {
        padding-left: 1.25rem;
    }

    .tablet\:padding-3 {
        padding: 1.5rem;
    }

    .tablet\:padding-y-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .tablet\:padding-x-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .tablet\:padding-top-3 {
        padding-top: 1.5rem;
    }

    .tablet\:padding-right-3 {
        padding-right: 1.5rem;
    }

    .tablet\:padding-bottom-3 {
        padding-bottom: 1.5rem;
    }

    .tablet\:padding-left-3 {
        padding-left: 1.5rem;
    }

    .tablet\:padding-4 {
        padding: 2rem;
    }

    .tablet\:padding-y-4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .tablet\:padding-x-4 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .tablet\:padding-top-4 {
        padding-top: 2rem;
    }

    .tablet\:padding-right-4 {
        padding-right: 2rem;
    }

    .tablet\:padding-bottom-4 {
        padding-bottom: 2rem;
    }

    .tablet\:padding-left-4 {
        padding-left: 2rem;
    }

    .tablet\:padding-5 {
        padding: 2.5rem;
    }

    .tablet\:padding-y-5 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .tablet\:padding-x-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .tablet\:padding-top-5 {
        padding-top: 2.5rem;
    }

    .tablet\:padding-right-5 {
        padding-right: 2.5rem;
    }

    .tablet\:padding-bottom-5 {
        padding-bottom: 2.5rem;
    }

    .tablet\:padding-left-5 {
        padding-left: 2.5rem;
    }

    .tablet\:padding-6 {
        padding: 3rem;
    }

    .tablet\:padding-y-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .tablet\:padding-x-6 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .tablet\:padding-top-6 {
        padding-top: 3rem;
    }

    .tablet\:padding-right-6 {
        padding-right: 3rem;
    }

    .tablet\:padding-bottom-6 {
        padding-bottom: 3rem;
    }

    .tablet\:padding-left-6 {
        padding-left: 3rem;
    }

    .tablet\:padding-7 {
        padding: 3.5rem;
    }

    .tablet\:padding-y-7 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .tablet\:padding-x-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .tablet\:padding-top-7 {
        padding-top: 3.5rem;
    }

    .tablet\:padding-right-7 {
        padding-right: 3.5rem;
    }

    .tablet\:padding-bottom-7 {
        padding-bottom: 3.5rem;
    }

    .tablet\:padding-left-7 {
        padding-left: 3.5rem;
    }

    .tablet\:padding-8 {
        padding: 4rem;
    }

    .tablet\:padding-y-8 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .tablet\:padding-x-8 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .tablet\:padding-top-8 {
        padding-top: 4rem;
    }

    .tablet\:padding-right-8 {
        padding-right: 4rem;
    }

    .tablet\:padding-bottom-8 {
        padding-bottom: 4rem;
    }

    .tablet\:padding-left-8 {
        padding-left: 4rem;
    }

    .tablet\:padding-9 {
        padding: 4.5rem;
    }

    .tablet\:padding-y-9 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .tablet\:padding-x-9 {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }

    .tablet\:padding-top-9 {
        padding-top: 4.5rem;
    }

    .tablet\:padding-right-9 {
        padding-right: 4.5rem;
    }

    .tablet\:padding-bottom-9 {
        padding-bottom: 4.5rem;
    }

    .tablet\:padding-left-9 {
        padding-left: 4.5rem;
    }

    .tablet\:padding-10 {
        padding: 5rem;
    }

    .tablet\:padding-y-10 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .tablet\:padding-x-10 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .tablet\:padding-top-10 {
        padding-top: 5rem;
    }

    .tablet\:padding-right-10 {
        padding-right: 5rem;
    }

    .tablet\:padding-bottom-10 {
        padding-bottom: 5rem;
    }

    .tablet\:padding-left-10 {
        padding-left: 5rem;
    }

    .tablet\:padding-15 {
        padding: 7.5rem;
    }

    .tablet\:padding-y-15 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    .tablet\:padding-x-15 {
        padding-left: 7.5rem;
        padding-right: 7.5rem;
    }

    .tablet\:padding-top-15 {
        padding-top: 7.5rem;
    }

    .tablet\:padding-right-15 {
        padding-right: 7.5rem;
    }

    .tablet\:padding-bottom-15 {
        padding-bottom: 7.5rem;
    }

    .tablet\:padding-left-15 {
        padding-left: 7.5rem;
    }

    .tablet\:padding-0 {
        padding: 0;
    }

    .tablet\:padding-y-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .tablet\:padding-x-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .tablet\:padding-top-0 {
        padding-top: 0;
    }

    .tablet\:padding-right-0 {
        padding-right: 0;
    }

    .tablet\:padding-bottom-0 {
        padding-bottom: 0;
    }

    .tablet\:padding-left-0 {
        padding-left: 0;
    }

    .tablet\:width-1px {
        width: 1px;
    }

    .tablet\:width-2px {
        width: 2px;
    }

    .tablet\:width-05 {
        width: .25rem;
    }

    .tablet\:width-1 {
        width: .5rem;
    }

    .tablet\:width-105 {
        width: .75rem;
    }

    .tablet\:width-2 {
        width: 1rem;
    }

    .tablet\:width-205 {
        width: 1.25rem;
    }

    .tablet\:width-3 {
        width: 1.5rem;
    }

    .tablet\:width-4 {
        width: 2rem;
    }

    .tablet\:width-5 {
        width: 2.5rem;
    }

    .tablet\:width-6 {
        width: 3rem;
    }

    .tablet\:width-7 {
        width: 3.5rem;
    }

    .tablet\:width-8 {
        width: 4rem;
    }

    .tablet\:width-9 {
        width: 4.5rem;
    }

    .tablet\:width-10 {
        width: 5rem;
    }

    .tablet\:width-15 {
        width: 7.5rem;
    }

    .tablet\:width-card {
        width: 10rem;
    }

    .tablet\:width-card-lg {
        width: 15rem;
    }

    .tablet\:width-mobile {
        width: 20rem;
    }

    .tablet\:width-mobile-lg {
        width: 30rem;
    }

    .tablet\:width-tablet {
        width: 40rem;
    }

    .tablet\:width-tablet-lg {
        width: 55rem;
    }

    .tablet\:width-desktop {
        width: 64rem;
    }

    .tablet\:width-desktop-lg {
        width: 75rem;
    }

    .tablet\:width-widescreen {
        width: 87.5rem;
    }

    .tablet\:width-0 {
        width: 0;
    }

    .tablet\:width-full {
        width: 100%
    }

    .tablet\:width-auto {
        width: auto;
    }
}

@media all and (min-width:64em) {
    .desktop\: border-1px, .desktop\:hover\:border-1px:hover {
        border: 1px solid;
    }

    .desktop\:border-y-1px, .desktop\:hover\:border-y-1px:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .desktop\:border-x-1px, .desktop\:hover\:border-x-1px:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .desktop\:border-top-1px, .desktop\:hover\:border-top-1px:hover {
        border-top: 1px solid;
    }

    .desktop\:border-right-1px, .desktop\:hover\:border-right-1px:hover {
        border-right: 1px solid;
    }

    .desktop\:border-bottom-1px, .desktop\:hover\:border-bottom-1px:hover {
        border-bottom: 1px solid;
    }

    .desktop\:border-left-1px, .desktop\:hover\:border-left-1px:hover {
        border-left: 1px solid;
    }

    .desktop\:border-2px, .desktop\:hover\:border-2px:hover {
        border: 2px solid;
    }

    .desktop\:border-y-2px, .desktop\:hover\:border-y-2px:hover {
        border-top: 2px solid;
        border-bottom: 2px solid;
    }

    .desktop\:border-x-2px, .desktop\:hover\:border-x-2px:hover {
        border-left: 2px solid;
        border-right: 2px solid;
    }

    .desktop\:border-top-2px, .desktop\:hover\:border-top-2px:hover {
        border-top: 2px solid;
    }

    .desktop\:border-right-2px, .desktop\:hover\:border-right-2px:hover {
        border-right: 2px solid;
    }

    .desktop\:border-bottom-2px, .desktop\:hover\:border-bottom-2px:hover {
        border-bottom: 2px solid;
    }

    .desktop\:border-left-2px, .desktop\:hover\:border-left-2px:hover {
        border-left: 2px solid;
    }

    .desktop\:border-05, .desktop\:hover\:border-05:hover {
        border: .25rem solid;
    }

    .desktop\:border-y-05, .desktop\:hover\:border-y-05:hover {
        border-top: .25rem solid;
        border-bottom: .25rem solid;
    }

    .desktop\:border-x-05, .desktop\:hover\:border-x-05:hover {
        border-left: .25rem solid;
        border-right: .25rem solid;
    }

    .desktop\:border-top-05, .desktop\:hover\:border-top-05:hover {
        border-top: .25rem solid;
    }

    .desktop\:border-right-05, .desktop\:hover\:border-right-05:hover {
        border-right: .25rem solid;
    }

    .desktop\:border-bottom-05, .desktop\:hover\:border-bottom-05:hover {
        border-bottom: .25rem solid;
    }

    .desktop\:border-left-05, .desktop\:hover\:border-left-05:hover {
        border-left: .25rem solid;
    }

    .desktop\:border-1, .desktop\:hover\:border-1:hover {
        border: .5rem solid;
    }

    .desktop\:border-y-1, .desktop\:hover\:border-y-1:hover {
        border-top: .5rem solid;
        border-bottom: .5rem solid;
    }

    .desktop\:border-x-1, .desktop\:hover\:border-x-1:hover {
        border-left: .5rem solid;
        border-right: .5rem solid;
    }

    .desktop\:border-top-1, .desktop\:hover\:border-top-1:hover {
        border-top: .5rem solid;
    }

    .desktop\:border-right-1, .desktop\:hover\:border-right-1:hover {
        border-right: .5rem solid;
    }

    .desktop\:border-bottom-1, .desktop\:hover\:border-bottom-1:hover {
        border-bottom: .5rem solid;
    }

    .desktop\:border-left-1, .desktop\:hover\:border-left-1:hover {
        border-left: .5rem solid;
    }

    .desktop\:border-105, .desktop\:hover\:border-105:hover {
        border: .75rem solid;
    }

    .desktop\:border-y-105, .desktop\:hover\:border-y-105:hover {
        border-top: .75rem solid;
        border-bottom: .75rem solid;
    }

    .desktop\:border-x-105, .desktop\:hover\:border-x-105:hover {
        border-left: .75rem solid;
        border-right: .75rem solid;
    }

    .desktop\:border-top-105, .desktop\:hover\:border-top-105:hover {
        border-top: .75rem solid;
    }

    .desktop\:border-right-105, .desktop\:hover\:border-right-105:hover {
        border-right: .75rem solid;
    }

    .desktop\:border-bottom-105, .desktop\:hover\:border-bottom-105:hover {
        border-bottom: .75rem solid;
    }

    .desktop\:border-left-105, .desktop\:hover\:border-left-105:hover {
        border-left: .75rem solid;
    }

    .desktop\:border-2, .desktop\:hover\:border-2:hover {
        border: 1rem solid;
    }

    .desktop\:border-y-2, .desktop\:hover\:border-y-2:hover {
        border-top: 1rem solid;
        border-bottom: 1rem solid;
    }

    .desktop\:border-x-2, .desktop\:hover\:border-x-2:hover {
        border-left: 1rem solid;
        border-right: 1rem solid;
    }

    .desktop\:border-top-2, .desktop\:hover\:border-top-2:hover {
        border-top: 1rem solid;
    }

    .desktop\:border-right-2, .desktop\:hover\:border-right-2:hover {
        border-right: 1rem solid;
    }

    .desktop\:border-bottom-2, .desktop\:hover\:border-bottom-2:hover {
        border-bottom: 1rem solid;
    }

    .desktop\:border-left-2, .desktop\:hover\:border-left-2:hover {
        border-left: 1rem solid;
    }

    .desktop\:border-205, .desktop\:hover\:border-205:hover {
        border: 1.25rem solid;
    }

    .desktop\:border-y-205, .desktop\:hover\:border-y-205:hover {
        border-top: 1.25rem solid;
        border-bottom: 1.25rem solid;
    }

    .desktop\:border-x-205, .desktop\:hover\:border-x-205:hover {
        border-left: 1.25rem solid;
        border-right: 1.25rem solid;
    }

    .desktop\:border-top-205, .desktop\:hover\:border-top-205:hover {
        border-top: 1.25rem solid;
    }

    .desktop\:border-right-205, .desktop\:hover\:border-right-205:hover {
        border-right: 1.25rem solid;
    }

    .desktop\:border-bottom-205, .desktop\:hover\:border-bottom-205:hover {
        border-bottom: 1.25rem solid;
    }

    .desktop\:border-left-205, .desktop\:hover\:border-left-205:hover {
        border-left: 1.25rem solid;
    }

    .desktop\:border-3, .desktop\:hover\:border-3:hover {
        border: 1.5rem solid;
    }

    .desktop\:border-y-3, .desktop\:hover\:border-y-3:hover {
        border-top: 1.5rem solid;
        border-bottom: 1.5rem solid;
    }

    .desktop\:border-x-3, .desktop\:hover\:border-x-3:hover {
        border-left: 1.5rem solid;
        border-right: 1.5rem solid;
    }

    .desktop\:border-top-3, .desktop\:hover\:border-top-3:hover {
        border-top: 1.5rem solid;
    }

    .desktop\:border-right-3, .desktop\:hover\:border-right-3:hover {
        border-right: 1.5rem solid;
    }

    .desktop\:border-bottom-3, .desktop\:hover\:border-bottom-3:hover {
        border-bottom: 1.5rem solid;
    }

    .desktop\:border-left-3, .desktop\:hover\:border-left-3:hover {
        border-left: 1.5rem solid;
    }

    .desktop\:border-0, .desktop\:hover\:border-0:hover {
        border: 0 solid;
    }

    .desktop\:border-y-0, .desktop\:hover\:border-y-0:hover {
        border-top: 0 solid;
        border-bottom: 0 solid;
    }

    .desktop\:border-x-0, .desktop\:hover\:border-x-0:hover {
        border-left: 0 solid;
        border-right: 0 solid;
    }

    .desktop\:border-top-0, .desktop\:hover\:border-top-0:hover {
        border-top: 0 solid;
    }

    .desktop\:border-right-0, .desktop\:hover\:border-right-0:hover {
        border-right: 0 solid;
    }

    .desktop\:border-bottom-0, .desktop\:hover\:border-bottom-0:hover {
        border-bottom: 0 solid;
    }

    .desktop\:border-left-0, .desktop\:hover\:border-left-0:hover {
        border-left: 0 solid;
    }

    .desktop\:border, .desktop\:hover\:border:hover {
        border: 1px solid;
    }

    .desktop\:border-y, .desktop\:hover\:border-y:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .desktop\:border-x, .desktop\:hover\:border-x:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .desktop\:border-top, .desktop\:hover\:border-top:hover {
        border-top: 1px solid;
    }

    .desktop\:border-right, .desktop\:hover\:border-right:hover {
        border-right: 1px solid;
    }

    .desktop\:border-bottom, .desktop\:hover\:border-bottom:hover {
        border-bottom: 1px solid;
    }

    .desktop\:border-left, .desktop\:hover\:border-left:hover {
        border-left: 1px solid;
    }

    .desktop\:border-transparent, .desktop\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .desktop\:border-black, .desktop\:hover\:border-black:hover {
        border-color: #000;
    }

    .desktop\:border-white, .desktop\:hover\:border-white:hover {
        border-color: #fff;
    }

    .desktop\:border-red, .desktop\:hover\:border-red:hover {
        border-color: #e52207;
    }

    .desktop\:border-orange, .desktop\:hover\:border-orange:hover {
        border-color: #e66f0e;
    }

    .desktop\:border-gold, .desktop\:hover\:border-gold:hover {
        border-color: #ffbe2e;
    }

    .desktop\:border-yellow, .desktop\:hover\:border-yellow:hover {
        border-color: #fee685;
    }

    .desktop\:border-green, .desktop\:hover\:border-green:hover {
        border-color: #538200;
    }

    .desktop\:border-mint, .desktop\:hover\:border-mint:hover {
        border-color: #04c585;
    }

    .desktop\:border-cyan, .desktop\:hover\:border-cyan:hover {
        border-color: #009ec1;
    }

    .desktop\:border-blue, .desktop\:hover\:border-blue:hover {
        border-color: #0076d6;
    }

    .desktop\:border-indigo, .desktop\:hover\:border-indigo:hover {
        border-color: #676cc8;
    }

    .desktop\:border-violet, .desktop\:hover\:border-violet:hover {
        border-color: #8168b3;
    }

    .desktop\:border-magenta, .desktop\:hover\:border-magenta:hover {
        border-color: #d72d79;
    }

    .desktop\:border-gray-5, .desktop\:hover\:border-gray-5:hover {
        border-color: #f0f0f0;
    }

    .desktop\:border-gray-10, .desktop\:hover\:border-gray-10:hover {
        border-color: #e6e6e6;
    }

    .desktop\:border-gray-30, .desktop\:hover\:border-gray-30:hover {
        border-color: #adadad;
    }

    .desktop\:border-gray-50, .desktop\:hover\:border-gray-50:hover {
        border-color: #757575;
    }

    .desktop\:border-gray-70, .desktop\:hover\:border-gray-70:hover {
        border-color: #454545;
    }

    .desktop\:border-gray-90, .desktop\:hover\:border-gray-90:hover {
        border-color: #1b1b1b;
    }

    .desktop\:border-base-lightest, .desktop\:hover\:border-base-lightest:hover {
        border-color: #f0f0f0;
    }

    .desktop\:border-base-lighter, .desktop\:hover\:border-base-lighter:hover {
        border-color: #dfe1e2;
    }

    .desktop\:border-base-light, .desktop\:hover\:border-base-light:hover {
        border-color: #a9aeb1;
    }

    .desktop\:border-base, .desktop\:hover\:border-base:hover {
        border-color: #71767a;
    }

    .desktop\:border-base-dark, .desktop\:hover\:border-base-dark:hover {
        border-color: #565c65;
    }

    .desktop\:border-base-darker, .desktop\:hover\:border-base-darker:hover {
        border-color: #3d4551;
    }

    .desktop\:border-base-darkest, .desktop\:border-ink, .desktop\:hover\:border-base-darkest:hover, .desktop\:hover\:border-ink:hover {
        border-color: #1b1b1b;
    }

    .desktop\:border-primary-lighter, .desktop\:hover\:border-primary-lighter:hover {
        border-color: #d9e8f6;
    }

    .desktop\:border-primary-light, .desktop\:hover\:border-primary-light:hover {
        border-color: #73b3e7;
    }

    .desktop\:border-primary, .desktop\:hover\:border-primary:hover {
        border-color: #005ea2;
    }

    .desktop\:border-primary-vivid, .desktop\:hover\:border-primary-vivid:hover {
        border-color: #0050d8;
    }

    .desktop\:border-primary-dark, .desktop\:hover\:border-primary-dark:hover {
        border-color: #1a4480;
    }

    .desktop\:border-primary-darker, .desktop\:hover\:border-primary-darker:hover {
        border-color: #162e51;
    }

    .desktop\:border-secondary-lighter, .desktop\:hover\:border-secondary-lighter:hover {
        border-color: #f3e1e4;
    }

    .desktop\:border-secondary-light, .desktop\:hover\:border-secondary-light:hover {
        border-color: #f2938c;
    }

    .desktop\:border-secondary, .desktop\:hover\:border-secondary:hover {
        border-color: #d83933;
    }

    .desktop\:border-secondary-vivid, .desktop\:hover\:border-secondary-vivid:hover {
        border-color: #e41d3d;
    }

    .desktop\:border-secondary-dark, .desktop\:hover\:border-secondary-dark:hover {
        border-color: #b50909;
    }

    .desktop\:border-secondary-darker, .desktop\:hover\:border-secondary-darker:hover {
        border-color: #8b0a03;
    }

    .desktop\:border-accent-warm-darker, .desktop\:hover\:border-accent-warm-darker:hover {
        border-color: #775540;
    }

    .desktop\:border-accent-warm-dark, .desktop\:hover\:border-accent-warm-dark:hover {
        border-color: #c05600;
    }

    .desktop\:border-accent-warm, .desktop\:hover\:border-accent-warm:hover {
        border-color: #fa9441;
    }

    .desktop\:border-accent-warm-light, .desktop\:hover\:border-accent-warm-light:hover {
        border-color: #ffbc78;
    }

    .desktop\:border-accent-warm-lighter, .desktop\:hover\:border-accent-warm-lighter:hover {
        border-color: #f2e4d4;
    }

    .desktop\:border-accent-cool-darker, .desktop\:hover\:border-accent-cool-darker:hover {
        border-color: #07648d;
    }

    .desktop\:border-accent-cool-dark, .desktop\:hover\:border-accent-cool-dark:hover {
        border-color: #28a0cb;
    }

    .desktop\:border-accent-cool, .desktop\:hover\:border-accent-cool:hover {
        border-color: #00bde3;
    }

    .desktop\:border-accent-cool-light, .desktop\:hover\:border-accent-cool-light:hover {
        border-color: #97d4ea;
    }

    .desktop\:border-accent-cool-lighter, .desktop\:hover\:border-accent-cool-lighter:hover {
        border-color: #e1f3f8;
    }

    .desktop\:radius-0 {
        border-radius: 0;
    }

    .desktop\:radius-top-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .desktop\:radius-right-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .desktop\:radius-bottom-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .desktop\:radius-left-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .desktop\:radius-sm {
        border-radius: 2px;
    }

    .desktop\:radius-top-sm {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .desktop\:radius-right-sm {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .desktop\:radius-bottom-sm {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .desktop\:radius-left-sm {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .desktop\:radius-md {
        border-radius: .25rem;
    }

    .desktop\:radius-top-md {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .desktop\:radius-right-md {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .desktop\:radius-bottom-md {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .desktop\:radius-left-md {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .desktop\:radius-lg {
        border-radius: .5rem;
    }

    .desktop\:radius-top-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
    }

    .desktop\:radius-right-lg {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .desktop\:radius-bottom-lg {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .desktop\:radius-left-lg {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    .desktop\:radius-pill {
        border-radius: 99rem;
    }

    .desktop\:radius-top-pill {
        border-top-left-radius: 99rem;
        border-top-right-radius: 99rem;
    }

    .desktop\:radius-right-pill {
        border-top-right-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .desktop\:radius-bottom-pill {
        border-bottom-left-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .desktop\:radius-left-pill {
        border-top-left-radius: 99rem;
        border-bottom-left-radius: 99rem;
    }

    .desktop\:display-block {
        display: block;
    }

    .desktop\:display-flex {
        display: flex;
    }

    .desktop\:display-none {
        display: none;
    }

    .desktop\:display-inline {
        display: inline;
    }

    .desktop\:display-inline-block {
        display: inline-block;
    }

    .desktop\:display-inline-flex {
        display: inline-flex;
    }

    .desktop\:display-table {
        display: table;
    }

    .desktop\:display-table-cell {
        display: table-cell;
    }

    .desktop\:display-table-row {
        display: table-row;
    }

    .desktop\:font-mono-3xs {
        font-size: .77rem;
    }

    .desktop\:font-mono-2xs {
        font-size: .83rem;
    }

    .desktop\:font-mono-xs {
        font-size: .89rem;
    }

    .desktop\:font-mono-sm {
        font-size: .95rem;
    }

    .desktop\:font-mono-md {
        font-size: 1.01rem;
    }

    .desktop\:font-mono-lg {
        font-size: 1.31rem;
    }

    .desktop\:font-mono-xl {
        font-size: 1.91rem;
    }

    .desktop\:font-mono-2xl {
        font-size: 2.38rem;
    }

    .desktop\:font-mono-3xl {
        font-size: 2.86rem;
    }

    .desktop\:font-sans-3xs {
        font-size: .87rem;
    }

    .desktop\:font-sans-2xs {
        font-size: .93rem;
    }

    .desktop\:font-sans-xs {
        font-size: 1rem;
    }

    .desktop\:font-sans-sm {
        font-size: 1.06rem;
    }

    .desktop\:font-sans-md {
        font-size: 1.13rem;
    }

    .desktop\:font-sans-lg {
        font-size: 1.46rem;
    }

    .desktop\:font-sans-xl {
        font-size: 2.13rem;
    }

    .desktop\:font-sans-2xl {
        font-size: 2.66rem;
    }

    .desktop\:font-sans-3xl {
        font-size: 3.19rem;
    }

    .desktop\:font-serif-3xs {
        font-size: .79rem;
    }

    .desktop\:font-serif-2xs {
        font-size: .85rem;
    }

    .desktop\:font-serif-xs {
        font-size: .91rem;
    }

    .desktop\:font-serif-sm {
        font-size: .98rem;
    }

    .desktop\:font-serif-md {
        font-size: 1.04rem;
    }

    .desktop\:font-serif-lg {
        font-size: 1.34rem;
    }

    .desktop\:font-serif-xl {
        font-size: 1.95rem;
    }

    .desktop\:font-serif-2xl {
        font-size: 2.44rem;
    }

    .desktop\:font-serif-3xl {
        font-size: 2.93rem;
    }

    .desktop\:font-heading-3xs {
        font-size: .79rem;
    }

    .desktop\:font-heading-2xs {
        font-size: .85rem;
    }

    .desktop\:font-heading-xs {
        font-size: .91rem;
    }

    .desktop\:font-heading-sm {
        font-size: .98rem;
    }

    .desktop\:font-heading-md {
        font-size: 1.04rem;
    }

    .desktop\:font-heading-lg {
        font-size: 1.34rem;
    }

    .desktop\:font-heading-xl {
        font-size: 1.95rem;
    }

    .desktop\:font-heading-2xl {
        font-size: 2.44rem;
    }

    .desktop\:font-heading-3xl {
        font-size: 2.93rem;
    }

    .desktop\:font-body-3xs {
        font-size: .87rem;
    }

    .desktop\:font-body-2xs {
        font-size: .93rem;
    }

    .desktop\:font-body-xs {
        font-size: 1rem;
    }

    .desktop\:font-body-sm {
        font-size: 1.06rem;
    }

    .desktop\:font-body-md {
        font-size: 1.13rem;
    }

    .desktop\:font-body-lg {
        font-size: 1.46rem;
    }

    .desktop\:font-body-xl {
        font-size: 2.13rem;
    }

    .desktop\:font-body-2xl {
        font-size: 2.66rem;
    }

    .desktop\:font-body-3xl {
        font-size: 3.19rem;
    }

    .desktop\:font-code-3xs {
        font-size: .77rem;
    }

    .desktop\:font-code-2xs {
        font-size: .83rem;
    }

    .desktop\:font-code-xs {
        font-size: .89rem;
    }

    .desktop\:font-code-sm {
        font-size: .95rem;
    }

    .desktop\:font-code-md {
        font-size: 1.01rem;
    }

    .desktop\:font-code-lg {
        font-size: 1.31rem;
    }

    .desktop\:font-code-xl {
        font-size: 1.91rem;
    }

    .desktop\:font-code-2xl {
        font-size: 2.38rem;
    }

    .desktop\:font-code-3xl {
        font-size: 2.86rem;
    }

    .desktop\:font-alt-3xs {
        font-size: .79rem;
    }

    .desktop\:font-alt-2xs {
        font-size: .85rem;
    }

    .desktop\:font-alt-xs {
        font-size: .91rem;
    }

    .desktop\:font-alt-sm {
        font-size: .98rem;
    }

    .desktop\:font-alt-md {
        font-size: 1.04rem;
    }

    .desktop\:font-alt-lg {
        font-size: 1.34rem;
    }

    .desktop\:font-alt-xl {
        font-size: 1.95rem;
    }

    .desktop\:font-alt-2xl {
        font-size: 2.44rem;
    }

    .desktop\:font-alt-3xl {
        font-size: 2.93rem;
    }

    .desktop\:font-ui-3xs {
        font-size: .87rem;
    }

    .desktop\:font-ui-2xs {
        font-size: .93rem;
    }

    .desktop\:font-ui-xs {
        font-size: 1rem;
    }

    .desktop\:font-ui-sm {
        font-size: 1.06rem;
    }

    .desktop\:font-ui-md {
        font-size: 1.13rem;
    }

    .desktop\:font-ui-lg {
        font-size: 1.46rem;
    }

    .desktop\:font-ui-xl {
        font-size: 2.13rem;
    }

    .desktop\:font-ui-2xl {
        font-size: 2.66rem;
    }

    .desktop\:font-ui-3xl {
        font-size: 3.19rem;
    }

    .desktop\:text-light {
        font-weight: 300;
    }

    .desktop\:text-normal {
        font-weight: 400;
    }

    .desktop\:text-bold {
        font-weight: 700;
    }

    .desktop\:flex-justify-center {
        justify-content: center;
    }

    .desktop\:flex-justify-start {
        justify-content: flex-start;
    }

    .desktop\:flex-justify-end {
        justify-content: flex-end;
    }

    .desktop\:flex-justify {
        justify-content: space-between;
    }

    .desktop\:line-height-sans-1 {
        line-height: .9;
    }

    .desktop\:line-height-sans-2 {
        line-height: 1.1;
    }

    .desktop\:line-height-sans-3 {
        line-height: 1.3;
    }

    .desktop\:line-height-sans-4 {
        line-height: 1.4;
    }

    .desktop\:line-height-sans-5 {
        line-height: 1.5;
    }

    .desktop\:line-height-sans-6 {
        line-height: 1.6;
    }

    .desktop\:line-height-serif-1 {
        line-height: 1;
    }

    .desktop\:line-height-serif-2 {
        line-height: 1.2;
    }

    .desktop\:line-height-serif-3 {
        line-height: 1.4;
    }

    .desktop\:line-height-serif-4 {
        line-height: 1.5;
    }

    .desktop\:line-height-serif-5 {
        line-height: 1.7;
    }

    .desktop\:line-height-serif-6 {
        line-height: 1.8;
    }

    .desktop\:line-height-mono-1 {
        line-height: 1;
    }

    .desktop\:line-height-mono-2 {
        line-height: 1.3;
    }

    .desktop\:line-height-mono-3 {
        line-height: 1.4;
    }

    .desktop\:line-height-mono-4 {
        line-height: 1.6;
    }

    .desktop\:line-height-mono-5 {
        line-height: 1.7;
    }

    .desktop\:line-height-mono-6 {
        line-height: 1.8;
    }

    .desktop\:line-height-heading-1 {
        line-height: 1;
    }

    .desktop\:line-height-heading-2 {
        line-height: 1.2;
    }

    .desktop\:line-height-heading-3 {
        line-height: 1.4;
    }

    .desktop\:line-height-heading-4 {
        line-height: 1.5;
    }

    .desktop\:line-height-heading-5 {
        line-height: 1.7;
    }

    .desktop\:line-height-heading-6 {
        line-height: 1.8;
    }

    .desktop\:line-height-ui-1 {
        line-height: .9;
    }

    .desktop\:line-height-ui-2 {
        line-height: 1.1;
    }

    .desktop\:line-height-ui-3 {
        line-height: 1.3;
    }

    .desktop\:line-height-ui-4 {
        line-height: 1.4;
    }

    .desktop\:line-height-ui-5 {
        line-height: 1.5;
    }

    .desktop\:line-height-ui-6 {
        line-height: 1.6;
    }

    .desktop\:line-height-body-1 {
        line-height: .9;
    }

    .desktop\:line-height-body-2 {
        line-height: 1.1;
    }

    .desktop\:line-height-body-3 {
        line-height: 1.3;
    }

    .desktop\:line-height-body-4 {
        line-height: 1.4;
    }

    .desktop\:line-height-body-5 {
        line-height: 1.5;
    }

    .desktop\:line-height-body-6 {
        line-height: 1.6;
    }

    .desktop\:line-height-code-1 {
        line-height: 1;
    }

    .desktop\:line-height-code-2 {
        line-height: 1.3;
    }

    .desktop\:line-height-code-3 {
        line-height: 1.4;
    }

    .desktop\:line-height-code-4 {
        line-height: 1.6;
    }

    .desktop\:line-height-code-5 {
        line-height: 1.7;
    }

    .desktop\:line-height-code-6 {
        line-height: 1.8;
    }

    .desktop\:line-height-alt-1 {
        line-height: 1;
    }

    .desktop\:line-height-alt-2 {
        line-height: 1.2;
    }

    .desktop\:line-height-alt-3 {
        line-height: 1.4;
    }

    .desktop\:line-height-alt-4 {
        line-height: 1.5;
    }

    .desktop\:line-height-alt-5 {
        line-height: 1.7;
    }

    .desktop\:line-height-alt-6 {
        line-height: 1.8;
    }

    .desktop\:margin-neg-1px {
        margin: -1px;
    }

    .desktop\:margin-neg-2px {
        margin: -2px;
    }

    .desktop\:margin-neg-05 {
        margin: -.25rem;
    }

    .desktop\:margin-neg-1 {
        margin: -.5rem;
    }

    .desktop\:margin-neg-105 {
        margin: -.75rem;
    }

    .desktop\:margin-neg-2 {
        margin: -1rem;
    }

    .desktop\:margin-neg-205 {
        margin: -1.25rem;
    }

    .desktop\:margin-neg-3 {
        margin: -1.5rem;
    }

    .desktop\:margin-1px {
        margin: 1px;
    }

    .desktop\:margin-2px {
        margin: 2px;
    }

    .desktop\:margin-05 {
        margin: .25rem;
    }

    .desktop\:margin-1 {
        margin: .5rem;
    }

    .desktop\:margin-105 {
        margin: .75rem;
    }

    .desktop\:margin-2 {
        margin: 1rem;
    }

    .desktop\:margin-205 {
        margin: 1.25rem;
    }

    .desktop\:margin-3 {
        margin: 1.5rem;
    }

    .desktop\:margin-4 {
        margin: 2rem;
    }

    .desktop\:margin-5 {
        margin: 2.5rem;
    }

    .desktop\:margin-6 {
        margin: 3rem;
    }

    .desktop\:margin-7 {
        margin: 3.5rem;
    }

    .desktop\:margin-8 {
        margin: 4rem;
    }

    .desktop\:margin-9 {
        margin: 4.5rem;
    }

    .desktop\:margin-10 {
        margin: 5rem;
    }

    .desktop\:margin-15 {
        margin: 7.5rem;
    }

    .desktop\:margin-05em {
        margin: .5em;
    }

    .desktop\:margin-1em {
        margin: 1em;
    }

    .desktop\:margin-105em {
        margin: 1.5em;
    }

    .desktop\:margin-2em {
        margin: 2em;
    }

    .desktop\:margin-0 {
        margin: 0;
    }

    .desktop\:margin-y-1px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .desktop\:margin-top-1px {
        margin-top: 1px;
    }

    .desktop\:margin-bottom-1px {
        margin-bottom: 1px;
    }

    .desktop\:margin-y-2px {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .desktop\:margin-top-2px {
        margin-top: 2px;
    }

    .desktop\:margin-bottom-2px {
        margin-bottom: 2px;
    }

    .desktop\:margin-y-05 {
        margin-top: .25rem;
        margin-bottom: .25rem;
    }

    .desktop\:margin-top-05 {
        margin-top: .25rem;
    }

    .desktop\:margin-bottom-05 {
        margin-bottom: .25rem;
    }

    .desktop\:margin-y-1 {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .desktop\:margin-top-1 {
        margin-top: .5rem;
    }

    .desktop\:margin-bottom-1 {
        margin-bottom: .5rem;
    }

    .desktop\:margin-y-105 {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }

    .desktop\:margin-top-105 {
        margin-top: .75rem;
    }

    .desktop\:margin-bottom-105 {
        margin-bottom: .75rem;
    }

    .desktop\:margin-y-2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .desktop\:margin-top-2 {
        margin-top: 1rem;
    }

    .desktop\:margin-bottom-2 {
        margin-bottom: 1rem;
    }

    .desktop\:margin-y-205 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .desktop\:margin-top-205 {
        margin-top: 1.25rem;
    }

    .desktop\:margin-bottom-205 {
        margin-bottom: 1.25rem;
    }

    .desktop\:margin-y-3 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .desktop\:margin-top-3 {
        margin-top: 1.5rem;
    }

    .desktop\:margin-bottom-3 {
        margin-bottom: 1.5rem;
    }

    .desktop\:margin-y-neg-1px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .desktop\:margin-top-neg-1px {
        margin-top: -1px;
    }

    .desktop\:margin-bottom-neg-1px {
        margin-bottom: -1px;
    }

    .desktop\:margin-y-neg-2px {
        margin-top: -2px;
        margin-bottom: -2px;
    }

    .desktop\:margin-top-neg-2px {
        margin-top: -2px;
    }

    .desktop\:margin-bottom-neg-2px {
        margin-bottom: -2px;
    }

    .desktop\:margin-y-neg-05 {
        margin-top: -.25rem;
        margin-bottom: -.25rem;
    }

    .desktop\:margin-top-neg-05 {
        margin-top: -.25rem;
    }

    .desktop\:margin-bottom-neg-05 {
        margin-bottom: -.25rem;
    }

    .desktop\:margin-y-neg-1 {
        margin-top: -.5rem;
        margin-bottom: -.5rem;
    }

    .desktop\:margin-top-neg-1 {
        margin-top: -.5rem;
    }

    .desktop\:margin-bottom-neg-1 {
        margin-bottom: -.5rem;
    }

    .desktop\:margin-y-neg-105 {
        margin-top: -.75rem;
        margin-bottom: -.75rem;
    }

    .desktop\:margin-top-neg-105 {
        margin-top: -.75rem;
    }

    .desktop\:margin-bottom-neg-105 {
        margin-bottom: -.75rem;
    }

    .desktop\:margin-y-neg-2 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .desktop\:margin-top-neg-2 {
        margin-top: -1rem;
    }

    .desktop\:margin-bottom-neg-2 {
        margin-bottom: -1rem;
    }

    .desktop\:margin-y-neg-205 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .desktop\:margin-top-neg-205 {
        margin-top: -1.25rem;
    }

    .desktop\:margin-bottom-neg-205 {
        margin-bottom: -1.25rem;
    }

    .desktop\:margin-y-neg-3 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .desktop\:margin-top-neg-3 {
        margin-top: -1.5rem;
    }

    .desktop\:margin-bottom-neg-3 {
        margin-bottom: -1.5rem;
    }

    .desktop\:margin-y-4 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .desktop\:margin-top-4 {
        margin-top: 2rem;
    }

    .desktop\:margin-bottom-4 {
        margin-bottom: 2rem;
    }

    .desktop\:margin-y-5 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .desktop\:margin-top-5 {
        margin-top: 2.5rem;
    }

    .desktop\:margin-bottom-5 {
        margin-bottom: 2.5rem;
    }

    .desktop\:margin-y-6 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .desktop\:margin-top-6 {
        margin-top: 3rem;
    }

    .desktop\:margin-bottom-6 {
        margin-bottom: 3rem;
    }

    .desktop\:margin-y-7 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .desktop\:margin-top-7 {
        margin-top: 3.5rem;
    }

    .desktop\:margin-bottom-7 {
        margin-bottom: 3.5rem;
    }

    .desktop\:margin-y-8 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .desktop\:margin-top-8 {
        margin-top: 4rem;
    }

    .desktop\:margin-bottom-8 {
        margin-bottom: 4rem;
    }

    .desktop\:margin-y-9 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }

    .desktop\:margin-top-9 {
        margin-top: 4.5rem;
    }

    .desktop\:margin-bottom-9 {
        margin-bottom: 4.5rem;
    }

    .desktop\:margin-y-10 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .desktop\:margin-top-10 {
        margin-top: 5rem;
    }

    .desktop\:margin-bottom-10 {
        margin-bottom: 5rem;
    }

    .desktop\:margin-y-15 {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem;
    }

    .desktop\:margin-top-15 {
        margin-top: 7.5rem;
    }

    .desktop\:margin-bottom-15 {
        margin-bottom: 7.5rem;
    }

    .desktop\:margin-y-05em {
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .desktop\:margin-top-05em {
        margin-top: .5em;
    }

    .desktop\:margin-bottom-05em {
        margin-bottom: .5em;
    }

    .desktop\:margin-y-1em {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .desktop\:margin-top-1em {
        margin-top: 1em;
    }

    .desktop\:margin-bottom-1em {
        margin-bottom: 1em;
    }

    .desktop\:margin-y-105em {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .desktop\:margin-top-105em {
        margin-top: 1.5em;
    }

    .desktop\:margin-bottom-105em {
        margin-bottom: 1.5em;
    }

    .desktop\:margin-y-2em {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .desktop\:margin-top-2em {
        margin-top: 2em;
    }

    .desktop\:margin-bottom-2em {
        margin-bottom: 2em;
    }

    .desktop\:margin-y-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .desktop\:margin-top-0 {
        margin-top: 0;
    }

    .desktop\:margin-bottom-0 {
        margin-bottom: 0;
    }

    .desktop\:margin-y-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .desktop\:margin-top-auto {
        margin-top: auto;
    }

    .desktop\:margin-bottom-auto {
        margin-bottom: auto;
    }

    .desktop\:margin-x-1px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .desktop\:margin-right-1px {
        margin-right: 1px;
    }

    .desktop\:margin-left-1px {
        margin-left: 1px;
    }

    .desktop\:margin-x-2px {
        margin-left: 2px;
        margin-right: 2px;
    }

    .desktop\:margin-right-2px {
        margin-right: 2px;
    }

    .desktop\:margin-left-2px {
        margin-left: 2px;
    }

    .desktop\:margin-x-05 {
        margin-left: .25rem;
        margin-right: .25rem;
    }

    .desktop\:margin-right-05 {
        margin-right: .25rem;
    }

    .desktop\:margin-left-05 {
        margin-left: .25rem;
    }

    .desktop\:margin-x-1 {
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .desktop\:margin-right-1 {
        margin-right: .5rem;
    }

    .desktop\:margin-left-1 {
        margin-left: .5rem;
    }

    .desktop\:margin-x-105 {
        margin-left: .75rem;
        margin-right: .75rem;
    }

    .desktop\:margin-right-105 {
        margin-right: .75rem;
    }

    .desktop\:margin-left-105 {
        margin-left: .75rem;
    }

    .desktop\:margin-x-2 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .desktop\:margin-right-2 {
        margin-right: 1rem;
    }

    .desktop\:margin-left-2 {
        margin-left: 1rem;
    }

    .desktop\:margin-x-205 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .desktop\:margin-right-205 {
        margin-right: 1.25rem;
    }

    .desktop\:margin-left-205 {
        margin-left: 1.25rem;
    }

    .desktop\:margin-x-3 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .desktop\:margin-right-3 {
        margin-right: 1.5rem;
    }

    .desktop\:margin-left-3 {
        margin-left: 1.5rem;
    }

    .desktop\:margin-x-neg-1px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .desktop\:margin-right-neg-1px {
        margin-right: -1px;
    }

    .desktop\:margin-left-neg-1px {
        margin-left: -1px;
    }

    .desktop\:margin-x-neg-2px {
        margin-left: -2px;
        margin-right: -2px;
    }

    .desktop\:margin-right-neg-2px {
        margin-right: -2px;
    }

    .desktop\:margin-left-neg-2px {
        margin-left: -2px;
    }

    .desktop\:margin-x-neg-05 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

    .desktop\:margin-right-neg-05 {
        margin-right: -.25rem;
    }

    .desktop\:margin-left-neg-05 {
        margin-left: -.25rem;
    }

    .desktop\:margin-x-neg-1 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

    .desktop\:margin-right-neg-1 {
        margin-right: -.5rem;
    }

    .desktop\:margin-left-neg-1 {
        margin-left: -.5rem;
    }

    .desktop\:margin-x-neg-105 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

    .desktop\:margin-right-neg-105 {
        margin-right: -.75rem;
    }

    .desktop\:margin-left-neg-105 {
        margin-left: -.75rem;
    }

    .desktop\:margin-x-neg-2 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .desktop\:margin-right-neg-2 {
        margin-right: -1rem;
    }

    .desktop\:margin-left-neg-2 {
        margin-left: -1rem;
    }

    .desktop\:margin-x-neg-205 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .desktop\:margin-right-neg-205 {
        margin-right: -1.25rem;
    }

    .desktop\:margin-left-neg-205 {
        margin-left: -1.25rem;
    }

    .desktop\:margin-x-neg-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .desktop\:margin-right-neg-3 {
        margin-right: -1.5rem;
    }

    .desktop\:margin-left-neg-3 {
        margin-left: -1.5rem;
    }

    .desktop\:margin-x-4 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .desktop\:margin-right-4 {
        margin-right: 2rem;
    }

    .desktop\:margin-left-4 {
        margin-left: 2rem;
    }

    .desktop\:margin-x-5 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .desktop\:margin-right-5 {
        margin-right: 2.5rem;
    }

    .desktop\:margin-left-5 {
        margin-left: 2.5rem;
    }

    .desktop\:margin-x-6 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .desktop\:margin-right-6 {
        margin-right: 3rem;
    }

    .desktop\:margin-left-6 {
        margin-left: 3rem;
    }

    .desktop\:margin-x-7 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .desktop\:margin-right-7 {
        margin-right: 3.5rem;
    }

    .desktop\:margin-left-7 {
        margin-left: 3.5rem;
    }

    .desktop\:margin-x-8 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .desktop\:margin-right-8 {
        margin-right: 4rem;
    }

    .desktop\:margin-left-8 {
        margin-left: 4rem;
    }

    .desktop\:margin-x-9 {
        margin-left: 4.5rem;
        margin-right: 4.5rem;
    }

    .desktop\:margin-right-9 {
        margin-right: 4.5rem;
    }

    .desktop\:margin-left-9 {
        margin-left: 4.5rem;
    }

    .desktop\:margin-x-10 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .desktop\:margin-right-10 {
        margin-right: 5rem;
    }

    .desktop\:margin-left-10 {
        margin-left: 5rem;
    }

    .desktop\:margin-x-15 {
        margin-left: 7.5rem;
        margin-right: 7.5rem;
    }

    .desktop\:margin-right-15 {
        margin-right: 7.5rem;
    }

    .desktop\:margin-left-15 {
        margin-left: 7.5rem;
    }

    .desktop\:margin-x-card {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .desktop\:margin-right-card {
        margin-right: 10rem;
    }

    .desktop\:margin-left-card {
        margin-left: 10rem;
    }

    .desktop\:margin-x-card-lg {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .desktop\:margin-right-card-lg {
        margin-right: 15rem;
    }

    .desktop\:margin-left-card-lg {
        margin-left: 15rem;
    }

    .desktop\:margin-x-mobile {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .desktop\:margin-right-mobile {
        margin-right: 20rem;
    }

    .desktop\:margin-left-mobile {
        margin-left: 20rem;
    }

    .desktop\:margin-x-05em {
        margin-left: .5em;
        margin-right: .5em;
    }

    .desktop\:margin-right-05em {
        margin-right: .5em;
    }

    .desktop\:margin-left-05em {
        margin-left: .5em;
    }

    .desktop\:margin-x-1em {
        margin-left: 1em;
        margin-right: 1em;
    }

    .desktop\:margin-right-1em {
        margin-right: 1em;
    }

    .desktop\:margin-left-1em {
        margin-left: 1em;
    }

    .desktop\:margin-x-105em {
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .desktop\:margin-right-105em {
        margin-right: 1.5em;
    }

    .desktop\:margin-left-105em {
        margin-left: 1.5em;
    }

    .desktop\:margin-x-2em {
        margin-left: 2em;
        margin-right: 2em;
    }

    .desktop\:margin-right-2em {
        margin-right: 2em;
    }

    .desktop\:margin-left-2em {
        margin-left: 2em;
    }

    .desktop\:margin-x-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .desktop\:margin-right-0 {
        margin-right: 0;
    }

    .desktop\:margin-left-0 {
        margin-left: 0;
    }

    .desktop\:margin-x-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .desktop\:margin-right-auto {
        margin-right: auto;
    }

    .desktop\:margin-left-auto {
        margin-left: auto;
    }

    .desktop\:measure-1 {
        max-width: 44ex;
    }

    .desktop\:measure-2 {
        max-width: 60ex;
    }

    .desktop\:measure-3 {
        max-width: 64ex;
    }

    .desktop\:measure-4 {
        max-width: 68ex;
    }

    .desktop\:measure-5 {
        max-width: 72ex;
    }

    .desktop\:measure-6 {
        max-width: 88ex;
    }

    .desktop\:measure-none {
        max-width: none;
    }

    .desktop\:order-first {
        order: -1;
    }

    .desktop\:order-last {
        order: 999;
    }

    .desktop\:order-initial {
        order: initial;
    }

    .desktop\:order-0 {
        order: 0;
    }

    .desktop\:order-1 {
        order: 1;
    }

    .desktop\:order-2 {
        order: 2;
    }

    .desktop\:order-3 {
        order: 3;
    }

    .desktop\:order-4 {
        order: 4;
    }

    .desktop\:order-5 {
        order: 5;
    }

    .desktop\:order-6 {
        order: 6;
    }

    .desktop\:order-7 {
        order: 7;
    }

    .desktop\:order-8 {
        order: 8;
    }

    .desktop\:order-9 {
        order: 9;
    }

    .desktop\:order-10 {
        order: 10;
    }

    .desktop\:order-11 {
        order: 11;
    }

    .desktop\:padding-1px {
        padding: 1px;
    }

    .desktop\:padding-y-1px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .desktop\:padding-x-1px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .desktop\:padding-top-1px {
        padding-top: 1px;
    }

    .desktop\:padding-right-1px {
        padding-right: 1px;
    }

    .desktop\:padding-bottom-1px {
        padding-bottom: 1px;
    }

    .desktop\:padding-left-1px {
        padding-left: 1px;
    }

    .desktop\:padding-2px {
        padding: 2px;
    }

    .desktop\:padding-y-2px {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .desktop\:padding-x-2px {
        padding-left: 2px;
        padding-right: 2px;
    }

    .desktop\:padding-top-2px {
        padding-top: 2px;
    }

    .desktop\:padding-right-2px {
        padding-right: 2px;
    }

    .desktop\:padding-bottom-2px {
        padding-bottom: 2px;
    }

    .desktop\:padding-left-2px {
        padding-left: 2px;
    }

    .desktop\:padding-05 {
        padding: .25rem;
    }

    .desktop\:padding-y-05 {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .desktop\:padding-x-05 {
        padding-left: .25rem;
        padding-right: .25rem;
    }

    .desktop\:padding-top-05 {
        padding-top: .25rem;
    }

    .desktop\:padding-right-05 {
        padding-right: .25rem;
    }

    .desktop\:padding-bottom-05 {
        padding-bottom: .25rem;
    }

    .desktop\:padding-left-05 {
        padding-left: .25rem;
    }

    .desktop\:padding-1 {
        padding: .5rem;
    }

    .desktop\:padding-y-1 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .desktop\:padding-x-1 {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .desktop\:padding-top-1 {
        padding-top: .5rem;
    }

    .desktop\:padding-right-1 {
        padding-right: .5rem;
    }

    .desktop\:padding-bottom-1 {
        padding-bottom: .5rem;
    }

    .desktop\:padding-left-1 {
        padding-left: .5rem;
    }

    .desktop\:padding-105 {
        padding: .75rem;
    }

    .desktop\:padding-y-105 {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .desktop\:padding-x-105 {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .desktop\:padding-top-105 {
        padding-top: .75rem;
    }

    .desktop\:padding-right-105 {
        padding-right: .75rem;
    }

    .desktop\:padding-bottom-105 {
        padding-bottom: .75rem;
    }

    .desktop\:padding-left-105 {
        padding-left: .75rem;
    }

    .desktop\:padding-2 {
        padding: 1rem;
    }

    .desktop\:padding-y-2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .desktop\:padding-x-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .desktop\:padding-top-2 {
        padding-top: 1rem;
    }

    .desktop\:padding-right-2 {
        padding-right: 1rem;
    }

    .desktop\:padding-bottom-2 {
        padding-bottom: 1rem;
    }

    .desktop\:padding-left-2 {
        padding-left: 1rem;
    }

    .desktop\:padding-205 {
        padding: 1.25rem;
    }

    .desktop\:padding-y-205 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .desktop\:padding-x-205 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .desktop\:padding-top-205 {
        padding-top: 1.25rem;
    }

    .desktop\:padding-right-205 {
        padding-right: 1.25rem;
    }

    .desktop\:padding-bottom-205 {
        padding-bottom: 1.25rem;
    }

    .desktop\:padding-left-205 {
        padding-left: 1.25rem;
    }

    .desktop\:padding-3 {
        padding: 1.5rem;
    }

    .desktop\:padding-y-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .desktop\:padding-x-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .desktop\:padding-top-3 {
        padding-top: 1.5rem;
    }

    .desktop\:padding-right-3 {
        padding-right: 1.5rem;
    }

    .desktop\:padding-bottom-3 {
        padding-bottom: 1.5rem;
    }

    .desktop\:padding-left-3 {
        padding-left: 1.5rem;
    }

    .desktop\:padding-4 {
        padding: 2rem;
    }

    .desktop\:padding-y-4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .desktop\:padding-x-4 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .desktop\:padding-top-4 {
        padding-top: 2rem;
    }

    .desktop\:padding-right-4 {
        padding-right: 2rem;
    }

    .desktop\:padding-bottom-4 {
        padding-bottom: 2rem;
    }

    .desktop\:padding-left-4 {
        padding-left: 2rem;
    }

    .desktop\:padding-5 {
        padding: 2.5rem;
    }

    .desktop\:padding-y-5 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .desktop\:padding-x-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .desktop\:padding-top-5 {
        padding-top: 2.5rem;
    }

    .desktop\:padding-right-5 {
        padding-right: 2.5rem;
    }

    .desktop\:padding-bottom-5 {
        padding-bottom: 2.5rem;
    }

    .desktop\:padding-left-5 {
        padding-left: 2.5rem;
    }

    .desktop\:padding-6 {
        padding: 3rem;
    }

    .desktop\:padding-y-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .desktop\:padding-x-6 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .desktop\:padding-top-6 {
        padding-top: 3rem;
    }

    .desktop\:padding-right-6 {
        padding-right: 3rem;
    }

    .desktop\:padding-bottom-6 {
        padding-bottom: 3rem;
    }

    .desktop\:padding-left-6 {
        padding-left: 3rem;
    }

    .desktop\:padding-7 {
        padding: 3.5rem;
    }

    .desktop\:padding-y-7 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .desktop\:padding-x-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .desktop\:padding-top-7 {
        padding-top: 3.5rem;
    }

    .desktop\:padding-right-7 {
        padding-right: 3.5rem;
    }

    .desktop\:padding-bottom-7 {
        padding-bottom: 3.5rem;
    }

    .desktop\:padding-left-7 {
        padding-left: 3.5rem;
    }

    .desktop\:padding-8 {
        padding: 4rem;
    }

    .desktop\:padding-y-8 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .desktop\:padding-x-8 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .desktop\:padding-top-8 {
        padding-top: 4rem;
    }

    .desktop\:padding-right-8 {
        padding-right: 4rem;
    }

    .desktop\:padding-bottom-8 {
        padding-bottom: 4rem;
    }

    .desktop\:padding-left-8 {
        padding-left: 4rem;
    }

    .desktop\:padding-9 {
        padding: 4.5rem;
    }

    .desktop\:padding-y-9 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .desktop\:padding-x-9 {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }

    .desktop\:padding-top-9 {
        padding-top: 4.5rem;
    }

    .desktop\:padding-right-9 {
        padding-right: 4.5rem;
    }

    .desktop\:padding-bottom-9 {
        padding-bottom: 4.5rem;
    }

    .desktop\:padding-left-9 {
        padding-left: 4.5rem;
    }

    .desktop\:padding-10 {
        padding: 5rem;
    }

    .desktop\:padding-y-10 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .desktop\:padding-x-10 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .desktop\:padding-top-10 {
        padding-top: 5rem;
    }

    .desktop\:padding-right-10 {
        padding-right: 5rem;
    }

    .desktop\:padding-bottom-10 {
        padding-bottom: 5rem;
    }

    .desktop\:padding-left-10 {
        padding-left: 5rem;
    }

    .desktop\:padding-15 {
        padding: 7.5rem;
    }

    .desktop\:padding-y-15 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    .desktop\:padding-x-15 {
        padding-left: 7.5rem;
        padding-right: 7.5rem;
    }

    .desktop\:padding-top-15 {
        padding-top: 7.5rem;
    }

    .desktop\:padding-right-15 {
        padding-right: 7.5rem;
    }

    .desktop\:padding-bottom-15 {
        padding-bottom: 7.5rem;
    }

    .desktop\:padding-left-15 {
        padding-left: 7.5rem;
    }

    .desktop\:padding-0 {
        padding: 0;
    }

    .desktop\:padding-y-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .desktop\:padding-x-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .desktop\:padding-top-0 {
        padding-top: 0;
    }

    .desktop\:padding-right-0 {
        padding-right: 0;
    }

    .desktop\:padding-bottom-0 {
        padding-bottom: 0;
    }

    .desktop\:padding-left-0 {
        padding-left: 0;
    }

    .desktop\:width-1px {
        width: 1px;
    }

    .desktop\:width-2px {
        width: 2px;
    }

    .desktop\:width-05 {
        width: .25rem;
    }

    .desktop\:width-1 {
        width: .5rem;
    }

    .desktop\:width-105 {
        width: .75rem;
    }

    .desktop\:width-2 {
        width: 1rem;
    }

    .desktop\:width-205 {
        width: 1.25rem;
    }

    .desktop\:width-3 {
        width: 1.5rem;
    }

    .desktop\:width-4 {
        width: 2rem;
    }

    .desktop\:width-5 {
        width: 2.5rem;
    }

    .desktop\:width-6 {
        width: 3rem;
    }

    .desktop\:width-7 {
        width: 3.5rem;
    }

    .desktop\:width-8 {
        width: 4rem;
    }

    .desktop\:width-9 {
        width: 4.5rem;
    }

    .desktop\:width-10 {
        width: 5rem;
    }

    .desktop\:width-15 {
        width: 7.5rem;
    }

    .desktop\:width-card {
        width: 10rem;
    }

    .desktop\:width-card-lg {
        width: 15rem;
    }

    .desktop\:width-mobile {
        width: 20rem;
    }

    .desktop\:width-mobile-lg {
        width: 30rem;
    }

    .desktop\:width-tablet {
        width: 40rem;
    }

    .desktop\:width-tablet-lg {
        width: 55rem;
    }

    .desktop\:width-desktop {
        width: 64rem;
    }

    .desktop\:width-desktop-lg {
        width: 75rem;
    }

    .desktop\:width-widescreen {
        width: 87.5rem;
    }

    .desktop\:width-0 {
        width: 0;
    }

    .desktop\:width-full {
        width: 100%
    }

    .desktop\:width-auto {
        width: auto;
    }
}

.usa-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/hero.png);
    background-position: center;
    background-size: cover;
}

    .usa-hero .usa-button {
        color: #fff;
    }

.usa-section-dark .usa-hero-link {
    color: #02bfe7;
}

.usa-hero-callout {
    background-color: #112e51;
    padding: 3rem;
}

@media screen and (min-width:481px) {
    .usa-hero-callout {
        max-width: 30rem;
    }
}

.usa-hero-callout > :first-child {
    margin-top: 0;
    margin-bottom: 2rem;
}

.usa-hero-callout-alt {
    color: #fff;
    display: block;
}

.usa-list, .usa-prose > ol, .usa-prose > ul {
    margin-bottom: 1em;
    margin-top: 1em;
    line-height: 1.5;
    padding-left: 3ch;
}

    .usa-list li:last-child, .usa-list:last-child, .usa-prose > ol li:last-child, .usa-prose > ol:last-child, .usa-prose > ul li:last-child, .usa-prose > ul:last-child {
        margin-bottom: 0;
    }

    .usa-list ol, .usa-list ul, .usa-prose > ol ol, .usa-prose > ol ul, .usa-prose > ul ol, .usa-prose > ul ul {
        margin-top: .25em;
    }

    .usa-list li, .usa-prose > ol li, .usa-prose > ul li {
        margin-bottom: .25em;
        max-width: 68ex;
    }

.usa-prose > table, .usa-prose > table caption, .usa-table, .usa-table caption {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.usa-prose > table, .usa-table {
    font-size: 1.06rem;
    line-height: 1.5;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1.25rem 0;
}

    .usa-prose > table thead th, .usa-table thead th {
        font-weight: 700;
    }

    .usa-prose > table thead td, .usa-prose > table thead th, .usa-table thead td, .usa-table thead th {
        background-color: #f0f0f0;
    }

    .usa-prose > table th, .usa-table th {
        text-align: left;
    }

    .usa-prose > table td, .usa-prose > table th, .usa-table td, .usa-table th {
        border-width: 1px;
        border-color: #565c65;
        border-style: solid;
        background-color: #fff;
        font-weight: 400;
        padding: .5rem 1rem;
    }

    .usa-prose > table caption, .usa-table caption {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: .75rem;
        text-align: left;
    }

.usa-prose > .usa-table--borderless thead th, .usa-table--borderless thead th {
    background-color: transparent;
    border-top: 0;
}

.usa-prose > .usa-table--borderless td, .usa-prose > .usa-table--borderless th, .usa-table--borderless td, .usa-table--borderless th {
    border-left: 0;
    border-right: 0;
}

    .usa-table--borderless th:first-child {
        padding-left: 0;
    }

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 100%
}

body {
    margin: 0;
}

details, main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], 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: 1px dotted ButtonText;
    }

fieldset {
    padding: .35em .75em .625em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}



[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

[hidden], template {
    display: none;
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300.ttf) format("truetype");
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-regular.ttf) format("truetype");
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700.ttf) format("truetype");
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: italic;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300italic.ttf) format("truetype");
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-italic.ttf) format("truetype");
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700italic.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-light-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-light-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-light-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(../fonts/sourcesanspro-regular-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-regular-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(../fonts/sourcesanspro-bold-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-bold-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: italic;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-italic-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-italic-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-italic-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Light.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Light.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Light.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Regular.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Regular.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Regular.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Bold.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Bold.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Bold.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: italic;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-LightItalic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-LightItalic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-LightItalic.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Italic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Italic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Italic.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-BoldItalic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-BoldItalic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-BoldItalic.ttf) format("truetype");
}

button:not([disabled]):focus, input:not([disabled]):focus, select:not([disabled]):focus, textarea:not([disabled]):focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

[contentEditable=true]:focus, [href]:focus, [tabindex]:focus, iframe:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

.usa-focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

address, cite, dfn, var {
    font-style: normal;
}

@keyframes slidein-left {
    0% {
        transform: translateX(15rem);
    }

    to {
        transform: translateX(0);
    }
}

body {
    background-color: #fff;
    overflow-x: hidden;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    color: #212121;
    line-height: 1.375em;
    font: 100%/1.5 "Source Sans Pro", sans-serif !important;
}

.usa-sr-only {
    position: absolute;
    left: -999em;
}

.usa-button {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: .9;
    color: #fff;
    background-color: #005ea2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: .25rem;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: .5rem;
    padding: .75rem 1.25rem;
    text-align: center;
    text-decoration: none;
    width: 100%
}

@media all and (min-width:30em) {
    .usa-button {
        width: auto;
    }
}

.usa-button:visited {
    color: #fff;
}

.usa-button.usa-button--hover, .usa-button:hover {
    color: #fff;
    background-color: #1a4480;
    border-bottom: 0;
    text-decoration: none;
}

.usa-button.usa-button--active, .usa-button:active {
    color: #fff;
    background-color: #162e51;
}

.usa-button:not([disabled]).usa-focus, .usa-button:not([disabled]):focus {
    outline-offset: .25rem;
}

.usa-button:disabled {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #c9c9c9;
    color: #fff;
    pointer-events: none;
}

    .usa-button:disabled.usa-button--active, .usa-button:disabled.usa-button--hover, .usa-button:disabled.usa-focus, .usa-button:disabled:active, .usa-button:disabled:focus, .usa-button:disabled:hover {
        background-color: #c9c9c9;
        border: 0;
        box-shadow: none;
    }

.usa-button--accent-cool, .usa-button--accent-cool:visited {
    color: #1b1b1b;
    background-color: #00bde3;
}

    .usa-button--accent-cool.usa-button--hover, .usa-button--accent-cool:hover {
        color: #1b1b1b;
        background-color: #28a0cb;
    }

    .usa-button--accent-cool.usa-button--active, .usa-button--accent-cool:active {
        color: #fff;
        background-color: #07648d;
    }

.usa-button--accent-warm, .usa-button--accent-warm:visited {
    color: #1b1b1b;
    background-color: #fa9441;
}

    .usa-button--accent-warm.usa-button--hover, .usa-button--accent-warm:hover {
        color: #fff;
        background-color: #c05600;
    }

    .usa-button--accent-warm.usa-button--active, .usa-button--accent-warm:active {
        color: #fff;
        background-color: #775540;
    }

.usa-button--outline {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #005ea2;
    color: #005ea2;
}

    .usa-button--outline:visited {
        color: #005ea2;
    }

    .usa-button--outline.usa-button--hover, .usa-button--outline:hover {
        background-color: transparent;
        box-shadow: inset 0 0 0 2px #1a4480;
        color: #1a4480;
    }

    .usa-button--outline.usa-button--active, .usa-button--outline:active {
        background-color: transparent;
        box-shadow: inset 0 0 0 2px #162e51;
        color: #162e51;
    }

    .usa-button--outline.usa-button--inverse {
        box-shadow: inset 0 0 0 2px #dfe1e2;
        color: #dfe1e2;
    }

        .usa-button--outline.usa-button--inverse:visited, .usa-dark-background a {
            color: #dfe1e2;
        }

        .usa-button--outline.usa-button--inverse.usa-button--hover, .usa-button--outline.usa-button--inverse:hover {
            box-shadow: inset 0 0 0 2px #f0f0f0;
            color: #f0f0f0;
        }

        .usa-button--outline.usa-button--inverse.usa-button--active, .usa-button--outline.usa-button--inverse:active {
            background-color: transparent;
            box-shadow: inset 0 0 0 2px #fff;
            color: #fff;
        }

        .usa-button--outline.usa-button--inverse.usa-button--unstyled {
            -moz-osx-font-smoothing: auto;
            -webkit-font-smoothing: subpixel-antialiased;
            text-decoration: underline;
            background-color: transparent;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            font-weight: 400;
            margin: 0;
            padding: 0;
            text-align: left;
            color: #dfe1e2;
        }

            .usa-button--outline.usa-button--inverse.usa-button--unstyled:focus {
                outline: .25rem solid #2491ff;
                outline-offset: 0;
            }

            .usa-button--outline.usa-button--inverse.usa-button--unstyled:visited {
                color: #54278f;
            }

            .usa-button--outline.usa-button--inverse.usa-button--unstyled:active, .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
                -moz-osx-font-smoothing: auto;
                -webkit-font-smoothing: subpixel-antialiased;
                background-color: transparent;
                box-shadow: none;
                text-decoration: underline;
            }

            .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
                color: #f0f0f0;
            }

            .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active, .usa-button--outline.usa-button--inverse.usa-button--unstyled:active {
                color: #fff;
            }

.usa-button--base {
    color: #fff;
    background-color: #71767a;
}

    .usa-button--base.usa-button--hover, .usa-button--base:hover {
        color: #fff;
        background-color: #565c65;
    }

    .usa-button--base.usa-button--active, .usa-button--base:active {
        color: #fff;
        background-color: #3d4551;
    }

.usa-button--secondary {
    color: #fff;
    background-color: #d83933;
}

    .usa-button--secondary.usa-button--hover, .usa-button--secondary:hover {
        color: #fff;
        background-color: #b50909;
    }

    .usa-button--secondary.usa-button--active, .usa-button--secondary:active {
        color: #fff;
        background-color: #8b0a03;
    }

.usa-button--big {
    border-radius: .25rem;
    font-size: 1.46rem;
    padding: 1rem 1.5rem;
}

.usa-button--disabled {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #c9c9c9;
    color: #fff;
    pointer-events: none;
}

    .usa-button--disabled.usa-button--active, .usa-button--disabled.usa-button--hover, .usa-button--disabled.usa-focus, .usa-button--disabled:active, .usa-button--disabled:focus, .usa-button--disabled:hover {
        background-color: #c9c9c9;
        border: 0;
        box-shadow: none;
    }

.usa-button--outline-disabled, .usa-button--outline-inverse-disabled, .usa-button--outline-inverse:disabled, .usa-button--outline:disabled {
    background-color: transparent;
    pointer-events: none;
}

    .usa-button--outline-disabled.usa-button--active, .usa-button--outline-disabled.usa-button--hover, .usa-button--outline-disabled.usa-focus, .usa-button--outline-disabled:active, .usa-button--outline-disabled:focus, .usa-button--outline-disabled:hover, .usa-button--outline-inverse-disabled.usa-button--active, .usa-button--outline-inverse-disabled.usa-button--hover, .usa-button--outline-inverse-disabled.usa-focus, .usa-button--outline-inverse-disabled:active, .usa-button--outline-inverse-disabled:focus, .usa-button--outline-inverse-disabled:hover, .usa-button--outline-inverse:disabled.usa-button--active, .usa-button--outline-inverse:disabled.usa-button--hover, .usa-button--outline-inverse:disabled.usa-focus, .usa-button--outline-inverse:disabled:active, .usa-button--outline-inverse:disabled:focus, .usa-button--outline-inverse:disabled:hover, .usa-button--outline:disabled.usa-button--active, .usa-button--outline:disabled.usa-button--hover, .usa-button--outline:disabled.usa-focus, .usa-button--outline:disabled:active, .usa-button--outline:disabled:focus, .usa-button--outline:disabled:hover {
        background-color: transparent;
        border: 0;
    }

.usa-button--outline-disabled, .usa-button--outline:disabled {
    box-shadow: inset 0 0 0 2px #c9c9c9;
    color: #c9c9c9;
}

    .usa-button--outline-disabled.usa-button--inverse, .usa-button--outline:disabled.usa-button--inverse {
        background-color: transparent;
        box-shadow: inset 0 0 0 2px #71767a;
        color: #71767a;
    }

.usa-button--unstyled {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #005ea2;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
}

    .usa-button--unstyled:hover {
        color: #1a4480;
    }

    .usa-button--unstyled:active {
        color: #162e51;
    }

    .usa-button--unstyled:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-button--unstyled:visited {
        color: #54278f;
    }

    .usa-button--unstyled:active, .usa-button--unstyled:hover {
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: transparent;
        box-shadow: none;
        text-decoration: underline;
    }

.usa-embed-container embed, .usa-embed-container iframe, .usa-embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.usa-embed-container {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.usa-media-link {
    display: inline-block;
    line-height: 0;
}

.usa-combo-box__input, .usa-combo-box__list, .usa-fieldset, .usa-hint, .usa-input, .usa-range, .usa-select, .usa-textarea {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
}

.usa-select {
    border-width: 1px;
    border-color: #565c65;
    border-style: solid;
    width: 100%
}

.usa-range, .usa-select {
    border-radius: 0;
    color: #1b1b1b;
    display: block;
    height: 2.5rem;
    margin-top: .5rem;
    max-width: 30rem;
    padding: .5rem;
}

.usa-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2.5rem;
}

.usa-combo-box__input, .usa-input, .usa-textarea {
    border-width: 1px;
    border-color: #565c65;
    border-style: solid;
    border-radius: 0;
    color: #1b1b1b;
    display: block;
    margin-top: .5rem;
    max-width: 30rem;
    padding: .5rem;
    width: 100%
}

.usa-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.usa-combo-box__input {
    height: 2.5rem;
}

.usa-input--success.usa-combo-box__input, .usa-input--success.usa-input, .usa-input--success.usa-range, .usa-input--success.usa-select, .usa-input--success.usa-textarea {
    border-width: .25rem;
    border-color: #00a91c;
    border-style: solid;
}

.usa-fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.usa-form-group--error {
    border-left-width: .25rem;
    border-left-color: #b50909;
    border-left-style: solid;
    margin-top: 2rem;
    padding-left: 1rem;
    position: relative;
}

@media all and (min-width:64em) {
    .usa-form-group--error {
        margin-left: -1.25rem;
    }
}

.usa-error-message {
    padding-bottom: .25rem;
    padding-top: .25rem;
    color: #b50909;
    display: block;
    font-weight: 700;
}

.usa-hint {
    color: #71767a;
}

.usa-label, .usa-label-big, .usa-legend {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
    display: block;
    font-weight: 400;
    margin-top: 1.5rem;
    max-width: 30rem;
}

.usa-label--error {
    font-weight: 700;
    margin-top: 0;
}

.usa-label--required {
    color: #b50909;
}

.usa-legend--large {
    font-size: 2.13rem;
    font-weight: 700;
    margin-top: 1rem;
}

.usa-input-list, .usa-prose .usa-input-list {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
}

    .usa-input-list li, .usa-prose .usa-input-list li {
        line-height: 1.3;
    }

.usa-checkbox__input, .usa-radio__input {
    position: absolute;
    left: -999em;
}

.lt-ie9 .usa-checkbox__input, .lt-ie9 .usa-radio__input {
    border: 0;
    float: left;
    margin: .25rem .25rem 0 0;
    position: static;
    width: auto;
}

.usa-checkbox__label, .usa-radio__label {
    cursor: pointer;
    display: inherit;
    font-weight: 400;
    margin-top: .75rem;
    padding-left: 2rem;
    position: relative;
    text-indent: -2rem;
}

    .usa-checkbox__label::before, .usa-radio__label::before {
        background: #fff;
        content: "Â ";
        display: inline-block;
        left: 2px;
        position: relative;
    }

    .usa-checkbox__label::before {
        height: 1.25rem;
        width: 1.25rem;
        border-radius: 2px;
    }

    .usa-radio__label::before {
        height: 1.25rem;
        border-radius: 99rem;
        width: 1.25rem;
    }

    .usa-checkbox__label::before, .usa-radio__label::before {
        box-shadow: 0 0 0 2px #71767a;
        line-height: 1.25rem;
        margin-right: .75rem;
    }

.usa-checkbox__input:checked + .usa-checkbox__label::before {
    background-color: #005ea2;
    box-shadow: 0 0 0 2px #005ea2;
}

.usa-radio__input:checked + .usa-radio__label::before {
    background-color: #005ea2;
    box-shadow: 0 0 0 2px #005ea2, inset 0 0 0 2px #fff;
}

@media print {
    .usa-radio__input: checked + .usa-radio__label::before {
        box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 1rem #005ea2, 0 0 0 2px #005ea2;
    }
}

.usa-checkbox__input:checked + .usa-checkbox__label::before, .usa-checkbox__input:checked:disabled + .usa-checkbox__label::before {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/correct8.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .75rem auto;
}

@media print {
    .usa-checkbox__input: checked + .usa-checkbox__label::before, .usa-checkbox__input:checked:disabled + .usa-checkbox__label::before {
        background-image: none;
        background-color: #fff;
        content: url(/themes/contrib/ddp_dol_theme/build/img/checkbox-check-print.svg);
        text-indent: 0;
    }
}

.usa-radio__input:focus + .usa-radio__label::before {
    outline: .25rem solid #2491ff;
    outline-offset: .25rem;
}

.usa-checkbox__input:disabled + .usa-checkbox__label, .usa-radio__input:disabled + .usa-radio__label {
    color: #c9c9c9;
    cursor: not-allowed;
}

.usa-checkbox__input:focus + .usa-checkbox__label::before {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

.usa-checkbox__input:disabled + .usa-checkbox__label::before, .usa-radio__input:disabled + .usa-radio__label::before {
    background: #e6e6e6;
    box-shadow: 0 0 0 2px #c9c9c9;
    cursor: not-allowed;
}

.usa-memorable-date {
    display: flex;
}

    .usa-memorable-date [type=number] {
        -moz-appearance: textfield;
    }

        .usa-memorable-date [type=number]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            appearance: none;
        }

        .usa-memorable-date [type=number]::-webkit-contacts-auto-fill-button {
            visibility: hidden;
            display: none !important;
            pointer-events: none;
            height: 0;
            width: 0;
            margin: 0;
        }

.usa-form-group--day, .usa-form-group--month, .usa-form-group--year {
    flex: 0 1 auto;
    margin-right: 1rem;
    width: 3rem;
}

.usa-form-group--year {
    width: 4.5rem;
}

.usa-select {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/arrow-both.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: right .75rem center;
    background-size: .5rem;
    padding-right: 2rem;
}

    .usa-select::-ms-expand {
        display: none;
    }

    .usa-select:-webkit-autofill {
        -webkit-appearance: menulist;
        appearance: menulist;
    }

    .usa-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

[type=file] {
    border: 0;
    margin-top: .5rem;
    padding-left: 0;
    padding-top: .2rem;
}

.usa-file-input {
    display: block;
    max-width: 30rem;
    width: 100%
}

.usa-file-input__target {
    border: 1px dashed #a9aeb1;
    display: block;
    font-size: .93rem;
    margin-top: .5rem;
    position: relative;
    text-align: center;
    width: 100%
}

    .usa-file-input__target:hover {
        border-color: #71767a;
    }

    .usa-file-input__target.has-invalid-file {
        border-color: #fa9441;
    }

.usa-file-input__accepted-files-message {
    font-weight: 700;
    margin: -1.5rem 0 1.5rem;
    pointer-events: none;
    position: relative;
    z-index: 3;
}

.has-invalid-file .usa-file-input__accepted-files-message {
    color: #b50909;
}

.usa-file-input__choose {
    color: #005ea2;
    text-decoration: underline;
    font-weight: 400;
}

    .usa-file-input__choose:hover {
        color: #1a4480;
    }

    .usa-file-input__choose:active {
        color: #162e51;
    }

    .usa-file-input__choose:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-file-input__choose:visited {
        color: #54278f;
    }

.usa-file-input__instructions {
    display: inline-block;
    padding: 2rem 1rem;
    pointer-events: none;
    position: relative;
    z-index: 3;
}

    .usa-file-input__instructions.display-none {
        display: none;
    }

.usa-file-input__box {
    background: #fff;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.usa-file-input .usa-file-input__input[type] {
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: none;
    position: absolute;
    padding: .5rem;
    text-indent: -999em;
    top: 0;
    width: 100%;
    z-index: 1;
}

    .usa-file-input .usa-file-input__input[type]::-webkit-file-upload-button {
        display: none;
    }

.usa-file-input--drag .usa-file-input__target {
    border-color: #005ea2;
}

.usa-file-input--drag .usa-file-input__box {
    background-color: #d9e8f6 !important;
}

.usa-file-input--drag .usa-file-input__preview {
    opacity: .1;
}

.usa-file-input__preview, .usa-file-input__preview-heading {
    align-items: center;
    background: #d9e8f6;
    display: flex;
    pointer-events: none;
    position: relative;
    z-index: 3;
}

.usa-file-input__preview-heading {
    font-weight: 700;
    justify-content: space-between;
    padding: .5rem;
}

.usa-file-input__preview {
    word-wrap: anywhere;
    font-size: .87rem;
    margin-top: 1px;
    padding: .25rem .5rem;
    text-align: left;
}

    .usa-file-input__preview:last-child {
        margin-bottom: -1.5rem;
    }

.usa-file-input__preview-image {
    border: 0;
    display: block;
    height: 2.5rem;
    margin-right: .5rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: 2.5rem;
}

    .usa-file-input__preview-image.is-loading {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/loader.svg), linear-gradient(transparent, transparent);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 2rem;
    }

.usa-file-input__preview-image--excel, .usa-file-input__preview-image--generic, .usa-file-input__preview-image--pdf, .usa-file-input__preview-image--video, .usa-file-input__preview-image--word {
    background-position: center center;
    background-size: 1.5rem;
}

.usa-file-input__preview-image--pdf {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/file-pdf.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-file-input__preview-image--generic {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/file.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-file-input__preview-image--word {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/file-word.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-file-input__preview-image--excel {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/file-excel.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-file-input__preview-image--video {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/file-video.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-form-group--error .usa-file-input__target {
    border-color: #b50909;
    border-width: 2px;
}

.usa-file-input--disabled {
    pointer-events: none;
}

    .usa-file-input--disabled .usa-file-input__instructions {
        opacity: .5;
    }

    .usa-file-input--disabled .usa-file-input__box {
        background-color: #e6e6e6;
    }

    .usa-file-input--disabled .usa-file-input__input[type] {
        cursor: default;
    }

.usa-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding-left: 1px;
    width: 100%
}

    .usa-range:focus {
        outline: 0;
    }

        .usa-range:focus::-webkit-slider-thumb {
            background-color: #fff;
            box-shadow: 0 0 0 2px #2491ff;
        }

        .usa-range:focus::-moz-range-thumb {
            background-color: #fff;
            box-shadow: 0 0 0 2px #2491ff;
        }

        .usa-range:focus::-ms-thumb {
            background-color: #fff;
            box-shadow: 0 0 0 2px #2491ff;
        }

    .usa-range::-webkit-slider-runnable-track {
        background-color: #f0f0f0;
        border-radius: 99rem;
        border: 1px solid #71767a;
        cursor: pointer;
        height: 1rem;
        width: 100%
    }

    .usa-range::-moz-range-track {
        background-color: #f0f0f0;
        border-radius: 99rem;
        border: 1px solid #71767a;
        cursor: pointer;
        height: 1rem;
        width: 100%
    }

    .usa-range::-ms-track {
        background-color: #f0f0f0;
        border-radius: 99rem;
        border: 1px solid #71767a;
        cursor: pointer;
        height: 1rem;
        width: 100%
    }

    .usa-range::-webkit-slider-thumb {
        height: 1.25rem;
        border-radius: 99rem;
        width: 1.25rem;
        background: #f0f0f0;
        border: 0;
        box-shadow: 0 0 0 2px #71767a;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        margin-top: -.19rem;
    }

    .usa-range::-moz-range-thumb {
        height: 1.25rem;
        border-radius: 99rem;
        width: 1.25rem;
        background: #f0f0f0;
        border: 0;
        box-shadow: 0 0 0 2px #71767a;
        cursor: pointer;
    }

    .usa-range::-ms-thumb {
        height: 1.25rem;
        border-radius: 99rem;
        width: 1.25rem;
        background: #f0f0f0;
        border: 0;
        box-shadow: 0 0 0 2px #71767a;
        cursor: pointer;
    }

    .usa-range::-ms-fill-lower {
        background-color: #f0f0f0;
        border-radius: 99rem;
        border: 1px solid #71767a;
    }

    .usa-range::-ms-fill-upper {
        background-color: #f0f0f0;
        border-radius: 99rem;
        border: 1px solid #71767a;
    }

.usa-textarea {
    height: 10rem;
}

.usa-input--error {
    border-width: .25rem;
    border-color: #b50909;
    border-style: solid;
}

.usa-character-count__message {
    display: inline-block;
    padding-top: .25rem;
}

.usa-character-count__message--invalid {
    color: #b50909;
    font-weight: 700;
}

.usa-combo-box {
    max-width: 30rem;
    position: relative;
}

.usa-combo-box--pristine .usa-combo-box__input {
    padding-right: calc(5em + 4px);
}

    .usa-combo-box--pristine .usa-combo-box__input::-ms-clear {
        display: none;
    }

.usa-combo-box--pristine .usa-combo-box__clear-input {
    display: block;
}

.usa-combo-box__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 0;
    max-width: none;
    padding-right: calc(2.5em + 3px);
}

button.usa-combo-box__clear-input:focus, button.usa-combo-box__toggle-list:focus {
    outline-offset: -4px;
}

.usa-combo-box__clear-input__wrapper:focus, .usa-combo-box__list:focus, .usa-combo-box__toggle-list__wrapper:focus {
    outline: 0;
}

.usa-combo-box__clear-input, .usa-combo-box__toggle-list {
    background-color: transparent;
    background-position: center;
    background-size: auto .75rem;
    border: 0;
    cursor: pointer;
    margin-bottom: 0;
    padding-right: 2rem;
    position: absolute;
    top: 1px;
    height: 2.25em;
    z-index: 100;
}

.usa-combo-box__clear-input {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/close-gray-60.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    display: none;
    right: calc(2.5em + 3px);
}

.usa-combo-box__toggle-list {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/arrow-down-gray-60.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    right: 1px;
}

.usa-combo-box__input-button-separator {
    background-color: #c6cace;
    position: absolute;
    top: 1px;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 1px;
    right: calc(2.5em + 2px);
    box-sizing: border-box;
    z-index: 200;
}

.usa-combo-box__list {
    border-width: 1px;
    border-color: #565c65;
    border-style: solid;
    background-color: #fff;
    border-radius: 0;
    border-top: 0;
    margin: 0;
    max-height: 12.1em;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 300;
}

.usa-combo-box__list-option {
    border-bottom: 1px solid #dfe1e2;
    cursor: pointer;
    display: block;
    padding: .5rem;
}

.usa-combo-box__list-option--focused {
    outline: 2px solid #162e51;
    outline-offset: -2px;
    position: relative;
    z-index: 100;
}

    .usa-combo-box__list-option--focused:focus {
        outline-offset: -4px;
    }

.usa-combo-box__list-option--selected {
    background-color: #005ea2;
    border-color: #005ea2;
    color: #fff;
}

.usa-combo-box__list-option--no-results {
    cursor: not-allowed;
    display: block;
    padding: .5rem;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-card {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-card-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-mobile {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-mobile-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-tablet {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-tablet-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-desktop {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-desktop-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-widescreen {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-card {
        margin-left: auto;
        margin-right: auto;
        max-width: 10rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-card {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-card-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 15rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-card-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-mobile {
        margin-left: auto;
        margin-right: auto;
        max-width: 20rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-mobile {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-mobile-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 30rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-mobile-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-tablet {
        margin-left: auto;
        margin-right: auto;
        max-width: 40rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-tablet {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-tablet-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 55rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-tablet-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-desktop {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-desktop {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-desktop-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 75rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-desktop-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-widescreen {
        margin-left: auto;
        margin-right: auto;
        max-width: 87.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-widescreen {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-card {
        margin-left: auto;
        margin-right: auto;
        max-width: 10rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-card {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-card-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 15rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-card-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-mobile {
        margin-left: auto;
        margin-right: auto;
        max-width: 20rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-mobile {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-mobile-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 30rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-mobile-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-tablet {
        margin-left: auto;
        margin-right: auto;
        max-width: 40rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-tablet {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-tablet-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 55rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-tablet-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-desktop {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-desktop {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-desktop-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 75rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-desktop-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-widescreen {
        margin-left: auto;
        margin-right: auto;
        max-width: 87.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-widescreen {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-card {
        margin-left: auto;
        margin-right: auto;
        max-width: 10rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-card {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-card-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 15rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-card-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-mobile {
        margin-left: auto;
        margin-right: auto;
        max-width: 20rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-mobile {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-mobile-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 30rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-mobile-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-tablet {
        margin-left: auto;
        margin-right: auto;
        max-width: 40rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-tablet {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-tablet-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 55rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-tablet-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-desktop {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-desktop {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-desktop-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 75rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-desktop-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-widescreen {
        margin-left: auto;
        margin-right: auto;
        max-width: 87.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-widescreen {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-row, header #header-content .agency-submenu.cd-primary-nav li {
    display: flex;
    flex-wrap: wrap;
}

    .grid-row.grid-gap {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.grid-gap > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

@media all and (min-width:64em) {
    .grid-row.grid-gap {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .grid-row.grid-gap > * {
            padding-left: 1rem;
            padding-right: 1rem;
        }
}

.grid-row.grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
}

    .grid-row.grid-gap-0 > * {
        padding-left: 0;
        padding-right: 0;
    }

.grid-row.grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
}

    .grid-row.grid-gap-2px > * {
        padding-left: 1px;
        padding-right: 1px;
    }

.grid-row.grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
}

    .grid-row.grid-gap-05 > * {
        padding-left: 2px;
        padding-right: 2px;
    }

.grid-row.grid-gap-1 {
    margin-left: -.25rem;
    margin-right: -.25rem;
}

    .grid-row.grid-gap-1 > * {
        padding-left: .25rem;
        padding-right: .25rem;
    }

.grid-row.grid-gap-2 {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

    .grid-row.grid-gap-2 > * {
        padding-left: .5rem;
        padding-right: .5rem;
    }

.grid-row.grid-gap-3 {
    margin-left: -.75rem;
    margin-right: -.75rem;
}

    .grid-row.grid-gap-3 > * {
        padding-left: .75rem;
        padding-right: .75rem;
    }

.grid-row.grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}

    .grid-row.grid-gap-4 > * {
        padding-left: 1rem;
        padding-right: 1rem;
    }

.grid-row.grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

    .grid-row.grid-gap-5 > * {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

.grid-row.grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

    .grid-row.grid-gap-6 > * {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

.grid-row.grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
}

    .grid-row.grid-gap-sm > * {
        padding-left: 1px;
        padding-right: 1px;
    }

.grid-row.grid-gap-md {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

    .grid-row.grid-gap-md > * {
        padding-left: .5rem;
        padding-right: .5rem;
    }

.grid-row.grid-gap-lg {
    margin-left: -.75rem;
    margin-right: -.75rem;
}

    .grid-row.grid-gap-lg > * {
        padding-left: .75rem;
        padding-right: .75rem;
    }

@media all and (min-width:30em) {
    .grid-row.mobile-lg\: grid-gap-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .grid-row.mobile-lg\:grid-gap-0 > * {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-row.mobile-lg\:grid-gap-2px {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.mobile-lg\:grid-gap-2px > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.mobile-lg\:grid-gap-05 {
        margin-left: -2px;
        margin-right: -2px;
    }

        .grid-row.mobile-lg\:grid-gap-05 > * {
            padding-left: 2px;
            padding-right: 2px;
        }

    .grid-row.mobile-lg\:grid-gap-1 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

        .grid-row.mobile-lg\:grid-gap-1 > * {
            padding-left: .25rem;
            padding-right: .25rem;
        }

    .grid-row.mobile-lg\:grid-gap-2 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.mobile-lg\:grid-gap-2 > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.mobile-lg\:grid-gap-3 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.mobile-lg\:grid-gap-3 > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }

    .grid-row.mobile-lg\:grid-gap-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .grid-row.mobile-lg\:grid-gap-4 > * {
            padding-left: 1rem;
            padding-right: 1rem;
        }

    .grid-row.mobile-lg\:grid-gap-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

        .grid-row.mobile-lg\:grid-gap-5 > * {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

    .grid-row.mobile-lg\:grid-gap-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .grid-row.mobile-lg\:grid-gap-6 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

    .grid-row.mobile-lg\:grid-gap-sm {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.mobile-lg\:grid-gap-sm > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.mobile-lg\:grid-gap-md {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.mobile-lg\:grid-gap-md > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.mobile-lg\:grid-gap-lg {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.mobile-lg\:grid-gap-lg > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }
}

@media all and (min-width:40em) {
    .grid-row.tablet\: grid-gap-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .grid-row.tablet\:grid-gap-0 > * {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-row.tablet\:grid-gap-2px {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.tablet\:grid-gap-2px > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.tablet\:grid-gap-05 {
        margin-left: -2px;
        margin-right: -2px;
    }

        .grid-row.tablet\:grid-gap-05 > * {
            padding-left: 2px;
            padding-right: 2px;
        }

    .grid-row.tablet\:grid-gap-1 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

        .grid-row.tablet\:grid-gap-1 > * {
            padding-left: .25rem;
            padding-right: .25rem;
        }

    .grid-row.tablet\:grid-gap-2 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.tablet\:grid-gap-2 > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.tablet\:grid-gap-3 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.tablet\:grid-gap-3 > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }

    .grid-row.tablet\:grid-gap-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .grid-row.tablet\:grid-gap-4 > * {
            padding-left: 1rem;
            padding-right: 1rem;
        }

    .grid-row.tablet\:grid-gap-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

        .grid-row.tablet\:grid-gap-5 > * {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

    .grid-row.tablet\:grid-gap-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .grid-row.tablet\:grid-gap-6 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

    .grid-row.tablet\:grid-gap-sm {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.tablet\:grid-gap-sm > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.tablet\:grid-gap-md {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.tablet\:grid-gap-md > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.tablet\:grid-gap-lg {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.tablet\:grid-gap-lg > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }
}

@media all and (min-width:64em) {
    .grid-row.desktop\: grid-gap-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .grid-row.desktop\:grid-gap-0 > * {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-row.desktop\:grid-gap-2px {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.desktop\:grid-gap-2px > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.desktop\:grid-gap-05 {
        margin-left: -2px;
        margin-right: -2px;
    }

        .grid-row.desktop\:grid-gap-05 > * {
            padding-left: 2px;
            padding-right: 2px;
        }

    .grid-row.desktop\:grid-gap-1 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

        .grid-row.desktop\:grid-gap-1 > * {
            padding-left: .25rem;
            padding-right: .25rem;
        }

    .grid-row.desktop\:grid-gap-2 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.desktop\:grid-gap-2 > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.desktop\:grid-gap-3 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.desktop\:grid-gap-3 > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }

    .grid-row.desktop\:grid-gap-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .grid-row.desktop\:grid-gap-4 > * {
            padding-left: 1rem;
            padding-right: 1rem;
        }

    .grid-row.desktop\:grid-gap-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

        .grid-row.desktop\:grid-gap-5 > * {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

    .grid-row.desktop\:grid-gap-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .grid-row.desktop\:grid-gap-6 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

    .grid-row.desktop\:grid-gap-sm {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.desktop\:grid-gap-sm > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.desktop\:grid-gap-md {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.desktop\:grid-gap-md > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.desktop\:grid-gap-lg {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.desktop\:grid-gap-lg > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }
}

[class*=grid-col] {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.grid-col {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
}

.grid-col-auto, .grid-col-fill {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%
}

.grid-col-fill {
    flex: 1 1 0%;
    min-width: 1px;
}

.grid-col-1, .grid-col-2 {
    flex: 0 1 auto;
    width: 8.3333333333%
}

.grid-col-2 {
    width: 16.6666666667%
}

.grid-col-3, .grid-col-4 {
    flex: 0 1 auto;
    width: 25%
}

.grid-col-4 {
    width: 33.3333333333%
}

.grid-col-5, .grid-col-6 {
    flex: 0 1 auto;
    width: 41.6666666667%
}

.grid-col-6 {
    width: 50%
}

.grid-col-7, .grid-col-8 {
    flex: 0 1 auto;
    width: 58.3333333333%
}

.grid-col-8 {
    width: 66.6666666667%
}

.grid-col-10, .grid-col-9 {
    flex: 0 1 auto;
    width: 75%
}

.grid-col-10 {
    width: 83.3333333333%
}

.grid-col-11, .grid-col-12 {
    flex: 0 1 auto;
    width: 91.6666666667%
}

.grid-col-12 {
    width: 100%
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-col, .mobile-lg\:grid-col-fill {
        flex: 1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px;
    }

    .mobile-lg\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%
    }

    .mobile-lg\:grid-col-1 {
        flex: 0 1 auto;
        width: 8.3333333333%
    }

    .mobile-lg\:grid-col-2 {
        flex: 0 1 auto;
        width: 16.6666666667%
    }

    .mobile-lg\:grid-col-3 {
        flex: 0 1 auto;
        width: 25%
    }

    .mobile-lg\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%
    }

    .mobile-lg\:grid-col-5 {
        flex: 0 1 auto;
        width: 41.6666666667%
    }

    .mobile-lg\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%
    }

    .mobile-lg\:grid-col-7 {
        flex: 0 1 auto;
        width: 58.3333333333%
    }

    .mobile-lg\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%
    }

    .mobile-lg\:grid-col-9 {
        flex: 0 1 auto;
        width: 75%
    }

    .mobile-lg\:grid-col-10 {
        flex: 0 1 auto;
        width: 83.3333333333%
    }

    .mobile-lg\:grid-col-11 {
        flex: 0 1 auto;
        width: 91.6666666667%
    }

    .mobile-lg\:grid-col-12 {
        flex: 0 1 auto;
        width: 100%
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-col, .tablet\:grid-col-fill {
        flex: 1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px;
    }

    .tablet\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%
    }

    .tablet\:grid-col-1 {
        flex: 0 1 auto;
        width: 8.3333333333%
    }

    .tablet\:grid-col-2 {
        flex: 0 1 auto;
        width: 16.6666666667%
    }

    .tablet\:grid-col-3 {
        flex: 0 1 auto;
        width: 25%
    }

    .tablet\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%
    }

    .tablet\:grid-col-5 {
        flex: 0 1 auto;
        width: 41.6666666667%
    }

    .tablet\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%
    }

    .tablet\:grid-col-7 {
        flex: 0 1 auto;
        width: 58.3333333333%
    }

    .tablet\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%
    }

    .tablet\:grid-col-9 {
        flex: 0 1 auto;
        width: 75%
    }

    .tablet\:grid-col-10 {
        flex: 0 1 auto;
        width: 83.3333333333%
    }

    .tablet\:grid-col-11 {
        flex: 0 1 auto;
        width: 91.6666666667%
    }

    .tablet\:grid-col-12 {
        flex: 0 1 auto;
        width: 100%
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-col, .desktop\:grid-col-fill {
        flex: 1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px;
    }

    .desktop\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%
    }

    .desktop\:grid-col-1 {
        flex: 0 1 auto;
        width: 8.3333333333%
    }

    .desktop\:grid-col-2 {
        flex: 0 1 auto;
        width: 16.6666666667%
    }

    .desktop\:grid-col-3 {
        flex: 0 1 auto;
        width: 25%
    }

    .desktop\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%
    }

    .desktop\:grid-col-5 {
        flex: 0 1 auto;
        width: 41.6666666667%
    }

    .desktop\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%
    }

    .desktop\:grid-col-7 {
        flex: 0 1 auto;
        width: 58.3333333333%
    }

    .desktop\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%
    }

    .desktop\:grid-col-9 {
        flex: 0 1 auto;
        width: 75%
    }

    .desktop\:grid-col-10 {
        flex: 0 1 auto;
        width: 83.3333333333%
    }

    .desktop\:grid-col-11 {
        flex: 0 1 auto;
        width: 91.6666666667%
    }

    .desktop\:grid-col-12 {
        flex: 0 1 auto;
        width: 100%
    }
}

.grid-offset-1 {
    margin-left: 8.3333333333%
}

.grid-offset-2 {
    margin-left: 16.6666666667%
}

.grid-offset-3 {
    margin-left: 25%
}

.grid-offset-4 {
    margin-left: 33.3333333333%
}

.grid-offset-5 {
    margin-left: 41.6666666667%
}

.grid-offset-6 {
    margin-left: 50%
}

.grid-offset-7 {
    margin-left: 58.3333333333%
}

.grid-offset-8 {
    margin-left: 66.6666666667%
}

.grid-offset-9 {
    margin-left: 75%
}

.grid-offset-10 {
    margin-left: 83.3333333333%
}

.grid-offset-11 {
    margin-left: 91.6666666667%
}

.grid-offset-12 {
    margin-left: 100%
}

.grid-offset-none {
    margin-left: 0;
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-offset-1 {
        margin-left: 8.3333333333%
    }

    .mobile-lg\:grid-offset-2 {
        margin-left: 16.6666666667%
    }

    .mobile-lg\:grid-offset-3 {
        margin-left: 25%
    }

    .mobile-lg\:grid-offset-4 {
        margin-left: 33.3333333333%
    }

    .mobile-lg\:grid-offset-5 {
        margin-left: 41.6666666667%
    }

    .mobile-lg\:grid-offset-6 {
        margin-left: 50%
    }

    .mobile-lg\:grid-offset-7 {
        margin-left: 58.3333333333%
    }

    .mobile-lg\:grid-offset-8 {
        margin-left: 66.6666666667%
    }

    .mobile-lg\:grid-offset-9 {
        margin-left: 75%
    }

    .mobile-lg\:grid-offset-10 {
        margin-left: 83.3333333333%
    }

    .mobile-lg\:grid-offset-11 {
        margin-left: 91.6666666667%
    }

    .mobile-lg\:grid-offset-12 {
        margin-left: 100%
    }

    .mobile-lg\:grid-offset-none {
        margin-left: 0;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-offset-1 {
        margin-left: 8.3333333333%
    }

    .tablet\:grid-offset-2 {
        margin-left: 16.6666666667%
    }

    .tablet\:grid-offset-3 {
        margin-left: 25%
    }

    .tablet\:grid-offset-4 {
        margin-left: 33.3333333333%
    }

    .tablet\:grid-offset-5 {
        margin-left: 41.6666666667%
    }

    .tablet\:grid-offset-6 {
        margin-left: 50%
    }

    .tablet\:grid-offset-7 {
        margin-left: 58.3333333333%
    }

    .tablet\:grid-offset-8 {
        margin-left: 66.6666666667%
    }

    .tablet\:grid-offset-9 {
        margin-left: 75%
    }

    .tablet\:grid-offset-10 {
        margin-left: 83.3333333333%
    }

    .tablet\:grid-offset-11 {
        margin-left: 91.6666666667%
    }

    .tablet\:grid-offset-12 {
        margin-left: 100%
    }

    .tablet\:grid-offset-none {
        margin-left: 0;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-offset-1 {
        margin-left: 8.3333333333%
    }

    .desktop\:grid-offset-2 {
        margin-left: 16.6666666667%
    }

    .desktop\:grid-offset-3 {
        margin-left: 25%
    }

    .desktop\:grid-offset-4 {
        margin-left: 33.3333333333%
    }

    .desktop\:grid-offset-5 {
        margin-left: 41.6666666667%
    }

    .desktop\:grid-offset-6 {
        margin-left: 50%
    }

    .desktop\:grid-offset-7 {
        margin-left: 58.3333333333%
    }

    .desktop\:grid-offset-8 {
        margin-left: 66.6666666667%
    }

    .desktop\:grid-offset-9 {
        margin-left: 75%
    }

    .desktop\:grid-offset-10 {
        margin-left: 83.3333333333%
    }

    .desktop\:grid-offset-11 {
        margin-left: 91.6666666667%
    }

    .desktop\:grid-offset-12 {
        margin-left: 100%
    }

    .desktop\:grid-offset-none {
        margin-left: 0;
    }
}

.usa-tag {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: .93rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #565c65;
    border-radius: 2px;
    margin-right: .25rem;
    padding: 1px .5rem;
}

    .usa-tag:only-of-type {
        margin-right: 0;
    }

.usa-tag--big {
    padding-left: .5rem;
    padding-right: .5rem;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
}

.usa-paragraph {
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 68ex;
}

    * + .usa-paragraph, .usa-paragraph + * {
        margin-top: 1em;
    }

.usa-content ol:not(.usa-accordion):not(.usa-accordion--bordered), .usa-content p, .usa-content ul:not(.usa-accordion):not(.usa-accordion--bordered) {
    max-width: 68ex;
}

.usa-display {
    margin-top: 0;
    clear: both;
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
}

* + .usa-display {
    margin-top: 1.5em;
}

.usa-display + * {
    margin-top: 1em;
}

@media all and (min-width:30em) {
    .usa-display {
        margin-bottom: 0;
        margin-top: 0;
        clear: both;
        font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2.44rem;
        line-height: 1.2;
        font-weight: 700;
    }

    * + .usa-display {
        margin-top: 1.5em;
    }

    .usa-display + * {
        margin-top: 1em;
    }
}

@media all and (min-width:40em) {
    .usa-display {
        margin-bottom: 0;
        margin-top: 0;
        clear: both;
        font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2.93rem;
        line-height: 1.2;
        font-weight: 700;
    }

    * + .usa-display {
        margin-top: 1.5em;
    }

    .usa-display + * {
        margin-top: 1em;
    }
}

.usa-intro {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34rem;
    line-height: 1.8;
    font-weight: 400;
    max-width: 88ex;
}

.usa-dark-background {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #3d4551;
}

    .usa-dark-background a:hover, .usa-dark-background p, .usa-dark-background span {
        color: #fff;
    }

.usa-prose > p {
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 68ex;
}

    .usa-prose > * + p, .usa-prose > h1 + *, .usa-prose > h2 + *, .usa-prose > h3 + *, .usa-prose > h4 + *, .usa-prose > h5 + *, .usa-prose > h6 + *, .usa-prose > p + * {
        margin-top: 1em;
    }

.usa-prose > h1, .usa-prose > h2, .usa-prose > h3, .usa-prose > h4, .usa-prose > h5, .usa-prose > h6 {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
}

.usa-prose > * + h1, .usa-prose > * + h2, .usa-prose > * + h3, .usa-prose > * + h4, .usa-prose > * + h5, .usa-prose > * + h6 {
    margin-top: 1.5em;
}

.usa-alert__text a, .usa-link, .usa-prose > a {
    color: #005ea2;
    text-decoration: underline;
}

    .usa-link:hover, .usa-prose > a:hover {
        color: #1a4480;
    }

    .usa-link:active, .usa-prose > a:active {
        color: #162e51;
    }

    .usa-link:focus, .usa-prose > a:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-link:visited, .usa-prose > a:visited {
        color: #54278f;
    }

.usa-link--external::after {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/external-link.svg);
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: inline;
    margin-left: .25rem;
    padding-left: .65em;
}

.usa-link--external:hover::after {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/external-link-hover.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-link--external.usa-link--alt::after {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/external-link-alt.svg);
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: inline;
    margin-left: .25rem;
    padding-left: .65em;
}

.usa-link--external.usa-link--alt:hover::after {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/external-link-alt-hover.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-list--unstyled, .usa-prose .usa-list--unstyled {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
}

    .usa-accordion > li, .usa-breadcrumb__list > li, .usa-list--unstyled > li, .usa-prose .usa-list--unstyled > li {
        margin-bottom: 0;
        max-width: unset;
    }

.usa-prose {
    font-size: 1.06rem;
    line-height: 1.5;
}

    .usa-prose > h1, .usa-prose > h2, .usa-prose > h3, .usa-prose > h4, .usa-prose > h5 {
        font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2.44rem;
        line-height: 1.2;
        font-weight: 700;
    }

    .usa-prose > h2, .usa-prose > h3, .usa-prose > h4, .usa-prose > h5 {
        font-size: 1.95rem;
    }

    .usa-prose > h3, .usa-prose > h4, .usa-prose > h5 {
        font-size: 1.34rem;
    }

    .usa-prose > h4, .usa-prose > h5 {
        font-size: .98rem;
    }

    .usa-prose > h5 {
        font-size: .91rem;
    }

    .usa-accordion, .usa-prose, .usa-prose > h6 {
        font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    }

        .usa-prose > h6 {
            font-size: .87rem;
            line-height: 1.1;
            font-weight: 400;
            letter-spacing: .025em;
            text-transform: uppercase;
        }

.usa-accordion {
    list-style-type: none;
    color: #1b1b1b;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 1.06rem;
    line-height: 1.5;
}

    .usa-accordion > ul li ul {
        list-style: disc;
    }

        .usa-accordion > ul li ul > li > ul, ul li ul {
            list-style: circle;
        }

            .usa-accordion > ul li ul > li > ul > li > ul {
                list-style: square;
            }

    .usa-accordion + .usa-accordion, .usa-accordion + .usa-accordion--bordered {
        margin-top: .5rem;
    }

.usa-accordion--bordered .usa-accordion__content {
    border-bottom: .25rem solid #f0f0f0;
    border-left: .25rem solid #f0f0f0;
    border-right: .25rem solid #f0f0f0;
    padding-bottom: 1rem;
}

.usa-accordion--bordered .usa-accordion__heading {
    margin-bottom: 0;
}

.usa-accordion__heading, .usa-prose .usa-accordion__heading {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: .9;
    margin: 0;
}

    .usa-accordion__heading:not(:first-child), .usa-prose .usa-accordion__heading:not(:first-child) {
        margin-top: .5rem;
    }

.usa-accordion__content {
    background-color: #fff;
    margin-top: 0;
    overflow: auto;
    padding: 1rem 1.25rem calc(1rem - .25rem);
}

    .usa-accordion__content > :first-child {
        margin-top: 0;
    }

    .usa-accordion__content > :last-child {
        margin-bottom: 0;
    }

.usa-accordion__button {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    text-align: left;
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/minus.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    background-position: right 1.25rem center;
    background-size: 1rem;
    color: #1b1b1b;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    padding: 1rem 3.5rem 1rem 1.25rem;
    text-decoration: none;
    width: 100%
}

.usa-alert__text a:hover {
    color: #1a4480;
}

.usa-accordion__button:active, .usa-alert__text a:active {
    color: #162e51;
}

.usa-accordion__button:focus, .usa-alert__text a:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

.usa-accordion__button:visited, .usa-alert__text a:visited {
    color: #54278f;
}

.usa-accordion__button:active, .usa-accordion__button:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: none;
}

.usa-accordion__button:active {
    background-color: transparent;
    text-decoration: underline;
}

.usa-accordion__button:hover {
    background-color: #dfe1e2;
    color: #1b1b1b;
    text-decoration: none;
}

.usa-accordion__button[aria-expanded=false] {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/plus.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1rem;
}

.usa-alert {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    background-color: #f0f0f0;
    background-position: 1.75rem 1.25rem;
    background-repeat: no-repeat;
    background-size: 2rem;
    padding: 1.25rem 1.25rem 1rem 1.75rem;
    position: relative;
}

* + .usa-alert {
    margin-top: 1rem;
}

.usa-alert::before {
    background-color: #a9aeb1;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: .5rem;
}

.usa-alert .usa-alert__body > .usa-list, .usa-alert > .usa-list {
    padding-left: 0;
}

    .usa-alert .usa-alert__body > .usa-list:last-child, .usa-alert > .usa-list:last-child {
        margin-bottom: 0;
    }

.usa-alert__icon {
    display: table-cell;
    padding-right: .5rem;
}

.usa-alert__body {
    display: table-cell;
    vertical-align: top;
}

.usa-alert__heading {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: .5rem;
}

.usa-alert__text {
    margin-bottom: 0;
    margin-top: 0;
}

    .usa-alert__text:only-child {
        margin-bottom: .5rem;
        padding-top: .25rem;
    }

.usa-alert--success, .usa-alert--warning {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/alerts/success.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #ecf3ec;
}

    .usa-alert--success::before {
        background-color: #00a91c;
    }

    .usa-alert--error .usa-alert__body, .usa-alert--info .usa-alert__body, .usa-alert--success .usa-alert__body, .usa-alert--warning .usa-alert__body {
        padding-left: 3.25rem;
    }

.usa-alert--warning {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/alerts/warning.svg), linear-gradient(transparent, transparent);
    background-color: #faf3d1;
}

    .usa-alert--warning::before {
        background-color: #ffbe2e;
    }

.usa-alert--error, .usa-alert--info {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/alerts/error.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #f4e3db;
}

    .usa-alert--error::before {
        background-color: #d54309;
    }

.usa-alert--info {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/alerts/info.svg), linear-gradient(transparent, transparent);
    background-color: #e7f6f8;
}

    .usa-alert--info::before {
        background-color: #00bde3;
    }

.usa-alert--slim {
    background-position: 1.75rem center;
    background-size: 1.5rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
}

    .usa-alert--slim .usa-alert__body {
        padding-left: 2.5rem;
    }

    .usa-alert--slim .usa-alert__text:only-child {
        margin-bottom: .25rem;
        padding-top: .25rem;
    }

.usa-alert--no-icon {
    background-image: none;
}

    .usa-alert--no-icon .usa-alert__body {
        padding-left: 0;
    }

.usa-alert--validation {
    background-size: 1.5rem;
}

    .usa-alert--validation .usa-alert__body {
        padding-left: 2.5rem;
    }

    .usa-alert--validation .usa-checklist {
        margin-top: 1rem;
    }

.usa-identifier {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
    color: #fff;
    background-color: #1b1b1b;
    padding-bottom: 1rem;
}

.usa-identifier__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 64rem;
}

@media all and (min-width:64em) {
    .usa-identifier__container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-identifier__section {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

@media all and (min-width:40em) {
    .usa-identifier__section--masthead .usa-identifier__container {
        align-items: center;
        display: flex;
    }
}

.usa-identifier__logos {
    display: flex;
    margin-right: 1rem;
}

.usa-identifier__logo {
    text-decoration: none;
    height: 3rem;
    display: block;
}

    .usa-identifier__logo + .usa-identifier__logo {
        margin-left: .5rem;
    }

.usa-identifier__logo-img {
    height: 100%;
    width: auto;
}

.usa-identifier__identity {
    flex: 1 1 0%;
    margin-top: 1rem;
}

@media all and (min-width:40em) {
    .usa-identifier__identity {
        margin-top: 0;
    }
}

.usa-identifier__identity-disclaimer, .usa-identifier__identity-domain {
    margin: 0;
    padding: 0;
}

.usa-identifier__identity-domain {
    font-weight: 300;
    color: #a9aeb1;
}

.usa-identifier__identity-disclaimer {
    font-weight: 700;
}

    .usa-identifier__identity-disclaimer a, .usa-identifier__identity-disclaimer a:visited {
        color: #dfe1e2;
    }

        .usa-identifier__identity-disclaimer a:active, .usa-identifier__identity-disclaimer a:hover {
            color: #fff;
        }

@media all and (min-width:40em) {
    .usa-identifier__section--required-links {
        padding-bottom: .5rem;
        padding-top: .5rem;
    }
}

@media all and (min-width:64em) {
    .usa-identifier__section--required-links {
        font-size: 1rem;
    }
}

.usa-identifier__required-links-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

@media all and (min-width:40em) {
    .usa-identifier__required-links-list {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        -moz-column-fill: balance;
        column-fill: balance;
    }
}

@media all and (min-width:64em) {
    .usa-identifier__required-links-list {
        -moz-column-count: 4;
        column-count: 4;
    }
}

.usa-identifier__required-links-item {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: .75rem;
}

    .usa-identifier__required-links-item:last-child {
        margin-bottom: 0;
    }

@media all and (min-width:64em) {
    .usa-identifier__required-links-item {
        margin-bottom: .5rem;
    }
}

.usa-identifier__required-link {
    color: #a9aeb1;
    display: inline-block;
}

    .usa-identifier__required-link:visited {
        color: #a9aeb1;
    }

    .usa-identifier__required-link:active, .usa-identifier__required-link:hover {
        color: #c6cace;
    }

.usa-identifier__section--usagov a {
    color: #dfe1e2;
    font-weight: 700;
    display: inline-block;
    margin-top: .5rem;
}

    .usa-identifier__section--usagov a:visited {
        color: #dfe1e2;
    }

    .usa-identifier__section--usagov a:active, .usa-identifier__section--usagov a:hover {
        color: #fff;
    }

@media all and (min-width:40em) {
    .usa-identifier__section--usagov a {
        margin-top: 0;
    }

    .usa-identifier__usagov-description {
        display: inline-flex;
    }
}

.usa-banner {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    background-color: #f0f0f0;
}

@media all and (min-width:40em) {
    .usa-banner {
        font-size: .87rem;
        padding-bottom: 0;
    }
}

.usa-banner .usa-accordion {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
}

.usa-banner__content, .usa-banner__header {
    color: #1b1b1b;
}

.usa-banner__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    background-color: transparent;
    font-size: 1rem;
    overflow: hidden;
    padding: .25rem 1rem 1rem .5rem;
    width: 100%
}

@media all and (min-width:64em) {
    .usa-banner__content {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .usa-banner__content {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }
}

.usa-banner__content p:first-child {
    margin: 0;
}

.usa-banner__guidance {
    display: flex;
    align-items: flex-start;
    max-width: 64ex;
    padding-top: 1rem;
}

@media all and (min-width:40em) {
    .usa-banner__guidance {
        padding-top: 0;
    }
}

.usa-banner__lock-image {
    height: 1.5ex;
    width: 1.21875ex;
}

    .usa-banner__lock-image path {
        fill: currentColor;
    }

.usa-banner__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-right: 0;
}

@media all and (min-width:64em) {
    .usa-banner__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .usa-banner__inner {
        align-items: center;
    }
}

.usa-banner__header {
    padding-bottom: .5rem;
    padding-top: .5rem;
    font-size: .8rem;
    font-weight: 400;
    min-height: 3rem;
    position: relative;
}

@media all and (min-width:40em) {
    .usa-banner__header {
        padding-bottom: .25rem;
        padding-top: .25rem;
        min-height: 0;
    }
}

.usa-banner__header-text {
    margin-bottom: 0;
    margin-top: 0;
    font-size: .8rem;
    line-height: 1.1;
}

.usa-banner__header-action {
    color: #005ea2;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 2px;
    text-decoration: underline;
}

    .usa-banner__header-action::after {
        background: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
        display: inline-block;
        height: .8ex;
        width: 1.3128205128ex;
        content: "";
        vertical-align: middle;
        margin-left: 2px;
    }

@supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
    .usa-banner__header-action: :after {
        background: 0 0;
        background-color: #005ea2;
        -webkit-mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
        mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
    }

    .usa-banner__header-action::after:hover {
        background-color: #0b4778;
    }
}

.usa-banner__header-action:hover::after {
    content: "";
    background-color: #0b4778;
}

.usa-banner__header-action:visited {
    color: #54278f;
}

.usa-banner__header-action:active, .usa-banner__header-action:hover {
    color: #0b4778;
}

@media all and (min-width:40em) {
    .usa-banner__header-action {
        display: none;
    }
}

.usa-banner__header-flag {
    float: left;
    margin-right: .5rem;
    width: 1rem;
}

@media all and (min-width:40em) {
    .usa-banner__header-flag {
        margin-right: .5rem;
        padding-top: 0;
    }
}

.usa-banner__header--expanded {
    padding-right: 3.5rem;
}

@media all and (min-width:40em) {
    .usa-banner__header--expanded {
        background-color: transparent;
        display: block;
        font-size: .8rem;
        font-weight: 400;
        min-height: 0;
        padding-right: 0;
    }
}

.usa-banner__header--expanded .usa-banner__inner {
    margin-left: 0;
}

@media all and (min-width:40em) {
    .usa-banner__header--expanded .usa-banner__inner {
        margin-left: auto;
    }
}

.usa-banner__header--expanded .usa-banner__header-action {
    display: none;
}

.usa-banner__button {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    text-align: left;
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    vertical-align: baseline;
    color: #005ea2;
    display: block;
    font-size: .8rem;
    height: auto;
    line-height: 1.1;
    padding: 0;
    text-decoration: none;
    width: auto;
}

.usa-footer__return-to-top a:hover {
    color: #1a4480;
}

.usa-footer__return-to-top a:active {
    color: #162e51;
}

.usa-banner__button:focus, .usa-footer__return-to-top a:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

.usa-banner__button:active, .usa-banner__button:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline;
}

.usa-banner__button:visited {
    color: #54278f;
}

.usa-banner__button:active, .usa-banner__button:hover {
    color: #0b4778;
}

@media all and (max-width:39.99em) {
    .usa-banner__button {
        width: 100%
    }
}

@media all and (min-width:40em) {
    .usa-banner__button {
        color: #005ea2;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        display: inline;
        margin-left: .5rem;
        position: relative;
    }

        .usa-banner__button::after {
            background: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
            display: inline-block;
            height: .8ex;
            width: 1.3128205128ex;
            content: "";
            vertical-align: middle;
            margin-left: 2px;
        }

    @supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
        .usa-banner__button: :after {
            background: 0 0;
            background-color: #005ea2;
            -webkit-mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
            mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
        }

        .usa-banner__button::after:hover {
            background-color: #0b4778;
        }
    }

    .usa-banner__button:hover::after {
        content: "";
        background-color: #0b4778;
    }

    .usa-banner__button:visited {
        color: #54278f;
    }

    .usa-banner__button:active, .usa-banner__button:hover {
        color: #0b4778;
    }

    .usa-banner__button:hover {
        text-decoration: none;
    }
}

.usa-banner__button[aria-expanded=false], .usa-banner__button[aria-expanded=true] {
    background-image: none;
}

@media all and (max-width:39.99em) {
    .usa-banner__button[aria-expanded=true]: :after {
        background: url(/themes/contrib/ddp_dol_theme/build/img/close-alt.svg) no-repeat center/1rem 1rem;
        display: inline-block;
        height: 3rem;
        width: 3rem;
        content: "";
        vertical-align: middle;
        margin-left: 0;
    }

    @supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
        .usa-banner__button[aria-expanded=true]: :after {
            background: 0 0;
            background-color: #005ea2;
            -webkit-mask: url(/themes/contrib/ddp_dol_theme/build/img/close-alt.svg) no-repeat center/1rem 1rem;
            mask: url(/themes/contrib/ddp_dol_theme/build/img/close-alt.svg) no-repeat center/1rem 1rem;
        }
    }

    .usa-banner__button[aria-expanded=true]::before {
        bottom: 0;
        top: 0;
        position: absolute;
        right: 0;
        background-color: #dfe1e2;
        content: "";
        display: block;
        height: 3rem;
        width: 3rem;
    }

    .usa-banner__button[aria-expanded=true]::after {
        bottom: 0;
        top: 0;
        position: absolute;
        right: 0;
    }
}

@media all and (min-width:40em) {
    .usa-banner__button[aria-expanded=true] {
        height: auto;
        padding: 0;
        position: relative;
    }

        .usa-banner__button[aria-expanded=true]::after {
            background: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
            display: inline-block;
            height: .8ex;
            width: 1.3128205128ex;
            transform: rotate(180deg);
            content: "";
            vertical-align: middle;
            margin-left: 2px;
        }

    @supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
        .usa-banner__button[aria-expanded=true]: :after {
            background: 0 0;
            background-color: #005ea2;
            -webkit-mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
            mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
        }

        .usa-banner__button[aria-expanded=true]::after:hover {
            background-color: #0b4778;
        }
    }

    .usa-banner__button[aria-expanded=true]:hover::after {
        content: "";
        background-color: #0b4778;
    }
}

.usa-banner__button-text {
    position: absolute;
    left: -999em;
    text-decoration: underline;
}

@media all and (min-width:40em) {
    .usa-banner__button-text {
        position: static;
        display: inline;
    }
}

.usa-banner__icon {
    width: 2.5rem;
}

.usa-breadcrumb {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
    color: #1b1b1b;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}

@media all and (min-width:30em) {
    .usa-breadcrumb {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

        .usa-breadcrumb.usa-breadcrumb--wrap {
            line-height: 1.4;
        }

        .usa-breadcrumb:not(.usa-breadcrumb--wrap) .usa-breadcrumb__list {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
}

.usa-breadcrumb__list {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    display: block;
    margin: -.25rem;
    padding: .25rem;
}

.usa-breadcrumb__list-item {
    position: absolute;
    left: -999em;
    display: inline;
    white-space: nowrap;
}

@media all and (max-width:29.99em) {
    .usa-breadcrumb__list-item {
        white-space: normal;
    }

        .usa-breadcrumb__list-item:nth-last-child(2) {
            position: static;
        }

            .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link {
                -moz-osx-font-smoothing: auto;
                -webkit-font-smoothing: subpixel-antialiased;
                background-color: transparent;
                border: 0;
                border-radius: 0;
                box-shadow: none;
                font-weight: 400;
                margin: 0;
                padding: 0;
                text-align: left;
                padding-left: calc(1.35ex + calc(.75rem + -.25em));
                text-indent: calc((1.35ex + calc(.75rem + -.25em))*-1);
                color: #005ea2;
                display: inline-block;
                padding-bottom: 1rem;
                padding-top: 1rem;
            }

                .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:focus {
                    outline: .25rem solid #2491ff;
                    outline-offset: 0;
                }

                .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover {
                    -moz-osx-font-smoothing: auto;
                    -webkit-font-smoothing: subpixel-antialiased;
                    background-color: transparent;
                    box-shadow: none;
                }

                .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before {
                    background: url(/themes/contrib/ddp_dol_theme/build/img/arrow-left.svg) no-repeat center/1.35ex 1.35ex;
                    display: inline-block;
                    height: 1.35ex;
                    width: 1.35ex;
                    content: "";
                    vertical-align: baseline;
                    margin-right: 0;
                }

    @supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
        .usa-breadcrumb__list-item: nth-last-child(2) .usa-breadcrumb__link::before {
            background: 0 0;
            background-color: #71767a;
            -webkit-mask: url(/themes/contrib/ddp_dol_theme/build/img/arrow-left.svg) no-repeat center/1.35ex 1.35ex;
            mask: url(/themes/contrib/ddp_dol_theme/build/img/arrow-left.svg) no-repeat center/1.35ex 1.35ex;
        }
    }

    .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:visited {
        color: #54278f;
    }

    .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover {
        color: #0b4778;
    }

    .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover {
        text-decoration: none;
    }

        .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link span {
            text-decoration: underline;
        }

        .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before {
            margin-right: calc(.75rem + -.25em);
        }
}

@media all and (min-width:30em) {
    .usa-breadcrumb__list-item {
        position: static;
    }

        .usa-breadcrumb__list-item:not(:last-child)::after {
            background: url(../imgs/angle-arrow-right.svg) no-repeat center/.84375ex 1.35ex;
            display: inline-block;
            height: 1.35ex;
            width: .84375ex;
            content: "";
            vertical-align: baseline;
            margin-left: 0;
        }

    @supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
        .usa-breadcrumb__list-item: not(:last-child)::after {
            background: 0 0;
            background-color: #71767a;
            -webkit-mask: url(../imgs/angle-arrow-right.svg) no-repeat center/.84375ex 1.35ex;
            mask: url(../imgs/angle-arrow-right.svg) no-repeat center/.84375ex 1.35ex;
        }
    }

    .usa-breadcrumb__list-item:not(:last-child)::after {
        margin-left: calc(.75rem + -.25em);
        margin-right: calc(.75rem + -.25em);
    }
}

.usa-breadcrumb__link {
    color: #005ea2;
    display: inline;
    text-decoration: none;
}

    .usa-breadcrumb__link:visited, .usa-footer__return-to-top a:visited {
        color: #54278f;
    }

    .usa-breadcrumb__link:active, .usa-breadcrumb__link:hover {
        color: #0b4778;
    }

    .usa-breadcrumb__link span, .usa-footer__primary-link a:hover, .usa-footer__secondary-link a:hover {
        text-decoration: underline;
    }

.usa-button-group {
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: -.25rem;
    margin-right: -.25rem;
    padding-left: 0;
}

@media all and (min-width:30em) {
    .usa-button-group {
        flex-direction: row;
    }
}

.usa-button-group__item {
    margin: .25rem;
}

@media all and (min-width:30em) {
    .usa-button-group__item: last-child {
        margin-right: 0;
    }
}

.usa-button-group__item .usa-button {
    margin-left: 0;
    margin-right: 0;
}

.usa-button-group--segmented {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
}

@media all and (min-width:30em) {
    .usa-button-group--segmented {
        justify-content: flex-start;
    }
}

.usa-button-group--segmented .usa-button {
    position: relative;
    width: calc(100% + 2px);
}

@media all and (min-width:30em) {
    .usa-button-group--segmented .usa-button {
        width: auto;
    }
}

.usa-button-group--segmented .usa-button:active, .usa-button-group--segmented .usa-button:hover {
    z-index: 2;
}

.usa-button-group--segmented .usa-button:focus {
    z-index: 3;
}

.usa-button-group--segmented .usa-button-group__item {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

@media all and (min-width:30em) {
    .usa-button-group--segmented .usa-button-group__item {
        width: auto;
    }
}

.usa-button-group--segmented .usa-button-group__item:first-child > .usa-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -1px;
}

.usa-button-group--segmented .usa-button-group__item:last-child > .usa-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 0;
    margin-left: -2px;
    width: calc(100% + 2px);
}

@media all and (min-width:30em) {
    .usa-button-group--segmented .usa-button-group__item: last-child > .usa-button {
        margin-left: -1px;
        width: auto;
    }
}

.usa-button-group--segmented .usa-button-group__item:not(:first-child):not(:last-child) > .usa-button {
    border-radius: 0;
    margin-right: -1px;
    margin-left: -1px;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button::before {
    border-right: 1px solid #1a4480;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 1px;
    top: 0;
    width: 1px;
    z-index: 3;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--secondary::before {
    border-right-color: #b50909;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--accent-cool::before {
    border-right-color: #28a0cb;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--base::before {
    border-right-color: #565c65;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--accent-cool:disabled::before, .usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--base:disabled::before, .usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--secondary:disabled::before {
    border-right-color: #71767a;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--outline::before, .usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button:active::before {
    display: none;
}

.usa-card-group, .usa-footer__nav > ul, .usa-prose .usa-card-group {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
}

.usa-card-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -.5rem;
    margin-right: -.5rem;
}

@media all and (min-width:40em) {
    .usa-card-group {
        flex-direction: row;
    }
}

.usa-card {
    margin-bottom: 2.5rem;
    max-width: none;
}

    .usa-card:last-child, .usa-prose .usa-card:last-child {
        margin-bottom: 2.5rem;
    }

@media all and (min-width:40em) {
    .usa-card {
        margin-bottom: 2rem;
    }

        .usa-card:last-child {
            margin-bottom: 2rem;
        }
}

.usa-prose .usa-card {
    margin-bottom: 2.5rem;
    max-width: none;
}

@media all and (min-width:40em) {
    .usa-prose .usa-card {
        margin-bottom: 2rem;
    }

        .usa-prose .usa-card:last-child {
            margin-bottom: 2rem;
        }
}

.usa-card__container {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    background-color: #fff;
    border-width: 2px;
    border-color: #dfe1e2;
    border-style: solid;
    display: flex;
    height: 100%;
    flex-direction: column;
    margin-left: .5rem;
    margin-right: .5rem;
    position: relative;
    border-radius: .5rem;
}

.usa-card:not(.usa-card--flag) .usa-card__container > :only-child {
    padding: 1.5rem;
}

.usa-card .usa-card__img {
    display: block;
}

.usa-card__header {
    padding: 1.5rem 1.5rem .5rem;
}

    .usa-card__header:last-child {
        padding-bottom: 1.5rem;
    }

.usa-card__heading {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34rem;
    line-height: 1.2;
    margin: 0;
}

.usa-card__media {
    order: -1;
    min-height: 1px;
}

.usa-card__img {
    border-top-left-radius: calc(.5rem - 2px);
    border-top-right-radius: calc(.5rem - 2px);
    background-color: #f0f0f0;
    position: relative;
    overflow: hidden;
}

    .usa-card__img img {
        display: block;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.usa-card__media--inset {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

    .usa-card__media--inset .usa-card__img {
        border-radius: 0;
    }

.usa-card__body {
    flex: 1 1 0%;
    padding: .5rem 1.5rem;
    flex-basis: auto;
}

    .usa-card__body:last-child {
        padding-bottom: 1.5rem;
    }

    .usa-card__body:first-child {
        padding-top: 1.5rem;
    }

    .usa-card__body:only-child {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }

.usa-card__footer {
    padding: .5rem 1.5rem 1.5rem;
}

    .usa-card__footer .usa-button:only-of-type {
        margin-right: 0;
    }

.usa-card__body > :last-child, .usa-card__header > :last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.usa-card__body > :first-child, .usa-card__header > :first-child {
    margin-top: 0;
    padding-top: 0;
}

.usa-card__body > :only-child, .usa-card__header > :only-child {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.usa-card__footer--exdent, .usa-card__header--exdent, .usa-card__media--exdent {
    margin-left: -2px;
    margin-right: -2px;
}

    .usa-card__footer--exdent > *, .usa-card__header--exdent > * {
        padding-left: 2px;
        padding-right: 2px;
    }

.usa-card__media--exdent {
    margin-top: -2px;
}

    .usa-card__media--exdent .usa-card__img {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
    }

.usa-card--header-first .usa-card__header {
    border-top-left-radius: calc(.5rem - 2px);
    border-top-right-radius: calc(.5rem - 2px);
    padding-bottom: 1rem;
}

.usa-card--header-first .usa-card__header--exdent {
    margin-top: -2px;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.usa-card--header-first .usa-card__media--inset {
    padding-top: 0;
}

.usa-card--header-first .usa-card__media {
    order: 0;
}

.usa-card--header-first .usa-card__img {
    border-radius: 0;
}

.usa-card--header-first .usa-card__body {
    padding-top: 1rem;
}

@media all and (min-width:40em) {
    .usa-card--flag .usa-card__media {
        display: flex;
        overflow: hidden;
        bottom: 0;
        top: 0;
        left: 0;
        position: absolute;
        width: 15rem;
    }

    .usa-card--flag .usa-card__img {
        border-radius: 0;
        border-top-left-radius: calc(.5rem - 2px);
        border-bottom-left-radius: calc(.5rem - 2px);
    }

    .usa-card--flag .usa-card__body, .usa-card--flag .usa-card__footer, .usa-card--flag .usa-card__header {
        margin-left: 15rem;
    }

    .usa-card--flag .usa-card__media--exdent {
        margin: -2px 0 -2px -2px;
    }

        .usa-card--flag .usa-card__media--exdent .usa-card__img {
            border-bottom-left-radius: .5rem;
            border-top-left-radius: .5rem;
        }

    .usa-card--flag .usa-card__media--inset {
        padding-right: 0;
        padding-bottom: 1.5rem;
    }

        .usa-card--flag .usa-card__media--inset .usa-card__img, .usa-card--flag.usa-card--media-right .usa-card__media--inset .usa-card__img {
            border-radius: 0;
        }

    .usa-card--flag.usa-card--header-first .usa-card__header {
        padding-bottom: .5rem;
    }

    .usa-card--flag.usa-card--header-first .usa-card__body {
        padding-top: .5rem;
    }

    .usa-card--flag.usa-card--header-first .usa-card__media--inset {
        padding-top: 1.5rem;
    }

    .usa-card--flag.usa-card--media-right .usa-card__media {
        left: auto;
        right: 0;
    }

    .usa-card--flag.usa-card--media-right .usa-card__media--inset {
        padding-left: 0;
        padding-right: 1.5rem;
    }

    .usa-card--flag.usa-card--media-right .usa-card__img {
        border-radius: 0;
        border-top-right-radius: calc(.5rem - 2px);
        border-bottom-right-radius: calc(.5rem - 2px);
    }

    .usa-card--flag.usa-card--media-right .usa-card__body, .usa-card--flag.usa-card--media-right .usa-card__footer, .usa-card--flag.usa-card--media-right .usa-card__header {
        margin-left: 0;
        margin-right: 15rem;
    }

    .usa-card--flag.usa-card--media-right .usa-card__media--exdent {
        margin-right: -2px;
        margin-left: 0;
    }

        .usa-card--flag.usa-card--media-right .usa-card__media--exdent .usa-card__img {
            border-radius: 0;
            border-bottom-right-radius: .5rem;
            border-top-right-radius: .5rem;
        }
}

.usa-card:not(.usa-card--flag).usa-card__media--set-aspect {
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    padding: 0 0 56.25%;
    position: relative;
}

    .usa-card:not(.usa-card--flag).usa-card__media--set-aspect .usa-card__img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }

.usa-checklist {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
}

.usa-checklist__item {
    text-indent: -2.5rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: .5rem;
}

    .usa-checklist__item::before {
        content: " ";
        display: inline-block;
        height: 1rem;
        margin-left: -.25rem;
        margin-right: .75rem;
        width: 2rem;
    }

    .usa-checklist__item.usa-checklist__item--checked::before {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/correct9.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.25rem;
    }

.usa-footer {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    overflow: hidden;
}

    .usa-footer > .grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

@media all and (min-width:64em) {
    .usa-footer > .grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-footer__return-to-top {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    line-height: .9;
}

    .usa-footer__return-to-top a {
        color: #005ea2;
        text-decoration: underline;
    }

.usa-footer__nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #a9aeb1;
}

@media all and (min-width:64em) {
    .usa-footer__nav {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .usa-footer__nav {
        padding-left: 1rem;
        padding-right: 1rem;
        border-bottom: none;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .usa-footer__nav {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-footer__primary-section {
    background-color: #f0f0f0;
}

    .usa-footer__primary-container, .usa-footer__primary-section > .grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

@media all and (min-width:64em) {
    .usa-footer__primary-section > .grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .usa-footer__primary-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-footer__primary-content {
    line-height: 1.1;
}

.usa-footer__primary-link a {
    text-decoration: none;
}

.usa-footer__primary-link {
    padding: 1rem;
    color: #1b1b1b;
    text-decoration: none;
    font-weight: 700;
    display: block;
}

@media all and (min-width:30em) {
    .usa-footer__primary-link {
        padding-left: 0;
        padding-right: 0;
    }
}

.usa-footer__primary-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.usa-footer__secondary-link {
    line-height: 1.1;
    margin-left: 1rem;
    padding: 0;
}

    .usa-footer__secondary-link a {
        color: #005ea2;
        text-decoration: underline;
    }

        .usa-footer__secondary-link a:hover {
            color: #1a4480;
        }

        .usa-footer__secondary-link a:active {
            color: #162e51;
        }

        .usa-footer__secondary-link a:focus {
            outline: .25rem solid #2491ff;
            outline-offset: 0;
        }

        .usa-footer__secondary-link a:visited {
            color: #54278f;
        }

    .usa-footer__secondary-link + .usa-footer__secondary-link {
        padding-top: 1rem;
    }

@media all and (min-width:30em) {
    .usa-footer__secondary-link {
        margin-left: 0;
    }
}

.usa-footer__contact-info {
    line-height: 1.1;
}

    .usa-footer__contact-info a {
        color: #1b1b1b;
        text-decoration: none;
    }

        .usa-footer__contact-info a:hover {
            text-decoration: underline;
        }

@media all and (min-width:30em) {
    .usa-footer__contact-info {
        justify-content: flex-end;
        margin-top: .5rem;
    }
}

.usa-footer__primary-content {
    border-top: 1px solid #a9aeb1;
}

@media all and (min-width:30em) {
    .usa-footer__primary-content {
        border: 0;
    }
}

.usa-sign-up {
    padding-bottom: 2rem;
    padding-top: 1.5rem;
}

    .usa-sign-up .usa-button, .usa-sign-up .usa-label, .usa-sign-up .usa-label-big {
        margin-top: .75rem;
    }

.usa-sign-up__heading {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}

.usa-footer__secondary-section {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    background-color: #dfe1e2;
}

    .usa-footer__secondary-section > .grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

@media all and (min-width:64em) {
    .usa-footer__secondary-section > .grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-footer__secondary-section a {
    color: #1b1b1b;
}

.usa-footer__logo {
    margin-bottom: .5rem;
    margin-top: .5rem;
}

@media all and (min-width:30em) {
    .usa-footer__logo {
        margin-bottom: 0;
        margin-top: 0;
        align-items: center;
    }
}

.usa-footer__logo-img {
    max-width: 5rem;
}

.usa-footer__logo-heading {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
    line-height: .9;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.usa-footer__contact-links {
    margin-top: 1.5rem;
}

@media all and (min-width:30em) {
    .usa-footer__contact-links {
        margin-top: 0;
        text-align: right;
    }
}

.usa-footer__contact-heading {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
    line-height: 1.1;
    margin-top: 0;
}

@media all and (min-width:30em) {
    .usa-footer__contact-heading {
        margin-bottom: .25rem;
        margin-top: .25rem;
    }
}

.usa-footer__social-links {
    line-height: .9;
    padding-bottom: .5rem;
}

    .usa-footer__social-links a {
        text-decoration: none;
    }

@media all and (min-width:30em) {
    .usa-footer__social-links {
        justify-content: flex-end;
    }
}

.usa-social-link {
    height: 3rem;
    width: 3rem;
    background-position: center center;
    background-size: auto 1.5rem;
    background-color: rgba(0, 0, 0, .1);
    display: inline-block;
}

    .usa-social-link span {
        position: absolute;
        left: -999em;
    }

.usa-social-link--facebook, .usa-social-link--twitter {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/social-icons/facebook25.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-social-link--twitter {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/social-icons/twitter16.svg), linear-gradient(transparent, transparent);
}

.usa-social-link--rss, .usa-social-link--youtube {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/social-icons/youtube15.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-social-link--rss {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/social-icons/rss25.svg), linear-gradient(transparent, transparent);
}

@media all and (min-width:30em) {
    .usa-footer__address {
        justify-content: flex-end;
    }
}

@media all and (min-width:64em) {
    .usa-footer--slim .usa-footer__nav {
        padding-left: 0;
        padding-right: 0;
    }
}

.usa-footer--slim .usa-footer__address {
    padding: 1rem;
}

@media all and (min-width:30em) {
    .usa-footer--slim .usa-footer__address {
        padding: 0;
    }
}

.usa-footer--slim .usa-footer__logo {
    align-items: center;
}

.usa-footer--slim .usa-footer__logo-img {
    max-width: 3rem;
}

.usa-footer--slim .usa-footer__contact-info {
    display: inline-block;
}

@media all and (min-width:30em) {
    .usa-footer--slim .usa-footer__contact-info {
        padding-bottom: 1rem;
        padding-top: 1rem;
        margin-top: 0;
    }
}

.usa-footer--big .usa-footer__nav {
    margin-left: -1rem;
    margin-right: -1rem;
}

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__nav {
        border-bottom: 1px solid #a9aeb1;
        padding-top: 2rem;
    }
}

@media all and (min-width:40em) {
    .usa-footer--big .usa-footer__nav {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        border-bottom: none;
    }
}

.usa-footer--big .usa-footer__primary-link {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__primary-link {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: .5rem;
    }

        .usa-footer--big .usa-footer__primary-link:hover {
            cursor: auto;
            text-decoration: none;
        }
}

.usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
}

    .usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link::before {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/arrow-down.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        align-items: center;
        background-size: contain;
        content: "";
        display: inline-flex;
        height: .75rem;
        justify-content: center;
        margin-right: .5rem;
        width: .75rem;
    }

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link: :before {
        content: none;
    }
}

.usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-list--unstyled {
    display: none;
}

.usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link::before {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/arrow-right.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link {
        margin: 0;
    }
}

.usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.25rem;
}

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 2rem;
        padding-top: .75rem;
    }
}

.usa-form {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
}

@media all and (min-width:30em) {
    .usa-form {
        max-width: 20rem;
    }
}

.usa-form .usa-input, .usa-form .usa-range, .usa-form .usa-select, .usa-form .usa-textarea {
    max-width: none;
}

.usa-form .usa-input--small {
    max-width: 4rem;
}

.usa-form .usa-input--medium {
    max-width: 7.5rem;
}

.usa-form .usa-button {
    margin-top: .5rem;
}

@media all and (min-width:30em) {
    .usa-form .usa-button {
        margin-top: 1.5rem;
    }
}

.usa-form a {
    color: #005ea2;
    text-decoration: underline;
}

    .usa-form a:hover {
        color: #1a4480;
    }

    .usa-form a:active {
        color: #162e51;
    }

    .usa-form a:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-form a:visited {
        color: #54278f;
    }

@media all and (min-width:30em) {
    .usa-form--large {
        max-width: 30rem;
    }
}

.usa-form__note, .usa-graphic-list {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.usa-form__note {
    font-size: .93rem;
    line-height: 1.3;
    float: right;
    margin: .25rem 0 1rem;
}

.usa-graphic-list {
    font-size: 1.06rem;
    line-height: 1.5;
}

    .usa-graphic-list .usa-graphic-list__row .usa-media-block {
        margin-bottom: 2rem;
    }

@media all and (min-width:40em) {
    .usa-graphic-list .usa-graphic-list__row .usa-media-block {
        margin-bottom: 4rem;
    }

    .usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block {
        margin-bottom: 0;
    }
}

.usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block:last-child {
    margin-bottom: 0;
}

.usa-graphic-list .usa-media-block__img {
    margin-right: 1.5rem;
}

.usa-graphic-list .usa-media-block__body > :first-child {
    margin-top: 0;
}

.usa-graphic-list__heading {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34rem;
    line-height: 1.2;
    font-weight: 700;
}

* + .usa-graphic-list__heading {
    margin-top: 1.5em;
}

.usa-graphic-list__heading + * {
    margin-top: 1em;
}

.usa-header {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    z-index: 300;
}

    .usa-header::after {
        clear: both;
        content: "";
        display: block;
    }

    .usa-header a {
        border-bottom: none;
    }

@media all and (min-width:64em) {
    .usa-header .usa-search {
        float: right;
    }

    .usa-header [role=search] {
        float: right;
        max-width: calc(27ch + 3rem);
        width: 100%
    }
}

.usa-header [type=search] {
    min-width: 0;
}

@media all and (min-width:64em) {
    .usa-header + .usa-hero {
        border-top: 1px solid #fff;
    }

    .usa-header + .usa-section, .usa-header + main {
        border-top: 1px solid #dfe1e2;
    }
}

@media all and (max-width:63.99em) {
    .usa-logo {
        flex: 1 1 0%;
        font-size: .93rem;
        line-height: .9;
        margin-left: 1rem;
    }
}

@media all and (min-width:64em) {
    .usa-logo {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 1.46rem;
        line-height: 1.1;
    }
}

.usa-logo a {
    color: #1b1b1b;
    text-decoration: none;
}

.usa-logo__text {
    display: block;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

.usa-menu-btn {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    flex: 0 1 auto;
    padding-left: .75rem;
    padding-right: .75rem;
    background-color: #005ea2;
    color: #fff;
    font-size: .87rem;
    height: 3rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.usa-nav__primary button:active {
    color: #162e51;
}

.usa-menu-btn:focus, .usa-nav__primary button:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

.usa-nav__primary button:visited {
    color: #54278f;
}

.usa-menu-btn:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: none;
}

.usa-menu-btn:active, .usa-nav__primary button, .usa-nav__primary button:active, .usa-nav__primary button:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline;
}

    .usa-nav__primary button, .usa-nav__primary button:hover {
        color: #005ea2;
        background-color: #f0f0f0;
        text-decoration: none;
    }

@media all and (min-width:64em) {
    .usa-menu-btn {
        display: none;
    }
}

.usa-menu-btn:hover {
    background-color: #1a4480;
    color: #fff;
    text-decoration: none;
}

.usa-menu-btn:active, .usa-menu-btn:visited, .usa-section--dark p {
    color: #fff;
}

.usa-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    background: #000;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    visibility: hidden;
    z-index: 400;
}

    .usa-overlay.is-visible {
        opacity: .2;
        visibility: visible;
    }

@media all and (min-width:64em) {
    .usa-header--basic .usa-navbar {
        position: relative;
        width: 33%
    }

    .usa-header--basic .usa-nav {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        display: flex;
        padding: 0 0 .25rem .5rem;
        width: 100%
    }

    .usa-header--basic .usa-nav-container {
        align-items: flex-end;
        justify-content: space-between;
        display: flex;
    }

    .usa-header--basic .usa-nav__link:hover, .usa-header--basic .usa-nav__primary-item > .usa-current {
        position: relative;
    }

        .usa-header--basic .usa-nav__link:hover::after, .usa-header--basic .usa-nav__primary-item > .usa-current::after {
            background-color: #005ea2;
            border-radius: 0;
            content: "";
            display: block;
            position: absolute;
            height: .25rem;
            left: 1rem;
            right: 1rem;
            bottom: -.25rem;
        }

    .usa-header--basic .usa-nav__link[aria-expanded=true]::after, .usa-header--basic .usa-nav__link[aria-expanded=true]:hover::after {
        display: none;
    }

    .usa-header--basic .usa-nav__primary {
        width: auto;
    }

    .usa-header--basic .usa-nav__primary-item:last-of-type {
        position: relative;
    }

        .usa-header--basic .usa-nav__primary-item:last-of-type .usa-nav__submenu {
            position: absolute;
            right: 0;
        }

    .usa-header--basic .usa-search {
        top: 0;
    }
}

.usa-header--basic.usa-header--megamenu .usa-nav__inner {
    display: flex;
    flex-direction: column;
}

@media all and (min-width:64em) {
    .usa-header--basic.usa-header--megamenu .usa-nav__inner {
        display: block;
        float: right;
        margin-top: -2.5rem;
    }

    .usa-header--basic.usa-header--megamenu .usa-nav__primary-item:last-of-type {
        position: static;
    }

    .usa-header--extended {
        padding-top: 0;
    }

        .usa-header--extended .usa-nav__primary-item > .usa-current, .usa-header--extended .usa-nav__primary-item > .usa-nav__link:hover {
            position: relative;
        }

            .usa-header--extended .usa-nav__primary-item > .usa-current::after, .usa-header--extended .usa-nav__primary-item > .usa-nav__link:hover::after {
                background-color: #005ea2;
                border-radius: 0;
                content: "";
                display: block;
                position: absolute;
                height: .25rem;
                left: 1rem;
                right: 1rem;
                bottom: 0;
            }

        .usa-header--extended .usa-nav__link[aria-expanded=true]::after, .usa-header--extended .usa-nav__link[aria-expanded=true]:hover::after {
            display: none;
        }

        .usa-header--extended .usa-logo {
            font-size: 2.13rem;
            margin: 2rem 0 1.5rem;
            max-width: 50%
        }

        .usa-header--extended .usa-navbar {
            margin-left: auto;
            margin-right: auto;
            max-width: 64rem;
            padding-left: 1rem;
            padding-right: 1rem;
            display: block;
            height: auto;
            overflow: auto;
        }
}

@media all and (min-width:64em) and (min-width:64em) {
    .usa-header--extended .usa-navbar {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .usa-header--extended .usa-nav {
        border-top: 1px solid #dfe1e2;
        padding: 0;
        width: 100%
    }

    .usa-header--extended .usa-nav__inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .usa-header--extended .usa-nav__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .usa-header--extended .usa-nav__primary {
        margin-left: -1rem;
    }

        .usa-header--extended .usa-nav__primary::after {
            clear: both;
            content: "";
            display: block;
        }

    .usa-header--extended .usa-nav__link {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .usa-header--extended .usa-nav__submenu .usa-grid-full {
        padding-left: .75rem;
    }

    .usa-header--extended .usa-nav__submenu.usa-megamenu {
        left: 0;
        padding-left: 2rem;
    }
}

.usa-hero {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    padding-bottom: 2rem;
    padding-top: 2rem;
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/hero.png);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.usa-hero__callout {
    background-color: #162e51;
    padding: 2rem;
}

@media all and (min-width:40em) {
    .usa-hero__callout {
        max-width: 20rem;
    }
}

.usa-hero__heading {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.95rem;
    font-weight: 700;
    color: #00bde3;
    line-height: 1.2;
}

* + .usa-hero__heading {
    margin-top: 1.5em;
}

.usa-hero__heading + * {
    margin-top: 1em;
}

.usa-hero__heading--alt {
    color: #fff;
    display: block;
}

.usa-layout-docs__sidenav {
    order: 2;
    padding-top: 2rem;
}

@media all and (min-width:64em) {
    .usa-layout-docs__sidenav {
        padding-top: 0;
    }

    .usa-layout-docs__main {
        order: 2;
    }
}

.usa-media-block {
    align-items: flex-start;
    display: flex;
}

.usa-media-block__img {
    flex-shrink: 0;
    margin-right: .5rem;
}

.usa-media-block__body {
    flex: 1 1 0%
}

.usa-megamenu .usa-col {
    flex: 1 1 auto;
}

@media all and (min-width:64em) {
    .usa-megamenu .usa-col {
        flex: 4 1 0%
    }

    .usa-megamenu.usa-nav__submenu {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 2rem;
        padding-top: 2rem;
        left: -33%;
        right: 0;
        width: auto;
    }

        .usa-megamenu.usa-nav__submenu::after, .usa-megamenu.usa-nav__submenu::before {
            bottom: 0;
            top: 0;
            background-color: #162e51;
            content: "";
            display: block;
            position: absolute;
            width: 100%
        }

        .usa-megamenu.usa-nav__submenu::before {
            right: 100%
        }

        .usa-megamenu.usa-nav__submenu::after {
            left: 100%
        }

    .usa-nav-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .usa-nav-container::after {
            clear: both;
            content: "";
            display: block;
        }
}

@media all and (min-width:64em) and (min-width:64em) {
    .usa-nav-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-navbar {
    height: 3rem;
}

@media all and (max-width:63.99em) {
    .usa-navbar {
        align-items: center;
        border-bottom: 1px solid #dfe1e2;
        display: flex;
    }
}

@media all and (min-width:64em) {
    .usa-navbar {
        border-bottom: none;
        display: inline-block;
        height: auto;
    }
}

.usa-nav {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: .9;
}

@media all and (max-width:63.99em) {
    .usa-nav {
        right: 0;
        bottom: 0;
        top: 0;
        position: fixed;
        background: #fff;
        border-right: 0;
        display: none;
        flex-direction: column;
        overflow-y: auto;
        padding: 1rem;
        width: 15rem;
        z-index: 500;
    }

        .usa-nav.is-visible {
            -webkit-animation: slidein-left .3s ease-in-out;
            animation: slidein-left .3s ease-in-out;
            display: flex;
        }
}

@media all and (min-width:64em) {
    .usa-nav {
        float: right;
        position: relative;
    }

        .usa-nav .usa-search {
            margin-left: 1rem;
        }
}

.usa-nav .usa-accordion {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: .9;
}

@media all and (max-width:63.99em) {
    .usa-nav__primary {
        margin-bottom: 0;
        margin-top: 0;
        list-style-type: none;
        padding-left: 0;
        margin-top: 1.5rem;
        order: 2;
    }

        .usa-nav__primary > li {
            margin-bottom: 0;
            max-width: unset;
        }

    .usa-nav__primary-item {
        border-top: 1px solid #dfe1e2;
    }

    .usa-nav__primary a {
        color: #565c65;
        display: block;
        padding: .5rem 1rem;
        text-decoration: none;
    }

        .usa-nav__primary a:hover {
            background-color: #f0f0f0;
            color: #005ea2;
            text-decoration: none;
        }

        .usa-nav__primary a:focus {
            outline-offset: 0;
        }

    .usa-nav__primary .usa-current {
        position: relative;
        color: #005ea2;
        font-weight: 700;
    }

        .usa-nav__primary .usa-current::after {
            background-color: #005ea2;
            border-radius: 99rem;
            content: "";
            display: block;
            position: absolute;
            bottom: .25rem;
            top: .25rem;
            width: .25rem;
            left: .25rem;
        }
}

@media all and (max-width:63.99em) and (min-width:40em) {
    .usa-nav__primary .usa-current {
        position: relative;
    }

        .usa-nav__primary .usa-current::after {
            background-color: #005ea2;
            border-radius: 99rem;
            content: "";
            display: block;
            position: absolute;
            bottom: .25rem;
            top: .25rem;
            width: .25rem;
            left: 0;
        }
}

@media all and (max-width:63.99em) {
    .usa-nav__primary a {
        padding-bottom: .75rem;
        padding-top: .75rem;
    }
}

@media all and (min-width:64em) {
    .usa-nav__primary {
        display: flex;
    }
}

.usa-nav__primary .usa-nav__primary-item a {
    text-decoration: none;
}

.usa-nav__primary > .usa-nav__primary-item {
    line-height: 1.1;
}

@media all and (min-width:64em) {
    .usa-nav__primary > .usa-nav__primary-item {
        font-size: .93rem;
        line-height: .9;
    }

        .usa-nav__primary > .usa-nav__primary-item > a {
            line-height: .9;
            padding: 1rem;
            color: #565c65;
            display: block;
            font-weight: 700;
        }

            .usa-nav__primary > .usa-nav__primary-item > a:hover {
                color: #005ea2;
            }

    .usa-nav__primary a {
        padding-bottom: .5rem;
        padding-top: .5rem;
    }
}

.usa-nav__primary button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #565c65;
    font-weight: 400;
    line-height: 1.1;
    padding: .75rem 1rem;
}

@media all and (min-width:64em) {
    .usa-nav__primary button {
        line-height: .9;
        padding: 1rem;
        font-size: .93rem;
        font-weight: 700;
    }
}

@media all and (min-width:64em) {
    .usa-nav__primary button: hover {
        background-color: transparent;
    }
}

.usa-nav__primary button[aria-expanded=false] {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/plus-alt.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: .75rem;
}

@media all and (min-width:64em) {
    .usa-nav__primary button[aria-expanded=false] {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/angle-arrow-down.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-size: .5rem;
        background-position: right 1rem top 53%
    }

        .usa-nav__primary button[aria-expanded=false]:hover {
            background-image: url(/themes/contrib/ddp_dol_theme/build/img/angle-arrow-down-primary.svg), linear-gradient(transparent, transparent);
            background-repeat: no-repeat;
        }
}

.usa-nav__primary button[aria-expanded=true] {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/minus-alt.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: .75rem;
}

@media all and (min-width:64em) {
    .usa-nav__primary button[aria-expanded=true] {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/angle-arrow-up-white.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        background-size: .5rem;
        background-color: #162e51;
        background-position: right 1rem top 53%;
        color: #fff;
    }

    .usa-nav__primary .usa-accordion__button span {
        margin-right: 0;
        padding-right: 1rem;
    }
}

.usa-nav__secondary {
    margin-top: 1rem;
}

@media all and (min-width:64em) {
    .usa-nav__secondary {
        bottom: 4rem;
        font-size: .93rem;
        margin-top: .5rem;
        min-width: calc(27ch + 3rem);
        position: absolute;
        right: 2rem;
    }
}

.usa-nav__secondary .usa-search {
    margin-top: 1rem;
    width: 100%
}

@media all and (min-width:64em) {
    .usa-nav__secondary .usa-search {
        margin-left: 0;
        margin-top: .5rem;
    }
}

.usa-nav__secondary-links {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    line-height: 1.3;
    margin-top: 1.5rem;
}

@media all and (min-width:64em) {
    .usa-nav__secondary-links {
        float: right;
        line-height: .9;
        margin-bottom: .25rem;
        margin-top: 0;
    }

        .usa-nav__secondary-links .usa-nav__secondary-item {
            display: inline;
            padding-left: .25rem;
        }

            .usa-nav__secondary-links .usa-nav__secondary-item + .usa-nav__secondary-item::before {
                color: #dfe1e2;
                content: "|";
                padding-right: .25rem;
            }
}

.usa-nav__secondary-links a {
    color: #71767a;
    display: inline-block;
    font-size: .93rem;
    text-decoration: none;
}

    .usa-nav__secondary-links a:hover {
        color: #005ea2;
        text-decoration: underline;
    }

@media all and (max-width:63.99em) {
    .usa-nav__submenu {
        list-style-type: none;
        padding-left: 0;
        margin: 0;
    }

        .usa-nav__submenu > li {
            margin-bottom: 0;
            max-width: unset;
        }

    .usa-nav__submenu-item {
        border-top: 1px solid #dfe1e2;
        font-size: .93rem;
    }

    .usa-nav__submenu .usa-current::after {
        display: none;
    }
}

@media all and (max-width:63.99em) and (min-width:40em) {
    .usa-nav__submenu .usa-current: :after {
        display: none;
    }
}

@media all and (max-width:63.99em) {
    .usa-nav__submenu a {
        padding-left: 2rem;
    }

    .usa-nav__submenu .usa-nav__submenu a {
        padding-left: 3rem;
    }

    .usa-nav__submenu .usa-nav__submenu .usa-nav__submenu a {
        content: "foobar";
        padding-left: 4rem;
    }
}

@media all and (min-width:64em) {
    .usa-nav__submenu {
        margin-bottom: 0;
        margin-top: 0;
        list-style-type: none;
        padding-left: 0;
        background-color: #162e51;
        width: 15rem;
        padding: 1rem;
        position: absolute;
        z-index: 400;
    }
}

.usa-nav__submenu[aria-hidden=true] {
    display: none;
}

@media all and (min-width:64em) {
    .usa-nav__submenu .usa-nav__submenu-item + * {
        margin-top: .75rem;
    }

    .usa-nav__submenu .usa-nav__submenu-item a {
        color: #fff;
        padding: 0;
        line-height: 1.3;
    }

        .usa-nav__submenu .usa-nav__submenu-item a:hover {
            background-color: transparent;
            color: #fff;
            padding: 0;
            text-decoration: underline;
        }
}

.usa-nav__submenu-list {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
}

    .usa-nav__submenu-list > li, .usa-sidenav > li, .usa-sidenav__sublist > li {
        margin-bottom: 0;
        max-width: unset;
    }

    .usa-nav__submenu-list .usa-nav__submenu-list-item {
        margin: 0;
        font-size: .93rem;
    }

        .usa-nav__submenu-list .usa-nav__submenu-list-item a {
            line-height: 1.3;
        }

.usa-nav__close {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    height: 3rem;
    width: 3rem;
    color: currentColor;
    flex: none;
    float: right;
    margin: -.75rem -1rem 1rem auto;
    text-align: center;
}

    .usa-nav__close:active {
        color: #162e51;
    }

    .usa-nav__close:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-nav__close:visited {
        color: #54278f;
    }

    .usa-nav__close:active, .usa-nav__close:hover {
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: transparent;
        box-shadow: none;
    }

    .usa-nav__close:active {
        text-decoration: underline;
    }

    .usa-nav__close:hover {
        color: currentColor;
        text-decoration: none;
    }

@media all and (min-width:64em) {
    .usa-nav__close {
        display: none;
    }
}

.usa-nav__close img {
    width: .75rem;
}

.usa-nav__close + * {
    clear: both;
}

.usa-js-mobile-nav--active {
    overflow: hidden;
}

.usa-step-indicator {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.1;
    background-color: #fff;
    margin-bottom: 2rem;
    margin-left: -1px;
    margin-right: -1px;
}

@media all and (min-width:40em) {
    .usa-step-indicator {
        margin-left: 0;
        margin-right: 0;
    }
}

.usa-step-indicator__segments {
    counter-reset: usa-step-indicator;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.usa-step-indicator__segment {
    flex: 1 1 0%;
    counter-increment: usa-step-indicator;
    margin-left: 1px;
    margin-right: 1px;
    max-width: 15rem;
    min-height: .5rem;
    position: relative;
}

    .usa-step-indicator__segment:after {
        background-color: #dfe1e2;
        content: "";
        display: block;
        height: .5rem;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

@media all and (min-width:40em) {
    .usa-step-indicator__segment: after {
        height: .5rem;
    }
}

.usa-step-indicator__segment--complete::after {
    background-color: #162e51;
}

.usa-step-indicator__segment--complete .usa-step-indicator__segment-label {
    color: #162e51;
}

.usa-step-indicator__segment--current::after {
    background-color: #005ea2;
}

.usa-step-indicator__segment--current .usa-step-indicator__segment-label {
    color: #005ea2;
    font-weight: 700;
}

.usa-step-indicator__segment-label {
    display: none;
}

@media all and (min-width:40em) {
    .usa-step-indicator__segment-label {
        color: #565c65;
        display: block;
        font-size: 1.06rem;
        margin-top: calc(.5rem + .5rem);
        padding-right: 2rem;
        text-align: left;
    }
}

.usa-step-indicator__header {
    align-items: baseline;
    display: flex;
}

.usa-step-indicator__heading {
    color: #1b1b1b;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
    font-weight: 700;
    margin: 1rem 0 0;
}

@media all and (min-width:40em) {
    .usa-step-indicator__heading {
        font-size: 1.46rem;
        margin-top: 2rem;
    }
}

.usa-step-indicator__current-step {
    height: 2.5rem;
    border-radius: 99rem;
    width: 2.5rem;
    font-weight: 400;
    font-feature-settings: "tnum" 1, "kern" 1;
    background-color: #005ea2;
    color: #fff;
    display: inline-block;
    padding: calc((2.5rem - (2ex*1.1))*.5);
    text-align: center;
}

.usa-step-indicator__total-steps {
    font-weight: 400;
    font-feature-settings: "tnum" 1, "kern" 1;
    color: #005ea2;
    margin-right: .5rem;
}

@media all and (min-width:40em) {
    .usa-step-indicator--counters .usa-step-indicator__segment, .usa-step-indicator--counters-sm .usa-step-indicator__segment {
        margin-left: 0;
        margin-right: 0;
        margin-top: calc(((2.5rem - .5rem)/ 2) + .25rem);
    }

        .usa-step-indicator--counters .usa-step-indicator__segment:before, .usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
            height: 2.5rem;
            border-radius: 99rem;
            width: 2.5rem;
            font-feature-settings: "tnum" 1, "kern" 1;
            background-color: #fff;
            box-shadow: inset 0 0 0 .25rem #dfe1e2, 0 0 0 .25rem #fff;
            color: #565c65;
            content: counter(usa-step-indicator);
            display: block;
            font-weight: 700;
            left: 0;
            line-height: .9;
            padding: calc((2.5rem - (2ex*.9))*.5);
            position: absolute;
            text-align: center;
            top: calc((2.5rem - .5rem)/ -2);
            z-index: 100;
        }

        .usa-step-indicator--counters .usa-step-indicator__segment:last-child:after, .usa-step-indicator--counters-sm .usa-step-indicator__segment:last-child:after {
            display: none;
        }
}

.usa-step-indicator--counters .usa-step-indicator__segment--complete::before, .usa-step-indicator--counters-sm .usa-step-indicator__segment--complete::before {
    background-color: #162e51;
    box-shadow: 0 0 0 .25rem #fff;
    color: #fff;
}

.usa-step-indicator--counters .usa-step-indicator__segment--current::before, .usa-step-indicator--counters-sm .usa-step-indicator__segment--current::before {
    background-color: #005ea2;
    box-shadow: 0 0 0 .25rem #fff;
    color: #fff;
}

@media all and (min-width:40em) {
    .usa-step-indicator--counters .usa-step-indicator__segment-label {
        margin-top: calc(((2.5rem + .5rem)/ 2) + .5rem);
    }

    .usa-step-indicator--counters-sm.usa-step-indicator--center .usa-step-indicator__segment:first-child:after, .usa-step-indicator--counters.usa-step-indicator--center .usa-step-indicator__segment:first-child:after {
        left: 50%;
        right: 0;
        width: auto;
    }

    .usa-step-indicator--counters-sm.usa-step-indicator--center .usa-step-indicator__segment:last-child:after, .usa-step-indicator--counters.usa-step-indicator--center .usa-step-indicator__segment:last-child:after {
        display: block;
        left: 0;
        right: 50%;
        width: auto;
    }

    .usa-step-indicator--counters-sm .usa-step-indicator__segment {
        margin-top: calc(((1.5rem - .5rem)/ 2) + .25rem);
    }

        .usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
            height: 1.5rem;
            border-radius: 99rem;
            width: 1.5rem;
            font-size: .93rem;
            padding: calc(.25rem + 1px);
            top: calc((1.5rem - .5rem)/ -2);
        }

        .usa-step-indicator--counters-sm .usa-step-indicator__segment:last-child:after {
            display: none;
        }

    .usa-step-indicator--counters-sm .usa-step-indicator__segment-label {
        margin-top: calc(((1.5rem + .5rem)/ 2) + .5rem);
    }
}

.usa-step-indicator--center, .usa-step-indicator--no-labels {
    margin-left: -1px;
    margin-right: -1px;
}

    .usa-step-indicator--no-labels .usa-step-indicator__segment {
        margin-top: 0;
        margin-left: 1px;
        margin-right: 1px;
    }

        .usa-step-indicator--no-labels .usa-step-indicator__segment:before {
            display: none;
        }

        .usa-step-indicator--no-labels .usa-step-indicator__segment:last-child:after {
            display: block;
        }

    .usa-step-indicator--no-labels .usa-step-indicator__heading {
        margin-top: 1rem;
    }

    .usa-step-indicator--no-labels .usa-step-indicator__segment-label {
        display: none;
    }

    .usa-step-indicator--center .usa-step-indicator__segment {
        margin-left: 1px;
        margin-right: 1px;
    }

        .usa-step-indicator--center .usa-step-indicator__segment:before {
            left: calc(50% - ((2.5rem + .25rem)/ 2));
        }

    .usa-step-indicator--center .usa-step-indicator__segment-label {
        padding-left: .5rem;
        padding-right: .5rem;
        text-align: center;
    }

    .usa-step-indicator--center.usa-step-indicator--no-labels .usa-step-indicator__segment:first-child:after {
        left: 0;
    }

    .usa-step-indicator--center.usa-step-indicator--no-labels .usa-step-indicator__segment:last-child:after {
        right: 0;
    }

    .usa-step-indicator--center.usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
        left: calc(50% - ((1.5rem + .25rem)/ 2));
    }

.usa-search {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    position: relative;
}

    .usa-search::after {
        clear: both;
        content: "";
        display: block;
    }

    .usa-search [role=search], .usa-search[role=search], .usa-search[role=search] > div {
        display: flex;
    }

    .usa-search [type=submit] {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/search.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1rem;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        height: 2rem;
        margin: 0;
        padding: 0;
        width: 3rem;
    }

@media all and (min-width:30em) {
    .usa-search [type=submit] {
        padding-left: 1rem;
        padding-right: 1rem;
        background-image: none;
        width: auto;
    }

    .usa-search--big .usa-search__input, .usa-search--big [type=search] {
        font-size: 1.06rem;
        height: 3rem;
    }

    .usa-search--big .usa-search__submit, .usa-search--big [type=submit] {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1.46rem;
        height: 3rem;
        width: auto;
    }

    .usa-search--small .usa-search__submit, .usa-search--small [type=submit] {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/search.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1rem;
        width: 3rem;
    }
}

input[type=search] {
    box-sizing: border-box;
    -moz-appearance: none;
    appearance: none;
}

.usa-search__input, [type=search] {
    padding-bottom: 0;
    padding-top: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
    box-sizing: border-box;
    float: left;
    font-size: 1rem;
    height: 2rem;
    margin: 0;
}

.usa-search__submit-text {
    position: absolute;
    left: -999em;
}

@media all and (min-width:30em) {
    .usa-search__submit-text {
        position: static;
    }
}

.usa-section {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

@media all and (min-width:40em) {
    .usa-section {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
}

.usa-section--light {
    background-color: #f0f0f0;
}

.usa-section--dark {
    background-color: #162e51;
    color: #fff;
}

    .usa-section--dark h1, .usa-section--dark h2, .usa-section--dark h3, .usa-section--dark h4, .usa-section--dark h5, .usa-section--dark h6 {
        color: #00bde3;
    }

    .usa-section--dark a {
        color: #dfe1e2;
    }

        .usa-section--dark a:hover {
            color: #f0f0f0;
        }

        .usa-section--dark a:active {
            color: #fff;
        }

.usa-sidenav {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
    border-bottom: 1px solid #dfe1e2;
}

.usa-sidenav__item {
    border-top: 1px solid #dfe1e2;
}

.usa-sidenav a {
    color: #565c65;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
}

    .usa-sidenav a:hover {
        background-color: #f0f0f0;
        color: #005ea2;
        text-decoration: none;
    }

    .usa-sidenav a:focus {
        outline-offset: 0;
    }

.usa-sidenav .usa-current {
    position: relative;
    color: #005ea2;
    font-weight: 700;
}

    .usa-sidenav .usa-current::after {
        background-color: #005ea2;
        border-radius: 99rem;
        content: "";
        display: block;
        position: absolute;
        bottom: .25rem;
        top: .25rem;
        width: .25rem;
        left: .25rem;
    }

@media all and (min-width:40em) {
    .usa-sidenav .usa-current {
        position: relative;
    }

        .usa-sidenav .usa-current::after {
            background-color: #005ea2;
            border-radius: 99rem;
            content: "";
            display: block;
            position: absolute;
            bottom: .25rem;
            top: .25rem;
            width: .25rem;
            left: 0;
        }
}

.grid-container .usa-sidenav {
    margin-left: -1rem;
    margin-right: -1rem;
}

@media all and (min-width:40em) {
    .grid-container .usa-sidenav {
        margin-left: 0;
        margin-right: 0;
    }
}

.usa-sidenav__sublist {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    font-size: 1rem;
}

.usa-sidenav__sublist-item {
    border-top: 1px solid #dfe1e2;
    font-size: .93rem;
}

.usa-sidenav__sublist .usa-current::after {
    display: none;
}

@media all and (min-width:40em) {
    .usa-sidenav__sublist .usa-current: :after {
        display: none;
    }
}

.usa-sidenav__sublist a {
    padding-left: 2rem;
}

.usa-sidenav__sublist .usa-sidenav__sublist a {
    padding-left: 3rem;
}

.usa-sidenav__sublist .usa-sidenav__sublist .usa-sidenav__sublist a {
    content: "foobar";
    padding-left: 4rem;
}

.usa-skipnav {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    color: #005ea2;
    text-decoration: underline;
    background: 0 0;
    left: 0;
    padding: .5rem 1rem;
    position: absolute;
    top: -3.8rem;
    transition: .2s ease-in-out;
    z-index: 100;
}

    .usa-skipnav:hover {
        color: #1a4480;
    }

    .usa-skipnav:active {
        color: #162e51;
    }

    .usa-skipnav:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-skipnav:visited {
        color: #54278f;
    }

    .usa-skipnav:focus {
        background: #fff;
        left: 0;
        position: absolute;
        top: 0;
        transition: .2s ease-in-out;
    }

.usa-tooltip {
    display: inline-block;
    position: relative;
}

.usa-tooltip__trigger {
    cursor: pointer;
}

    .usa-tooltip__body, .usa-tooltip__trigger > svg {
        display: block;
        pointer-events: none;
    }

.usa-tooltip__body {
    transition: opacity .08s ease-in-out;
    background-color: #1b1b1b;
    border-radius: .25rem;
    bottom: 0;
    color: #f0f0f0;
    display: none;
    font-size: 1rem;
    padding: .5rem;
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateX(-50%);
    width: auto;
    white-space: pre;
    z-index: 100000;
}

    .usa-tooltip__body--bottom:after, .usa-tooltip__body:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .usa-tooltip__body:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        pointer-events: none;
        border-top: 5px solid #1b1b1b;
        position: absolute;
        bottom: -5px;
        left: 50%;
        margin-left: -5px;
    }

.usa-tooltip__body--wrap {
    width: 100%;
    white-space: normal;
}

.usa-tooltip__body.is-set {
    display: block;
}

.usa-tooltip__body.is-visible {
    opacity: 1;
}

.usa-tooltip__body--bottom {
    bottom: auto;
    top: 0;
}

    .usa-tooltip__body--bottom:after {
        border-bottom: 5px solid #1b1b1b;
        border-top: 0;
        bottom: auto;
        top: -5px;
    }

.usa-tooltip__body--left, .usa-tooltip__body--right {
    top: auto;
    transform: translateX(0);
}

    .usa-tooltip__body--left:after, .usa-tooltip__body--right:after {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #1b1b1b;
        border-left: 0;
        right: auto;
        top: 50%;
        bottom: 0;
        left: -5px;
        margin: -5px 0 0;
    }

.usa-tooltip__body--left {
    left: 0;
    right: auto;
}

    .usa-tooltip__body--left:after {
        border-left: 5px solid #1b1b1b;
        border-right: 0;
        right: -5px;
        left: auto;
    }

[class*=font-mono-] {
    font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

[class*=font-sans-] {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

[class*=font-serif-] {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

[class*=font-ui-] {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

[class*=font-heading-] {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

[class*=font-body-] {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

[class*=font-code-] {
    font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

[class*=font-alt-] {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

.add-aspect-9x16 {
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    padding: 0 0 177.77778%;
    position: relative;
}

.add-aspect-16x9, .add-aspect-1x1, .add-aspect-2x1, .add-aspect-4x3 {
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    padding: 0 0 100%;
    position: relative;
}

.add-aspect-16x9, .add-aspect-2x1, .add-aspect-4x3 {
    padding: 0 0 75%
}

.add-aspect-16x9, .add-aspect-2x1 {
    padding: 0 0 56.25%
}

.add-aspect-2x1 {
    padding: 0 0 50%
}

.add-list-reset {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}

.flex-align-start {
    align-items: flex-start;
}

.flex-align-end {
    align-items: flex-end;
}

.flex-align-center {
    align-items: center;
}

.flex-align-stretch {
    align-items: stretch;
}

.flex-align-baseline {
    align-items: baseline;
}

.flex-align-self-start {
    align-self: flex-start;
}

.flex-align-self-end {
    align-self: flex-end;
}

.flex-align-self-center {
    -ms-grid-row-align: center;
    align-self: center;
}

.flex-align-self-stretch {
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.flex-align-self-baseline {
    align-self: baseline;
}

.bg-transparent, .hover\:bg-transparent:hover {
    background-color: transparent;
}

.bg-black, .hover\:bg-black:hover {
    background-color: #000;
}

.bg-white, .hover\:bg-white:hover {
    background-color: #fff;
}

.bg-red, .hover\:bg-red:hover {
    background-color: #e52207;
}

.bg-orange, .hover\:bg-orange:hover {
    background-color: #e66f0e;
}

.bg-gold, .hover\:bg-gold:hover {
    background-color: #ffbe2e;
}

.bg-yellow, .hover\:bg-yellow:hover {
    background-color: #fee685;
}

.bg-green, .hover\:bg-green:hover {
    background-color: #538200;
}

.bg-mint, .hover\:bg-mint:hover {
    background-color: #04c585;
}

.bg-cyan, .hover\:bg-cyan:hover {
    background-color: #009ec1;
}

.bg-blue, .hover\:bg-blue:hover {
    background-color: #0076d6;
}

.bg-indigo, .hover\:bg-indigo:hover {
    background-color: #676cc8;
}

.bg-violet, .hover\:bg-violet:hover {
    background-color: #8168b3;
}

.bg-magenta, .hover\:bg-magenta:hover {
    background-color: #d72d79;
}

.bg-gray-5, .hover\:bg-gray-5:hover {
    background-color: #f0f0f0;
}

.bg-gray-10, .hover\:bg-gray-10:hover {
    background-color: #e6e6e6;
}

.bg-gray-30, .hover\:bg-gray-30:hover {
    background-color: #adadad;
}

.bg-gray-50, .hover\:bg-gray-50:hover {
    background-color: #757575;
}

.bg-gray-70, .hover\:bg-gray-70:hover {
    background-color: #454545;
}

.bg-gray-90, .hover\:bg-gray-90:hover {
    background-color: #1b1b1b;
}

.bg-base-lightest, .hover\:bg-base-lightest:hover {
    background-color: #f0f0f0;
}

.bg-base-lighter, .hover\:bg-base-lighter:hover {
    background-color: #dfe1e2;
}

.bg-base-light, .hover\:bg-base-light:hover {
    background-color: #a9aeb1;
}

.bg-base, .hover\:bg-base:hover {
    background-color: #71767a;
}

.bg-base-dark, .hover\:bg-base-dark:hover {
    background-color: #565c65;
}

.bg-base-darker, .hover\:bg-base-darker:hover {
    background-color: #3d4551;
}

.bg-base-darkest, .bg-ink, .hover\:bg-base-darkest:hover, .hover\:bg-ink:hover {
    background-color: #1b1b1b;
}

.bg-primary-lighter, .hover\:bg-primary-lighter:hover {
    background-color: #d9e8f6;
}

.bg-primary-light, .hover\:bg-primary-light:hover {
    background-color: #73b3e7;
}

.bg-primary, .hover\:bg-primary:hover {
    background-color: #005ea2;
}

.bg-primary-vivid, .hover\:bg-primary-vivid:hover {
    background-color: #0050d8;
}

.bg-primary-dark, .hover\:bg-primary-dark:hover {
    background-color: #1a4480;
}

.bg-primary-darker, .hover\:bg-primary-darker:hover {
    background-color: #162e51;
}

.bg-secondary-lighter, .hover\:bg-secondary-lighter:hover {
    background-color: #f3e1e4;
}

.bg-secondary-light, .hover\:bg-secondary-light:hover {
    background-color: #f2938c;
}

.bg-secondary, .hover\:bg-secondary:hover {
    background-color: #d83933;
}

.bg-secondary-vivid, .hover\:bg-secondary-vivid:hover {
    background-color: #e41d3d;
}

.bg-secondary-dark, .hover\:bg-secondary-dark:hover {
    background-color: #b50909;
}

.bg-secondary-darker, .hover\:bg-secondary-darker:hover {
    background-color: #8b0a03;
}

.bg-accent-warm-darker, .hover\:bg-accent-warm-darker:hover {
    background-color: #775540;
}

.bg-accent-warm-dark, .hover\:bg-accent-warm-dark:hover {
    background-color: #c05600;
}

.bg-accent-warm, .hover\:bg-accent-warm:hover {
    background-color: #fa9441;
}

.bg-accent-warm-light, .hover\:bg-accent-warm-light:hover {
    background-color: #ffbc78;
}

.bg-accent-warm-lighter, .hover\:bg-accent-warm-lighter:hover {
    background-color: #f2e4d4;
}

.bg-accent-cool-darker, .hover\:bg-accent-cool-darker:hover {
    background-color: #07648d;
}

.bg-accent-cool-dark, .hover\:bg-accent-cool-dark:hover {
    background-color: #28a0cb;
}

.bg-accent-cool, .hover\:bg-accent-cool:hover {
    background-color: #00bde3;
}

.bg-accent-cool-light, .hover\:bg-accent-cool-light:hover {
    background-color: #97d4ea;
}

.bg-accent-cool-lighter, .hover\:bg-accent-cool-lighter:hover {
    background-color: #e1f3f8;
}

.border-1px, .hover\:border-1px:hover {
    border: 1px solid;
}

.border-y-1px, .hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.border-x-1px, .hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
}

.border-top-1px, .hover\:border-top-1px:hover {
    border-top: 1px solid;
}

.border-right-1px, .hover\:border-right-1px:hover {
    border-right: 1px solid;
}

.border-bottom-1px, .hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
}

.border-left-1px, .hover\:border-left-1px:hover {
    border-left: 1px solid;
}

.border-2px, .hover\:border-2px:hover {
    border: 2px solid;
}

.border-y-2px, .hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.border-x-2px, .hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
}

.border-top-2px, .hover\:border-top-2px:hover {
    border-top: 2px solid;
}

.border-right-2px, .hover\:border-right-2px:hover {
    border-right: 2px solid;
}

.border-bottom-2px, .hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
}

.border-left-2px, .hover\:border-left-2px:hover {
    border-left: 2px solid;
}

.border-05, .hover\:border-05:hover {
    border: .25rem solid;
}

.border-y-05, .hover\:border-y-05:hover {
    border-top: .25rem solid;
    border-bottom: .25rem solid;
}

.border-x-05, .hover\:border-x-05:hover {
    border-left: .25rem solid;
    border-right: .25rem solid;
}

.border-top-05, .hover\:border-top-05:hover {
    border-top: .25rem solid;
}

.border-right-05, .hover\:border-right-05:hover {
    border-right: .25rem solid;
}

.border-bottom-05, .hover\:border-bottom-05:hover {
    border-bottom: .25rem solid;
}

.border-left-05, .hover\:border-left-05:hover {
    border-left: .25rem solid;
}

.border-1, .hover\:border-1:hover {
    border: .5rem solid;
}

.border-y-1, .hover\:border-y-1:hover {
    border-top: .5rem solid;
    border-bottom: .5rem solid;
}

.border-x-1, .hover\:border-x-1:hover {
    border-left: .5rem solid;
    border-right: .5rem solid;
}

.border-top-1, .hover\:border-top-1:hover {
    border-top: .5rem solid;
}

.border-right-1, .hover\:border-right-1:hover {
    border-right: .5rem solid;
}

.border-bottom-1, .hover\:border-bottom-1:hover {
    border-bottom: .5rem solid;
}

.border-left-1, .hover\:border-left-1:hover {
    border-left: .5rem solid;
}

.border-105, .hover\:border-105:hover {
    border: .75rem solid;
}

.border-y-105, .hover\:border-y-105:hover {
    border-top: .75rem solid;
    border-bottom: .75rem solid;
}

.border-x-105, .hover\:border-x-105:hover {
    border-left: .75rem solid;
    border-right: .75rem solid;
}

.border-top-105, .hover\:border-top-105:hover {
    border-top: .75rem solid;
}

.border-right-105, .hover\:border-right-105:hover {
    border-right: .75rem solid;
}

.border-bottom-105, .hover\:border-bottom-105:hover {
    border-bottom: .75rem solid;
}

.border-left-105, .hover\:border-left-105:hover {
    border-left: .75rem solid;
}

.border-2, .hover\:border-2:hover {
    border: 1rem solid;
}

.border-y-2, .hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
}

.border-x-2, .hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid;
}

.border-top-2, .hover\:border-top-2:hover {
    border-top: 1rem solid;
}

.border-right-2, .hover\:border-right-2:hover {
    border-right: 1rem solid;
}

.border-bottom-2, .hover\:border-bottom-2:hover {
    border-bottom: 1rem solid;
}

.border-left-2, .hover\:border-left-2:hover {
    border-left: 1rem solid;
}

.border-205, .hover\:border-205:hover {
    border: 1.25rem solid;
}

.border-y-205, .hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
}

.border-x-205, .hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
}

.border-top-205, .hover\:border-top-205:hover {
    border-top: 1.25rem solid;
}

.border-right-205, .hover\:border-right-205:hover {
    border-right: 1.25rem solid;
}

.border-bottom-205, .hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid;
}

.border-left-205, .hover\:border-left-205:hover {
    border-left: 1.25rem solid;
}

.border-3, .hover\:border-3:hover {
    border: 1.5rem solid;
}

.border-y-3, .hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
}

.border-x-3, .hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
}

.border-top-3, .hover\:border-top-3:hover {
    border-top: 1.5rem solid;
}

.border-right-3, .hover\:border-right-3:hover {
    border-right: 1.5rem solid;
}

.border-bottom-3, .hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid;
}

.border-left-3, .hover\:border-left-3:hover {
    border-left: 1.5rem solid;
}

.border-0, .hover\:border-0:hover {
    border: 0 solid;
}

.border-y-0, .hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
}

.border-x-0, .hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
}

.border-top-0, .hover\:border-top-0:hover {
    border-top: 0 solid;
}

.border-right-0, .hover\:border-right-0:hover {
    border-right: 0 solid;
}

.border-bottom-0, .hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
}

.border-left-0, .hover\:border-left-0:hover {
    border-left: 0 solid;
}

.border, .hover\:border:hover {
    border: 1px solid;
}

.border-y, .hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.border-x, .hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
}

.border-top, .hover\:border-top:hover {
    border-top: 1px solid;
}

.border-right, .hover\:border-right:hover {
    border-right: 1px solid;
}

.border-bottom, .hover\:border-bottom:hover {
    border-bottom: 1px solid;
}

.border-left, .hover\:border-left:hover {
    border-left: 1px solid;
}

.border-transparent, .hover\:border-transparent:hover {
    border-color: transparent;
}

.border-black, .hover\:border-black:hover {
    border-color: #000;
}

.border-white, .hover\:border-white:hover {
    border-color: #fff;
}

.border-red, .hover\:border-red:hover {
    border-color: #e52207;
}

.border-orange, .hover\:border-orange:hover {
    border-color: #e66f0e;
}

.border-gold, .hover\:border-gold:hover {
    border-color: #ffbe2e;
}

.border-yellow, .hover\:border-yellow:hover {
    border-color: #fee685;
}

.border-green, .hover\:border-green:hover {
    border-color: #538200;
}

.border-mint, .hover\:border-mint:hover {
    border-color: #04c585;
}

.border-cyan, .hover\:border-cyan:hover {
    border-color: #009ec1;
}

.border-blue, .hover\:border-blue:hover {
    border-color: #0076d6;
}

.border-indigo, .hover\:border-indigo:hover {
    border-color: #676cc8;
}

.border-violet, .hover\:border-violet:hover {
    border-color: #8168b3;
}

.border-magenta, .hover\:border-magenta:hover {
    border-color: #d72d79;
}

.border-gray-5, .hover\:border-gray-5:hover {
    border-color: #f0f0f0;
}

.border-gray-10, .hover\:border-gray-10:hover {
    border-color: #e6e6e6;
}

.border-gray-30, .hover\:border-gray-30:hover {
    border-color: #adadad;
}

.border-gray-50, .hover\:border-gray-50:hover {
    border-color: #757575;
}

.border-gray-70, .hover\:border-gray-70:hover {
    border-color: #454545;
}

.border-gray-90, .hover\:border-gray-90:hover {
    border-color: #1b1b1b;
}

.border-base-lightest, .hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
}

.border-base-lighter, .hover\:border-base-lighter:hover {
    border-color: #dfe1e2;
}

.border-base-light, .hover\:border-base-light:hover {
    border-color: #a9aeb1;
}

.border-base, .hover\:border-base:hover {
    border-color: #71767a;
}

.border-base-dark, .hover\:border-base-dark:hover {
    border-color: #565c65;
}

.border-base-darker, .hover\:border-base-darker:hover {
    border-color: #3d4551;
}

.border-base-darkest, .border-ink, .hover\:border-base-darkest:hover, .hover\:border-ink:hover {
    border-color: #1b1b1b;
}

.border-primary-lighter, .hover\:border-primary-lighter:hover {
    border-color: #d9e8f6;
}

.border-primary-light, .hover\:border-primary-light:hover {
    border-color: #73b3e7;
}

.border-primary, .hover\:border-primary:hover {
    border-color: #005ea2;
}

.border-primary-vivid, .hover\:border-primary-vivid:hover {
    border-color: #0050d8;
}

.border-primary-dark, .hover\:border-primary-dark:hover {
    border-color: #1a4480;
}

.border-primary-darker, .hover\:border-primary-darker:hover {
    border-color: #162e51;
}

.border-secondary-lighter, .hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4;
}

.border-secondary-light, .hover\:border-secondary-light:hover {
    border-color: #f2938c;
}

.border-secondary, .hover\:border-secondary:hover {
    border-color: #d83933;
}

.border-secondary-vivid, .hover\:border-secondary-vivid:hover {
    border-color: #e41d3d;
}

.border-secondary-dark, .hover\:border-secondary-dark:hover {
    border-color: #b50909;
}

.border-secondary-darker, .hover\:border-secondary-darker:hover {
    border-color: #8b0a03;
}

.border-accent-warm-darker, .hover\:border-accent-warm-darker:hover {
    border-color: #775540;
}

.border-accent-warm-dark, .hover\:border-accent-warm-dark:hover {
    border-color: #c05600;
}

.border-accent-warm, .hover\:border-accent-warm:hover {
    border-color: #fa9441;
}

.border-accent-warm-light, .hover\:border-accent-warm-light:hover {
    border-color: #ffbc78;
}

.border-accent-warm-lighter, .hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4;
}

.border-accent-cool-darker, .hover\:border-accent-cool-darker:hover {
    border-color: #07648d;
}

.border-accent-cool-dark, .hover\:border-accent-cool-dark:hover {
    border-color: #28a0cb;
}

.border-accent-cool, .hover\:border-accent-cool:hover {
    border-color: #00bde3;
}

.border-accent-cool-light, .hover\:border-accent-cool-light:hover {
    border-color: #97d4ea;
}

.border-accent-cool-lighter, .hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8;
}

.radius-0 {
    border-radius: 0;
}

.radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.radius-sm {
    border-radius: 2px;
}

.radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.radius-md {
    border-radius: .25rem;
}

.radius-top-md {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.radius-right-md {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.radius-bottom-md {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.radius-left-md {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.radius-lg {
    border-radius: .5rem;
}

.radius-top-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.radius-right-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.radius-bottom-lg {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.radius-left-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.radius-pill {
    border-radius: 99rem;
}

.radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem;
}

.radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem;
}

.radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem;
}

.radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem;
}

.border-dashed {
    border-style: dashed;
}

.border-dotted {
    border-style: dotted;
}

.border-solid {
    border-style: solid;
}

.border-width-1px {
    border-width: 1px;
}

.border-y-width-1px {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.border-x-width-1px {
    border-left-width: 1px;
    border-right-width: 1px;
}

.border-top-width-1px {
    border-top-width: 1px;
}

.border-right-width-1px {
    border-right-width: 1px;
}

.border-bottom-width-1px {
    border-bottom-width: 1px;
}

.border-left-width-1px {
    border-left-width: 1px;
}

.border-width-2px {
    border-width: 2px;
}

.border-y-width-2px {
    border-top-width: 2px;
    border-bottom-width: 2px;
}

.border-x-width-2px {
    border-left-width: 2px;
    border-right-width: 2px;
}

.border-top-width-2px {
    border-top-width: 2px;
}

.border-right-width-2px {
    border-right-width: 2px;
}

.border-bottom-width-2px {
    border-bottom-width: 2px;
}

.border-left-width-2px {
    border-left-width: 2px;
}

.border-width-05 {
    border-width: .25rem;
}

.border-y-width-05 {
    border-top-width: .25rem;
    border-bottom-width: .25rem;
}

.border-x-width-05 {
    border-left-width: .25rem;
    border-right-width: .25rem;
}

.border-top-width-05 {
    border-top-width: .25rem;
}

.border-right-width-05 {
    border-right-width: .25rem;
}

.border-bottom-width-05 {
    border-bottom-width: .25rem;
}

.border-left-width-05 {
    border-left-width: .25rem;
}

.border-width-1 {
    border-width: .5rem;
}

.border-y-width-1 {
    border-top-width: .5rem;
    border-bottom-width: .5rem;
}

.border-x-width-1 {
    border-left-width: .5rem;
    border-right-width: .5rem;
}

.border-top-width-1 {
    border-top-width: .5rem;
}

.border-right-width-1 {
    border-right-width: .5rem;
}

.border-bottom-width-1 {
    border-bottom-width: .5rem;
}

.border-left-width-1 {
    border-left-width: .5rem;
}

.border-width-105 {
    border-width: .75rem;
}

.border-y-width-105 {
    border-top-width: .75rem;
    border-bottom-width: .75rem;
}

.border-x-width-105 {
    border-left-width: .75rem;
    border-right-width: .75rem;
}

.border-top-width-105 {
    border-top-width: .75rem;
}

.border-right-width-105 {
    border-right-width: .75rem;
}

.border-bottom-width-105 {
    border-bottom-width: .75rem;
}

.border-left-width-105 {
    border-left-width: .75rem;
}

.border-width-2 {
    border-width: 1rem;
}

.border-y-width-2 {
    border-top-width: 1rem;
    border-bottom-width: 1rem;
}

.border-x-width-2 {
    border-left-width: 1rem;
    border-right-width: 1rem;
}

.border-top-width-2 {
    border-top-width: 1rem;
}

.border-right-width-2 {
    border-right-width: 1rem;
}

.border-bottom-width-2 {
    border-bottom-width: 1rem;
}

.border-left-width-2 {
    border-left-width: 1rem;
}

.border-width-205 {
    border-width: 1.25rem;
}

.border-y-width-205 {
    border-top-width: 1.25rem;
    border-bottom-width: 1.25rem;
}

.border-x-width-205 {
    border-left-width: 1.25rem;
    border-right-width: 1.25rem;
}

.border-top-width-205 {
    border-top-width: 1.25rem;
}

.border-right-width-205 {
    border-right-width: 1.25rem;
}

.border-bottom-width-205 {
    border-bottom-width: 1.25rem;
}

.border-left-width-205 {
    border-left-width: 1.25rem;
}

.border-width-3 {
    border-width: 1.5rem;
}

.border-y-width-3 {
    border-top-width: 1.5rem;
    border-bottom-width: 1.5rem;
}

.border-x-width-3 {
    border-left-width: 1.5rem;
    border-right-width: 1.5rem;
}

.border-top-width-3 {
    border-top-width: 1.5rem;
}

.border-right-width-3 {
    border-right-width: 1.5rem;
}

.border-bottom-width-3 {
    border-bottom-width: 1.5rem;
}

.border-left-width-3 {
    border-left-width: 1.5rem;
}

.border-width-0 {
    border-width: 0;
}

.border-y-width-0 {
    border-top-width: 0;
    border-bottom-width: 0;
}

.border-x-width-0 {
    border-left-width: 0;
    border-right-width: 0;
}

.border-top-width-0 {
    border-top-width: 0;
}

.border-right-width-0 {
    border-right-width: 0;
}

.border-bottom-width-0 {
    border-bottom-width: 0;
}

.border-left-width-0 {
    border-left-width: 0;
}

.bottom-1px {
    bottom: 1px;
}

.bottom-2px {
    bottom: 2px;
}

.bottom-05 {
    bottom: .25rem;
}

.bottom-1 {
    bottom: .5rem;
}

.bottom-105 {
    bottom: .75rem;
}

.bottom-2 {
    bottom: 1rem;
}

.bottom-205 {
    bottom: 1.25rem;
}

.bottom-3 {
    bottom: 1.5rem;
}

.bottom-neg-1px {
    bottom: -1px;
}

.bottom-neg-2px {
    bottom: -2px;
}

.bottom-neg-05 {
    bottom: -.25rem;
}

.bottom-neg-1 {
    bottom: -.5rem;
}

.bottom-neg-105 {
    bottom: -.75rem;
}

.bottom-neg-2 {
    bottom: -1rem;
}

.bottom-neg-205 {
    bottom: -1.25rem;
}

.bottom-neg-3 {
    bottom: -1.5rem;
}

.bottom-0 {
    bottom: 0;
}

.bottom-auto {
    bottom: auto;
}

.bottom-full {
    bottom: 100%
}

.hover\:shadow-none:hover, .shadow-none {
    box-shadow: none;
}

.hover\:shadow-1:hover, .shadow-1 {
    box-shadow: 0 1px .25rem 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-2:hover, .shadow-2 {
    box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-3:hover, .shadow-3 {
    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-4:hover, .shadow-4 {
    box-shadow: 0 .75rem 1.5rem 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-5:hover, .shadow-5 {
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1);
}

.circle-1px, .circle-2px {
    height: 1px;
    width: 1px;
    border-radius: 50%
}

.circle-2px {
    height: 2px;
    width: 2px;
}

.circle-05 {
    height: .25rem;
    width: .25rem;
    border-radius: 50%
}

.circle-1, .circle-105 {
    height: .5rem;
    width: .5rem;
    border-radius: 50%
}

.circle-105 {
    height: .75rem;
    width: .75rem;
}

.circle-2, .circle-205 {
    height: 1rem;
    width: 1rem;
    border-radius: 50%
}

.circle-205 {
    height: 1.25rem;
    width: 1.25rem;
}

.circle-3, .circle-4 {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%
}

.circle-4 {
    height: 2rem;
    width: 2rem;
}

.circle-5, .circle-6 {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%
}

.circle-6 {
    height: 3rem;
    width: 3rem;
}

.circle-7, .circle-8 {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%
}

.circle-8 {
    height: 4rem;
    width: 4rem;
}

.circle-10, .circle-9 {
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50%
}

.circle-10 {
    height: 5rem;
    width: 5rem;
}

.circle-15, .circle-card {
    height: 7.5rem;
    width: 7.5rem;
    border-radius: 50%
}

.circle-card {
    height: 10rem;
    width: 10rem;
}

.circle-card-lg, .circle-mobile {
    height: 15rem;
    width: 15rem;
    border-radius: 50%
}

.circle-mobile {
    height: 20rem;
    width: 20rem;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.hover\:text-transparent:hover, .text-transparent {
    color: transparent;
}

.hover\:text-black:hover, .text-black {
    color: #000;
}

.hover\:text-white:hover, .text-white {
    color: #fff;
}

.hover\:text-red:hover, .text-red {
    color: #e52207;
}

.hover\:text-orange:hover, .text-orange {
    color: #e66f0e;
}

.hover\:text-gold:hover, .text-gold {
    color: #ffbe2e;
}

.hover\:text-yellow:hover, .text-yellow {
    color: #fee685;
}

.hover\:text-green:hover, .text-green {
    color: #538200;
}

.hover\:text-mint:hover, .text-mint {
    color: #04c585;
}

.hover\:text-cyan:hover, .text-cyan {
    color: #009ec1;
}

.hover\:text-blue:hover, .text-blue {
    color: #0076d6;
}

.hover\:text-indigo:hover, .text-indigo {
    color: #676cc8;
}

.hover\:text-violet:hover, .text-violet {
    color: #8168b3;
}

.hover\:text-magenta:hover, .text-magenta {
    color: #d72d79;
}

.hover\:text-gray-5:hover, .text-gray-5 {
    color: #f0f0f0;
}

.hover\:text-gray-10:hover, .text-gray-10 {
    color: #e6e6e6;
}

.hover\:text-gray-30:hover, .text-gray-30 {
    color: #adadad;
}

.hover\:text-gray-50:hover, .text-gray-50 {
    color: #757575;
}

.hover\:text-gray-70:hover, .text-gray-70 {
    color: #454545;
}

.hover\:text-gray-90:hover, .text-gray-90 {
    color: #1b1b1b;
}

.hover\:text-base-lightest:hover, .text-base-lightest {
    color: #f0f0f0;
}

.hover\:text-base-lighter:hover, .text-base-lighter {
    color: #dfe1e2;
}

.hover\:text-base-light:hover, .text-base-light {
    color: #a9aeb1;
}

.hover\:text-base:hover, .text-base {
    color: #71767a;
}

.hover\:text-base-dark:hover, .text-base-dark {
    color: #565c65;
}

.hover\:text-base-darker:hover, .text-base-darker {
    color: #3d4551;
}

.hover\:text-base-darkest:hover, .hover\:text-ink:hover, .text-base-darkest, .text-ink {
    color: #1b1b1b;
}

.hover\:text-primary-lighter:hover, .text-primary-lighter {
    color: #d9e8f6;
}

.hover\:text-primary-light:hover, .text-primary-light {
    color: #73b3e7;
}

.hover\:text-primary:hover, .text-primary, .usa-banner .usa-banner__header .usa-banner__inner .usa-banner__button span.usa-banner__button-text {
    color: #005ea2;
}

.hover\:text-primary-vivid:hover, .text-primary-vivid {
    color: #0050d8;
}

.hover\:text-primary-dark:hover, .text-primary-dark {
    color: #1a4480;
}

.hover\:text-primary-darker:hover, .text-primary-darker {
    color: #162e51;
}

.hover\:text-secondary-lighter:hover, .text-secondary-lighter {
    color: #f3e1e4;
}

.hover\:text-secondary-light:hover, .text-secondary-light {
    color: #f2938c;
}

.hover\:text-secondary:hover, .text-secondary {
    color: #d83933;
}

.hover\:text-secondary-vivid:hover, .text-secondary-vivid {
    color: #e41d3d;
}

.hover\:text-secondary-dark:hover, .text-secondary-dark {
    color: #b50909;
}

.hover\:text-secondary-darker:hover, .text-secondary-darker {
    color: #8b0a03;
}

.hover\:text-accent-warm-darker:hover, .text-accent-warm-darker {
    color: #775540;
}

.hover\:text-accent-warm-dark:hover, .text-accent-warm-dark {
    color: #c05600;
}

.hover\:text-accent-warm:hover, .text-accent-warm {
    color: #fa9441;
}

.hover\:text-accent-warm-light:hover, .text-accent-warm-light {
    color: #ffbc78;
}

.hover\:text-accent-warm-lighter:hover, .text-accent-warm-lighter {
    color: #f2e4d4;
}

.hover\:text-accent-cool-darker:hover, .text-accent-cool-darker {
    color: #07648d;
}

.hover\:text-accent-cool-dark:hover, .text-accent-cool-dark {
    color: #28a0cb;
}

.hover\:text-accent-cool:hover, .text-accent-cool {
    color: #00bde3;
}

.hover\:text-accent-cool-light:hover, .text-accent-cool-light {
    color: #97d4ea;
}

.hover\:text-accent-cool-lighter:hover, .text-accent-cool-lighter {
    color: #e1f3f8;
}

.cursor-auto {
    cursor: auto;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-wait {
    cursor: wait;
}

.cursor-move {
    cursor: move;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.display-block {
    display: block;
}

.display-flex {
    display: flex;
}

#user-login-form .js-form-item-name > label, #user-login-form .js-form-item-pass > label, #user-pass .js-form-item-name > label, #user-pass .js-form-item-pass > label, #user-register-form .js-form-item-name > label, #user-register-form .js-form-item-pass > label, .display-none {
    display: none;
}

.display-inline {
    display: inline;
}

.display-inline-block, .dol-accordion .usa-accordion button svg, .dol-accordion .usa-accordion button > div {
    display: inline-block;
}

.display-inline-flex {
    display: inline-flex;
}

.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
}

.display-table-row {
    display: table-row;
}

.flex-2 {
    flex: 2 1 0%
}

.flex-3 {
    flex: 3 1 0%
}

.flex-4 {
    flex: 4 1 0%
}

.flex-5 {
    flex: 5 1 0%
}

.flex-6 {
    flex: 6 1 0%
}

.flex-7 {
    flex: 7 1 0%
}

.flex-8 {
    flex: 8 1 0%
}

.flex-9 {
    flex: 9 1 0%
}

.flex-10 {
    flex: 10 1 0%
}

.flex-11 {
    flex: 11 1 0%
}

.flex-12 {
    flex: 12 1 0%
}

.flex-fill {
    flex: 1 1 0%
}

.flex-auto, .panel ul li {
    flex: 0 1 auto;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-no-wrap {
    flex-wrap: nowrap;
}

.float-left {
    float: left;
}

.float-none {
    float: none;
}

.float-right {
    float: right;
}

.font-mono-3xs {
    font-size: .77rem;
}

.font-mono-2xs {
    font-size: .83rem;
}

.font-mono-xs {
    font-size: .89rem;
}

.font-mono-sm {
    font-size: .95rem;
}

.font-mono-md {
    font-size: 1.01rem;
}

.font-mono-lg {
    font-size: 1.31rem;
}

.font-mono-xl {
    font-size: 1.91rem;
}

.font-mono-2xl {
    font-size: 2.38rem;
}

.font-mono-3xl {
    font-size: 2.86rem;
}

.font-sans-3xs {
    font-size: .87rem;
}

.font-sans-2xs {
    font-size: .93rem;
}

.font-sans-xs {
    font-size: 1rem;
}

.font-sans-sm {
    font-size: 1.06rem;
}

.font-sans-md {
    font-size: 1.13rem;
}

.font-sans-lg {
    font-size: 1.46rem;
}

.font-sans-xl {
    font-size: 2.13rem;
}

.font-sans-2xl {
    font-size: 2.66rem;
}

.font-sans-3xl {
    font-size: 3.19rem;
}

.font-serif-3xs {
    font-size: .79rem;
}

.font-serif-2xs {
    font-size: .85rem;
}

.font-serif-xs {
    font-size: .91rem;
}

.font-serif-sm {
    font-size: .98rem;
}

.font-serif-md {
    font-size: 1.04rem;
}

.font-serif-lg {
    font-size: 1.34rem;
}

.font-serif-xl {
    font-size: 1.95rem;
}

.font-serif-2xl {
    font-size: 2.44rem;
}

.font-serif-3xl {
    font-size: 2.93rem;
}

.font-heading-3xs {
    font-size: .79rem;
}

.font-heading-2xs {
    font-size: .85rem;
}

.font-heading-xs {
    font-size: .91rem;
}

.font-heading-sm {
    font-size: .98rem;
}

.font-heading-md {
    font-size: 1.04rem;
}

.font-heading-lg {
    font-size: 1.34rem;
}

.font-heading-xl {
    font-size: 1.95rem;
}

.font-heading-2xl {
    font-size: 2.44rem;
}

.font-heading-3xl {
    font-size: 2.93rem;
}

.font-body-3xs {
    font-size: .87rem;
}

.font-body-2xs {
    font-size: .93rem;
}

.font-body-xs {
    font-size: 1rem;
}

.font-body-sm {
    font-size: 1.06rem;
}

.font-body-md {
    font-size: 1.13rem;
}

.font-body-lg {
    font-size: 1.46rem;
}

.font-body-xl {
    font-size: 2.13rem;
}

.font-body-2xl {
    font-size: 2.66rem;
}

.font-body-3xl {
    font-size: 3.19rem;
}

.font-code-3xs {
    font-size: .77rem;
}

.font-code-2xs {
    font-size: .83rem;
}

.font-code-xs {
    font-size: .89rem;
}

.font-code-sm {
    font-size: .95rem;
}

.font-code-md {
    font-size: 1.01rem;
}

.font-code-lg {
    font-size: 1.31rem;
}

.font-code-xl {
    font-size: 1.91rem;
}

.font-code-2xl {
    font-size: 2.38rem;
}

.font-code-3xl {
    font-size: 2.86rem;
}

.font-alt-3xs {
    font-size: .79rem;
}

.font-alt-2xs {
    font-size: .85rem;
}

.font-alt-xs {
    font-size: .91rem;
}

.font-alt-sm {
    font-size: .98rem;
}

.font-alt-md {
    font-size: 1.04rem;
}

.font-alt-lg {
    font-size: 1.34rem;
}

.font-alt-xl {
    font-size: 1.95rem;
}

.font-alt-2xl {
    font-size: 2.44rem;
}

.font-alt-3xl {
    font-size: 2.93rem;
}

.font-ui-3xs {
    font-size: .87rem;
}

.font-ui-2xs {
    font-size: .93rem;
}

.font-ui-xs {
    font-size: 1rem;
}

.font-ui-sm {
    font-size: 1.06rem;
}

.font-ui-md {
    font-size: 1.13rem;
}

.font-ui-lg {
    font-size: 1.46rem;
}

.font-ui-xl {
    font-size: 2.13rem;
}

.font-ui-2xl {
    font-size: 2.66rem;
}

.font-ui-3xl {
    font-size: 3.19rem;
}

.font-family-mono {
    font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

.font-family-sans {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.font-family-serif {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

.font-family-ui {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.font-family-heading {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

.font-family-body {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.font-family-code {
    font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

.font-family-alt {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

.text-tabular {
    font-feature-settings: "tnum" 1, "kern" 1;
}

.text-no-tabular {
    font-feature-settings: "kern" 1;
}

.text-italic, em, figcaption, i {
    font-style: italic;
}

.text-no-italic {
    font-style: normal;
}

.text-light {
    font-weight: 300;
}

.headline-list h4, .text-normal {
    font-weight: 400;
}

.text-bold, dt {
    font-weight: 700;
}

.height-1px {
    height: 1px;
}

.height-2px {
    height: 2px;
}

.height-05 {
    height: .25rem;
}

.height-1 {
    height: .5rem;
}

.height-105 {
    height: .75rem;
}

.height-2 {
    height: 1rem;
}

.height-205 {
    height: 1.25rem;
}

.height-3 {
    height: 1.5rem;
}

.height-4 {
    height: 2rem;
}

.height-5 {
    height: 2.5rem;
}

.height-6 {
    height: 3rem;
}

.height-7 {
    height: 3.5rem;
}

.height-8 {
    height: 4rem;
}

.height-9 {
    height: 4.5rem;
}

.height-10 {
    height: 5rem;
}

.height-15 {
    height: 7.5rem;
}

.height-card {
    height: 10rem;
}

.height-card-lg {
    height: 15rem;
}

.height-mobile {
    height: 20rem;
}

.height-0 {
    height: 0;
}

.height-auto {
    height: auto;
}

.height-full {
    height: 100%
}

.height-viewport {
    height: 100vh;
}

.flex-justify-center {
    justify-content: center;
}

.flex-justify-start {
    justify-content: flex-start;
}

.flex-justify-end {
    justify-content: flex-end;
}

.flex-justify {
    justify-content: space-between;
}

.left-1px {
    left: 1px;
}

.left-2px {
    left: 2px;
}

.left-05 {
    left: .25rem;
}

.left-1 {
    left: .5rem;
}

.left-105 {
    left: .75rem;
}

.left-2 {
    left: 1rem;
}

.left-205 {
    left: 1.25rem;
}

.left-3 {
    left: 1.5rem;
}

.left-neg-1px {
    left: -1px;
}

.left-neg-2px {
    left: -2px;
}

.left-neg-05 {
    left: -.25rem;
}

.left-neg-1 {
    left: -.5rem;
}

.left-neg-105 {
    left: -.75rem;
}

.left-neg-2 {
    left: -1rem;
}

.left-neg-205 {
    left: -1.25rem;
}

.left-neg-3 {
    left: -1.5rem;
}

.left-0 {
    left: 0;
}

.left-auto {
    left: auto;
}

.text-ls-auto {
    letter-spacing: initial;
}

.text-ls-neg-3 {
    letter-spacing: -.03em;
}

.text-ls-neg-2 {
    letter-spacing: -.02em;
}

.text-ls-neg-1 {
    letter-spacing: -.01em;
}

.text-ls-1 {
    letter-spacing: .025em;
}

.text-ls-2 {
    letter-spacing: .1em;
}

.text-ls-3 {
    letter-spacing: .15em;
}

.line-height-sans-1 {
    line-height: .9;
}

.line-height-sans-2 {
    line-height: 1.1;
}

.line-height-sans-3 {
    line-height: 1.3;
}

.line-height-sans-4 {
    line-height: 1.4;
}

.line-height-sans-5 {
    line-height: 1.5;
}

.line-height-sans-6 {
    line-height: 1.6;
}

.line-height-serif-1 {
    line-height: 1;
}

.line-height-serif-2 {
    line-height: 1.2;
}

.line-height-serif-3 {
    line-height: 1.4;
}

.line-height-serif-4 {
    line-height: 1.5;
}

.line-height-serif-5 {
    line-height: 1.7;
}

.line-height-serif-6 {
    line-height: 1.8;
}

.line-height-mono-1 {
    line-height: 1;
}

.line-height-mono-2 {
    line-height: 1.3;
}

.line-height-mono-3 {
    line-height: 1.4;
}

.line-height-mono-4 {
    line-height: 1.6;
}

.line-height-mono-5 {
    line-height: 1.7;
}

.line-height-mono-6 {
    line-height: 1.8;
}

.line-height-heading-1 {
    line-height: 1;
}

.line-height-heading-2 {
    line-height: 1.2;
}

.line-height-heading-3 {
    line-height: 1.4;
}

.line-height-heading-4 {
    line-height: 1.5;
}

.line-height-heading-5 {
    line-height: 1.7;
}

.line-height-heading-6 {
    line-height: 1.8;
}

.line-height-ui-1 {
    line-height: .9;
}

.line-height-ui-2 {
    line-height: 1.1;
}

.line-height-ui-3 {
    line-height: 1.3;
}

.line-height-ui-4 {
    line-height: 1.4;
}

.line-height-ui-5 {
    line-height: 1.5;
}

.line-height-ui-6 {
    line-height: 1.6;
}

.line-height-body-1 {
    line-height: .9;
}

.line-height-body-2 {
    line-height: 1.1;
}

.line-height-body-3 {
    line-height: 1.3;
}

.line-height-body-4 {
    line-height: 1.4;
}

.line-height-body-5 {
    line-height: 1.5;
}

.line-height-body-6 {
    line-height: 1.6;
}

.line-height-code-1 {
    line-height: 1;
}

.line-height-code-2 {
    line-height: 1.3;
}

.line-height-code-3 {
    line-height: 1.4;
}

.line-height-code-4 {
    line-height: 1.6;
}

.line-height-code-5 {
    line-height: 1.7;
}

.line-height-code-6 {
    line-height: 1.8;
}

.line-height-alt-1 {
    line-height: 1;
}

.line-height-alt-2 {
    line-height: 1.2;
}

.line-height-alt-3 {
    line-height: 1.4;
}

.line-height-alt-4 {
    line-height: 1.5;
}

.line-height-alt-5 {
    line-height: 1.7;
}

.line-height-alt-6 {
    line-height: 1.8;
}

.margin-neg-1px {
    margin: -1px;
}

.margin-neg-2px {
    margin: -2px;
}

.margin-neg-05 {
    margin: -.25rem;
}

.margin-neg-1 {
    margin: -.5rem;
}

.margin-neg-105 {
    margin: -.75rem;
}

.margin-neg-2 {
    margin: -1rem;
}

.margin-neg-205 {
    margin: -1.25rem;
}

.margin-neg-3 {
    margin: -1.5rem;
}

.margin-1px {
    margin: 1px;
}

.margin-2px {
    margin: 2px;
}

.margin-05 {
    margin: .25rem;
}

.margin-1 {
    margin: .5rem;
}

.margin-105 {
    margin: .75rem;
}

.margin-2 {
    margin: 1rem;
}

.margin-205 {
    margin: 1.25rem;
}

.margin-3 {
    margin: 1.5rem;
}

.margin-4 {
    margin: 2rem;
}

.margin-5 {
    margin: 2.5rem;
}

.margin-6 {
    margin: 3rem;
}

.margin-7 {
    margin: 3.5rem;
}

.margin-8 {
    margin: 4rem;
}

.margin-9 {
    margin: 4.5rem;
}

.margin-10 {
    margin: 5rem;
}

.margin-15 {
    margin: 7.5rem;
}

.margin-05em {
    margin: .5em;
}

.margin-1em {
    margin: 1em;
}

.margin-105em {
    margin: 1.5em;
}

.margin-2em {
    margin: 2em;
}

#top-agency-name .search .form .input-group-btn button[type=submit], #top-agency-name .secondarylinks-container .form .input-group-btn button[type=submit], .margin-0, .table td p, .table th p {
    margin: 0;
}

.margin-y-1px {
    margin-bottom: 1px;
}

.margin-top-1px, .margin-y-1px {
    margin-top: 1px;
}

.margin-bottom-1px {
    margin-bottom: 1px;
}

.margin-y-2px {
    margin-bottom: 2px;
}

.margin-top-2px, .margin-y-2px {
    margin-top: 2px;
}

.margin-bottom-2px {
    margin-bottom: 2px;
}

.margin-y-05 {
    margin-bottom: .25rem;
}

.margin-top-05, .margin-y-05 {
    margin-top: .25rem;
}

.margin-bottom-05 {
    margin-bottom: .25rem;
}

.margin-y-1 {
    margin-bottom: .5rem;
}

.margin-top-1, .margin-y-1 {
    margin-top: .5rem;
}

.margin-bottom-1 {
    margin-bottom: .5rem;
}

.margin-y-105 {
    margin-bottom: .75rem;
}

.margin-top-105, .margin-y-105 {
    margin-top: .75rem;
}

.margin-bottom-105 {
    margin-bottom: .75rem;
}

.margin-y-2 {
    margin-bottom: 1rem;
}

.margin-top-2, .margin-y-2 {
    margin-top: 1rem;
}

.margin-bottom-2 {
    margin-bottom: 1rem;
}

.margin-y-205 {
    margin-bottom: 1.25rem;
}

.margin-top-205, .margin-y-205 {
    margin-top: 1.25rem;
}

.margin-bottom-205 {
    margin-bottom: 1.25rem;
}

.margin-y-3 {
    margin-bottom: 1.5rem;
}

.margin-top-3, .margin-y-3 {
    margin-top: 1.5rem;
}

.margin-bottom-3 {
    margin-bottom: 1.5rem;
}

.margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
}

.margin-top-neg-1px {
    margin-top: -1px;
}

.margin-bottom-neg-1px {
    margin-bottom: -1px;
}

.margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
}

.margin-top-neg-2px {
    margin-top: -2px;
}

.margin-bottom-neg-2px {
    margin-bottom: -2px;
}

.margin-y-neg-05 {
    margin-bottom: -.25rem;
}

.margin-top-neg-05, .margin-y-neg-05 {
    margin-top: -.25rem;
}

.margin-bottom-neg-05 {
    margin-bottom: -.25rem;
}

.margin-y-neg-1 {
    margin-bottom: -.5rem;
}

.margin-top-neg-1, .margin-y-neg-1 {
    margin-top: -.5rem;
}

.margin-bottom-neg-1 {
    margin-bottom: -.5rem;
}

.margin-y-neg-105 {
    margin-bottom: -.75rem;
}

.margin-top-neg-105, .margin-y-neg-105 {
    margin-top: -.75rem;
}

.margin-bottom-neg-105 {
    margin-bottom: -.75rem;
}

.margin-y-neg-2 {
    margin-bottom: -1rem;
}

.margin-top-neg-2, .margin-y-neg-2 {
    margin-top: -1rem;
}

.margin-bottom-neg-2 {
    margin-bottom: -1rem;
}

.margin-y-neg-205 {
    margin-bottom: -1.25rem;
}

.margin-top-neg-205, .margin-y-neg-205 {
    margin-top: -1.25rem;
}

.margin-bottom-neg-205 {
    margin-bottom: -1.25rem;
}

.margin-y-neg-3 {
    margin-bottom: -1.5rem;
}

.margin-top-neg-3, .margin-y-neg-3 {
    margin-top: -1.5rem;
}

.margin-bottom-neg-3 {
    margin-bottom: -1.5rem;
}

.margin-y-4 {
    margin-bottom: 2rem;
}

.margin-top-4, .margin-y-4 {
    margin-top: 2rem;
}

.margin-bottom-4 {
    margin-bottom: 2rem;
}

.margin-y-5 {
    margin-bottom: 2.5rem;
}

.margin-top-5, .margin-y-5 {
    margin-top: 2.5rem;
}

.margin-bottom-5 {
    margin-bottom: 2.5rem;
}

.margin-y-6 {
    margin-bottom: 3rem;
}

.margin-top-6, .margin-y-6 {
    margin-top: 3rem;
}

.margin-bottom-6 {
    margin-bottom: 3rem;
}

.margin-y-7 {
    margin-bottom: 3.5rem;
}

.margin-top-7, .margin-y-7 {
    margin-top: 3.5rem;
}

.margin-bottom-7 {
    margin-bottom: 3.5rem;
}

.margin-y-8 {
    margin-bottom: 4rem;
}

.margin-top-8, .margin-y-8 {
    margin-top: 4rem;
}

.margin-bottom-8 {
    margin-bottom: 4rem;
}

.margin-y-9 {
    margin-bottom: 4.5rem;
}

.margin-top-9, .margin-y-9 {
    margin-top: 4.5rem;
}

.margin-bottom-9 {
    margin-bottom: 4.5rem;
}

.margin-y-10 {
    margin-bottom: 5rem;
}

.margin-top-10, .margin-y-10 {
    margin-top: 5rem;
}

.margin-bottom-10 {
    margin-bottom: 5rem;
}

.margin-y-15 {
    margin-bottom: 7.5rem;
}

.margin-top-15, .margin-y-15 {
    margin-top: 7.5rem;
}

.margin-bottom-15 {
    margin-bottom: 7.5rem;
}

.margin-y-05em {
    margin-bottom: .5em;
}

.margin-top-05em, .margin-y-05em {
    margin-top: .5em;
}

.margin-bottom-05em, figure img {
    margin-bottom: .5em;
}

.margin-y-1em {
    margin-bottom: 1em;
}

.margin-top-1em, .margin-y-1em {
    margin-top: 1em;
}

.margin-bottom-1em, figure, iframe {
    margin-bottom: 1em;
}

.margin-y-105em {
    margin-bottom: 1.5em;
}

.margin-top-105em, .margin-y-105em {
    margin-top: 1.5em;
}

.margin-bottom-105em {
    margin-bottom: 1.5em;
}

.margin-y-2em {
    margin-bottom: 2em;
}

.margin-top-2em, .margin-y-2em {
    margin-top: 2em;
}

.margin-bottom-2em {
    margin-bottom: 2em;
}

.margin-y-0 {
    margin-bottom: 0;
}

.csv-display .dataTables_wrapper > .row > .col-md-6 label, .margin-top-0, .margin-y-0 {
    margin-top: 0;
}

#breadcrumbs-container ul, .dol-footer-seal .footer-seal-block .contact-block p.address-block, .margin-bottom-0 {
    margin-bottom: 0;
}

.margin-y-auto {
    margin-bottom: auto;
}

.margin-top-auto, .margin-y-auto {
    margin-top: auto;
}

.margin-bottom-auto {
    margin-bottom: auto;
}

.margin-x-1px {
    margin-left: 1px;
}

.margin-right-1px, .margin-x-1px {
    margin-right: 1px;
}

.margin-left-1px {
    margin-left: 1px;
}

.margin-x-2px {
    margin-left: 2px;
}

.margin-right-2px, .margin-x-2px {
    margin-right: 2px;
}

.margin-left-2px {
    margin-left: 2px;
}

.margin-x-05 {
    margin-left: .25rem;
}

.margin-right-05, .margin-x-05 {
    margin-right: .25rem;
}

.margin-left-05 {
    margin-left: .25rem;
}

.margin-x-1 {
    margin-left: .5rem;
}

.margin-right-1, .margin-x-1 {
    margin-right: .5rem;
}

.margin-left-1 {
    margin-left: .5rem;
}

.margin-x-105 {
    margin-left: .75rem;
}

.margin-right-105, .margin-x-105 {
    margin-right: .75rem;
}

.margin-left-105 {
    margin-left: .75rem;
}

.margin-x-2 {
    margin-left: 1rem;
}

.margin-right-2, .margin-x-2 {
    margin-right: 1rem;
}

.margin-left-2 {
    margin-left: 1rem;
}

.margin-x-205 {
    margin-left: 1.25rem;
}

.margin-right-205, .margin-x-205 {
    margin-right: 1.25rem;
}

.margin-left-205 {
    margin-left: 1.25rem;
}

.margin-x-3 {
    margin-left: 1.5rem;
}

.margin-right-3, .margin-x-3 {
    margin-right: 1.5rem;
}

.margin-left-3 {
    margin-left: 1.5rem;
}

.margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
}

.margin-right-neg-1px {
    margin-right: -1px;
}

.margin-left-neg-1px {
    margin-left: -1px;
}

.margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
}

.margin-right-neg-2px {
    margin-right: -2px;
}

.margin-left-neg-2px {
    margin-left: -2px;
}

.margin-x-neg-05 {
    margin-left: -.25rem;
}

.margin-right-neg-05, .margin-x-neg-05 {
    margin-right: -.25rem;
}

.margin-left-neg-05 {
    margin-left: -.25rem;
}

.margin-x-neg-1 {
    margin-left: -.5rem;
}

.margin-right-neg-1, .margin-x-neg-1 {
    margin-right: -.5rem;
}

.margin-left-neg-1 {
    margin-left: -.5rem;
}

.margin-x-neg-105 {
    margin-left: -.75rem;
}

.margin-right-neg-105, .margin-x-neg-105 {
    margin-right: -.75rem;
}

.margin-left-neg-105 {
    margin-left: -.75rem;
}

.margin-x-neg-2 {
    margin-left: -1rem;
}

.margin-right-neg-2, .margin-x-neg-2 {
    margin-right: -1rem;
}

.margin-left-neg-2 {
    margin-left: -1rem;
}

.margin-x-neg-205 {
    margin-left: -1.25rem;
}

.margin-right-neg-205, .margin-x-neg-205 {
    margin-right: -1.25rem;
}

.margin-left-neg-205 {
    margin-left: -1.25rem;
}

.margin-x-neg-3 {
    margin-left: -1.5rem;
}

.margin-right-neg-3, .margin-x-neg-3 {
    margin-right: -1.5rem;
}

.margin-left-neg-3 {
    margin-left: -1.5rem;
}

.margin-x-4 {
    margin-left: 2rem;
}

.margin-right-4, .margin-x-4 {
    margin-right: 2rem;
}

.margin-left-4 {
    margin-left: 2rem;
}

.margin-x-5 {
    margin-left: 2.5rem;
}

.margin-right-5, .margin-x-5 {
    margin-right: 2.5rem;
}

.margin-left-5 {
    margin-left: 2.5rem;
}

.margin-x-6 {
    margin-left: 3rem;
}

.margin-right-6, .margin-x-6 {
    margin-right: 3rem;
}

.margin-left-6 {
    margin-left: 3rem;
}

.margin-x-7 {
    margin-left: 3.5rem;
}

.margin-right-7, .margin-x-7 {
    margin-right: 3.5rem;
}

.margin-left-7 {
    margin-left: 3.5rem;
}

.margin-x-8 {
    margin-left: 4rem;
}

.margin-right-8, .margin-x-8 {
    margin-right: 4rem;
}

.margin-left-8 {
    margin-left: 4rem;
}

.margin-x-9 {
    margin-left: 4.5rem;
}

.margin-right-9, .margin-x-9 {
    margin-right: 4.5rem;
}

.margin-left-9 {
    margin-left: 4.5rem;
}

.margin-x-10 {
    margin-left: 5rem;
}

.margin-right-10, .margin-x-10 {
    margin-right: 5rem;
}

.margin-left-10 {
    margin-left: 5rem;
}

.margin-x-15 {
    margin-left: 7.5rem;
}

.margin-right-15, .margin-x-15 {
    margin-right: 7.5rem;
}

.margin-left-15 {
    margin-left: 7.5rem;
}

.margin-x-card {
    margin-left: 10rem;
}

.margin-right-card, .margin-x-card {
    margin-right: 10rem;
}

.margin-left-card {
    margin-left: 10rem;
}

.margin-x-card-lg {
    margin-left: 15rem;
}

.margin-right-card-lg, .margin-x-card-lg {
    margin-right: 15rem;
}

.margin-left-card-lg {
    margin-left: 15rem;
}

.margin-x-mobile {
    margin-left: 20rem;
}

.margin-right-mobile, .margin-x-mobile {
    margin-right: 20rem;
}

.margin-left-mobile {
    margin-left: 20rem;
}

.margin-x-05em {
    margin-left: .5em;
}

.margin-right-05em, .margin-x-05em {
    margin-right: .5em;
}

.margin-left-05em {
    margin-left: .5em;
}

.margin-x-1em {
    margin-left: 1em;
}

.margin-right-1em, .margin-x-1em {
    margin-right: 1em;
}

.margin-left-1em {
    margin-left: 1em;
}

.margin-x-105em {
    margin-left: 1.5em;
}

.margin-right-105em, .margin-x-105em {
    margin-right: 1.5em;
}

.margin-left-105em {
    margin-left: 1.5em;
}

.margin-x-2em {
    margin-left: 2em;
}

.margin-right-2em, .margin-x-2em {
    margin-right: 2em;
}

.margin-left-2em {
    margin-left: 2em;
}

.margin-x-0 {
    margin-left: 0;
}

.margin-right-0, .margin-x-0 {
    margin-right: 0;
}

.margin-left-0, dd {
    margin-left: 0;
}

.margin-x-auto {
    margin-left: auto;
}

.margin-right-auto, .margin-x-auto {
    margin-right: auto;
}

.margin-left-auto {
    margin-left: auto;
}

.maxh-05 {
    max-height: .25rem;
}

.maxh-1 {
    max-height: .5rem;
}

.maxh-105 {
    max-height: .75rem;
}

.maxh-2 {
    max-height: 1rem;
}

.maxh-205 {
    max-height: 1.25rem;
}

.maxh-3 {
    max-height: 1.5rem;
}

.maxh-4 {
    max-height: 2rem;
}

.maxh-5 {
    max-height: 2.5rem;
}

.maxh-6 {
    max-height: 3rem;
}

.maxh-7 {
    max-height: 3.5rem;
}

.maxh-8 {
    max-height: 4rem;
}

.maxh-9 {
    max-height: 4.5rem;
}

.maxh-10 {
    max-height: 5rem;
}

.maxh-15 {
    max-height: 7.5rem;
}

.maxh-card {
    max-height: 10rem;
}

.maxh-card-lg {
    max-height: 15rem;
}

.maxh-mobile {
    max-height: 20rem;
}

.maxh-mobile-lg {
    max-height: 30rem;
}

.maxh-tablet {
    max-height: 40rem;
}

.maxh-tablet-lg {
    max-height: 55rem;
}

.maxh-none {
    max-height: none;
}

.maxh-viewport {
    max-height: 100vh;
}

.maxw-05 {
    max-width: .25rem;
}

.maxw-1 {
    max-width: .5rem;
}

.maxw-105 {
    max-width: .75rem;
}

.maxw-2 {
    max-width: 1rem;
}

.maxw-205 {
    max-width: 1.25rem;
}

.maxw-3 {
    max-width: 1.5rem;
}

.maxw-4 {
    max-width: 2rem;
}

.maxw-5 {
    max-width: 2.5rem;
}

.maxw-6 {
    max-width: 3rem;
}

.maxw-7 {
    max-width: 3.5rem;
}

.maxw-8 {
    max-width: 4rem;
}

.maxw-9 {
    max-width: 4.5rem;
}

.maxw-10 {
    max-width: 5rem;
}

.maxw-15 {
    max-width: 7.5rem;
}

.maxw-card {
    max-width: 10rem;
}

.maxw-card-lg {
    max-width: 15rem;
}

.maxw-mobile {
    max-width: 20rem;
}

.maxw-mobile-lg {
    max-width: 30rem;
}

.maxw-tablet {
    max-width: 40rem;
}

.maxw-tablet-lg {
    max-width: 55rem;
}

.maxw-desktop {
    max-width: 64rem;
}

.maxw-desktop-lg {
    max-width: 75rem;
}

.maxw-widescreen {
    max-width: 87.5rem;
}

.maxw-none {
    max-width: none;
}

.maxw-full, select.form-select {
    max-width: 100%
}

.measure-1 {
    max-width: 44ex;
}

.measure-2 {
    max-width: 60ex;
}

.measure-3 {
    max-width: 64ex;
}

.measure-4 {
    max-width: 68ex;
}

.measure-5 {
    max-width: 72ex;
}

.measure-6 {
    max-width: 88ex;
}

.measure-none {
    max-width: none;
}

.minh-1px {
    min-height: 1px;
}

.minh-2px {
    min-height: 2px;
}

.minh-05 {
    min-height: .25rem;
}

.minh-1 {
    min-height: .5rem;
}

.minh-105 {
    min-height: .75rem;
}

.minh-2 {
    min-height: 1rem;
}

.minh-205 {
    min-height: 1.25rem;
}

.minh-3 {
    min-height: 1.5rem;
}

.minh-4 {
    min-height: 2rem;
}

.minh-5 {
    min-height: 2.5rem;
}

.minh-6 {
    min-height: 3rem;
}

.minh-7 {
    min-height: 3.5rem;
}

.minh-8 {
    min-height: 4rem;
}

.minh-9 {
    min-height: 4.5rem;
}

.minh-10 {
    min-height: 5rem;
}

.minh-15 {
    min-height: 7.5rem;
}

.minh-card {
    min-height: 10rem;
}

.minh-card-lg {
    min-height: 15rem;
}

.minh-mobile {
    min-height: 20rem;
}

.minh-mobile-lg {
    min-height: 30rem;
}

.minh-tablet {
    min-height: 40rem;
}

.minh-tablet-lg {
    min-height: 55rem;
}

.minh-0 {
    min-height: 0;
}

.minh-full {
    min-height: 100%
}

.minh-viewport {
    min-height: 100vh;
}

.minw-05 {
    min-width: .25rem;
}

.minw-1 {
    min-width: .5rem;
}

.minw-105 {
    min-width: .75rem;
}

.minw-2 {
    min-width: 1rem;
}

.minw-205 {
    min-width: 1.25rem;
}

.minw-3 {
    min-width: 1.5rem;
}

.minw-4 {
    min-width: 2rem;
}

.minw-5 {
    min-width: 2.5rem;
}

.minw-6 {
    min-width: 3rem;
}

.minw-7 {
    min-width: 3.5rem;
}

.minw-8 {
    min-width: 4rem;
}

.minw-9 {
    min-width: 4.5rem;
}

.minw-10 {
    min-width: 5rem;
}

.minw-15 {
    min-width: 7.5rem;
}

.minw-0 {
    min-width: 0;
}

.opacity-0 {
    opacity: 0;
}

.opacity-10 {
    opacity: .1;
}

.opacity-20 {
    opacity: .2;
}

.opacity-30 {
    opacity: .3;
}

.opacity-40 {
    opacity: .4;
}

.opacity-50 {
    opacity: .5;
}

.opacity-60 {
    opacity: .6;
}

.opacity-70 {
    opacity: .7;
}

.opacity-80 {
    opacity: .8;
}

.opacity-90 {
    opacity: .9;
}

.opacity-100 {
    opacity: 1;
}

.order-first {
    order: -1;
}

.order-last {
    order: 999;
}

.order-initial {
    order: initial;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.outline-1px {
    outline: 1px solid;
}

.outline-2px {
    outline: 2px solid;
}

.outline-0 {
    outline: 0 solid;
}

.outline-05 {
    outline: .25rem solid;
}

.outline-transparent {
    outline-color: transparent;
}

.outline-black {
    outline-color: #000;
}

.outline-white {
    outline-color: #fff;
}

.outline-red {
    outline-color: #e52207;
}

.outline-orange {
    outline-color: #e66f0e;
}

.outline-gold {
    outline-color: #ffbe2e;
}

.outline-yellow {
    outline-color: #fee685;
}

.outline-green {
    outline-color: #538200;
}

.outline-mint {
    outline-color: #04c585;
}

.outline-cyan {
    outline-color: #009ec1;
}

.outline-blue {
    outline-color: #0076d6;
}

.outline-indigo {
    outline-color: #676cc8;
}

.outline-violet {
    outline-color: #8168b3;
}

.outline-magenta {
    outline-color: #d72d79;
}

.outline-gray-5 {
    outline-color: #f0f0f0;
}

.outline-gray-10 {
    outline-color: #e6e6e6;
}

.outline-gray-30 {
    outline-color: #adadad;
}

.outline-gray-50 {
    outline-color: #757575;
}

.outline-gray-70 {
    outline-color: #454545;
}

.outline-gray-90 {
    outline-color: #1b1b1b;
}

.outline-base-lightest {
    outline-color: #f0f0f0;
}

.outline-base-lighter {
    outline-color: #dfe1e2;
}

.outline-base-light {
    outline-color: #a9aeb1;
}

.outline-base {
    outline-color: #71767a;
}

.outline-base-dark {
    outline-color: #565c65;
}

.outline-base-darker {
    outline-color: #3d4551;
}

.outline-base-darkest, .outline-ink {
    outline-color: #1b1b1b;
}

.outline-primary-lighter {
    outline-color: #d9e8f6;
}

.outline-primary-light {
    outline-color: #73b3e7;
}

.outline-primary {
    outline-color: #005ea2;
}

.outline-primary-vivid {
    outline-color: #0050d8;
}

.outline-primary-dark {
    outline-color: #1a4480;
}

.outline-primary-darker {
    outline-color: #162e51;
}

.outline-secondary-lighter {
    outline-color: #f3e1e4;
}

.outline-secondary-light {
    outline-color: #f2938c;
}

.outline-secondary {
    outline-color: #d83933;
}

.outline-secondary-vivid {
    outline-color: #e41d3d;
}

.outline-secondary-dark {
    outline-color: #b50909;
}

.outline-secondary-darker {
    outline-color: #8b0a03;
}

.outline-accent-warm-darker {
    outline-color: #775540;
}

.outline-accent-warm-dark {
    outline-color: #c05600;
}

.outline-accent-warm {
    outline-color: #fa9441;
}

.outline-accent-warm-light {
    outline-color: #ffbc78;
}

.outline-accent-warm-lighter {
    outline-color: #f2e4d4;
}

.outline-accent-cool-darker {
    outline-color: #07648d;
}

.outline-accent-cool-dark {
    outline-color: #28a0cb;
}

.outline-accent-cool {
    outline-color: #00bde3;
}

.outline-accent-cool-light {
    outline-color: #97d4ea;
}

.outline-accent-cool-lighter {
    outline-color: #e1f3f8;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-auto {
    overflow: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-visible {
    overflow: visible;
}

.overflow-y-visible {
    overflow-y: visible;
}

.overflow-x-visible {
    overflow-x: visible;
}

.padding-1px {
    padding: 1px;
}

.padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
}

.padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
}

.padding-top-1px {
    padding-top: 1px;
}

.padding-right-1px {
    padding-right: 1px;
}

.padding-bottom-1px {
    padding-bottom: 1px;
}

.padding-left-1px {
    padding-left: 1px;
}

.padding-2px {
    padding: 2px;
}

.padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
}

.padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
}

.padding-top-2px {
    padding-top: 2px;
}

.padding-right-2px {
    padding-right: 2px;
}

.padding-bottom-2px {
    padding-bottom: 2px;
}

.padding-left-2px {
    padding-left: 2px;
}

.padding-05 {
    padding: .25rem;
}

.padding-y-05 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.padding-x-05 {
    padding-left: .25rem;
    padding-right: .25rem;
}

.padding-top-05 {
    padding-top: .25rem;
}

.padding-right-05 {
    padding-right: .25rem;
}

.padding-bottom-05 {
    padding-bottom: .25rem;
}

.padding-left-05 {
    padding-left: .25rem;
}

.padding-1 {
    padding: .5rem;
}

.padding-y-1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.padding-x-1 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.padding-top-1 {
    padding-top: .5rem;
}

.padding-right-1 {
    padding-right: .5rem;
}

.padding-bottom-1 {
    padding-bottom: .5rem;
}

.padding-left-1 {
    padding-left: .5rem;
}

.padding-105 {
    padding: .75rem;
}

.padding-y-105 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.padding-x-105 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.padding-top-105 {
    padding-top: .75rem;
}

.padding-right-105 {
    padding-right: .75rem;
}

.padding-bottom-105 {
    padding-bottom: .75rem;
}

.padding-left-105 {
    padding-left: .75rem;
}

.padding-2 {
    padding: 1rem;
}

.padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.padding-top-2 {
    padding-top: 1rem;
}

.padding-right-2 {
    padding-right: 1rem;
}

.padding-bottom-2 {
    padding-bottom: 1rem;
}

.padding-left-2 {
    padding-left: 1rem;
}

.padding-205 {
    padding: 1.25rem;
}

.padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.padding-top-205 {
    padding-top: 1.25rem;
}

.padding-right-205 {
    padding-right: 1.25rem;
}

.padding-bottom-205 {
    padding-bottom: 1.25rem;
}

.padding-left-205 {
    padding-left: 1.25rem;
}

.padding-3 {
    padding: 1.5rem;
}

.padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.padding-top-3 {
    padding-top: 1.5rem;
}

.padding-right-3 {
    padding-right: 1.5rem;
}

.padding-bottom-3 {
    padding-bottom: 1.5rem;
}

.padding-left-3 {
    padding-left: 1.5rem;
}

.padding-4 {
    padding: 2rem;
}

.padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.padding-top-4 {
    padding-top: 2rem;
}

.padding-right-4 {
    padding-right: 2rem;
}

.padding-bottom-4 {
    padding-bottom: 2rem;
}

.padding-left-4 {
    padding-left: 2rem;
}

.padding-5 {
    padding: 2.5rem;
}

.padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.padding-top-5 {
    padding-top: 2.5rem;
}

.padding-right-5 {
    padding-right: 2.5rem;
}

.padding-bottom-5 {
    padding-bottom: 2.5rem;
}

.padding-left-5 {
    padding-left: 2.5rem;
}

.padding-6 {
    padding: 3rem;
}

.padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.padding-top-6 {
    padding-top: 3rem;
}

.padding-right-6 {
    padding-right: 3rem;
}

.padding-bottom-6 {
    padding-bottom: 3rem;
}

.padding-left-6 {
    padding-left: 3rem;
}

.padding-7 {
    padding: 3.5rem;
}

.padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.padding-top-7 {
    padding-top: 3.5rem;
}

.padding-right-7 {
    padding-right: 3.5rem;
}

.padding-bottom-7 {
    padding-bottom: 3.5rem;
}

.padding-left-7 {
    padding-left: 3.5rem;
}

.padding-8 {
    padding: 4rem;
}

.padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.padding-top-8 {
    padding-top: 4rem;
}

.padding-right-8 {
    padding-right: 4rem;
}

.padding-bottom-8 {
    padding-bottom: 4rem;
}

.padding-left-8 {
    padding-left: 4rem;
}

.padding-9 {
    padding: 4.5rem;
}

.padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}

.padding-top-9 {
    padding-top: 4.5rem;
}

.padding-right-9 {
    padding-right: 4.5rem;
}

.padding-bottom-9 {
    padding-bottom: 4.5rem;
}

.padding-left-9 {
    padding-left: 4.5rem;
}

.padding-10 {
    padding: 5rem;
}

.padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.padding-top-10 {
    padding-top: 5rem;
}

.padding-right-10 {
    padding-right: 5rem;
}

.padding-bottom-10 {
    padding-bottom: 5rem;
}

.padding-left-10 {
    padding-left: 5rem;
}

.padding-15 {
    padding: 7.5rem;
}

.padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
}

.padding-top-15 {
    padding-top: 7.5rem;
}

.padding-right-15 {
    padding-right: 7.5rem;
}

.padding-bottom-15 {
    padding-bottom: 7.5rem;
}

.padding-left-15 {
    padding-left: 7.5rem;
}

.padding-0, ul.pager li span {
    padding: 0;
}

.padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.padding-x-0 {
    padding-left: 0;
    padding-right: 0;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.pin-all {
    bottom: 0;
    top: 0;
}

.pin-all, .pin-x {
    left: 0;
    right: 0;
    position: absolute;
}

.pin-y {
    top: 0;
}

.pin-bottom, .pin-y {
    bottom: 0;
    position: absolute;
}

.pin-left {
    left: 0;
    position: absolute;
}

.pin-right {
    right: 0;
    position: absolute;
}

.pin-top {
    top: 0;
    position: absolute;
}

.pin-none {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    position: static;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.position-relative {
    position: relative;
}

.position-static {
    position: static;
}

.position-sticky {
    position: -webkit-sticky;
    position: sticky;
}

.right-1px {
    right: 1px;
}

.right-2px {
    right: 2px;
}

.right-05 {
    right: .25rem;
}

.right-1 {
    right: .5rem;
}

.right-105 {
    right: .75rem;
}

.right-2 {
    right: 1rem;
}

.right-205 {
    right: 1.25rem;
}

.right-3 {
    right: 1.5rem;
}

.right-neg-1px {
    right: -1px;
}

.right-neg-2px {
    right: -2px;
}

.right-neg-05 {
    right: -.25rem;
}

.right-neg-1 {
    right: -.5rem;
}

.right-neg-105 {
    right: -.75rem;
}

.right-neg-2 {
    right: -1rem;
}

.right-neg-205 {
    right: -1.25rem;
}

.right-neg-3 {
    right: -1.5rem;
}

.right-0 {
    right: 0;
}

.right-auto {
    right: auto;
}

.square-1px {
    height: 1px;
    width: 1px;
}

.square-2px {
    height: 2px;
    width: 2px;
}

.square-05 {
    height: .25rem;
    width: .25rem;
}

.square-1 {
    height: .5rem;
    width: .5rem;
}

.square-105 {
    height: .75rem;
    width: .75rem;
}

.square-2 {
    height: 1rem;
    width: 1rem;
}

.square-205 {
    height: 1.25rem;
    width: 1.25rem;
}

.square-3 {
    height: 1.5rem;
    width: 1.5rem;
}

.square-4 {
    height: 2rem;
    width: 2rem;
}

.square-5 {
    height: 2.5rem;
    width: 2.5rem;
}

.square-6 {
    height: 3rem;
    width: 3rem;
}

.square-7 {
    height: 3.5rem;
    width: 3.5rem;
}

.square-8 {
    height: 4rem;
    width: 4rem;
}

.square-9 {
    height: 4.5rem;
    width: 4.5rem;
}

.square-10 {
    height: 5rem;
    width: 5rem;
}

.square-15 {
    height: 7.5rem;
    width: 7.5rem;
}

.square-card {
    height: 10rem;
    width: 10rem;
}

.square-card-lg {
    height: 15rem;
    width: 15rem;
}

.square-mobile {
    height: 20rem;
    width: 20rem;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;
}

.hover\:text-strike:hover, .text-strike {
    text-decoration: line-through;
}

.hover\:text-underline:hover, .text-underline, li.usa-footer__secondary-link a:hover {
    text-decoration: underline;
}

.hover\:text-no-strike:hover, .hover\:text-no-underline:hover, .text-no-strike, .text-no-underline, a, li.usa-footer__secondary-link a {
    text-decoration: none;
}

.hover\:underline-red:hover, .underline-red {
    -webkit-text-decoration-color: #e52207;
    text-decoration-color: #e52207;
}

.hover\:underline-orange:hover, .underline-orange {
    -webkit-text-decoration-color: #e66f0e;
    text-decoration-color: #e66f0e;
}

.hover\:underline-gold:hover, .underline-gold {
    -webkit-text-decoration-color: #ffbe2e;
    text-decoration-color: #ffbe2e;
}

.hover\:underline-yellow:hover, .underline-yellow {
    -webkit-text-decoration-color: #fee685;
    text-decoration-color: #fee685;
}

.hover\:underline-green:hover, .underline-green {
    -webkit-text-decoration-color: #538200;
    text-decoration-color: #538200;
}

.hover\:underline-mint:hover, .underline-mint {
    -webkit-text-decoration-color: #04c585;
    text-decoration-color: #04c585;
}

.hover\:underline-cyan:hover, .underline-cyan {
    -webkit-text-decoration-color: #009ec1;
    text-decoration-color: #009ec1;
}

.hover\:underline-blue:hover, .underline-blue {
    -webkit-text-decoration-color: #0076d6;
    text-decoration-color: #0076d6;
}

.hover\:underline-indigo:hover, .underline-indigo {
    -webkit-text-decoration-color: #676cc8;
    text-decoration-color: #676cc8;
}

.hover\:underline-violet:hover, .underline-violet {
    -webkit-text-decoration-color: #8168b3;
    text-decoration-color: #8168b3;
}

.hover\:underline-magenta:hover, .underline-magenta {
    -webkit-text-decoration-color: #d72d79;
    text-decoration-color: #d72d79;
}

.hover\:underline-gray-5:hover, .underline-gray-5 {
    -webkit-text-decoration-color: #f0f0f0;
    text-decoration-color: #f0f0f0;
}

.hover\:underline-gray-10:hover, .underline-gray-10 {
    -webkit-text-decoration-color: #e6e6e6;
    text-decoration-color: #e6e6e6;
}

.hover\:underline-gray-30:hover, .underline-gray-30 {
    -webkit-text-decoration-color: #adadad;
    text-decoration-color: #adadad;
}

.hover\:underline-gray-50:hover, .underline-gray-50 {
    -webkit-text-decoration-color: #757575;
    text-decoration-color: #757575;
}

.hover\:underline-gray-70:hover, .underline-gray-70 {
    -webkit-text-decoration-color: #454545;
    text-decoration-color: #454545;
}

.hover\:underline-gray-90:hover, .underline-gray-90 {
    -webkit-text-decoration-color: #1b1b1b;
    text-decoration-color: #1b1b1b;
}

.hover\:underline-base-lightest:hover, .underline-base-lightest {
    -webkit-text-decoration-color: #f0f0f0;
    text-decoration-color: #f0f0f0;
}

.hover\:underline-base-lighter:hover, .underline-base-lighter {
    -webkit-text-decoration-color: #dfe1e2;
    text-decoration-color: #dfe1e2;
}

.hover\:underline-base-light:hover, .underline-base-light {
    -webkit-text-decoration-color: #a9aeb1;
    text-decoration-color: #a9aeb1;
}

.hover\:underline-base:hover, .underline-base {
    -webkit-text-decoration-color: #71767a;
    text-decoration-color: #71767a;
}

.hover\:underline-base-dark:hover, .underline-base-dark {
    -webkit-text-decoration-color: #565c65;
    text-decoration-color: #565c65;
}

.hover\:underline-base-darker:hover, .underline-base-darker {
    -webkit-text-decoration-color: #3d4551;
    text-decoration-color: #3d4551;
}

.hover\:underline-base-darkest:hover, .hover\:underline-ink:hover, .underline-base-darkest, .underline-ink {
    -webkit-text-decoration-color: #1b1b1b;
    text-decoration-color: #1b1b1b;
}

.hover\:underline-primary-lighter:hover, .underline-primary-lighter {
    -webkit-text-decoration-color: #d9e8f6;
    text-decoration-color: #d9e8f6;
}

.hover\:underline-primary-light:hover, .underline-primary-light {
    -webkit-text-decoration-color: #73b3e7;
    text-decoration-color: #73b3e7;
}

.hover\:underline-primary:hover, .underline-primary {
    -webkit-text-decoration-color: #005ea2;
    text-decoration-color: #005ea2;
}

.hover\:underline-primary-vivid:hover, .underline-primary-vivid {
    -webkit-text-decoration-color: #0050d8;
    text-decoration-color: #0050d8;
}

.hover\:underline-primary-dark:hover, .underline-primary-dark {
    -webkit-text-decoration-color: #1a4480;
    text-decoration-color: #1a4480;
}

.hover\:underline-primary-darker:hover, .underline-primary-darker {
    -webkit-text-decoration-color: #162e51;
    text-decoration-color: #162e51;
}

.hover\:underline-secondary-lighter:hover, .underline-secondary-lighter {
    -webkit-text-decoration-color: #f3e1e4;
    text-decoration-color: #f3e1e4;
}

.hover\:underline-secondary-light:hover, .underline-secondary-light {
    -webkit-text-decoration-color: #f2938c;
    text-decoration-color: #f2938c;
}

.hover\:underline-secondary:hover, .underline-secondary {
    -webkit-text-decoration-color: #d83933;
    text-decoration-color: #d83933;
}

.hover\:underline-secondary-vivid:hover, .underline-secondary-vivid {
    -webkit-text-decoration-color: #e41d3d;
    text-decoration-color: #e41d3d;
}

.hover\:underline-secondary-dark:hover, .underline-secondary-dark {
    -webkit-text-decoration-color: #b50909;
    text-decoration-color: #b50909;
}

.hover\:underline-secondary-darker:hover, .underline-secondary-darker {
    -webkit-text-decoration-color: #8b0a03;
    text-decoration-color: #8b0a03;
}

.hover\:underline-accent-warm-darker:hover, .underline-accent-warm-darker {
    -webkit-text-decoration-color: #775540;
    text-decoration-color: #775540;
}

.hover\:underline-accent-warm-dark:hover, .underline-accent-warm-dark {
    -webkit-text-decoration-color: #c05600;
    text-decoration-color: #c05600;
}

.hover\:underline-accent-warm:hover, .underline-accent-warm {
    -webkit-text-decoration-color: #fa9441;
    text-decoration-color: #fa9441;
}

.hover\:underline-accent-warm-light:hover, .underline-accent-warm-light {
    -webkit-text-decoration-color: #ffbc78;
    text-decoration-color: #ffbc78;
}

.hover\:underline-accent-warm-lighter:hover, .underline-accent-warm-lighter {
    -webkit-text-decoration-color: #f2e4d4;
    text-decoration-color: #f2e4d4;
}

.hover\:underline-accent-cool-darker:hover, .underline-accent-cool-darker {
    -webkit-text-decoration-color: #07648d;
    text-decoration-color: #07648d;
}

.hover\:underline-accent-cool-dark:hover, .underline-accent-cool-dark {
    -webkit-text-decoration-color: #28a0cb;
    text-decoration-color: #28a0cb;
}

.hover\:underline-accent-cool:hover, .underline-accent-cool {
    -webkit-text-decoration-color: #00bde3;
    text-decoration-color: #00bde3;
}

.hover\:underline-accent-cool-light:hover, .underline-accent-cool-light {
    -webkit-text-decoration-color: #97d4ea;
    text-decoration-color: #97d4ea;
}

.hover\:underline-accent-cool-lighter:hover, .underline-accent-cool-lighter {
    -webkit-text-decoration-color: #e1f3f8;
    text-decoration-color: #e1f3f8;
}

.text-indent-0 {
    text-indent: 0;
}

.text-indent-05 {
    text-indent: .25rem;
}

.text-indent-1 {
    text-indent: .5rem;
}

.text-indent-105 {
    text-indent: .75rem;
}

.text-indent-2 {
    text-indent: 1rem;
}

.text-indent-205 {
    text-indent: 1.25rem;
}

.text-indent-3 {
    text-indent: 1.5rem;
}

.text-indent-neg-05 {
    text-indent: -.25rem;
}

.text-indent-neg-1 {
    text-indent: -.5rem;
}

.text-indent-neg-105 {
    text-indent: -.75rem;
}

.text-indent-neg-2 {
    text-indent: -1rem;
}

.text-indent-neg-205 {
    text-indent: -1.25rem;
}

.text-indent-neg-3 {
    text-indent: -1.5rem;
}

.text-indent-4 {
    text-indent: 2rem;
}

.text-indent-5 {
    text-indent: 2.5rem;
}

.text-indent-6 {
    text-indent: 3rem;
}

.text-indent-7 {
    text-indent: 3.5rem;
}

.text-indent-8 {
    text-indent: 4rem;
}

.text-indent-9 {
    text-indent: 4.5rem;
}

.text-indent-10 {
    text-indent: 5rem;
}

.text-indent-15 {
    text-indent: 7.5rem;
}

.text-indent-neg-4 {
    text-indent: -2rem;
}

.text-indent-neg-5 {
    text-indent: -2.5rem;
}

.text-indent-neg-6 {
    text-indent: -3rem;
}

.text-indent-neg-7 {
    text-indent: -3.5rem;
}

.text-indent-neg-8 {
    text-indent: -4rem;
}

.text-indent-neg-9 {
    text-indent: -4.5rem;
}

.text-indent-neg-10 {
    text-indent: -5rem;
}

.text-indent-neg-15 {
    text-indent: -7.5rem;
}

.text-uppercase, input label {
    text-transform: uppercase;
}

.text-no-uppercase {
    text-transform: none;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-no-lowercase {
    text-transform: none;
}

.top-1px {
    top: 1px;
}

.top-2px {
    top: 2px;
}

.top-05 {
    top: .25rem;
}

.top-1 {
    top: .5rem;
}

.top-105 {
    top: .75rem;
}

.top-2 {
    top: 1rem;
}

.top-205 {
    top: 1.25rem;
}

.top-3 {
    top: 1.5rem;
}

.top-neg-1px {
    top: -1px;
}

.top-neg-2px {
    top: -2px;
}

.top-neg-05 {
    top: -.25rem;
}

.top-neg-1 {
    top: -.5rem;
}

.top-neg-105 {
    top: -.75rem;
}

.top-neg-2 {
    top: -1rem;
}

.top-neg-205 {
    top: -1.25rem;
}

.top-neg-3 {
    top: -1.5rem;
}

.top-0 {
    top: 0;
}

.top-auto {
    top: auto;
}

.text-baseline {
    vertical-align: baseline;
}

.text-bottom {
    vertical-align: bottom;
}

.table thead th, .text-middle {
    vertical-align: middle;
}

.text-sub {
    vertical-align: sub;
}

.text-super {
    vertical-align: super;
}

.text-tbottom {
    vertical-align: text-bottom;
}

.text-ttop {
    vertical-align: text-top;
}

.text-top {
    vertical-align: top;
}

.text-pre {
    white-space: pre;
}

.text-pre-line {
    white-space: pre-line;
}

.text-pre-wrap {
    white-space: pre-wrap;
}

.text-wrap {
    white-space: normal;
}

.text-no-wrap {
    white-space: nowrap;
}

.width-1px {
    width: 1px;
}

.width-2px {
    width: 2px;
}

.width-05 {
    width: .25rem;
}

.width-1 {
    width: .5rem;
}

.width-105 {
    width: .75rem;
}

.width-2 {
    width: 1rem;
}

.width-205 {
    width: 1.25rem;
}

.width-3 {
    width: 1.5rem;
}

.width-4 {
    width: 2rem;
}

.width-5 {
    width: 2.5rem;
}

.width-6 {
    width: 3rem;
}

.width-7 {
    width: 3.5rem;
}

.width-8 {
    width: 4rem;
}

.width-9 {
    width: 4.5rem;
}

.width-10 {
    width: 5rem;
}

.width-15 {
    width: 7.5rem;
}

.width-card {
    width: 10rem;
}

.width-card-lg {
    width: 15rem;
}

.width-mobile {
    width: 20rem;
}

.width-mobile-lg {
    width: 30rem;
}

.width-tablet {
    width: 40rem;
}

.width-tablet-lg {
    width: 55rem;
}

.width-desktop {
    width: 64rem;
}

.width-desktop-lg {
    width: 75rem;
}

.width-widescreen {
    width: 87.5rem;
}

.width-0 {
    width: 0;
}

#header-content > div, .width-full, nav {
    width: 100%
}

.width-auto {
    width: auto;
}

.z-auto {
    z-index: auto;
}

.z-bottom {
    z-index: -100;
}

.z-top {
    z-index: 99999;
}

.z-0 {
    z-index: 0;
}

.z-100 {
    z-index: 100;
}

.z-200 {
    z-index: 200;
}

.z-300 {
    z-index: 300;
}

.z-400 {
    z-index: 400;
}

.z-500 {
    z-index: 500;
}

@media all and (min-width:30em) {
    .mobile-lg\: border-1px, .mobile-lg\:hover\:border-1px:hover {
        border: 1px solid;
    }

    .mobile-lg\:border-y-1px, .mobile-lg\:hover\:border-y-1px:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .mobile-lg\:border-x-1px, .mobile-lg\:hover\:border-x-1px:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .mobile-lg\:border-top-1px, .mobile-lg\:hover\:border-top-1px:hover {
        border-top: 1px solid;
    }

    .mobile-lg\:border-right-1px, .mobile-lg\:hover\:border-right-1px:hover {
        border-right: 1px solid;
    }

    .mobile-lg\:border-bottom-1px, .mobile-lg\:hover\:border-bottom-1px:hover {
        border-bottom: 1px solid;
    }

    .mobile-lg\:border-left-1px, .mobile-lg\:hover\:border-left-1px:hover {
        border-left: 1px solid;
    }

    .mobile-lg\:border-2px, .mobile-lg\:hover\:border-2px:hover {
        border: 2px solid;
    }

    .mobile-lg\:border-y-2px, .mobile-lg\:hover\:border-y-2px:hover {
        border-top: 2px solid;
        border-bottom: 2px solid;
    }

    .mobile-lg\:border-x-2px, .mobile-lg\:hover\:border-x-2px:hover {
        border-left: 2px solid;
        border-right: 2px solid;
    }

    .mobile-lg\:border-top-2px, .mobile-lg\:hover\:border-top-2px:hover {
        border-top: 2px solid;
    }

    .mobile-lg\:border-right-2px, .mobile-lg\:hover\:border-right-2px:hover {
        border-right: 2px solid;
    }

    .mobile-lg\:border-bottom-2px, .mobile-lg\:hover\:border-bottom-2px:hover {
        border-bottom: 2px solid;
    }

    .mobile-lg\:border-left-2px, .mobile-lg\:hover\:border-left-2px:hover {
        border-left: 2px solid;
    }

    .mobile-lg\:border-05, .mobile-lg\:hover\:border-05:hover {
        border: .25rem solid;
    }

    .mobile-lg\:border-y-05, .mobile-lg\:hover\:border-y-05:hover {
        border-top: .25rem solid;
        border-bottom: .25rem solid;
    }

    .mobile-lg\:border-x-05, .mobile-lg\:hover\:border-x-05:hover {
        border-left: .25rem solid;
        border-right: .25rem solid;
    }

    .mobile-lg\:border-top-05, .mobile-lg\:hover\:border-top-05:hover {
        border-top: .25rem solid;
    }

    .mobile-lg\:border-right-05, .mobile-lg\:hover\:border-right-05:hover {
        border-right: .25rem solid;
    }

    .mobile-lg\:border-bottom-05, .mobile-lg\:hover\:border-bottom-05:hover {
        border-bottom: .25rem solid;
    }

    .mobile-lg\:border-left-05, .mobile-lg\:hover\:border-left-05:hover {
        border-left: .25rem solid;
    }

    .mobile-lg\:border-1, .mobile-lg\:hover\:border-1:hover {
        border: .5rem solid;
    }

    .mobile-lg\:border-y-1, .mobile-lg\:hover\:border-y-1:hover {
        border-top: .5rem solid;
        border-bottom: .5rem solid;
    }

    .mobile-lg\:border-x-1, .mobile-lg\:hover\:border-x-1:hover {
        border-left: .5rem solid;
        border-right: .5rem solid;
    }

    .mobile-lg\:border-top-1, .mobile-lg\:hover\:border-top-1:hover {
        border-top: .5rem solid;
    }

    .mobile-lg\:border-right-1, .mobile-lg\:hover\:border-right-1:hover {
        border-right: .5rem solid;
    }

    .mobile-lg\:border-bottom-1, .mobile-lg\:hover\:border-bottom-1:hover {
        border-bottom: .5rem solid;
    }

    .mobile-lg\:border-left-1, .mobile-lg\:hover\:border-left-1:hover {
        border-left: .5rem solid;
    }

    .mobile-lg\:border-105, .mobile-lg\:hover\:border-105:hover {
        border: .75rem solid;
    }

    .mobile-lg\:border-y-105, .mobile-lg\:hover\:border-y-105:hover {
        border-top: .75rem solid;
        border-bottom: .75rem solid;
    }

    .mobile-lg\:border-x-105, .mobile-lg\:hover\:border-x-105:hover {
        border-left: .75rem solid;
        border-right: .75rem solid;
    }

    .mobile-lg\:border-top-105, .mobile-lg\:hover\:border-top-105:hover {
        border-top: .75rem solid;
    }

    .mobile-lg\:border-right-105, .mobile-lg\:hover\:border-right-105:hover {
        border-right: .75rem solid;
    }

    .mobile-lg\:border-bottom-105, .mobile-lg\:hover\:border-bottom-105:hover {
        border-bottom: .75rem solid;
    }

    .mobile-lg\:border-left-105, .mobile-lg\:hover\:border-left-105:hover {
        border-left: .75rem solid;
    }

    .mobile-lg\:border-2, .mobile-lg\:hover\:border-2:hover {
        border: 1rem solid;
    }

    .mobile-lg\:border-y-2, .mobile-lg\:hover\:border-y-2:hover {
        border-top: 1rem solid;
        border-bottom: 1rem solid;
    }

    .mobile-lg\:border-x-2, .mobile-lg\:hover\:border-x-2:hover {
        border-left: 1rem solid;
        border-right: 1rem solid;
    }

    .mobile-lg\:border-top-2, .mobile-lg\:hover\:border-top-2:hover {
        border-top: 1rem solid;
    }

    .mobile-lg\:border-right-2, .mobile-lg\:hover\:border-right-2:hover {
        border-right: 1rem solid;
    }

    .mobile-lg\:border-bottom-2, .mobile-lg\:hover\:border-bottom-2:hover {
        border-bottom: 1rem solid;
    }

    .mobile-lg\:border-left-2, .mobile-lg\:hover\:border-left-2:hover {
        border-left: 1rem solid;
    }

    .mobile-lg\:border-205, .mobile-lg\:hover\:border-205:hover {
        border: 1.25rem solid;
    }

    .mobile-lg\:border-y-205, .mobile-lg\:hover\:border-y-205:hover {
        border-top: 1.25rem solid;
        border-bottom: 1.25rem solid;
    }

    .mobile-lg\:border-x-205, .mobile-lg\:hover\:border-x-205:hover {
        border-left: 1.25rem solid;
        border-right: 1.25rem solid;
    }

    .mobile-lg\:border-top-205, .mobile-lg\:hover\:border-top-205:hover {
        border-top: 1.25rem solid;
    }

    .mobile-lg\:border-right-205, .mobile-lg\:hover\:border-right-205:hover {
        border-right: 1.25rem solid;
    }

    .mobile-lg\:border-bottom-205, .mobile-lg\:hover\:border-bottom-205:hover {
        border-bottom: 1.25rem solid;
    }

    .mobile-lg\:border-left-205, .mobile-lg\:hover\:border-left-205:hover {
        border-left: 1.25rem solid;
    }

    .mobile-lg\:border-3, .mobile-lg\:hover\:border-3:hover {
        border: 1.5rem solid;
    }

    .mobile-lg\:border-y-3, .mobile-lg\:hover\:border-y-3:hover {
        border-top: 1.5rem solid;
        border-bottom: 1.5rem solid;
    }

    .mobile-lg\:border-x-3, .mobile-lg\:hover\:border-x-3:hover {
        border-left: 1.5rem solid;
        border-right: 1.5rem solid;
    }

    .mobile-lg\:border-top-3, .mobile-lg\:hover\:border-top-3:hover {
        border-top: 1.5rem solid;
    }

    .mobile-lg\:border-right-3, .mobile-lg\:hover\:border-right-3:hover {
        border-right: 1.5rem solid;
    }

    .mobile-lg\:border-bottom-3, .mobile-lg\:hover\:border-bottom-3:hover {
        border-bottom: 1.5rem solid;
    }

    .mobile-lg\:border-left-3, .mobile-lg\:hover\:border-left-3:hover {
        border-left: 1.5rem solid;
    }

    .mobile-lg\:border-0, .mobile-lg\:hover\:border-0:hover {
        border: 0 solid;
    }

    .mobile-lg\:border-y-0, .mobile-lg\:hover\:border-y-0:hover {
        border-top: 0 solid;
        border-bottom: 0 solid;
    }

    .mobile-lg\:border-x-0, .mobile-lg\:hover\:border-x-0:hover {
        border-left: 0 solid;
        border-right: 0 solid;
    }

    .mobile-lg\:border-top-0, .mobile-lg\:hover\:border-top-0:hover {
        border-top: 0 solid;
    }

    .mobile-lg\:border-right-0, .mobile-lg\:hover\:border-right-0:hover {
        border-right: 0 solid;
    }

    .mobile-lg\:border-bottom-0, .mobile-lg\:hover\:border-bottom-0:hover {
        border-bottom: 0 solid;
    }

    .mobile-lg\:border-left-0, .mobile-lg\:hover\:border-left-0:hover {
        border-left: 0 solid;
    }

    .mobile-lg\:border, .mobile-lg\:hover\:border:hover {
        border: 1px solid;
    }

    .mobile-lg\:border-y, .mobile-lg\:hover\:border-y:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .mobile-lg\:border-x, .mobile-lg\:hover\:border-x:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .mobile-lg\:border-top, .mobile-lg\:hover\:border-top:hover {
        border-top: 1px solid;
    }

    .mobile-lg\:border-right, .mobile-lg\:hover\:border-right:hover {
        border-right: 1px solid;
    }

    .mobile-lg\:border-bottom, .mobile-lg\:hover\:border-bottom:hover {
        border-bottom: 1px solid;
    }

    .mobile-lg\:border-left, .mobile-lg\:hover\:border-left:hover {
        border-left: 1px solid;
    }

    .mobile-lg\:border-transparent, .mobile-lg\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .mobile-lg\:border-black, .mobile-lg\:hover\:border-black:hover {
        border-color: #000;
    }

    .mobile-lg\:border-white, .mobile-lg\:hover\:border-white:hover {
        border-color: #fff;
    }

    .mobile-lg\:border-red, .mobile-lg\:hover\:border-red:hover {
        border-color: #e52207;
    }

    .mobile-lg\:border-orange, .mobile-lg\:hover\:border-orange:hover {
        border-color: #e66f0e;
    }

    .mobile-lg\:border-gold, .mobile-lg\:hover\:border-gold:hover {
        border-color: #ffbe2e;
    }

    .mobile-lg\:border-yellow, .mobile-lg\:hover\:border-yellow:hover {
        border-color: #fee685;
    }

    .mobile-lg\:border-green, .mobile-lg\:hover\:border-green:hover {
        border-color: #538200;
    }

    .mobile-lg\:border-mint, .mobile-lg\:hover\:border-mint:hover {
        border-color: #04c585;
    }

    .mobile-lg\:border-cyan, .mobile-lg\:hover\:border-cyan:hover {
        border-color: #009ec1;
    }

    .mobile-lg\:border-blue, .mobile-lg\:hover\:border-blue:hover {
        border-color: #0076d6;
    }

    .mobile-lg\:border-indigo, .mobile-lg\:hover\:border-indigo:hover {
        border-color: #676cc8;
    }

    .mobile-lg\:border-violet, .mobile-lg\:hover\:border-violet:hover {
        border-color: #8168b3;
    }

    .mobile-lg\:border-magenta, .mobile-lg\:hover\:border-magenta:hover {
        border-color: #d72d79;
    }

    .mobile-lg\:border-gray-5, .mobile-lg\:hover\:border-gray-5:hover {
        border-color: #f0f0f0;
    }

    .mobile-lg\:border-gray-10, .mobile-lg\:hover\:border-gray-10:hover {
        border-color: #e6e6e6;
    }

    .mobile-lg\:border-gray-30, .mobile-lg\:hover\:border-gray-30:hover {
        border-color: #adadad;
    }

    .mobile-lg\:border-gray-50, .mobile-lg\:hover\:border-gray-50:hover {
        border-color: #757575;
    }

    .mobile-lg\:border-gray-70, .mobile-lg\:hover\:border-gray-70:hover {
        border-color: #454545;
    }

    .mobile-lg\:border-gray-90, .mobile-lg\:hover\:border-gray-90:hover {
        border-color: #1b1b1b;
    }

    .mobile-lg\:border-base-lightest, .mobile-lg\:hover\:border-base-lightest:hover {
        border-color: #f0f0f0;
    }

    .mobile-lg\:border-base-lighter, .mobile-lg\:hover\:border-base-lighter:hover {
        border-color: #dfe1e2;
    }

    .mobile-lg\:border-base-light, .mobile-lg\:hover\:border-base-light:hover {
        border-color: #a9aeb1;
    }

    .mobile-lg\:border-base, .mobile-lg\:hover\:border-base:hover {
        border-color: #71767a;
    }

    .mobile-lg\:border-base-dark, .mobile-lg\:hover\:border-base-dark:hover {
        border-color: #565c65;
    }

    .mobile-lg\:border-base-darker, .mobile-lg\:hover\:border-base-darker:hover {
        border-color: #3d4551;
    }

    .mobile-lg\:border-base-darkest, .mobile-lg\:border-ink, .mobile-lg\:hover\:border-base-darkest:hover, .mobile-lg\:hover\:border-ink:hover {
        border-color: #1b1b1b;
    }

    .mobile-lg\:border-primary-lighter, .mobile-lg\:hover\:border-primary-lighter:hover {
        border-color: #d9e8f6;
    }

    .mobile-lg\:border-primary-light, .mobile-lg\:hover\:border-primary-light:hover {
        border-color: #73b3e7;
    }

    .mobile-lg\:border-primary, .mobile-lg\:hover\:border-primary:hover {
        border-color: #005ea2;
    }

    .mobile-lg\:border-primary-vivid, .mobile-lg\:hover\:border-primary-vivid:hover {
        border-color: #0050d8;
    }

    .mobile-lg\:border-primary-dark, .mobile-lg\:hover\:border-primary-dark:hover {
        border-color: #1a4480;
    }

    .mobile-lg\:border-primary-darker, .mobile-lg\:hover\:border-primary-darker:hover {
        border-color: #162e51;
    }

    .mobile-lg\:border-secondary-lighter, .mobile-lg\:hover\:border-secondary-lighter:hover {
        border-color: #f3e1e4;
    }

    .mobile-lg\:border-secondary-light, .mobile-lg\:hover\:border-secondary-light:hover {
        border-color: #f2938c;
    }

    .mobile-lg\:border-secondary, .mobile-lg\:hover\:border-secondary:hover {
        border-color: #d83933;
    }

    .mobile-lg\:border-secondary-vivid, .mobile-lg\:hover\:border-secondary-vivid:hover {
        border-color: #e41d3d;
    }

    .mobile-lg\:border-secondary-dark, .mobile-lg\:hover\:border-secondary-dark:hover {
        border-color: #b50909;
    }

    .mobile-lg\:border-secondary-darker, .mobile-lg\:hover\:border-secondary-darker:hover {
        border-color: #8b0a03;
    }

    .mobile-lg\:border-accent-warm-darker, .mobile-lg\:hover\:border-accent-warm-darker:hover {
        border-color: #775540;
    }

    .mobile-lg\:border-accent-warm-dark, .mobile-lg\:hover\:border-accent-warm-dark:hover {
        border-color: #c05600;
    }

    .mobile-lg\:border-accent-warm, .mobile-lg\:hover\:border-accent-warm:hover {
        border-color: #fa9441;
    }

    .mobile-lg\:border-accent-warm-light, .mobile-lg\:hover\:border-accent-warm-light:hover {
        border-color: #ffbc78;
    }

    .mobile-lg\:border-accent-warm-lighter, .mobile-lg\:hover\:border-accent-warm-lighter:hover {
        border-color: #f2e4d4;
    }

    .mobile-lg\:border-accent-cool-darker, .mobile-lg\:hover\:border-accent-cool-darker:hover {
        border-color: #07648d;
    }

    .mobile-lg\:border-accent-cool-dark, .mobile-lg\:hover\:border-accent-cool-dark:hover {
        border-color: #28a0cb;
    }

    .mobile-lg\:border-accent-cool, .mobile-lg\:hover\:border-accent-cool:hover {
        border-color: #00bde3;
    }

    .mobile-lg\:border-accent-cool-light, .mobile-lg\:hover\:border-accent-cool-light:hover {
        border-color: #97d4ea;
    }

    .mobile-lg\:border-accent-cool-lighter, .mobile-lg\:hover\:border-accent-cool-lighter:hover {
        border-color: #e1f3f8;
    }

    .mobile-lg\:radius-0 {
        border-radius: 0;
    }

    .mobile-lg\:radius-top-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .mobile-lg\:radius-right-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .mobile-lg\:radius-bottom-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .mobile-lg\:radius-left-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .mobile-lg\:radius-sm {
        border-radius: 2px;
    }

    .mobile-lg\:radius-top-sm {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .mobile-lg\:radius-right-sm {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .mobile-lg\:radius-bottom-sm {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .mobile-lg\:radius-left-sm {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .mobile-lg\:radius-md {
        border-radius: .25rem;
    }

    .mobile-lg\:radius-top-md {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .mobile-lg\:radius-right-md {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .mobile-lg\:radius-bottom-md {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .mobile-lg\:radius-left-md {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .mobile-lg\:radius-lg {
        border-radius: .5rem;
    }

    .mobile-lg\:radius-top-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
    }

    .mobile-lg\:radius-right-lg {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .mobile-lg\:radius-bottom-lg {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .mobile-lg\:radius-left-lg {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    .mobile-lg\:radius-pill {
        border-radius: 99rem;
    }

    .mobile-lg\:radius-top-pill {
        border-top-left-radius: 99rem;
        border-top-right-radius: 99rem;
    }

    .mobile-lg\:radius-right-pill {
        border-top-right-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .mobile-lg\:radius-bottom-pill {
        border-bottom-left-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .mobile-lg\:radius-left-pill {
        border-top-left-radius: 99rem;
        border-bottom-left-radius: 99rem;
    }

    .mobile-lg\:display-block {
        display: block;
    }

    .mobile-lg\:display-flex {
        display: flex;
    }

    .mobile-lg\:display-none {
        display: none;
    }

    .mobile-lg\:display-inline {
        display: inline;
    }

    .mobile-lg\:display-inline-block {
        display: inline-block;
    }

    .mobile-lg\:display-inline-flex {
        display: inline-flex;
    }

    .mobile-lg\:display-table {
        display: table;
    }

    .mobile-lg\:display-table-cell {
        display: table-cell;
    }

    .mobile-lg\:display-table-row {
        display: table-row;
    }

    .mobile-lg\:font-mono-3xs {
        font-size: .77rem;
    }

    .mobile-lg\:font-mono-2xs {
        font-size: .83rem;
    }

    .mobile-lg\:font-mono-xs {
        font-size: .89rem;
    }

    .mobile-lg\:font-mono-sm {
        font-size: .95rem;
    }

    .mobile-lg\:font-mono-md {
        font-size: 1.01rem;
    }

    .mobile-lg\:font-mono-lg {
        font-size: 1.31rem;
    }

    .mobile-lg\:font-mono-xl {
        font-size: 1.91rem;
    }

    .mobile-lg\:font-mono-2xl {
        font-size: 2.38rem;
    }

    .mobile-lg\:font-mono-3xl {
        font-size: 2.86rem;
    }

    .mobile-lg\:font-sans-3xs {
        font-size: .87rem;
    }

    .mobile-lg\:font-sans-2xs {
        font-size: .93rem;
    }

    .mobile-lg\:font-sans-xs {
        font-size: 1rem;
    }

    .mobile-lg\:font-sans-sm {
        font-size: 1.06rem;
    }

    .mobile-lg\:font-sans-md {
        font-size: 1.13rem;
    }

    .mobile-lg\:font-sans-lg {
        font-size: 1.46rem;
    }

    .mobile-lg\:font-sans-xl {
        font-size: 2.13rem;
    }

    .mobile-lg\:font-sans-2xl {
        font-size: 2.66rem;
    }

    .mobile-lg\:font-sans-3xl {
        font-size: 3.19rem;
    }

    .mobile-lg\:font-serif-3xs {
        font-size: .79rem;
    }

    .mobile-lg\:font-serif-2xs {
        font-size: .85rem;
    }

    .mobile-lg\:font-serif-xs {
        font-size: .91rem;
    }

    .mobile-lg\:font-serif-sm {
        font-size: .98rem;
    }

    .mobile-lg\:font-serif-md {
        font-size: 1.04rem;
    }

    .mobile-lg\:font-serif-lg {
        font-size: 1.34rem;
    }

    .mobile-lg\:font-serif-xl {
        font-size: 1.95rem;
    }

    .mobile-lg\:font-serif-2xl {
        font-size: 2.44rem;
    }

    .mobile-lg\:font-serif-3xl {
        font-size: 2.93rem;
    }

    .mobile-lg\:font-heading-3xs {
        font-size: .79rem;
    }

    .mobile-lg\:font-heading-2xs {
        font-size: .85rem;
    }

    .mobile-lg\:font-heading-xs {
        font-size: .91rem;
    }

    .mobile-lg\:font-heading-sm {
        font-size: .98rem;
    }

    .mobile-lg\:font-heading-md {
        font-size: 1.04rem;
    }

    .mobile-lg\:font-heading-lg {
        font-size: 1.34rem;
    }

    .mobile-lg\:font-heading-xl {
        font-size: 1.95rem;
    }

    .mobile-lg\:font-heading-2xl {
        font-size: 2.44rem;
    }

    .mobile-lg\:font-heading-3xl {
        font-size: 2.93rem;
    }

    .mobile-lg\:font-body-3xs {
        font-size: .87rem;
    }

    .mobile-lg\:font-body-2xs {
        font-size: .93rem;
    }

    .mobile-lg\:font-body-xs {
        font-size: 1rem;
    }

    .mobile-lg\:font-body-sm {
        font-size: 1.06rem;
    }

    .mobile-lg\:font-body-md {
        font-size: 1.13rem;
    }

    .mobile-lg\:font-body-lg {
        font-size: 1.46rem;
    }

    .mobile-lg\:font-body-xl {
        font-size: 2.13rem;
    }

    .mobile-lg\:font-body-2xl {
        font-size: 2.66rem;
    }

    .mobile-lg\:font-body-3xl {
        font-size: 3.19rem;
    }

    .mobile-lg\:font-code-3xs {
        font-size: .77rem;
    }

    .mobile-lg\:font-code-2xs {
        font-size: .83rem;
    }

    .mobile-lg\:font-code-xs {
        font-size: .89rem;
    }

    .mobile-lg\:font-code-sm {
        font-size: .95rem;
    }

    .mobile-lg\:font-code-md {
        font-size: 1.01rem;
    }

    .mobile-lg\:font-code-lg {
        font-size: 1.31rem;
    }

    .mobile-lg\:font-code-xl {
        font-size: 1.91rem;
    }

    .mobile-lg\:font-code-2xl {
        font-size: 2.38rem;
    }

    .mobile-lg\:font-code-3xl {
        font-size: 2.86rem;
    }

    .mobile-lg\:font-alt-3xs {
        font-size: .79rem;
    }

    .mobile-lg\:font-alt-2xs {
        font-size: .85rem;
    }

    .mobile-lg\:font-alt-xs {
        font-size: .91rem;
    }

    .mobile-lg\:font-alt-sm {
        font-size: .98rem;
    }

    .mobile-lg\:font-alt-md {
        font-size: 1.04rem;
    }

    .mobile-lg\:font-alt-lg {
        font-size: 1.34rem;
    }

    .mobile-lg\:font-alt-xl {
        font-size: 1.95rem;
    }

    .mobile-lg\:font-alt-2xl {
        font-size: 2.44rem;
    }

    .mobile-lg\:font-alt-3xl {
        font-size: 2.93rem;
    }

    .mobile-lg\:font-ui-3xs {
        font-size: .87rem;
    }

    .mobile-lg\:font-ui-2xs {
        font-size: .93rem;
    }

    .mobile-lg\:font-ui-xs {
        font-size: 1rem;
    }

    .mobile-lg\:font-ui-sm {
        font-size: 1.06rem;
    }

    .mobile-lg\:font-ui-md {
        font-size: 1.13rem;
    }

    .mobile-lg\:font-ui-lg {
        font-size: 1.46rem;
    }

    .mobile-lg\:font-ui-xl {
        font-size: 2.13rem;
    }

    .mobile-lg\:font-ui-2xl {
        font-size: 2.66rem;
    }

    .mobile-lg\:font-ui-3xl {
        font-size: 3.19rem;
    }

    .mobile-lg\:text-light {
        font-weight: 300;
    }

    .mobile-lg\:text-normal {
        font-weight: 400;
    }

    .mobile-lg\:text-bold {
        font-weight: 700;
    }

    .mobile-lg\:flex-justify-center {
        justify-content: center;
    }

    .mobile-lg\:flex-justify-start {
        justify-content: flex-start;
    }

    .mobile-lg\:flex-justify-end {
        justify-content: flex-end;
    }

    .mobile-lg\:flex-justify {
        justify-content: space-between;
    }

    .mobile-lg\:line-height-sans-1 {
        line-height: .9;
    }

    .mobile-lg\:line-height-sans-2 {
        line-height: 1.1;
    }

    .mobile-lg\:line-height-sans-3 {
        line-height: 1.3;
    }

    .mobile-lg\:line-height-sans-4 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-sans-5 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-sans-6 {
        line-height: 1.6;
    }

    .mobile-lg\:line-height-serif-1 {
        line-height: 1;
    }

    .mobile-lg\:line-height-serif-2 {
        line-height: 1.2;
    }

    .mobile-lg\:line-height-serif-3 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-serif-4 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-serif-5 {
        line-height: 1.7;
    }

    .mobile-lg\:line-height-serif-6 {
        line-height: 1.8;
    }

    .mobile-lg\:line-height-mono-1 {
        line-height: 1;
    }

    .mobile-lg\:line-height-mono-2 {
        line-height: 1.3;
    }

    .mobile-lg\:line-height-mono-3 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-mono-4 {
        line-height: 1.6;
    }

    .mobile-lg\:line-height-mono-5 {
        line-height: 1.7;
    }

    .mobile-lg\:line-height-mono-6 {
        line-height: 1.8;
    }

    .mobile-lg\:line-height-heading-1 {
        line-height: 1;
    }

    .mobile-lg\:line-height-heading-2 {
        line-height: 1.2;
    }

    .mobile-lg\:line-height-heading-3 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-heading-4 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-heading-5 {
        line-height: 1.7;
    }

    .mobile-lg\:line-height-heading-6 {
        line-height: 1.8;
    }

    .mobile-lg\:line-height-ui-1 {
        line-height: .9;
    }

    .mobile-lg\:line-height-ui-2 {
        line-height: 1.1;
    }

    .mobile-lg\:line-height-ui-3 {
        line-height: 1.3;
    }

    .mobile-lg\:line-height-ui-4 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-ui-5 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-ui-6 {
        line-height: 1.6;
    }

    .mobile-lg\:line-height-body-1 {
        line-height: .9;
    }

    .mobile-lg\:line-height-body-2 {
        line-height: 1.1;
    }

    .mobile-lg\:line-height-body-3 {
        line-height: 1.3;
    }

    .mobile-lg\:line-height-body-4 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-body-5 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-body-6 {
        line-height: 1.6;
    }

    .mobile-lg\:line-height-code-1 {
        line-height: 1;
    }

    .mobile-lg\:line-height-code-2 {
        line-height: 1.3;
    }

    .mobile-lg\:line-height-code-3 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-code-4 {
        line-height: 1.6;
    }

    .mobile-lg\:line-height-code-5 {
        line-height: 1.7;
    }

    .mobile-lg\:line-height-code-6 {
        line-height: 1.8;
    }

    .mobile-lg\:line-height-alt-1 {
        line-height: 1;
    }

    .mobile-lg\:line-height-alt-2 {
        line-height: 1.2;
    }

    .mobile-lg\:line-height-alt-3 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-alt-4 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-alt-5 {
        line-height: 1.7;
    }

    .mobile-lg\:line-height-alt-6 {
        line-height: 1.8;
    }

    .mobile-lg\:margin-neg-1px {
        margin: -1px;
    }

    .mobile-lg\:margin-neg-2px {
        margin: -2px;
    }

    .mobile-lg\:margin-neg-05 {
        margin: -.25rem;
    }

    .mobile-lg\:margin-neg-1 {
        margin: -.5rem;
    }

    .mobile-lg\:margin-neg-105 {
        margin: -.75rem;
    }

    .mobile-lg\:margin-neg-2 {
        margin: -1rem;
    }

    .mobile-lg\:margin-neg-205 {
        margin: -1.25rem;
    }

    .mobile-lg\:margin-neg-3 {
        margin: -1.5rem;
    }

    .mobile-lg\:margin-1px {
        margin: 1px;
    }

    .mobile-lg\:margin-2px {
        margin: 2px;
    }

    .mobile-lg\:margin-05 {
        margin: .25rem;
    }

    .mobile-lg\:margin-1 {
        margin: .5rem;
    }

    .mobile-lg\:margin-105 {
        margin: .75rem;
    }

    .mobile-lg\:margin-2 {
        margin: 1rem;
    }

    .mobile-lg\:margin-205 {
        margin: 1.25rem;
    }

    .mobile-lg\:margin-3 {
        margin: 1.5rem;
    }

    .mobile-lg\:margin-4 {
        margin: 2rem;
    }

    .mobile-lg\:margin-5 {
        margin: 2.5rem;
    }

    .mobile-lg\:margin-6 {
        margin: 3rem;
    }

    .mobile-lg\:margin-7 {
        margin: 3.5rem;
    }

    .mobile-lg\:margin-8 {
        margin: 4rem;
    }

    .mobile-lg\:margin-9 {
        margin: 4.5rem;
    }

    .mobile-lg\:margin-10 {
        margin: 5rem;
    }

    .mobile-lg\:margin-15 {
        margin: 7.5rem;
    }

    .mobile-lg\:margin-05em {
        margin: .5em;
    }

    .mobile-lg\:margin-1em {
        margin: 1em;
    }

    .mobile-lg\:margin-105em {
        margin: 1.5em;
    }

    .mobile-lg\:margin-2em {
        margin: 2em;
    }

    .mobile-lg\:margin-0 {
        margin: 0;
    }

    .mobile-lg\:margin-y-1px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .mobile-lg\:margin-top-1px {
        margin-top: 1px;
    }

    .mobile-lg\:margin-bottom-1px {
        margin-bottom: 1px;
    }

    .mobile-lg\:margin-y-2px {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .mobile-lg\:margin-top-2px {
        margin-top: 2px;
    }

    .mobile-lg\:margin-bottom-2px {
        margin-bottom: 2px;
    }

    .mobile-lg\:margin-y-05 {
        margin-top: .25rem;
        margin-bottom: .25rem;
    }

    .mobile-lg\:margin-top-05 {
        margin-top: .25rem;
    }

    .mobile-lg\:margin-bottom-05 {
        margin-bottom: .25rem;
    }

    .mobile-lg\:margin-y-1 {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .mobile-lg\:margin-top-1 {
        margin-top: .5rem;
    }

    .mobile-lg\:margin-bottom-1 {
        margin-bottom: .5rem;
    }

    .mobile-lg\:margin-y-105 {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }

    .mobile-lg\:margin-top-105 {
        margin-top: .75rem;
    }

    .mobile-lg\:margin-bottom-105 {
        margin-bottom: .75rem;
    }

    .mobile-lg\:margin-y-2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .mobile-lg\:margin-top-2 {
        margin-top: 1rem;
    }

    .mobile-lg\:margin-bottom-2 {
        margin-bottom: 1rem;
    }

    .mobile-lg\:margin-y-205 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .mobile-lg\:margin-top-205 {
        margin-top: 1.25rem;
    }

    .mobile-lg\:margin-bottom-205 {
        margin-bottom: 1.25rem;
    }

    .mobile-lg\:margin-y-3 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .mobile-lg\:margin-top-3 {
        margin-top: 1.5rem;
    }

    .mobile-lg\:margin-bottom-3 {
        margin-bottom: 1.5rem;
    }

    .mobile-lg\:margin-y-neg-1px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .mobile-lg\:margin-top-neg-1px {
        margin-top: -1px;
    }

    .mobile-lg\:margin-bottom-neg-1px {
        margin-bottom: -1px;
    }

    .mobile-lg\:margin-y-neg-2px {
        margin-top: -2px;
        margin-bottom: -2px;
    }

    .mobile-lg\:margin-top-neg-2px {
        margin-top: -2px;
    }

    .mobile-lg\:margin-bottom-neg-2px {
        margin-bottom: -2px;
    }

    .mobile-lg\:margin-y-neg-05 {
        margin-top: -.25rem;
        margin-bottom: -.25rem;
    }

    .mobile-lg\:margin-top-neg-05 {
        margin-top: -.25rem;
    }

    .mobile-lg\:margin-bottom-neg-05 {
        margin-bottom: -.25rem;
    }

    .mobile-lg\:margin-y-neg-1 {
        margin-top: -.5rem;
        margin-bottom: -.5rem;
    }

    .mobile-lg\:margin-top-neg-1 {
        margin-top: -.5rem;
    }

    .mobile-lg\:margin-bottom-neg-1 {
        margin-bottom: -.5rem;
    }

    .mobile-lg\:margin-y-neg-105 {
        margin-top: -.75rem;
        margin-bottom: -.75rem;
    }

    .mobile-lg\:margin-top-neg-105 {
        margin-top: -.75rem;
    }

    .mobile-lg\:margin-bottom-neg-105 {
        margin-bottom: -.75rem;
    }

    .mobile-lg\:margin-y-neg-2 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .mobile-lg\:margin-top-neg-2 {
        margin-top: -1rem;
    }

    .mobile-lg\:margin-bottom-neg-2 {
        margin-bottom: -1rem;
    }

    .mobile-lg\:margin-y-neg-205 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .mobile-lg\:margin-top-neg-205 {
        margin-top: -1.25rem;
    }

    .mobile-lg\:margin-bottom-neg-205 {
        margin-bottom: -1.25rem;
    }

    .mobile-lg\:margin-y-neg-3 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .mobile-lg\:margin-top-neg-3 {
        margin-top: -1.5rem;
    }

    .mobile-lg\:margin-bottom-neg-3 {
        margin-bottom: -1.5rem;
    }

    .mobile-lg\:margin-y-4 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .mobile-lg\:margin-top-4 {
        margin-top: 2rem;
    }

    .mobile-lg\:margin-bottom-4 {
        margin-bottom: 2rem;
    }

    .mobile-lg\:margin-y-5 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .mobile-lg\:margin-top-5 {
        margin-top: 2.5rem;
    }

    .mobile-lg\:margin-bottom-5 {
        margin-bottom: 2.5rem;
    }

    .mobile-lg\:margin-y-6 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .mobile-lg\:margin-top-6 {
        margin-top: 3rem;
    }

    .mobile-lg\:margin-bottom-6 {
        margin-bottom: 3rem;
    }

    .mobile-lg\:margin-y-7 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .mobile-lg\:margin-top-7 {
        margin-top: 3.5rem;
    }

    .mobile-lg\:margin-bottom-7 {
        margin-bottom: 3.5rem;
    }

    .mobile-lg\:margin-y-8 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .mobile-lg\:margin-top-8 {
        margin-top: 4rem;
    }

    .mobile-lg\:margin-bottom-8 {
        margin-bottom: 4rem;
    }

    .mobile-lg\:margin-y-9 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }

    .mobile-lg\:margin-top-9 {
        margin-top: 4.5rem;
    }

    .mobile-lg\:margin-bottom-9 {
        margin-bottom: 4.5rem;
    }

    .mobile-lg\:margin-y-10 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .mobile-lg\:margin-top-10 {
        margin-top: 5rem;
    }

    .mobile-lg\:margin-bottom-10 {
        margin-bottom: 5rem;
    }

    .mobile-lg\:margin-y-15 {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem;
    }

    .mobile-lg\:margin-top-15 {
        margin-top: 7.5rem;
    }

    .mobile-lg\:margin-bottom-15 {
        margin-bottom: 7.5rem;
    }

    .mobile-lg\:margin-y-05em {
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .mobile-lg\:margin-top-05em {
        margin-top: .5em;
    }

    .mobile-lg\:margin-bottom-05em {
        margin-bottom: .5em;
    }

    .mobile-lg\:margin-y-1em {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .mobile-lg\:margin-top-1em {
        margin-top: 1em;
    }

    .mobile-lg\:margin-bottom-1em {
        margin-bottom: 1em;
    }

    .mobile-lg\:margin-y-105em {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .mobile-lg\:margin-top-105em {
        margin-top: 1.5em;
    }

    .mobile-lg\:margin-bottom-105em {
        margin-bottom: 1.5em;
    }

    .mobile-lg\:margin-y-2em {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .mobile-lg\:margin-top-2em {
        margin-top: 2em;
    }

    .mobile-lg\:margin-bottom-2em {
        margin-bottom: 2em;
    }

    .mobile-lg\:margin-y-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .mobile-lg\:margin-top-0 {
        margin-top: 0;
    }

    .mobile-lg\:margin-bottom-0 {
        margin-bottom: 0;
    }

    .mobile-lg\:margin-y-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .mobile-lg\:margin-top-auto {
        margin-top: auto;
    }

    .mobile-lg\:margin-bottom-auto {
        margin-bottom: auto;
    }

    .mobile-lg\:margin-x-1px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .mobile-lg\:margin-right-1px {
        margin-right: 1px;
    }

    .mobile-lg\:margin-left-1px {
        margin-left: 1px;
    }

    .mobile-lg\:margin-x-2px {
        margin-left: 2px;
        margin-right: 2px;
    }

    .mobile-lg\:margin-right-2px {
        margin-right: 2px;
    }

    .mobile-lg\:margin-left-2px {
        margin-left: 2px;
    }

    .mobile-lg\:margin-x-05 {
        margin-left: .25rem;
        margin-right: .25rem;
    }

    .mobile-lg\:margin-right-05 {
        margin-right: .25rem;
    }

    .mobile-lg\:margin-left-05 {
        margin-left: .25rem;
    }

    .mobile-lg\:margin-x-1 {
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .mobile-lg\:margin-right-1 {
        margin-right: .5rem;
    }

    .mobile-lg\:margin-left-1 {
        margin-left: .5rem;
    }

    .mobile-lg\:margin-x-105 {
        margin-left: .75rem;
        margin-right: .75rem;
    }

    .mobile-lg\:margin-right-105 {
        margin-right: .75rem;
    }

    .mobile-lg\:margin-left-105 {
        margin-left: .75rem;
    }

    .mobile-lg\:margin-x-2 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .mobile-lg\:margin-right-2 {
        margin-right: 1rem;
    }

    .mobile-lg\:margin-left-2 {
        margin-left: 1rem;
    }

    .mobile-lg\:margin-x-205 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .mobile-lg\:margin-right-205 {
        margin-right: 1.25rem;
    }

    .mobile-lg\:margin-left-205 {
        margin-left: 1.25rem;
    }

    .mobile-lg\:margin-x-3 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .mobile-lg\:margin-right-3 {
        margin-right: 1.5rem;
    }

    .mobile-lg\:margin-left-3 {
        margin-left: 1.5rem;
    }

    .mobile-lg\:margin-x-neg-1px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .mobile-lg\:margin-right-neg-1px {
        margin-right: -1px;
    }

    .mobile-lg\:margin-left-neg-1px {
        margin-left: -1px;
    }

    .mobile-lg\:margin-x-neg-2px {
        margin-left: -2px;
        margin-right: -2px;
    }

    .mobile-lg\:margin-right-neg-2px {
        margin-right: -2px;
    }

    .mobile-lg\:margin-left-neg-2px {
        margin-left: -2px;
    }

    .mobile-lg\:margin-x-neg-05 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

    .mobile-lg\:margin-right-neg-05 {
        margin-right: -.25rem;
    }

    .mobile-lg\:margin-left-neg-05 {
        margin-left: -.25rem;
    }

    .mobile-lg\:margin-x-neg-1 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

    .mobile-lg\:margin-right-neg-1 {
        margin-right: -.5rem;
    }

    .mobile-lg\:margin-left-neg-1 {
        margin-left: -.5rem;
    }

    .mobile-lg\:margin-x-neg-105 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

    .mobile-lg\:margin-right-neg-105 {
        margin-right: -.75rem;
    }

    .mobile-lg\:margin-left-neg-105 {
        margin-left: -.75rem;
    }

    .mobile-lg\:margin-x-neg-2 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .mobile-lg\:margin-right-neg-2 {
        margin-right: -1rem;
    }

    .mobile-lg\:margin-left-neg-2 {
        margin-left: -1rem;
    }

    .mobile-lg\:margin-x-neg-205 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .mobile-lg\:margin-right-neg-205 {
        margin-right: -1.25rem;
    }

    .mobile-lg\:margin-left-neg-205 {
        margin-left: -1.25rem;
    }

    .mobile-lg\:margin-x-neg-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .mobile-lg\:margin-right-neg-3 {
        margin-right: -1.5rem;
    }

    .mobile-lg\:margin-left-neg-3 {
        margin-left: -1.5rem;
    }

    .mobile-lg\:margin-x-4 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .mobile-lg\:margin-right-4 {
        margin-right: 2rem;
    }

    .mobile-lg\:margin-left-4 {
        margin-left: 2rem;
    }

    .mobile-lg\:margin-x-5 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .mobile-lg\:margin-right-5 {
        margin-right: 2.5rem;
    }

    .mobile-lg\:margin-left-5 {
        margin-left: 2.5rem;
    }

    .mobile-lg\:margin-x-6 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .mobile-lg\:margin-right-6 {
        margin-right: 3rem;
    }

    .mobile-lg\:margin-left-6 {
        margin-left: 3rem;
    }

    .mobile-lg\:margin-x-7 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .mobile-lg\:margin-right-7 {
        margin-right: 3.5rem;
    }

    .mobile-lg\:margin-left-7 {
        margin-left: 3.5rem;
    }

    .mobile-lg\:margin-x-8 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .mobile-lg\:margin-right-8 {
        margin-right: 4rem;
    }

    .mobile-lg\:margin-left-8 {
        margin-left: 4rem;
    }

    .mobile-lg\:margin-x-9 {
        margin-left: 4.5rem;
        margin-right: 4.5rem;
    }

    .mobile-lg\:margin-right-9 {
        margin-right: 4.5rem;
    }

    .mobile-lg\:margin-left-9 {
        margin-left: 4.5rem;
    }

    .mobile-lg\:margin-x-10 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .mobile-lg\:margin-right-10 {
        margin-right: 5rem;
    }

    .mobile-lg\:margin-left-10 {
        margin-left: 5rem;
    }

    .mobile-lg\:margin-x-15 {
        margin-left: 7.5rem;
        margin-right: 7.5rem;
    }

    .mobile-lg\:margin-right-15 {
        margin-right: 7.5rem;
    }

    .mobile-lg\:margin-left-15 {
        margin-left: 7.5rem;
    }

    .mobile-lg\:margin-x-card {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .mobile-lg\:margin-right-card {
        margin-right: 10rem;
    }

    .mobile-lg\:margin-left-card {
        margin-left: 10rem;
    }

    .mobile-lg\:margin-x-card-lg {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .mobile-lg\:margin-right-card-lg {
        margin-right: 15rem;
    }

    .mobile-lg\:margin-left-card-lg {
        margin-left: 15rem;
    }

    .mobile-lg\:margin-x-mobile {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .mobile-lg\:margin-right-mobile {
        margin-right: 20rem;
    }

    .mobile-lg\:margin-left-mobile {
        margin-left: 20rem;
    }

    .mobile-lg\:margin-x-05em {
        margin-left: .5em;
        margin-right: .5em;
    }

    .mobile-lg\:margin-right-05em {
        margin-right: .5em;
    }

    .mobile-lg\:margin-left-05em {
        margin-left: .5em;
    }

    .mobile-lg\:margin-x-1em {
        margin-left: 1em;
        margin-right: 1em;
    }

    .mobile-lg\:margin-right-1em {
        margin-right: 1em;
    }

    .mobile-lg\:margin-left-1em {
        margin-left: 1em;
    }

    .mobile-lg\:margin-x-105em {
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .mobile-lg\:margin-right-105em {
        margin-right: 1.5em;
    }

    .mobile-lg\:margin-left-105em {
        margin-left: 1.5em;
    }

    .mobile-lg\:margin-x-2em {
        margin-left: 2em;
        margin-right: 2em;
    }

    .mobile-lg\:margin-right-2em {
        margin-right: 2em;
    }

    .mobile-lg\:margin-left-2em {
        margin-left: 2em;
    }

    .mobile-lg\:margin-x-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .mobile-lg\:margin-right-0 {
        margin-right: 0;
    }

    .mobile-lg\:margin-left-0 {
        margin-left: 0;
    }

    .mobile-lg\:margin-x-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-lg\:margin-right-auto {
        margin-right: auto;
    }

    .mobile-lg\:margin-left-auto {
        margin-left: auto;
    }

    .mobile-lg\:measure-1 {
        max-width: 44ex;
    }

    .mobile-lg\:measure-2 {
        max-width: 60ex;
    }

    .mobile-lg\:measure-3 {
        max-width: 64ex;
    }

    .mobile-lg\:measure-4 {
        max-width: 68ex;
    }

    .mobile-lg\:measure-5 {
        max-width: 72ex;
    }

    .mobile-lg\:measure-6 {
        max-width: 88ex;
    }

    .mobile-lg\:measure-none {
        max-width: none;
    }

    .mobile-lg\:order-first {
        order: -1;
    }

    .mobile-lg\:order-last {
        order: 999;
    }

    .mobile-lg\:order-initial {
        order: initial;
    }

    .mobile-lg\:order-0 {
        order: 0;
    }

    .mobile-lg\:order-1 {
        order: 1;
    }

    .mobile-lg\:order-2 {
        order: 2;
    }

    .mobile-lg\:order-3 {
        order: 3;
    }

    .mobile-lg\:order-4 {
        order: 4;
    }

    .mobile-lg\:order-5 {
        order: 5;
    }

    .mobile-lg\:order-6 {
        order: 6;
    }

    .mobile-lg\:order-7 {
        order: 7;
    }

    .mobile-lg\:order-8 {
        order: 8;
    }

    .mobile-lg\:order-9 {
        order: 9;
    }

    .mobile-lg\:order-10 {
        order: 10;
    }

    .mobile-lg\:order-11 {
        order: 11;
    }

    .mobile-lg\:padding-1px {
        padding: 1px;
    }

    .mobile-lg\:padding-y-1px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .mobile-lg\:padding-x-1px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .mobile-lg\:padding-top-1px {
        padding-top: 1px;
    }

    .mobile-lg\:padding-right-1px {
        padding-right: 1px;
    }

    .mobile-lg\:padding-bottom-1px {
        padding-bottom: 1px;
    }

    .mobile-lg\:padding-left-1px {
        padding-left: 1px;
    }

    .mobile-lg\:padding-2px {
        padding: 2px;
    }

    .mobile-lg\:padding-y-2px {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .mobile-lg\:padding-x-2px {
        padding-left: 2px;
        padding-right: 2px;
    }

    .mobile-lg\:padding-top-2px {
        padding-top: 2px;
    }

    .mobile-lg\:padding-right-2px {
        padding-right: 2px;
    }

    .mobile-lg\:padding-bottom-2px {
        padding-bottom: 2px;
    }

    .mobile-lg\:padding-left-2px {
        padding-left: 2px;
    }

    .mobile-lg\:padding-05 {
        padding: .25rem;
    }

    .mobile-lg\:padding-y-05 {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .mobile-lg\:padding-x-05 {
        padding-left: .25rem;
        padding-right: .25rem;
    }

    .mobile-lg\:padding-top-05 {
        padding-top: .25rem;
    }

    .mobile-lg\:padding-right-05 {
        padding-right: .25rem;
    }

    .mobile-lg\:padding-bottom-05 {
        padding-bottom: .25rem;
    }

    .mobile-lg\:padding-left-05 {
        padding-left: .25rem;
    }

    .mobile-lg\:padding-1 {
        padding: .5rem;
    }

    .mobile-lg\:padding-y-1 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .mobile-lg\:padding-x-1 {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .mobile-lg\:padding-top-1 {
        padding-top: .5rem;
    }

    .mobile-lg\:padding-right-1 {
        padding-right: .5rem;
    }

    .mobile-lg\:padding-bottom-1 {
        padding-bottom: .5rem;
    }

    .mobile-lg\:padding-left-1 {
        padding-left: .5rem;
    }

    .mobile-lg\:padding-105 {
        padding: .75rem;
    }

    .mobile-lg\:padding-y-105 {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .mobile-lg\:padding-x-105 {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .mobile-lg\:padding-top-105 {
        padding-top: .75rem;
    }

    .mobile-lg\:padding-right-105 {
        padding-right: .75rem;
    }

    .mobile-lg\:padding-bottom-105 {
        padding-bottom: .75rem;
    }

    .mobile-lg\:padding-left-105 {
        padding-left: .75rem;
    }

    .mobile-lg\:padding-2 {
        padding: 1rem;
    }

    .mobile-lg\:padding-y-2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .mobile-lg\:padding-x-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mobile-lg\:padding-top-2 {
        padding-top: 1rem;
    }

    .mobile-lg\:padding-right-2 {
        padding-right: 1rem;
    }

    .mobile-lg\:padding-bottom-2 {
        padding-bottom: 1rem;
    }

    .mobile-lg\:padding-left-2 {
        padding-left: 1rem;
    }

    .mobile-lg\:padding-205 {
        padding: 1.25rem;
    }

    .mobile-lg\:padding-y-205 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .mobile-lg\:padding-x-205 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .mobile-lg\:padding-top-205 {
        padding-top: 1.25rem;
    }

    .mobile-lg\:padding-right-205 {
        padding-right: 1.25rem;
    }

    .mobile-lg\:padding-bottom-205 {
        padding-bottom: 1.25rem;
    }

    .mobile-lg\:padding-left-205 {
        padding-left: 1.25rem;
    }

    .mobile-lg\:padding-3 {
        padding: 1.5rem;
    }

    .mobile-lg\:padding-y-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .mobile-lg\:padding-x-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .mobile-lg\:padding-top-3 {
        padding-top: 1.5rem;
    }

    .mobile-lg\:padding-right-3 {
        padding-right: 1.5rem;
    }

    .mobile-lg\:padding-bottom-3 {
        padding-bottom: 1.5rem;
    }

    .mobile-lg\:padding-left-3 {
        padding-left: 1.5rem;
    }

    .mobile-lg\:padding-4 {
        padding: 2rem;
    }

    .mobile-lg\:padding-y-4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .mobile-lg\:padding-x-4 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .mobile-lg\:padding-top-4 {
        padding-top: 2rem;
    }

    .mobile-lg\:padding-right-4 {
        padding-right: 2rem;
    }

    .mobile-lg\:padding-bottom-4 {
        padding-bottom: 2rem;
    }

    .mobile-lg\:padding-left-4 {
        padding-left: 2rem;
    }

    .mobile-lg\:padding-5 {
        padding: 2.5rem;
    }

    .mobile-lg\:padding-y-5 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .mobile-lg\:padding-x-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .mobile-lg\:padding-top-5 {
        padding-top: 2.5rem;
    }

    .mobile-lg\:padding-right-5 {
        padding-right: 2.5rem;
    }

    .mobile-lg\:padding-bottom-5 {
        padding-bottom: 2.5rem;
    }

    .mobile-lg\:padding-left-5 {
        padding-left: 2.5rem;
    }

    .mobile-lg\:padding-6 {
        padding: 3rem;
    }

    .mobile-lg\:padding-y-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .mobile-lg\:padding-x-6 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .mobile-lg\:padding-top-6 {
        padding-top: 3rem;
    }

    .mobile-lg\:padding-right-6 {
        padding-right: 3rem;
    }

    .mobile-lg\:padding-bottom-6 {
        padding-bottom: 3rem;
    }

    .mobile-lg\:padding-left-6 {
        padding-left: 3rem;
    }

    .mobile-lg\:padding-7 {
        padding: 3.5rem;
    }

    .mobile-lg\:padding-y-7 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .mobile-lg\:padding-x-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .mobile-lg\:padding-top-7 {
        padding-top: 3.5rem;
    }

    .mobile-lg\:padding-right-7 {
        padding-right: 3.5rem;
    }

    .mobile-lg\:padding-bottom-7 {
        padding-bottom: 3.5rem;
    }

    .mobile-lg\:padding-left-7 {
        padding-left: 3.5rem;
    }

    .mobile-lg\:padding-8 {
        padding: 4rem;
    }

    .mobile-lg\:padding-y-8 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .mobile-lg\:padding-x-8 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .mobile-lg\:padding-top-8 {
        padding-top: 4rem;
    }

    .mobile-lg\:padding-right-8 {
        padding-right: 4rem;
    }

    .mobile-lg\:padding-bottom-8 {
        padding-bottom: 4rem;
    }

    .mobile-lg\:padding-left-8 {
        padding-left: 4rem;
    }

    .mobile-lg\:padding-9 {
        padding: 4.5rem;
    }

    .mobile-lg\:padding-y-9 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .mobile-lg\:padding-x-9 {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }

    .mobile-lg\:padding-top-9 {
        padding-top: 4.5rem;
    }

    .mobile-lg\:padding-right-9 {
        padding-right: 4.5rem;
    }

    .mobile-lg\:padding-bottom-9 {
        padding-bottom: 4.5rem;
    }

    .mobile-lg\:padding-left-9 {
        padding-left: 4.5rem;
    }

    .mobile-lg\:padding-10 {
        padding: 5rem;
    }

    .mobile-lg\:padding-y-10 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .mobile-lg\:padding-x-10 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .mobile-lg\:padding-top-10 {
        padding-top: 5rem;
    }

    .mobile-lg\:padding-right-10 {
        padding-right: 5rem;
    }

    .mobile-lg\:padding-bottom-10 {
        padding-bottom: 5rem;
    }

    .mobile-lg\:padding-left-10 {
        padding-left: 5rem;
    }

    .mobile-lg\:padding-15 {
        padding: 7.5rem;
    }

    .mobile-lg\:padding-y-15 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    .mobile-lg\:padding-x-15 {
        padding-left: 7.5rem;
        padding-right: 7.5rem;
    }

    .mobile-lg\:padding-top-15 {
        padding-top: 7.5rem;
    }

    .mobile-lg\:padding-right-15 {
        padding-right: 7.5rem;
    }

    .mobile-lg\:padding-bottom-15 {
        padding-bottom: 7.5rem;
    }

    .mobile-lg\:padding-left-15 {
        padding-left: 7.5rem;
    }

    .mobile-lg\:padding-0 {
        padding: 0;
    }

    .mobile-lg\:padding-y-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .mobile-lg\:padding-x-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-lg\:padding-top-0 {
        padding-top: 0;
    }

    .mobile-lg\:padding-right-0 {
        padding-right: 0;
    }

    .mobile-lg\:padding-bottom-0 {
        padding-bottom: 0;
    }

    .mobile-lg\:padding-left-0 {
        padding-left: 0;
    }

    .mobile-lg\:width-1px {
        width: 1px;
    }

    .mobile-lg\:width-2px {
        width: 2px;
    }

    .mobile-lg\:width-05 {
        width: .25rem;
    }

    .mobile-lg\:width-1 {
        width: .5rem;
    }

    .mobile-lg\:width-105 {
        width: .75rem;
    }

    .mobile-lg\:width-2 {
        width: 1rem;
    }

    .mobile-lg\:width-205 {
        width: 1.25rem;
    }

    .mobile-lg\:width-3 {
        width: 1.5rem;
    }

    .mobile-lg\:width-4 {
        width: 2rem;
    }

    .mobile-lg\:width-5 {
        width: 2.5rem;
    }

    .mobile-lg\:width-6 {
        width: 3rem;
    }

    .mobile-lg\:width-7 {
        width: 3.5rem;
    }

    .mobile-lg\:width-8 {
        width: 4rem;
    }

    .mobile-lg\:width-9 {
        width: 4.5rem;
    }

    .mobile-lg\:width-10 {
        width: 5rem;
    }

    .mobile-lg\:width-15 {
        width: 7.5rem;
    }

    .mobile-lg\:width-card {
        width: 10rem;
    }

    .mobile-lg\:width-card-lg {
        width: 15rem;
    }

    .mobile-lg\:width-mobile {
        width: 20rem;
    }

    .mobile-lg\:width-mobile-lg {
        width: 30rem;
    }

    .mobile-lg\:width-tablet {
        width: 40rem;
    }

    .mobile-lg\:width-tablet-lg {
        width: 55rem;
    }

    .mobile-lg\:width-desktop {
        width: 64rem;
    }

    .mobile-lg\:width-desktop-lg {
        width: 75rem;
    }

    .mobile-lg\:width-widescreen {
        width: 87.5rem;
    }

    .mobile-lg\:width-0 {
        width: 0;
    }

    .mobile-lg\:width-full {
        width: 100%
    }

    .mobile-lg\:width-auto {
        width: auto;
    }
}

@media all and (min-width:40em) {
    .tablet\: border-1px, .tablet\:hover\:border-1px:hover {
        border: 1px solid;
    }

    .tablet\:border-y-1px, .tablet\:hover\:border-y-1px:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .tablet\:border-x-1px, .tablet\:hover\:border-x-1px:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .tablet\:border-top-1px, .tablet\:hover\:border-top-1px:hover {
        border-top: 1px solid;
    }

    .tablet\:border-right-1px, .tablet\:hover\:border-right-1px:hover {
        border-right: 1px solid;
    }

    .tablet\:border-bottom-1px, .tablet\:hover\:border-bottom-1px:hover {
        border-bottom: 1px solid;
    }

    .tablet\:border-left-1px, .tablet\:hover\:border-left-1px:hover {
        border-left: 1px solid;
    }

    .tablet\:border-2px, .tablet\:hover\:border-2px:hover {
        border: 2px solid;
    }

    .tablet\:border-y-2px, .tablet\:hover\:border-y-2px:hover {
        border-top: 2px solid;
        border-bottom: 2px solid;
    }

    .tablet\:border-x-2px, .tablet\:hover\:border-x-2px:hover {
        border-left: 2px solid;
        border-right: 2px solid;
    }

    .tablet\:border-top-2px, .tablet\:hover\:border-top-2px:hover {
        border-top: 2px solid;
    }

    .tablet\:border-right-2px, .tablet\:hover\:border-right-2px:hover {
        border-right: 2px solid;
    }

    .tablet\:border-bottom-2px, .tablet\:hover\:border-bottom-2px:hover {
        border-bottom: 2px solid;
    }

    .tablet\:border-left-2px, .tablet\:hover\:border-left-2px:hover {
        border-left: 2px solid;
    }

    .tablet\:border-05, .tablet\:hover\:border-05:hover {
        border: .25rem solid;
    }

    .tablet\:border-y-05, .tablet\:hover\:border-y-05:hover {
        border-top: .25rem solid;
        border-bottom: .25rem solid;
    }

    .tablet\:border-x-05, .tablet\:hover\:border-x-05:hover {
        border-left: .25rem solid;
        border-right: .25rem solid;
    }

    .tablet\:border-top-05, .tablet\:hover\:border-top-05:hover {
        border-top: .25rem solid;
    }

    .tablet\:border-right-05, .tablet\:hover\:border-right-05:hover {
        border-right: .25rem solid;
    }

    .tablet\:border-bottom-05, .tablet\:hover\:border-bottom-05:hover {
        border-bottom: .25rem solid;
    }

    .tablet\:border-left-05, .tablet\:hover\:border-left-05:hover {
        border-left: .25rem solid;
    }

    .tablet\:border-1, .tablet\:hover\:border-1:hover {
        border: .5rem solid;
    }

    .tablet\:border-y-1, .tablet\:hover\:border-y-1:hover {
        border-top: .5rem solid;
        border-bottom: .5rem solid;
    }

    .tablet\:border-x-1, .tablet\:hover\:border-x-1:hover {
        border-left: .5rem solid;
        border-right: .5rem solid;
    }

    .tablet\:border-top-1, .tablet\:hover\:border-top-1:hover {
        border-top: .5rem solid;
    }

    .tablet\:border-right-1, .tablet\:hover\:border-right-1:hover {
        border-right: .5rem solid;
    }

    .tablet\:border-bottom-1, .tablet\:hover\:border-bottom-1:hover {
        border-bottom: .5rem solid;
    }

    .tablet\:border-left-1, .tablet\:hover\:border-left-1:hover {
        border-left: .5rem solid;
    }

    .tablet\:border-105, .tablet\:hover\:border-105:hover {
        border: .75rem solid;
    }

    .tablet\:border-y-105, .tablet\:hover\:border-y-105:hover {
        border-top: .75rem solid;
        border-bottom: .75rem solid;
    }

    .tablet\:border-x-105, .tablet\:hover\:border-x-105:hover {
        border-left: .75rem solid;
        border-right: .75rem solid;
    }

    .tablet\:border-top-105, .tablet\:hover\:border-top-105:hover {
        border-top: .75rem solid;
    }

    .tablet\:border-right-105, .tablet\:hover\:border-right-105:hover {
        border-right: .75rem solid;
    }

    .tablet\:border-bottom-105, .tablet\:hover\:border-bottom-105:hover {
        border-bottom: .75rem solid;
    }

    .tablet\:border-left-105, .tablet\:hover\:border-left-105:hover {
        border-left: .75rem solid;
    }

    .tablet\:border-2, .tablet\:hover\:border-2:hover {
        border: 1rem solid;
    }

    .tablet\:border-y-2, .tablet\:hover\:border-y-2:hover {
        border-top: 1rem solid;
        border-bottom: 1rem solid;
    }

    .tablet\:border-x-2, .tablet\:hover\:border-x-2:hover {
        border-left: 1rem solid;
        border-right: 1rem solid;
    }

    .tablet\:border-top-2, .tablet\:hover\:border-top-2:hover {
        border-top: 1rem solid;
    }

    .tablet\:border-right-2, .tablet\:hover\:border-right-2:hover {
        border-right: 1rem solid;
    }

    .tablet\:border-bottom-2, .tablet\:hover\:border-bottom-2:hover {
        border-bottom: 1rem solid;
    }

    .tablet\:border-left-2, .tablet\:hover\:border-left-2:hover {
        border-left: 1rem solid;
    }

    .tablet\:border-205, .tablet\:hover\:border-205:hover {
        border: 1.25rem solid;
    }

    .tablet\:border-y-205, .tablet\:hover\:border-y-205:hover {
        border-top: 1.25rem solid;
        border-bottom: 1.25rem solid;
    }

    .tablet\:border-x-205, .tablet\:hover\:border-x-205:hover {
        border-left: 1.25rem solid;
        border-right: 1.25rem solid;
    }

    .tablet\:border-top-205, .tablet\:hover\:border-top-205:hover {
        border-top: 1.25rem solid;
    }

    .tablet\:border-right-205, .tablet\:hover\:border-right-205:hover {
        border-right: 1.25rem solid;
    }

    .tablet\:border-bottom-205, .tablet\:hover\:border-bottom-205:hover {
        border-bottom: 1.25rem solid;
    }

    .tablet\:border-left-205, .tablet\:hover\:border-left-205:hover {
        border-left: 1.25rem solid;
    }

    .tablet\:border-3, .tablet\:hover\:border-3:hover {
        border: 1.5rem solid;
    }

    .tablet\:border-y-3, .tablet\:hover\:border-y-3:hover {
        border-top: 1.5rem solid;
        border-bottom: 1.5rem solid;
    }

    .tablet\:border-x-3, .tablet\:hover\:border-x-3:hover {
        border-left: 1.5rem solid;
        border-right: 1.5rem solid;
    }

    .tablet\:border-top-3, .tablet\:hover\:border-top-3:hover {
        border-top: 1.5rem solid;
    }

    .tablet\:border-right-3, .tablet\:hover\:border-right-3:hover {
        border-right: 1.5rem solid;
    }

    .tablet\:border-bottom-3, .tablet\:hover\:border-bottom-3:hover {
        border-bottom: 1.5rem solid;
    }

    .tablet\:border-left-3, .tablet\:hover\:border-left-3:hover {
        border-left: 1.5rem solid;
    }

    .tablet\:border-0, .tablet\:hover\:border-0:hover {
        border: 0 solid;
    }

    .tablet\:border-y-0, .tablet\:hover\:border-y-0:hover {
        border-top: 0 solid;
        border-bottom: 0 solid;
    }

    .tablet\:border-x-0, .tablet\:hover\:border-x-0:hover {
        border-left: 0 solid;
        border-right: 0 solid;
    }

    .tablet\:border-top-0, .tablet\:hover\:border-top-0:hover {
        border-top: 0 solid;
    }

    .tablet\:border-right-0, .tablet\:hover\:border-right-0:hover {
        border-right: 0 solid;
    }

    .tablet\:border-bottom-0, .tablet\:hover\:border-bottom-0:hover {
        border-bottom: 0 solid;
    }

    .tablet\:border-left-0, .tablet\:hover\:border-left-0:hover {
        border-left: 0 solid;
    }

    .tablet\:border, .tablet\:hover\:border:hover {
        border: 1px solid;
    }

    .tablet\:border-y, .tablet\:hover\:border-y:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .tablet\:border-x, .tablet\:hover\:border-x:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .tablet\:border-top, .tablet\:hover\:border-top:hover {
        border-top: 1px solid;
    }

    .tablet\:border-right, .tablet\:hover\:border-right:hover {
        border-right: 1px solid;
    }

    .tablet\:border-bottom, .tablet\:hover\:border-bottom:hover {
        border-bottom: 1px solid;
    }

    .tablet\:border-left, .tablet\:hover\:border-left:hover {
        border-left: 1px solid;
    }

    .tablet\:border-transparent, .tablet\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .tablet\:border-black, .tablet\:hover\:border-black:hover {
        border-color: #000;
    }

    .tablet\:border-white, .tablet\:hover\:border-white:hover {
        border-color: #fff;
    }

    .tablet\:border-red, .tablet\:hover\:border-red:hover {
        border-color: #e52207;
    }

    .tablet\:border-orange, .tablet\:hover\:border-orange:hover {
        border-color: #e66f0e;
    }

    .tablet\:border-gold, .tablet\:hover\:border-gold:hover {
        border-color: #ffbe2e;
    }

    .tablet\:border-yellow, .tablet\:hover\:border-yellow:hover {
        border-color: #fee685;
    }

    .tablet\:border-green, .tablet\:hover\:border-green:hover {
        border-color: #538200;
    }

    .tablet\:border-mint, .tablet\:hover\:border-mint:hover {
        border-color: #04c585;
    }

    .tablet\:border-cyan, .tablet\:hover\:border-cyan:hover {
        border-color: #009ec1;
    }

    .tablet\:border-blue, .tablet\:hover\:border-blue:hover {
        border-color: #0076d6;
    }

    .tablet\:border-indigo, .tablet\:hover\:border-indigo:hover {
        border-color: #676cc8;
    }

    .tablet\:border-violet, .tablet\:hover\:border-violet:hover {
        border-color: #8168b3;
    }

    .tablet\:border-magenta, .tablet\:hover\:border-magenta:hover {
        border-color: #d72d79;
    }

    .tablet\:border-gray-5, .tablet\:hover\:border-gray-5:hover {
        border-color: #f0f0f0;
    }

    .tablet\:border-gray-10, .tablet\:hover\:border-gray-10:hover {
        border-color: #e6e6e6;
    }

    .tablet\:border-gray-30, .tablet\:hover\:border-gray-30:hover {
        border-color: #adadad;
    }

    .tablet\:border-gray-50, .tablet\:hover\:border-gray-50:hover {
        border-color: #757575;
    }

    .tablet\:border-gray-70, .tablet\:hover\:border-gray-70:hover {
        border-color: #454545;
    }

    .tablet\:border-gray-90, .tablet\:hover\:border-gray-90:hover {
        border-color: #1b1b1b;
    }

    .tablet\:border-base-lightest, .tablet\:hover\:border-base-lightest:hover {
        border-color: #f0f0f0;
    }

    .tablet\:border-base-lighter, .tablet\:hover\:border-base-lighter:hover {
        border-color: #dfe1e2;
    }

    .tablet\:border-base-light, .tablet\:hover\:border-base-light:hover {
        border-color: #a9aeb1;
    }

    .tablet\:border-base, .tablet\:hover\:border-base:hover {
        border-color: #71767a;
    }

    .tablet\:border-base-dark, .tablet\:hover\:border-base-dark:hover {
        border-color: #565c65;
    }

    .tablet\:border-base-darker, .tablet\:hover\:border-base-darker:hover {
        border-color: #3d4551;
    }

    .tablet\:border-base-darkest, .tablet\:border-ink, .tablet\:hover\:border-base-darkest:hover, .tablet\:hover\:border-ink:hover {
        border-color: #1b1b1b;
    }

    .tablet\:border-primary-lighter, .tablet\:hover\:border-primary-lighter:hover {
        border-color: #d9e8f6;
    }

    .tablet\:border-primary-light, .tablet\:hover\:border-primary-light:hover {
        border-color: #73b3e7;
    }

    .tablet\:border-primary, .tablet\:hover\:border-primary:hover {
        border-color: #005ea2;
    }

    .tablet\:border-primary-vivid, .tablet\:hover\:border-primary-vivid:hover {
        border-color: #0050d8;
    }

    .tablet\:border-primary-dark, .tablet\:hover\:border-primary-dark:hover {
        border-color: #1a4480;
    }

    .tablet\:border-primary-darker, .tablet\:hover\:border-primary-darker:hover {
        border-color: #162e51;
    }

    .tablet\:border-secondary-lighter, .tablet\:hover\:border-secondary-lighter:hover {
        border-color: #f3e1e4;
    }

    .tablet\:border-secondary-light, .tablet\:hover\:border-secondary-light:hover {
        border-color: #f2938c;
    }

    .tablet\:border-secondary, .tablet\:hover\:border-secondary:hover {
        border-color: #d83933;
    }

    .tablet\:border-secondary-vivid, .tablet\:hover\:border-secondary-vivid:hover {
        border-color: #e41d3d;
    }

    .tablet\:border-secondary-dark, .tablet\:hover\:border-secondary-dark:hover {
        border-color: #b50909;
    }

    .tablet\:border-secondary-darker, .tablet\:hover\:border-secondary-darker:hover {
        border-color: #8b0a03;
    }

    .tablet\:border-accent-warm-darker, .tablet\:hover\:border-accent-warm-darker:hover {
        border-color: #775540;
    }

    .tablet\:border-accent-warm-dark, .tablet\:hover\:border-accent-warm-dark:hover {
        border-color: #c05600;
    }

    .tablet\:border-accent-warm, .tablet\:hover\:border-accent-warm:hover {
        border-color: #fa9441;
    }

    .tablet\:border-accent-warm-light, .tablet\:hover\:border-accent-warm-light:hover {
        border-color: #ffbc78;
    }

    .tablet\:border-accent-warm-lighter, .tablet\:hover\:border-accent-warm-lighter:hover {
        border-color: #f2e4d4;
    }

    .tablet\:border-accent-cool-darker, .tablet\:hover\:border-accent-cool-darker:hover {
        border-color: #07648d;
    }

    .tablet\:border-accent-cool-dark, .tablet\:hover\:border-accent-cool-dark:hover {
        border-color: #28a0cb;
    }

    .tablet\:border-accent-cool, .tablet\:hover\:border-accent-cool:hover {
        border-color: #00bde3;
    }

    .tablet\:border-accent-cool-light, .tablet\:hover\:border-accent-cool-light:hover {
        border-color: #97d4ea;
    }

    .tablet\:border-accent-cool-lighter, .tablet\:hover\:border-accent-cool-lighter:hover {
        border-color: #e1f3f8;
    }

    .tablet\:radius-0 {
        border-radius: 0;
    }

    .tablet\:radius-top-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .tablet\:radius-right-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .tablet\:radius-bottom-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .tablet\:radius-left-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .tablet\:radius-sm {
        border-radius: 2px;
    }

    .tablet\:radius-top-sm {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .tablet\:radius-right-sm {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .tablet\:radius-bottom-sm {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .tablet\:radius-left-sm {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .tablet\:radius-md {
        border-radius: .25rem;
    }

    .tablet\:radius-top-md {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .tablet\:radius-right-md {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .tablet\:radius-bottom-md {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .tablet\:radius-left-md {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .tablet\:radius-lg {
        border-radius: .5rem;
    }

    .tablet\:radius-top-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
    }

    .tablet\:radius-right-lg {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .tablet\:radius-bottom-lg {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .tablet\:radius-left-lg {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    .tablet\:radius-pill {
        border-radius: 99rem;
    }

    .tablet\:radius-top-pill {
        border-top-left-radius: 99rem;
        border-top-right-radius: 99rem;
    }

    .tablet\:radius-right-pill {
        border-top-right-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .tablet\:radius-bottom-pill {
        border-bottom-left-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .tablet\:radius-left-pill {
        border-top-left-radius: 99rem;
        border-bottom-left-radius: 99rem;
    }

    .tablet\:display-block {
        display: block;
    }

    .tablet\:display-flex {
        display: flex;
    }

    .tablet\:display-none {
        display: none;
    }

    .tablet\:display-inline {
        display: inline;
    }

    .tablet\:display-inline-block {
        display: inline-block;
    }

    .tablet\:display-inline-flex {
        display: inline-flex;
    }

    .tablet\:display-table {
        display: table;
    }

    .tablet\:display-table-cell {
        display: table-cell;
    }

    .tablet\:display-table-row {
        display: table-row;
    }

    .tablet\:font-mono-3xs {
        font-size: .77rem;
    }

    .tablet\:font-mono-2xs {
        font-size: .83rem;
    }

    .tablet\:font-mono-xs {
        font-size: .89rem;
    }

    .tablet\:font-mono-sm {
        font-size: .95rem;
    }

    .tablet\:font-mono-md {
        font-size: 1.01rem;
    }

    .tablet\:font-mono-lg {
        font-size: 1.31rem;
    }

    .tablet\:font-mono-xl {
        font-size: 1.91rem;
    }

    .tablet\:font-mono-2xl {
        font-size: 2.38rem;
    }

    .tablet\:font-mono-3xl {
        font-size: 2.86rem;
    }

    .tablet\:font-sans-3xs {
        font-size: .87rem;
    }

    .tablet\:font-sans-2xs {
        font-size: .93rem;
    }

    .tablet\:font-sans-xs {
        font-size: 1rem;
    }

    .tablet\:font-sans-sm {
        font-size: 1.06rem;
    }

    .tablet\:font-sans-md {
        font-size: 1.13rem;
    }

    .tablet\:font-sans-lg {
        font-size: 1.46rem;
    }

    .tablet\:font-sans-xl {
        font-size: 2.13rem;
    }

    .tablet\:font-sans-2xl {
        font-size: 2.66rem;
    }

    .tablet\:font-sans-3xl {
        font-size: 3.19rem;
    }

    .tablet\:font-serif-3xs {
        font-size: .79rem;
    }

    .tablet\:font-serif-2xs {
        font-size: .85rem;
    }

    .tablet\:font-serif-xs {
        font-size: .91rem;
    }

    .tablet\:font-serif-sm {
        font-size: .98rem;
    }

    .tablet\:font-serif-md {
        font-size: 1.04rem;
    }

    .tablet\:font-serif-lg {
        font-size: 1.34rem;
    }

    .tablet\:font-serif-xl {
        font-size: 1.95rem;
    }

    .tablet\:font-serif-2xl {
        font-size: 2.44rem;
    }

    .tablet\:font-serif-3xl {
        font-size: 2.93rem;
    }

    .tablet\:font-heading-3xs {
        font-size: .79rem;
    }

    .tablet\:font-heading-2xs {
        font-size: .85rem;
    }

    .tablet\:font-heading-xs {
        font-size: .91rem;
    }

    .tablet\:font-heading-sm {
        font-size: .98rem;
    }

    .tablet\:font-heading-md {
        font-size: 1.04rem;
    }

    .tablet\:font-heading-lg {
        font-size: 1.34rem;
    }

    .tablet\:font-heading-xl {
        font-size: 1.95rem;
    }

    .tablet\:font-heading-2xl {
        font-size: 2.44rem;
    }

    .tablet\:font-heading-3xl {
        font-size: 2.93rem;
    }

    .tablet\:font-body-3xs {
        font-size: .87rem;
    }

    .tablet\:font-body-2xs {
        font-size: .93rem;
    }

    .tablet\:font-body-xs {
        font-size: 1rem;
    }

    .tablet\:font-body-sm {
        font-size: 1.06rem;
    }

    .tablet\:font-body-md {
        font-size: 1.13rem;
    }

    .tablet\:font-body-lg {
        font-size: 1.46rem;
    }

    .tablet\:font-body-xl {
        font-size: 2.13rem;
    }

    .tablet\:font-body-2xl {
        font-size: 2.66rem;
    }

    .tablet\:font-body-3xl {
        font-size: 3.19rem;
    }

    .tablet\:font-code-3xs {
        font-size: .77rem;
    }

    .tablet\:font-code-2xs {
        font-size: .83rem;
    }

    .tablet\:font-code-xs {
        font-size: .89rem;
    }

    .tablet\:font-code-sm {
        font-size: .95rem;
    }

    .tablet\:font-code-md {
        font-size: 1.01rem;
    }

    .tablet\:font-code-lg {
        font-size: 1.31rem;
    }

    .tablet\:font-code-xl {
        font-size: 1.91rem;
    }

    .tablet\:font-code-2xl {
        font-size: 2.38rem;
    }

    .tablet\:font-code-3xl {
        font-size: 2.86rem;
    }

    .tablet\:font-alt-3xs {
        font-size: .79rem;
    }

    .tablet\:font-alt-2xs {
        font-size: .85rem;
    }

    .tablet\:font-alt-xs {
        font-size: .91rem;
    }

    .tablet\:font-alt-sm {
        font-size: .98rem;
    }

    .tablet\:font-alt-md {
        font-size: 1.04rem;
    }

    .tablet\:font-alt-lg {
        font-size: 1.34rem;
    }

    .tablet\:font-alt-xl {
        font-size: 1.95rem;
    }

    .tablet\:font-alt-2xl {
        font-size: 2.44rem;
    }

    .tablet\:font-alt-3xl {
        font-size: 2.93rem;
    }

    .tablet\:font-ui-3xs {
        font-size: .87rem;
    }

    .tablet\:font-ui-2xs {
        font-size: .93rem;
    }

    .tablet\:font-ui-xs {
        font-size: 1rem;
    }

    .tablet\:font-ui-sm {
        font-size: 1.06rem;
    }

    .tablet\:font-ui-md {
        font-size: 1.13rem;
    }

    .tablet\:font-ui-lg {
        font-size: 1.46rem;
    }

    .tablet\:font-ui-xl {
        font-size: 2.13rem;
    }

    .tablet\:font-ui-2xl {
        font-size: 2.66rem;
    }

    .tablet\:font-ui-3xl {
        font-size: 3.19rem;
    }

    .tablet\:text-light {
        font-weight: 300;
    }

    .tablet\:text-normal {
        font-weight: 400;
    }

    .tablet\:text-bold {
        font-weight: 700;
    }

    .tablet\:flex-justify-center {
        justify-content: center;
    }

    .tablet\:flex-justify-start {
        justify-content: flex-start;
    }

    .tablet\:flex-justify-end {
        justify-content: flex-end;
    }

    .tablet\:flex-justify {
        justify-content: space-between;
    }

    .tablet\:line-height-sans-1 {
        line-height: .9;
    }

    .tablet\:line-height-sans-2 {
        line-height: 1.1;
    }

    .tablet\:line-height-sans-3 {
        line-height: 1.3;
    }

    .tablet\:line-height-sans-4 {
        line-height: 1.4;
    }

    .tablet\:line-height-sans-5 {
        line-height: 1.5;
    }

    .tablet\:line-height-sans-6 {
        line-height: 1.6;
    }

    .tablet\:line-height-serif-1 {
        line-height: 1;
    }

    .tablet\:line-height-serif-2 {
        line-height: 1.2;
    }

    .tablet\:line-height-serif-3 {
        line-height: 1.4;
    }

    .tablet\:line-height-serif-4 {
        line-height: 1.5;
    }

    .tablet\:line-height-serif-5 {
        line-height: 1.7;
    }

    .tablet\:line-height-serif-6 {
        line-height: 1.8;
    }

    .tablet\:line-height-mono-1 {
        line-height: 1;
    }

    .tablet\:line-height-mono-2 {
        line-height: 1.3;
    }

    .tablet\:line-height-mono-3 {
        line-height: 1.4;
    }

    .tablet\:line-height-mono-4 {
        line-height: 1.6;
    }

    .tablet\:line-height-mono-5 {
        line-height: 1.7;
    }

    .tablet\:line-height-mono-6 {
        line-height: 1.8;
    }

    .tablet\:line-height-heading-1 {
        line-height: 1;
    }

    .tablet\:line-height-heading-2 {
        line-height: 1.2;
    }

    .tablet\:line-height-heading-3 {
        line-height: 1.4;
    }

    .tablet\:line-height-heading-4 {
        line-height: 1.5;
    }

    .tablet\:line-height-heading-5 {
        line-height: 1.7;
    }

    .tablet\:line-height-heading-6 {
        line-height: 1.8;
    }

    .tablet\:line-height-ui-1 {
        line-height: .9;
    }

    .tablet\:line-height-ui-2 {
        line-height: 1.1;
    }

    .tablet\:line-height-ui-3 {
        line-height: 1.3;
    }

    .tablet\:line-height-ui-4 {
        line-height: 1.4;
    }

    .tablet\:line-height-ui-5 {
        line-height: 1.5;
    }

    .tablet\:line-height-ui-6 {
        line-height: 1.6;
    }

    .tablet\:line-height-body-1 {
        line-height: .9;
    }

    .tablet\:line-height-body-2 {
        line-height: 1.1;
    }

    .tablet\:line-height-body-3 {
        line-height: 1.3;
    }

    .tablet\:line-height-body-4 {
        line-height: 1.4;
    }

    .tablet\:line-height-body-5 {
        line-height: 1.5;
    }

    .tablet\:line-height-body-6 {
        line-height: 1.6;
    }

    .tablet\:line-height-code-1 {
        line-height: 1;
    }

    .tablet\:line-height-code-2 {
        line-height: 1.3;
    }

    .tablet\:line-height-code-3 {
        line-height: 1.4;
    }

    .tablet\:line-height-code-4 {
        line-height: 1.6;
    }

    .tablet\:line-height-code-5 {
        line-height: 1.7;
    }

    .tablet\:line-height-code-6 {
        line-height: 1.8;
    }

    .tablet\:line-height-alt-1 {
        line-height: 1;
    }

    .tablet\:line-height-alt-2 {
        line-height: 1.2;
    }

    .tablet\:line-height-alt-3 {
        line-height: 1.4;
    }

    .tablet\:line-height-alt-4 {
        line-height: 1.5;
    }

    .tablet\:line-height-alt-5 {
        line-height: 1.7;
    }

    .tablet\:line-height-alt-6 {
        line-height: 1.8;
    }

    .tablet\:margin-neg-1px {
        margin: -1px;
    }

    .tablet\:margin-neg-2px {
        margin: -2px;
    }

    .tablet\:margin-neg-05 {
        margin: -.25rem;
    }

    .tablet\:margin-neg-1 {
        margin: -.5rem;
    }

    .tablet\:margin-neg-105 {
        margin: -.75rem;
    }

    .tablet\:margin-neg-2 {
        margin: -1rem;
    }

    .tablet\:margin-neg-205 {
        margin: -1.25rem;
    }

    .tablet\:margin-neg-3 {
        margin: -1.5rem;
    }

    .tablet\:margin-1px {
        margin: 1px;
    }

    .tablet\:margin-2px {
        margin: 2px;
    }

    .tablet\:margin-05 {
        margin: .25rem;
    }

    .tablet\:margin-1 {
        margin: .5rem;
    }

    .tablet\:margin-105 {
        margin: .75rem;
    }

    .tablet\:margin-2 {
        margin: 1rem;
    }

    .tablet\:margin-205 {
        margin: 1.25rem;
    }

    .tablet\:margin-3 {
        margin: 1.5rem;
    }

    .tablet\:margin-4 {
        margin: 2rem;
    }

    .tablet\:margin-5 {
        margin: 2.5rem;
    }

    .tablet\:margin-6 {
        margin: 3rem;
    }

    .tablet\:margin-7 {
        margin: 3.5rem;
    }

    .tablet\:margin-8 {
        margin: 4rem;
    }

    .tablet\:margin-9 {
        margin: 4.5rem;
    }

    .tablet\:margin-10 {
        margin: 5rem;
    }

    .tablet\:margin-15 {
        margin: 7.5rem;
    }

    .tablet\:margin-05em {
        margin: .5em;
    }

    .tablet\:margin-1em {
        margin: 1em;
    }

    .tablet\:margin-105em {
        margin: 1.5em;
    }

    .tablet\:margin-2em {
        margin: 2em;
    }

    .tablet\:margin-0 {
        margin: 0;
    }

    .tablet\:margin-y-1px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .tablet\:margin-top-1px {
        margin-top: 1px;
    }

    .tablet\:margin-bottom-1px {
        margin-bottom: 1px;
    }

    .tablet\:margin-y-2px {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .tablet\:margin-top-2px {
        margin-top: 2px;
    }

    .tablet\:margin-bottom-2px {
        margin-bottom: 2px;
    }

    .tablet\:margin-y-05 {
        margin-top: .25rem;
        margin-bottom: .25rem;
    }

    .tablet\:margin-top-05 {
        margin-top: .25rem;
    }

    .tablet\:margin-bottom-05 {
        margin-bottom: .25rem;
    }

    .tablet\:margin-y-1 {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .tablet\:margin-top-1 {
        margin-top: .5rem;
    }

    .tablet\:margin-bottom-1 {
        margin-bottom: .5rem;
    }

    .tablet\:margin-y-105 {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }

    .tablet\:margin-top-105 {
        margin-top: .75rem;
    }

    .tablet\:margin-bottom-105 {
        margin-bottom: .75rem;
    }

    .tablet\:margin-y-2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .tablet\:margin-top-2 {
        margin-top: 1rem;
    }

    .tablet\:margin-bottom-2 {
        margin-bottom: 1rem;
    }

    .tablet\:margin-y-205 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .tablet\:margin-top-205 {
        margin-top: 1.25rem;
    }

    .tablet\:margin-bottom-205 {
        margin-bottom: 1.25rem;
    }

    .tablet\:margin-y-3 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .tablet\:margin-top-3 {
        margin-top: 1.5rem;
    }

    .tablet\:margin-bottom-3 {
        margin-bottom: 1.5rem;
    }

    .tablet\:margin-y-neg-1px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .tablet\:margin-top-neg-1px {
        margin-top: -1px;
    }

    .tablet\:margin-bottom-neg-1px {
        margin-bottom: -1px;
    }

    .tablet\:margin-y-neg-2px {
        margin-top: -2px;
        margin-bottom: -2px;
    }

    .tablet\:margin-top-neg-2px {
        margin-top: -2px;
    }

    .tablet\:margin-bottom-neg-2px {
        margin-bottom: -2px;
    }

    .tablet\:margin-y-neg-05 {
        margin-top: -.25rem;
        margin-bottom: -.25rem;
    }

    .tablet\:margin-top-neg-05 {
        margin-top: -.25rem;
    }

    .tablet\:margin-bottom-neg-05 {
        margin-bottom: -.25rem;
    }

    .tablet\:margin-y-neg-1 {
        margin-top: -.5rem;
        margin-bottom: -.5rem;
    }

    .tablet\:margin-top-neg-1 {
        margin-top: -.5rem;
    }

    .tablet\:margin-bottom-neg-1 {
        margin-bottom: -.5rem;
    }

    .tablet\:margin-y-neg-105 {
        margin-top: -.75rem;
        margin-bottom: -.75rem;
    }

    .tablet\:margin-top-neg-105 {
        margin-top: -.75rem;
    }

    .tablet\:margin-bottom-neg-105 {
        margin-bottom: -.75rem;
    }

    .tablet\:margin-y-neg-2 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .tablet\:margin-top-neg-2 {
        margin-top: -1rem;
    }

    .tablet\:margin-bottom-neg-2 {
        margin-bottom: -1rem;
    }

    .tablet\:margin-y-neg-205 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .tablet\:margin-top-neg-205 {
        margin-top: -1.25rem;
    }

    .tablet\:margin-bottom-neg-205 {
        margin-bottom: -1.25rem;
    }

    .tablet\:margin-y-neg-3 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .tablet\:margin-top-neg-3 {
        margin-top: -1.5rem;
    }

    .tablet\:margin-bottom-neg-3 {
        margin-bottom: -1.5rem;
    }

    .tablet\:margin-y-4 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .tablet\:margin-top-4 {
        margin-top: 2rem;
    }

    .tablet\:margin-bottom-4 {
        margin-bottom: 2rem;
    }

    .tablet\:margin-y-5 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .tablet\:margin-top-5 {
        margin-top: 2.5rem;
    }

    .tablet\:margin-bottom-5 {
        margin-bottom: 2.5rem;
    }

    .tablet\:margin-y-6 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .tablet\:margin-top-6 {
        margin-top: 3rem;
    }

    .tablet\:margin-bottom-6 {
        margin-bottom: 3rem;
    }

    .tablet\:margin-y-7 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .tablet\:margin-top-7 {
        margin-top: 3.5rem;
    }

    .tablet\:margin-bottom-7 {
        margin-bottom: 3.5rem;
    }

    .tablet\:margin-y-8 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .tablet\:margin-top-8 {
        margin-top: 4rem;
    }

    .tablet\:margin-bottom-8 {
        margin-bottom: 4rem;
    }

    .tablet\:margin-y-9 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }

    .tablet\:margin-top-9 {
        margin-top: 4.5rem;
    }

    .tablet\:margin-bottom-9 {
        margin-bottom: 4.5rem;
    }

    .tablet\:margin-y-10 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .tablet\:margin-top-10 {
        margin-top: 5rem;
    }

    .tablet\:margin-bottom-10 {
        margin-bottom: 5rem;
    }

    .tablet\:margin-y-15 {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem;
    }

    .tablet\:margin-top-15 {
        margin-top: 7.5rem;
    }

    .tablet\:margin-bottom-15 {
        margin-bottom: 7.5rem;
    }

    .tablet\:margin-y-05em {
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .tablet\:margin-top-05em {
        margin-top: .5em;
    }

    .tablet\:margin-bottom-05em {
        margin-bottom: .5em;
    }

    .tablet\:margin-y-1em {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .tablet\:margin-top-1em {
        margin-top: 1em;
    }

    .tablet\:margin-bottom-1em {
        margin-bottom: 1em;
    }

    .tablet\:margin-y-105em {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .tablet\:margin-top-105em {
        margin-top: 1.5em;
    }

    .tablet\:margin-bottom-105em {
        margin-bottom: 1.5em;
    }

    .tablet\:margin-y-2em {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .tablet\:margin-top-2em {
        margin-top: 2em;
    }

    .tablet\:margin-bottom-2em {
        margin-bottom: 2em;
    }

    .tablet\:margin-y-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .tablet\:margin-top-0 {
        margin-top: 0;
    }

    .tablet\:margin-bottom-0 {
        margin-bottom: 0;
    }

    .tablet\:margin-y-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .tablet\:margin-top-auto {
        margin-top: auto;
    }

    .tablet\:margin-bottom-auto {
        margin-bottom: auto;
    }

    .tablet\:margin-x-1px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .tablet\:margin-right-1px {
        margin-right: 1px;
    }

    .tablet\:margin-left-1px {
        margin-left: 1px;
    }

    .tablet\:margin-x-2px {
        margin-left: 2px;
        margin-right: 2px;
    }

    .tablet\:margin-right-2px {
        margin-right: 2px;
    }

    .tablet\:margin-left-2px {
        margin-left: 2px;
    }

    .tablet\:margin-x-05 {
        margin-left: .25rem;
        margin-right: .25rem;
    }

    .tablet\:margin-right-05 {
        margin-right: .25rem;
    }

    .tablet\:margin-left-05 {
        margin-left: .25rem;
    }

    .tablet\:margin-x-1 {
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .tablet\:margin-right-1 {
        margin-right: .5rem;
    }

    .tablet\:margin-left-1 {
        margin-left: .5rem;
    }

    .tablet\:margin-x-105 {
        margin-left: .75rem;
        margin-right: .75rem;
    }

    .tablet\:margin-right-105 {
        margin-right: .75rem;
    }

    .tablet\:margin-left-105 {
        margin-left: .75rem;
    }

    .tablet\:margin-x-2 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .tablet\:margin-right-2 {
        margin-right: 1rem;
    }

    .tablet\:margin-left-2 {
        margin-left: 1rem;
    }

    .tablet\:margin-x-205 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .tablet\:margin-right-205 {
        margin-right: 1.25rem;
    }

    .tablet\:margin-left-205 {
        margin-left: 1.25rem;
    }

    .tablet\:margin-x-3 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .tablet\:margin-right-3 {
        margin-right: 1.5rem;
    }

    .tablet\:margin-left-3 {
        margin-left: 1.5rem;
    }

    .tablet\:margin-x-neg-1px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .tablet\:margin-right-neg-1px {
        margin-right: -1px;
    }

    .tablet\:margin-left-neg-1px {
        margin-left: -1px;
    }

    .tablet\:margin-x-neg-2px {
        margin-left: -2px;
        margin-right: -2px;
    }

    .tablet\:margin-right-neg-2px {
        margin-right: -2px;
    }

    .tablet\:margin-left-neg-2px {
        margin-left: -2px;
    }

    .tablet\:margin-x-neg-05 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

    .tablet\:margin-right-neg-05 {
        margin-right: -.25rem;
    }

    .tablet\:margin-left-neg-05 {
        margin-left: -.25rem;
    }

    .tablet\:margin-x-neg-1 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

    .tablet\:margin-right-neg-1 {
        margin-right: -.5rem;
    }

    .tablet\:margin-left-neg-1 {
        margin-left: -.5rem;
    }

    .tablet\:margin-x-neg-105 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

    .tablet\:margin-right-neg-105 {
        margin-right: -.75rem;
    }

    .tablet\:margin-left-neg-105 {
        margin-left: -.75rem;
    }

    .tablet\:margin-x-neg-2 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .tablet\:margin-right-neg-2 {
        margin-right: -1rem;
    }

    .tablet\:margin-left-neg-2 {
        margin-left: -1rem;
    }

    .tablet\:margin-x-neg-205 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .tablet\:margin-right-neg-205 {
        margin-right: -1.25rem;
    }

    .tablet\:margin-left-neg-205 {
        margin-left: -1.25rem;
    }

    .tablet\:margin-x-neg-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .tablet\:margin-right-neg-3 {
        margin-right: -1.5rem;
    }

    .tablet\:margin-left-neg-3 {
        margin-left: -1.5rem;
    }

    .tablet\:margin-x-4 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .tablet\:margin-right-4 {
        margin-right: 2rem;
    }

    .tablet\:margin-left-4 {
        margin-left: 2rem;
    }

    .tablet\:margin-x-5 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .tablet\:margin-right-5 {
        margin-right: 2.5rem;
    }

    .tablet\:margin-left-5 {
        margin-left: 2.5rem;
    }

    .tablet\:margin-x-6 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .tablet\:margin-right-6 {
        margin-right: 3rem;
    }

    .tablet\:margin-left-6 {
        margin-left: 3rem;
    }

    .tablet\:margin-x-7 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .tablet\:margin-right-7 {
        margin-right: 3.5rem;
    }

    .tablet\:margin-left-7 {
        margin-left: 3.5rem;
    }

    .tablet\:margin-x-8 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .tablet\:margin-right-8 {
        margin-right: 4rem;
    }

    .tablet\:margin-left-8 {
        margin-left: 4rem;
    }

    .tablet\:margin-x-9 {
        margin-left: 4.5rem;
        margin-right: 4.5rem;
    }

    .tablet\:margin-right-9 {
        margin-right: 4.5rem;
    }

    .tablet\:margin-left-9 {
        margin-left: 4.5rem;
    }

    .tablet\:margin-x-10 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .tablet\:margin-right-10 {
        margin-right: 5rem;
    }

    .tablet\:margin-left-10 {
        margin-left: 5rem;
    }

    .tablet\:margin-x-15 {
        margin-left: 7.5rem;
        margin-right: 7.5rem;
    }

    .tablet\:margin-right-15 {
        margin-right: 7.5rem;
    }

    .tablet\:margin-left-15 {
        margin-left: 7.5rem;
    }

    .tablet\:margin-x-card {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .tablet\:margin-right-card {
        margin-right: 10rem;
    }

    .tablet\:margin-left-card {
        margin-left: 10rem;
    }

    .tablet\:margin-x-card-lg {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .tablet\:margin-right-card-lg {
        margin-right: 15rem;
    }

    .tablet\:margin-left-card-lg {
        margin-left: 15rem;
    }

    .tablet\:margin-x-mobile {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .tablet\:margin-right-mobile {
        margin-right: 20rem;
    }

    .tablet\:margin-left-mobile {
        margin-left: 20rem;
    }

    .tablet\:margin-x-05em {
        margin-left: .5em;
        margin-right: .5em;
    }

    .tablet\:margin-right-05em {
        margin-right: .5em;
    }

    .tablet\:margin-left-05em {
        margin-left: .5em;
    }

    .tablet\:margin-x-1em {
        margin-left: 1em;
        margin-right: 1em;
    }

    .tablet\:margin-right-1em {
        margin-right: 1em;
    }

    .tablet\:margin-left-1em {
        margin-left: 1em;
    }

    .tablet\:margin-x-105em {
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .tablet\:margin-right-105em {
        margin-right: 1.5em;
    }

    .tablet\:margin-left-105em {
        margin-left: 1.5em;
    }

    .tablet\:margin-x-2em {
        margin-left: 2em;
        margin-right: 2em;
    }

    .tablet\:margin-right-2em {
        margin-right: 2em;
    }

    .tablet\:margin-left-2em {
        margin-left: 2em;
    }

    .tablet\:margin-x-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .tablet\:margin-right-0 {
        margin-right: 0;
    }

    .tablet\:margin-left-0 {
        margin-left: 0;
    }

    .tablet\:margin-x-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .tablet\:margin-right-auto {
        margin-right: auto;
    }

    .tablet\:margin-left-auto {
        margin-left: auto;
    }

    .tablet\:measure-1 {
        max-width: 44ex;
    }

    .tablet\:measure-2 {
        max-width: 60ex;
    }

    .tablet\:measure-3 {
        max-width: 64ex;
    }

    .tablet\:measure-4 {
        max-width: 68ex;
    }

    .tablet\:measure-5 {
        max-width: 72ex;
    }

    .tablet\:measure-6 {
        max-width: 88ex;
    }

    .tablet\:measure-none {
        max-width: none;
    }

    .tablet\:order-first {
        order: -1;
    }

    .tablet\:order-last {
        order: 999;
    }

    .tablet\:order-initial {
        order: initial;
    }

    .tablet\:order-0 {
        order: 0;
    }

    .tablet\:order-1 {
        order: 1;
    }

    .tablet\:order-2 {
        order: 2;
    }

    .tablet\:order-3 {
        order: 3;
    }

    .tablet\:order-4 {
        order: 4;
    }

    .tablet\:order-5 {
        order: 5;
    }

    .tablet\:order-6 {
        order: 6;
    }

    .tablet\:order-7 {
        order: 7;
    }

    .tablet\:order-8 {
        order: 8;
    }

    .tablet\:order-9 {
        order: 9;
    }

    .tablet\:order-10 {
        order: 10;
    }

    .tablet\:order-11 {
        order: 11;
    }

    .tablet\:padding-1px {
        padding: 1px;
    }

    .tablet\:padding-y-1px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .tablet\:padding-x-1px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .tablet\:padding-top-1px {
        padding-top: 1px;
    }

    .tablet\:padding-right-1px {
        padding-right: 1px;
    }

    .tablet\:padding-bottom-1px {
        padding-bottom: 1px;
    }

    .tablet\:padding-left-1px {
        padding-left: 1px;
    }

    .tablet\:padding-2px {
        padding: 2px;
    }

    .tablet\:padding-y-2px {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .tablet\:padding-x-2px {
        padding-left: 2px;
        padding-right: 2px;
    }

    .tablet\:padding-top-2px {
        padding-top: 2px;
    }

    .tablet\:padding-right-2px {
        padding-right: 2px;
    }

    .tablet\:padding-bottom-2px {
        padding-bottom: 2px;
    }

    .tablet\:padding-left-2px {
        padding-left: 2px;
    }

    .tablet\:padding-05 {
        padding: .25rem;
    }

    .tablet\:padding-y-05 {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .tablet\:padding-x-05 {
        padding-left: .25rem;
        padding-right: .25rem;
    }

    .tablet\:padding-top-05 {
        padding-top: .25rem;
    }

    .tablet\:padding-right-05 {
        padding-right: .25rem;
    }

    .tablet\:padding-bottom-05 {
        padding-bottom: .25rem;
    }

    .tablet\:padding-left-05 {
        padding-left: .25rem;
    }

    .tablet\:padding-1 {
        padding: .5rem;
    }

    .tablet\:padding-y-1 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .tablet\:padding-x-1 {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .tablet\:padding-top-1 {
        padding-top: .5rem;
    }

    .tablet\:padding-right-1 {
        padding-right: .5rem;
    }

    .tablet\:padding-bottom-1 {
        padding-bottom: .5rem;
    }

    .tablet\:padding-left-1 {
        padding-left: .5rem;
    }

    .tablet\:padding-105 {
        padding: .75rem;
    }

    .tablet\:padding-y-105 {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .tablet\:padding-x-105 {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .tablet\:padding-top-105 {
        padding-top: .75rem;
    }

    .tablet\:padding-right-105 {
        padding-right: .75rem;
    }

    .tablet\:padding-bottom-105 {
        padding-bottom: .75rem;
    }

    .tablet\:padding-left-105 {
        padding-left: .75rem;
    }

    .tablet\:padding-2 {
        padding: 1rem;
    }

    .tablet\:padding-y-2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .tablet\:padding-x-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .tablet\:padding-top-2 {
        padding-top: 1rem;
    }

    .tablet\:padding-right-2 {
        padding-right: 1rem;
    }

    .tablet\:padding-bottom-2 {
        padding-bottom: 1rem;
    }

    .tablet\:padding-left-2 {
        padding-left: 1rem;
    }

    .tablet\:padding-205 {
        padding: 1.25rem;
    }

    .tablet\:padding-y-205 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .tablet\:padding-x-205 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .tablet\:padding-top-205 {
        padding-top: 1.25rem;
    }

    .tablet\:padding-right-205 {
        padding-right: 1.25rem;
    }

    .tablet\:padding-bottom-205 {
        padding-bottom: 1.25rem;
    }

    .tablet\:padding-left-205 {
        padding-left: 1.25rem;
    }

    .tablet\:padding-3 {
        padding: 1.5rem;
    }

    .tablet\:padding-y-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .tablet\:padding-x-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .tablet\:padding-top-3 {
        padding-top: 1.5rem;
    }

    .tablet\:padding-right-3 {
        padding-right: 1.5rem;
    }

    .tablet\:padding-bottom-3 {
        padding-bottom: 1.5rem;
    }

    .tablet\:padding-left-3 {
        padding-left: 1.5rem;
    }

    .tablet\:padding-4 {
        padding: 2rem;
    }

    .tablet\:padding-y-4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .tablet\:padding-x-4 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .tablet\:padding-top-4 {
        padding-top: 2rem;
    }

    .tablet\:padding-right-4 {
        padding-right: 2rem;
    }

    .tablet\:padding-bottom-4 {
        padding-bottom: 2rem;
    }

    .tablet\:padding-left-4 {
        padding-left: 2rem;
    }

    .tablet\:padding-5 {
        padding: 2.5rem;
    }

    .tablet\:padding-y-5 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .tablet\:padding-x-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .tablet\:padding-top-5 {
        padding-top: 2.5rem;
    }

    .tablet\:padding-right-5 {
        padding-right: 2.5rem;
    }

    .tablet\:padding-bottom-5 {
        padding-bottom: 2.5rem;
    }

    .tablet\:padding-left-5 {
        padding-left: 2.5rem;
    }

    .tablet\:padding-6 {
        padding: 3rem;
    }

    .tablet\:padding-y-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .tablet\:padding-x-6 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .tablet\:padding-top-6 {
        padding-top: 3rem;
    }

    .tablet\:padding-right-6 {
        padding-right: 3rem;
    }

    .tablet\:padding-bottom-6 {
        padding-bottom: 3rem;
    }

    .tablet\:padding-left-6 {
        padding-left: 3rem;
    }

    .tablet\:padding-7 {
        padding: 3.5rem;
    }

    .tablet\:padding-y-7 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .tablet\:padding-x-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .tablet\:padding-top-7 {
        padding-top: 3.5rem;
    }

    .tablet\:padding-right-7 {
        padding-right: 3.5rem;
    }

    .tablet\:padding-bottom-7 {
        padding-bottom: 3.5rem;
    }

    .tablet\:padding-left-7 {
        padding-left: 3.5rem;
    }

    .tablet\:padding-8 {
        padding: 4rem;
    }

    .tablet\:padding-y-8 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .tablet\:padding-x-8 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .tablet\:padding-top-8 {
        padding-top: 4rem;
    }

    .tablet\:padding-right-8 {
        padding-right: 4rem;
    }

    .tablet\:padding-bottom-8 {
        padding-bottom: 4rem;
    }

    .tablet\:padding-left-8 {
        padding-left: 4rem;
    }

    .tablet\:padding-9 {
        padding: 4.5rem;
    }

    .tablet\:padding-y-9 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .tablet\:padding-x-9 {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }

    .tablet\:padding-top-9 {
        padding-top: 4.5rem;
    }

    .tablet\:padding-right-9 {
        padding-right: 4.5rem;
    }

    .tablet\:padding-bottom-9 {
        padding-bottom: 4.5rem;
    }

    .tablet\:padding-left-9 {
        padding-left: 4.5rem;
    }

    .tablet\:padding-10 {
        padding: 5rem;
    }

    .tablet\:padding-y-10 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .tablet\:padding-x-10 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .tablet\:padding-top-10 {
        padding-top: 5rem;
    }

    .tablet\:padding-right-10 {
        padding-right: 5rem;
    }

    .tablet\:padding-bottom-10 {
        padding-bottom: 5rem;
    }

    .tablet\:padding-left-10 {
        padding-left: 5rem;
    }

    .tablet\:padding-15 {
        padding: 7.5rem;
    }

    .tablet\:padding-y-15 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    .tablet\:padding-x-15 {
        padding-left: 7.5rem;
        padding-right: 7.5rem;
    }

    .tablet\:padding-top-15 {
        padding-top: 7.5rem;
    }

    .tablet\:padding-right-15 {
        padding-right: 7.5rem;
    }

    .tablet\:padding-bottom-15 {
        padding-bottom: 7.5rem;
    }

    .tablet\:padding-left-15 {
        padding-left: 7.5rem;
    }

    .tablet\:padding-0 {
        padding: 0;
    }

    .tablet\:padding-y-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .tablet\:padding-x-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .tablet\:padding-top-0 {
        padding-top: 0;
    }

    .tablet\:padding-right-0 {
        padding-right: 0;
    }

    .tablet\:padding-bottom-0 {
        padding-bottom: 0;
    }

    .tablet\:padding-left-0 {
        padding-left: 0;
    }

    .tablet\:width-1px {
        width: 1px;
    }

    .tablet\:width-2px {
        width: 2px;
    }

    .tablet\:width-05 {
        width: .25rem;
    }

    .tablet\:width-1 {
        width: .5rem;
    }

    .tablet\:width-105 {
        width: .75rem;
    }

    .tablet\:width-2 {
        width: 1rem;
    }

    .tablet\:width-205 {
        width: 1.25rem;
    }

    .tablet\:width-3 {
        width: 1.5rem;
    }

    .tablet\:width-4 {
        width: 2rem;
    }

    .tablet\:width-5 {
        width: 2.5rem;
    }

    .tablet\:width-6 {
        width: 3rem;
    }

    .tablet\:width-7 {
        width: 3.5rem;
    }

    .tablet\:width-8 {
        width: 4rem;
    }

    .tablet\:width-9 {
        width: 4.5rem;
    }

    .tablet\:width-10 {
        width: 5rem;
    }

    .tablet\:width-15 {
        width: 7.5rem;
    }

    .tablet\:width-card {
        width: 10rem;
    }

    .tablet\:width-card-lg {
        width: 15rem;
    }

    .tablet\:width-mobile {
        width: 20rem;
    }

    .tablet\:width-mobile-lg {
        width: 30rem;
    }

    .tablet\:width-tablet {
        width: 40rem;
    }

    .tablet\:width-tablet-lg {
        width: 55rem;
    }

    .tablet\:width-desktop {
        width: 64rem;
    }

    .tablet\:width-desktop-lg {
        width: 75rem;
    }

    .tablet\:width-widescreen {
        width: 87.5rem;
    }

    .tablet\:width-0 {
        width: 0;
    }

    .tablet\:width-full {
        width: 100%
    }

    .tablet\:width-auto {
        width: auto;
    }
}

@media all and (min-width:64em) {
    .desktop\: border-1px, .desktop\:hover\:border-1px:hover {
        border: 1px solid;
    }

    .desktop\:border-y-1px, .desktop\:hover\:border-y-1px:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .desktop\:border-x-1px, .desktop\:hover\:border-x-1px:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .desktop\:border-top-1px, .desktop\:hover\:border-top-1px:hover {
        border-top: 1px solid;
    }

    .desktop\:border-right-1px, .desktop\:hover\:border-right-1px:hover {
        border-right: 1px solid;
    }

    .desktop\:border-bottom-1px, .desktop\:hover\:border-bottom-1px:hover {
        border-bottom: 1px solid;
    }

    .desktop\:border-left-1px, .desktop\:hover\:border-left-1px:hover {
        border-left: 1px solid;
    }

    .desktop\:border-2px, .desktop\:hover\:border-2px:hover {
        border: 2px solid;
    }

    .desktop\:border-y-2px, .desktop\:hover\:border-y-2px:hover {
        border-top: 2px solid;
        border-bottom: 2px solid;
    }

    .desktop\:border-x-2px, .desktop\:hover\:border-x-2px:hover {
        border-left: 2px solid;
        border-right: 2px solid;
    }

    .desktop\:border-top-2px, .desktop\:hover\:border-top-2px:hover {
        border-top: 2px solid;
    }

    .desktop\:border-right-2px, .desktop\:hover\:border-right-2px:hover {
        border-right: 2px solid;
    }

    .desktop\:border-bottom-2px, .desktop\:hover\:border-bottom-2px:hover {
        border-bottom: 2px solid;
    }

    .desktop\:border-left-2px, .desktop\:hover\:border-left-2px:hover {
        border-left: 2px solid;
    }

    .desktop\:border-05, .desktop\:hover\:border-05:hover {
        border: .25rem solid;
    }

    .desktop\:border-y-05, .desktop\:hover\:border-y-05:hover {
        border-top: .25rem solid;
        border-bottom: .25rem solid;
    }

    .desktop\:border-x-05, .desktop\:hover\:border-x-05:hover {
        border-left: .25rem solid;
        border-right: .25rem solid;
    }

    .desktop\:border-top-05, .desktop\:hover\:border-top-05:hover {
        border-top: .25rem solid;
    }

    .desktop\:border-right-05, .desktop\:hover\:border-right-05:hover {
        border-right: .25rem solid;
    }

    .desktop\:border-bottom-05, .desktop\:hover\:border-bottom-05:hover {
        border-bottom: .25rem solid;
    }

    .desktop\:border-left-05, .desktop\:hover\:border-left-05:hover {
        border-left: .25rem solid;
    }

    .desktop\:border-1, .desktop\:hover\:border-1:hover {
        border: .5rem solid;
    }

    .desktop\:border-y-1, .desktop\:hover\:border-y-1:hover {
        border-top: .5rem solid;
        border-bottom: .5rem solid;
    }

    .desktop\:border-x-1, .desktop\:hover\:border-x-1:hover {
        border-left: .5rem solid;
        border-right: .5rem solid;
    }

    .desktop\:border-top-1, .desktop\:hover\:border-top-1:hover {
        border-top: .5rem solid;
    }

    .desktop\:border-right-1, .desktop\:hover\:border-right-1:hover {
        border-right: .5rem solid;
    }

    .desktop\:border-bottom-1, .desktop\:hover\:border-bottom-1:hover {
        border-bottom: .5rem solid;
    }

    .desktop\:border-left-1, .desktop\:hover\:border-left-1:hover {
        border-left: .5rem solid;
    }

    .desktop\:border-105, .desktop\:hover\:border-105:hover {
        border: .75rem solid;
    }

    .desktop\:border-y-105, .desktop\:hover\:border-y-105:hover {
        border-top: .75rem solid;
        border-bottom: .75rem solid;
    }

    .desktop\:border-x-105, .desktop\:hover\:border-x-105:hover {
        border-left: .75rem solid;
        border-right: .75rem solid;
    }

    .desktop\:border-top-105, .desktop\:hover\:border-top-105:hover {
        border-top: .75rem solid;
    }

    .desktop\:border-right-105, .desktop\:hover\:border-right-105:hover {
        border-right: .75rem solid;
    }

    .desktop\:border-bottom-105, .desktop\:hover\:border-bottom-105:hover {
        border-bottom: .75rem solid;
    }

    .desktop\:border-left-105, .desktop\:hover\:border-left-105:hover {
        border-left: .75rem solid;
    }

    .desktop\:border-2, .desktop\:hover\:border-2:hover {
        border: 1rem solid;
    }

    .desktop\:border-y-2, .desktop\:hover\:border-y-2:hover {
        border-top: 1rem solid;
        border-bottom: 1rem solid;
    }

    .desktop\:border-x-2, .desktop\:hover\:border-x-2:hover {
        border-left: 1rem solid;
        border-right: 1rem solid;
    }

    .desktop\:border-top-2, .desktop\:hover\:border-top-2:hover {
        border-top: 1rem solid;
    }

    .desktop\:border-right-2, .desktop\:hover\:border-right-2:hover {
        border-right: 1rem solid;
    }

    .desktop\:border-bottom-2, .desktop\:hover\:border-bottom-2:hover {
        border-bottom: 1rem solid;
    }

    .desktop\:border-left-2, .desktop\:hover\:border-left-2:hover {
        border-left: 1rem solid;
    }

    .desktop\:border-205, .desktop\:hover\:border-205:hover {
        border: 1.25rem solid;
    }

    .desktop\:border-y-205, .desktop\:hover\:border-y-205:hover {
        border-top: 1.25rem solid;
        border-bottom: 1.25rem solid;
    }

    .desktop\:border-x-205, .desktop\:hover\:border-x-205:hover {
        border-left: 1.25rem solid;
        border-right: 1.25rem solid;
    }

    .desktop\:border-top-205, .desktop\:hover\:border-top-205:hover {
        border-top: 1.25rem solid;
    }

    .desktop\:border-right-205, .desktop\:hover\:border-right-205:hover {
        border-right: 1.25rem solid;
    }

    .desktop\:border-bottom-205, .desktop\:hover\:border-bottom-205:hover {
        border-bottom: 1.25rem solid;
    }

    .desktop\:border-left-205, .desktop\:hover\:border-left-205:hover {
        border-left: 1.25rem solid;
    }

    .desktop\:border-3, .desktop\:hover\:border-3:hover {
        border: 1.5rem solid;
    }

    .desktop\:border-y-3, .desktop\:hover\:border-y-3:hover {
        border-top: 1.5rem solid;
        border-bottom: 1.5rem solid;
    }

    .desktop\:border-x-3, .desktop\:hover\:border-x-3:hover {
        border-left: 1.5rem solid;
        border-right: 1.5rem solid;
    }

    .desktop\:border-top-3, .desktop\:hover\:border-top-3:hover {
        border-top: 1.5rem solid;
    }

    .desktop\:border-right-3, .desktop\:hover\:border-right-3:hover {
        border-right: 1.5rem solid;
    }

    .desktop\:border-bottom-3, .desktop\:hover\:border-bottom-3:hover {
        border-bottom: 1.5rem solid;
    }

    .desktop\:border-left-3, .desktop\:hover\:border-left-3:hover {
        border-left: 1.5rem solid;
    }

    .desktop\:border-0, .desktop\:hover\:border-0:hover {
        border: 0 solid;
    }

    .desktop\:border-y-0, .desktop\:hover\:border-y-0:hover {
        border-top: 0 solid;
        border-bottom: 0 solid;
    }

    .desktop\:border-x-0, .desktop\:hover\:border-x-0:hover {
        border-left: 0 solid;
        border-right: 0 solid;
    }

    .desktop\:border-top-0, .desktop\:hover\:border-top-0:hover {
        border-top: 0 solid;
    }

    .desktop\:border-right-0, .desktop\:hover\:border-right-0:hover {
        border-right: 0 solid;
    }

    .desktop\:border-bottom-0, .desktop\:hover\:border-bottom-0:hover {
        border-bottom: 0 solid;
    }

    .desktop\:border-left-0, .desktop\:hover\:border-left-0:hover {
        border-left: 0 solid;
    }

    .desktop\:border, .desktop\:hover\:border:hover {
        border: 1px solid;
    }

    .desktop\:border-y, .desktop\:hover\:border-y:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .desktop\:border-x, .desktop\:hover\:border-x:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .desktop\:border-top, .desktop\:hover\:border-top:hover {
        border-top: 1px solid;
    }

    .desktop\:border-right, .desktop\:hover\:border-right:hover {
        border-right: 1px solid;
    }

    .desktop\:border-bottom, .desktop\:hover\:border-bottom:hover {
        border-bottom: 1px solid;
    }

    .desktop\:border-left, .desktop\:hover\:border-left:hover {
        border-left: 1px solid;
    }

    .desktop\:border-transparent, .desktop\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .desktop\:border-black, .desktop\:hover\:border-black:hover {
        border-color: #000;
    }

    .desktop\:border-white, .desktop\:hover\:border-white:hover {
        border-color: #fff;
    }

    .desktop\:border-red, .desktop\:hover\:border-red:hover {
        border-color: #e52207;
    }

    .desktop\:border-orange, .desktop\:hover\:border-orange:hover {
        border-color: #e66f0e;
    }

    .desktop\:border-gold, .desktop\:hover\:border-gold:hover {
        border-color: #ffbe2e;
    }

    .desktop\:border-yellow, .desktop\:hover\:border-yellow:hover {
        border-color: #fee685;
    }

    .desktop\:border-green, .desktop\:hover\:border-green:hover {
        border-color: #538200;
    }

    .desktop\:border-mint, .desktop\:hover\:border-mint:hover {
        border-color: #04c585;
    }

    .desktop\:border-cyan, .desktop\:hover\:border-cyan:hover {
        border-color: #009ec1;
    }

    .desktop\:border-blue, .desktop\:hover\:border-blue:hover {
        border-color: #0076d6;
    }

    .desktop\:border-indigo, .desktop\:hover\:border-indigo:hover {
        border-color: #676cc8;
    }

    .desktop\:border-violet, .desktop\:hover\:border-violet:hover {
        border-color: #8168b3;
    }

    .desktop\:border-magenta, .desktop\:hover\:border-magenta:hover {
        border-color: #d72d79;
    }

    .desktop\:border-gray-5, .desktop\:hover\:border-gray-5:hover {
        border-color: #f0f0f0;
    }

    .desktop\:border-gray-10, .desktop\:hover\:border-gray-10:hover {
        border-color: #e6e6e6;
    }

    .desktop\:border-gray-30, .desktop\:hover\:border-gray-30:hover {
        border-color: #adadad;
    }

    .desktop\:border-gray-50, .desktop\:hover\:border-gray-50:hover {
        border-color: #757575;
    }

    .desktop\:border-gray-70, .desktop\:hover\:border-gray-70:hover {
        border-color: #454545;
    }

    .desktop\:border-gray-90, .desktop\:hover\:border-gray-90:hover {
        border-color: #1b1b1b;
    }

    .desktop\:border-base-lightest, .desktop\:hover\:border-base-lightest:hover {
        border-color: #f0f0f0;
    }

    .desktop\:border-base-lighter, .desktop\:hover\:border-base-lighter:hover {
        border-color: #dfe1e2;
    }

    .desktop\:border-base-light, .desktop\:hover\:border-base-light:hover {
        border-color: #a9aeb1;
    }

    .desktop\:border-base, .desktop\:hover\:border-base:hover {
        border-color: #71767a;
    }

    .desktop\:border-base-dark, .desktop\:hover\:border-base-dark:hover {
        border-color: #565c65;
    }

    .desktop\:border-base-darker, .desktop\:hover\:border-base-darker:hover {
        border-color: #3d4551;
    }

    .desktop\:border-base-darkest, .desktop\:border-ink, .desktop\:hover\:border-base-darkest:hover, .desktop\:hover\:border-ink:hover {
        border-color: #1b1b1b;
    }

    .desktop\:border-primary-lighter, .desktop\:hover\:border-primary-lighter:hover {
        border-color: #d9e8f6;
    }

    .desktop\:border-primary-light, .desktop\:hover\:border-primary-light:hover {
        border-color: #73b3e7;
    }

    .desktop\:border-primary, .desktop\:hover\:border-primary:hover {
        border-color: #005ea2;
    }

    .desktop\:border-primary-vivid, .desktop\:hover\:border-primary-vivid:hover {
        border-color: #0050d8;
    }

    .desktop\:border-primary-dark, .desktop\:hover\:border-primary-dark:hover {
        border-color: #1a4480;
    }

    .desktop\:border-primary-darker, .desktop\:hover\:border-primary-darker:hover {
        border-color: #162e51;
    }

    .desktop\:border-secondary-lighter, .desktop\:hover\:border-secondary-lighter:hover {
        border-color: #f3e1e4;
    }

    .desktop\:border-secondary-light, .desktop\:hover\:border-secondary-light:hover {
        border-color: #f2938c;
    }

    .desktop\:border-secondary, .desktop\:hover\:border-secondary:hover {
        border-color: #d83933;
    }

    .desktop\:border-secondary-vivid, .desktop\:hover\:border-secondary-vivid:hover {
        border-color: #e41d3d;
    }

    .desktop\:border-secondary-dark, .desktop\:hover\:border-secondary-dark:hover {
        border-color: #b50909;
    }

    .desktop\:border-secondary-darker, .desktop\:hover\:border-secondary-darker:hover {
        border-color: #8b0a03;
    }

    .desktop\:border-accent-warm-darker, .desktop\:hover\:border-accent-warm-darker:hover {
        border-color: #775540;
    }

    .desktop\:border-accent-warm-dark, .desktop\:hover\:border-accent-warm-dark:hover {
        border-color: #c05600;
    }

    .desktop\:border-accent-warm, .desktop\:hover\:border-accent-warm:hover {
        border-color: #fa9441;
    }

    .desktop\:border-accent-warm-light, .desktop\:hover\:border-accent-warm-light:hover {
        border-color: #ffbc78;
    }

    .desktop\:border-accent-warm-lighter, .desktop\:hover\:border-accent-warm-lighter:hover {
        border-color: #f2e4d4;
    }

    .desktop\:border-accent-cool-darker, .desktop\:hover\:border-accent-cool-darker:hover {
        border-color: #07648d;
    }

    .desktop\:border-accent-cool-dark, .desktop\:hover\:border-accent-cool-dark:hover {
        border-color: #28a0cb;
    }

    .desktop\:border-accent-cool, .desktop\:hover\:border-accent-cool:hover {
        border-color: #00bde3;
    }

    .desktop\:border-accent-cool-light, .desktop\:hover\:border-accent-cool-light:hover {
        border-color: #97d4ea;
    }

    .desktop\:border-accent-cool-lighter, .desktop\:hover\:border-accent-cool-lighter:hover {
        border-color: #e1f3f8;
    }

    .desktop\:radius-0 {
        border-radius: 0;
    }

    .desktop\:radius-top-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .desktop\:radius-right-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .desktop\:radius-bottom-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .desktop\:radius-left-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .desktop\:radius-sm {
        border-radius: 2px;
    }

    .desktop\:radius-top-sm {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .desktop\:radius-right-sm {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .desktop\:radius-bottom-sm {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .desktop\:radius-left-sm {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .desktop\:radius-md {
        border-radius: .25rem;
    }

    .desktop\:radius-top-md {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .desktop\:radius-right-md {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .desktop\:radius-bottom-md {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .desktop\:radius-left-md {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .desktop\:radius-lg {
        border-radius: .5rem;
    }

    .desktop\:radius-top-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
    }

    .desktop\:radius-right-lg {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .desktop\:radius-bottom-lg {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .desktop\:radius-left-lg {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    .desktop\:radius-pill {
        border-radius: 99rem;
    }

    .desktop\:radius-top-pill {
        border-top-left-radius: 99rem;
        border-top-right-radius: 99rem;
    }

    .desktop\:radius-right-pill {
        border-top-right-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .desktop\:radius-bottom-pill {
        border-bottom-left-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .desktop\:radius-left-pill {
        border-top-left-radius: 99rem;
        border-bottom-left-radius: 99rem;
    }

    .desktop\:display-block {
        display: block;
    }

    .desktop\:display-flex {
        display: flex;
    }

    .desktop\:display-none {
        display: none;
    }

    .desktop\:display-inline {
        display: inline;
    }

    .desktop\:display-inline-block {
        display: inline-block;
    }

    .desktop\:display-inline-flex {
        display: inline-flex;
    }

    .desktop\:display-table {
        display: table;
    }

    .desktop\:display-table-cell {
        display: table-cell;
    }

    .desktop\:display-table-row {
        display: table-row;
    }

    .desktop\:font-mono-3xs {
        font-size: .77rem;
    }

    .desktop\:font-mono-2xs {
        font-size: .83rem;
    }

    .desktop\:font-mono-xs {
        font-size: .89rem;
    }

    .desktop\:font-mono-sm {
        font-size: .95rem;
    }

    .desktop\:font-mono-md {
        font-size: 1.01rem;
    }

    .desktop\:font-mono-lg {
        font-size: 1.31rem;
    }

    .desktop\:font-mono-xl {
        font-size: 1.91rem;
    }

    .desktop\:font-mono-2xl {
        font-size: 2.38rem;
    }

    .desktop\:font-mono-3xl {
        font-size: 2.86rem;
    }

    .desktop\:font-sans-3xs {
        font-size: .87rem;
    }

    .desktop\:font-sans-2xs {
        font-size: .93rem;
    }

    .desktop\:font-sans-xs {
        font-size: 1rem;
    }

    .desktop\:font-sans-sm {
        font-size: 1.06rem;
    }

    .desktop\:font-sans-md {
        font-size: 1.13rem;
    }

    .desktop\:font-sans-lg {
        font-size: 1.46rem;
    }

    .desktop\:font-sans-xl {
        font-size: 2.13rem;
    }

    .desktop\:font-sans-2xl {
        font-size: 2.66rem;
    }

    .desktop\:font-sans-3xl {
        font-size: 3.19rem;
    }

    .desktop\:font-serif-3xs {
        font-size: .79rem;
    }

    .desktop\:font-serif-2xs {
        font-size: .85rem;
    }

    .desktop\:font-serif-xs {
        font-size: .91rem;
    }

    .desktop\:font-serif-sm {
        font-size: .98rem;
    }

    .desktop\:font-serif-md {
        font-size: 1.04rem;
    }

    .desktop\:font-serif-lg {
        font-size: 1.34rem;
    }

    .desktop\:font-serif-xl {
        font-size: 1.95rem;
    }

    .desktop\:font-serif-2xl {
        font-size: 2.44rem;
    }

    .desktop\:font-serif-3xl {
        font-size: 2.93rem;
    }

    .desktop\:font-heading-3xs {
        font-size: .79rem;
    }

    .desktop\:font-heading-2xs {
        font-size: .85rem;
    }

    .desktop\:font-heading-xs {
        font-size: .91rem;
    }

    .desktop\:font-heading-sm {
        font-size: .98rem;
    }

    .desktop\:font-heading-md {
        font-size: 1.04rem;
    }

    .desktop\:font-heading-lg {
        font-size: 1.34rem;
    }

    .desktop\:font-heading-xl {
        font-size: 1.95rem;
    }

    .desktop\:font-heading-2xl {
        font-size: 2.44rem;
    }

    .desktop\:font-heading-3xl {
        font-size: 2.93rem;
    }

    .desktop\:font-body-3xs {
        font-size: .87rem;
    }

    .desktop\:font-body-2xs {
        font-size: .93rem;
    }

    .desktop\:font-body-xs {
        font-size: 1rem;
    }

    .desktop\:font-body-sm {
        font-size: 1.06rem;
    }

    .desktop\:font-body-md {
        font-size: 1.13rem;
    }

    .desktop\:font-body-lg {
        font-size: 1.46rem;
    }

    .desktop\:font-body-xl {
        font-size: 2.13rem;
    }

    .desktop\:font-body-2xl {
        font-size: 2.66rem;
    }

    .desktop\:font-body-3xl {
        font-size: 3.19rem;
    }

    .desktop\:font-code-3xs {
        font-size: .77rem;
    }

    .desktop\:font-code-2xs {
        font-size: .83rem;
    }

    .desktop\:font-code-xs {
        font-size: .89rem;
    }

    .desktop\:font-code-sm {
        font-size: .95rem;
    }

    .desktop\:font-code-md {
        font-size: 1.01rem;
    }

    .desktop\:font-code-lg {
        font-size: 1.31rem;
    }

    .desktop\:font-code-xl {
        font-size: 1.91rem;
    }

    .desktop\:font-code-2xl {
        font-size: 2.38rem;
    }

    .desktop\:font-code-3xl {
        font-size: 2.86rem;
    }

    .desktop\:font-alt-3xs {
        font-size: .79rem;
    }

    .desktop\:font-alt-2xs {
        font-size: .85rem;
    }

    .desktop\:font-alt-xs {
        font-size: .91rem;
    }

    .desktop\:font-alt-sm {
        font-size: .98rem;
    }

    .desktop\:font-alt-md {
        font-size: 1.04rem;
    }

    .desktop\:font-alt-lg {
        font-size: 1.34rem;
    }

    .desktop\:font-alt-xl {
        font-size: 1.95rem;
    }

    .desktop\:font-alt-2xl {
        font-size: 2.44rem;
    }

    .desktop\:font-alt-3xl {
        font-size: 2.93rem;
    }

    .desktop\:font-ui-3xs {
        font-size: .87rem;
    }

    .desktop\:font-ui-2xs {
        font-size: .93rem;
    }

    .desktop\:font-ui-xs {
        font-size: 1rem;
    }

    .desktop\:font-ui-sm {
        font-size: 1.06rem;
    }

    .desktop\:font-ui-md {
        font-size: 1.13rem;
    }

    .desktop\:font-ui-lg {
        font-size: 1.46rem;
    }

    .desktop\:font-ui-xl {
        font-size: 2.13rem;
    }

    .desktop\:font-ui-2xl {
        font-size: 2.66rem;
    }

    .desktop\:font-ui-3xl {
        font-size: 3.19rem;
    }

    .desktop\:text-light {
        font-weight: 300;
    }

    .desktop\:text-normal {
        font-weight: 400;
    }

    .desktop\:text-bold {
        font-weight: 700;
    }

    .desktop\:flex-justify-center {
        justify-content: center;
    }

    .desktop\:flex-justify-start {
        justify-content: flex-start;
    }

    .desktop\:flex-justify-end {
        justify-content: flex-end;
    }

    .desktop\:flex-justify {
        justify-content: space-between;
    }

    .desktop\:line-height-sans-1 {
        line-height: .9;
    }

    .desktop\:line-height-sans-2 {
        line-height: 1.1;
    }

    .desktop\:line-height-sans-3 {
        line-height: 1.3;
    }

    .desktop\:line-height-sans-4 {
        line-height: 1.4;
    }

    .desktop\:line-height-sans-5 {
        line-height: 1.5;
    }

    .desktop\:line-height-sans-6 {
        line-height: 1.6;
    }

    .desktop\:line-height-serif-1 {
        line-height: 1;
    }

    .desktop\:line-height-serif-2 {
        line-height: 1.2;
    }

    .desktop\:line-height-serif-3 {
        line-height: 1.4;
    }

    .desktop\:line-height-serif-4 {
        line-height: 1.5;
    }

    .desktop\:line-height-serif-5 {
        line-height: 1.7;
    }

    .desktop\:line-height-serif-6 {
        line-height: 1.8;
    }

    .desktop\:line-height-mono-1 {
        line-height: 1;
    }

    .desktop\:line-height-mono-2 {
        line-height: 1.3;
    }

    .desktop\:line-height-mono-3 {
        line-height: 1.4;
    }

    .desktop\:line-height-mono-4 {
        line-height: 1.6;
    }

    .desktop\:line-height-mono-5 {
        line-height: 1.7;
    }

    .desktop\:line-height-mono-6 {
        line-height: 1.8;
    }

    .desktop\:line-height-heading-1 {
        line-height: 1;
    }

    .desktop\:line-height-heading-2 {
        line-height: 1.2;
    }

    .desktop\:line-height-heading-3 {
        line-height: 1.4;
    }

    .desktop\:line-height-heading-4 {
        line-height: 1.5;
    }

    .desktop\:line-height-heading-5 {
        line-height: 1.7;
    }

    .desktop\:line-height-heading-6 {
        line-height: 1.8;
    }

    .desktop\:line-height-ui-1 {
        line-height: .9;
    }

    .desktop\:line-height-ui-2 {
        line-height: 1.1;
    }

    .desktop\:line-height-ui-3 {
        line-height: 1.3;
    }

    .desktop\:line-height-ui-4 {
        line-height: 1.4;
    }

    .desktop\:line-height-ui-5 {
        line-height: 1.5;
    }

    .desktop\:line-height-ui-6 {
        line-height: 1.6;
    }

    .desktop\:line-height-body-1 {
        line-height: .9;
    }

    .desktop\:line-height-body-2 {
        line-height: 1.1;
    }

    .desktop\:line-height-body-3 {
        line-height: 1.3;
    }

    .desktop\:line-height-body-4 {
        line-height: 1.4;
    }

    .desktop\:line-height-body-5 {
        line-height: 1.5;
    }

    .desktop\:line-height-body-6 {
        line-height: 1.6;
    }

    .desktop\:line-height-code-1 {
        line-height: 1;
    }

    .desktop\:line-height-code-2 {
        line-height: 1.3;
    }

    .desktop\:line-height-code-3 {
        line-height: 1.4;
    }

    .desktop\:line-height-code-4 {
        line-height: 1.6;
    }

    .desktop\:line-height-code-5 {
        line-height: 1.7;
    }

    .desktop\:line-height-code-6 {
        line-height: 1.8;
    }

    .desktop\:line-height-alt-1 {
        line-height: 1;
    }

    .desktop\:line-height-alt-2 {
        line-height: 1.2;
    }

    .desktop\:line-height-alt-3 {
        line-height: 1.4;
    }

    .desktop\:line-height-alt-4 {
        line-height: 1.5;
    }

    .desktop\:line-height-alt-5 {
        line-height: 1.7;
    }

    .desktop\:line-height-alt-6 {
        line-height: 1.8;
    }

    .desktop\:margin-neg-1px {
        margin: -1px;
    }

    .desktop\:margin-neg-2px {
        margin: -2px;
    }

    .desktop\:margin-neg-05 {
        margin: -.25rem;
    }

    .desktop\:margin-neg-1 {
        margin: -.5rem;
    }

    .desktop\:margin-neg-105 {
        margin: -.75rem;
    }

    .desktop\:margin-neg-2 {
        margin: -1rem;
    }

    .desktop\:margin-neg-205 {
        margin: -1.25rem;
    }

    .desktop\:margin-neg-3 {
        margin: -1.5rem;
    }

    .desktop\:margin-1px {
        margin: 1px;
    }

    .desktop\:margin-2px {
        margin: 2px;
    }

    .desktop\:margin-05 {
        margin: .25rem;
    }

    .desktop\:margin-1 {
        margin: .5rem;
    }

    .desktop\:margin-105 {
        margin: .75rem;
    }

    .desktop\:margin-2 {
        margin: 1rem;
    }

    .desktop\:margin-205 {
        margin: 1.25rem;
    }

    .desktop\:margin-3 {
        margin: 1.5rem;
    }

    .desktop\:margin-4 {
        margin: 2rem;
    }

    .desktop\:margin-5 {
        margin: 2.5rem;
    }

    .desktop\:margin-6 {
        margin: 3rem;
    }

    .desktop\:margin-7 {
        margin: 3.5rem;
    }

    .desktop\:margin-8 {
        margin: 4rem;
    }

    .desktop\:margin-9 {
        margin: 4.5rem;
    }

    .desktop\:margin-10 {
        margin: 5rem;
    }

    .desktop\:margin-15 {
        margin: 7.5rem;
    }

    .desktop\:margin-05em {
        margin: .5em;
    }

    .desktop\:margin-1em {
        margin: 1em;
    }

    .desktop\:margin-105em {
        margin: 1.5em;
    }

    .desktop\:margin-2em {
        margin: 2em;
    }

    .desktop\:margin-0 {
        margin: 0;
    }

    .desktop\:margin-y-1px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .desktop\:margin-top-1px {
        margin-top: 1px;
    }

    .desktop\:margin-bottom-1px {
        margin-bottom: 1px;
    }

    .desktop\:margin-y-2px {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .desktop\:margin-top-2px {
        margin-top: 2px;
    }

    .desktop\:margin-bottom-2px {
        margin-bottom: 2px;
    }

    .desktop\:margin-y-05 {
        margin-top: .25rem;
        margin-bottom: .25rem;
    }

    .desktop\:margin-top-05 {
        margin-top: .25rem;
    }

    .desktop\:margin-bottom-05 {
        margin-bottom: .25rem;
    }

    .desktop\:margin-y-1 {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .desktop\:margin-top-1 {
        margin-top: .5rem;
    }

    .desktop\:margin-bottom-1 {
        margin-bottom: .5rem;
    }

    .desktop\:margin-y-105 {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }

    .desktop\:margin-top-105 {
        margin-top: .75rem;
    }

    .desktop\:margin-bottom-105 {
        margin-bottom: .75rem;
    }

    .desktop\:margin-y-2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .desktop\:margin-top-2 {
        margin-top: 1rem;
    }

    .desktop\:margin-bottom-2 {
        margin-bottom: 1rem;
    }

    .desktop\:margin-y-205 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .desktop\:margin-top-205 {
        margin-top: 1.25rem;
    }

    .desktop\:margin-bottom-205 {
        margin-bottom: 1.25rem;
    }

    .desktop\:margin-y-3 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .desktop\:margin-top-3 {
        margin-top: 1.5rem;
    }

    .desktop\:margin-bottom-3 {
        margin-bottom: 1.5rem;
    }

    .desktop\:margin-y-neg-1px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .desktop\:margin-top-neg-1px {
        margin-top: -1px;
    }

    .desktop\:margin-bottom-neg-1px {
        margin-bottom: -1px;
    }

    .desktop\:margin-y-neg-2px {
        margin-top: -2px;
        margin-bottom: -2px;
    }

    .desktop\:margin-top-neg-2px {
        margin-top: -2px;
    }

    .desktop\:margin-bottom-neg-2px {
        margin-bottom: -2px;
    }

    .desktop\:margin-y-neg-05 {
        margin-top: -.25rem;
        margin-bottom: -.25rem;
    }

    .desktop\:margin-top-neg-05 {
        margin-top: -.25rem;
    }

    .desktop\:margin-bottom-neg-05 {
        margin-bottom: -.25rem;
    }

    .desktop\:margin-y-neg-1 {
        margin-top: -.5rem;
        margin-bottom: -.5rem;
    }

    .desktop\:margin-top-neg-1 {
        margin-top: -.5rem;
    }

    .desktop\:margin-bottom-neg-1 {
        margin-bottom: -.5rem;
    }

    .desktop\:margin-y-neg-105 {
        margin-top: -.75rem;
        margin-bottom: -.75rem;
    }

    .desktop\:margin-top-neg-105 {
        margin-top: -.75rem;
    }

    .desktop\:margin-bottom-neg-105 {
        margin-bottom: -.75rem;
    }

    .desktop\:margin-y-neg-2 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .desktop\:margin-top-neg-2 {
        margin-top: -1rem;
    }

    .desktop\:margin-bottom-neg-2 {
        margin-bottom: -1rem;
    }

    .desktop\:margin-y-neg-205 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .desktop\:margin-top-neg-205 {
        margin-top: -1.25rem;
    }

    .desktop\:margin-bottom-neg-205 {
        margin-bottom: -1.25rem;
    }

    .desktop\:margin-y-neg-3 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .desktop\:margin-top-neg-3 {
        margin-top: -1.5rem;
    }

    .desktop\:margin-bottom-neg-3 {
        margin-bottom: -1.5rem;
    }

    .desktop\:margin-y-4 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .desktop\:margin-top-4 {
        margin-top: 2rem;
    }

    .desktop\:margin-bottom-4 {
        margin-bottom: 2rem;
    }

    .desktop\:margin-y-5 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .desktop\:margin-top-5 {
        margin-top: 2.5rem;
    }

    .desktop\:margin-bottom-5 {
        margin-bottom: 2.5rem;
    }

    .desktop\:margin-y-6 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .desktop\:margin-top-6 {
        margin-top: 3rem;
    }

    .desktop\:margin-bottom-6 {
        margin-bottom: 3rem;
    }

    .desktop\:margin-y-7 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .desktop\:margin-top-7 {
        margin-top: 3.5rem;
    }

    .desktop\:margin-bottom-7 {
        margin-bottom: 3.5rem;
    }

    .desktop\:margin-y-8 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .desktop\:margin-top-8 {
        margin-top: 4rem;
    }

    .desktop\:margin-bottom-8 {
        margin-bottom: 4rem;
    }

    .desktop\:margin-y-9 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }

    .desktop\:margin-top-9 {
        margin-top: 4.5rem;
    }

    .desktop\:margin-bottom-9 {
        margin-bottom: 4.5rem;
    }

    .desktop\:margin-y-10 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .desktop\:margin-top-10 {
        margin-top: 5rem;
    }

    .desktop\:margin-bottom-10 {
        margin-bottom: 5rem;
    }

    .desktop\:margin-y-15 {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem;
    }

    .desktop\:margin-top-15 {
        margin-top: 7.5rem;
    }

    .desktop\:margin-bottom-15 {
        margin-bottom: 7.5rem;
    }

    .desktop\:margin-y-05em {
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .desktop\:margin-top-05em {
        margin-top: .5em;
    }

    .desktop\:margin-bottom-05em {
        margin-bottom: .5em;
    }

    .desktop\:margin-y-1em {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .desktop\:margin-top-1em {
        margin-top: 1em;
    }

    .desktop\:margin-bottom-1em {
        margin-bottom: 1em;
    }

    .desktop\:margin-y-105em {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .desktop\:margin-top-105em {
        margin-top: 1.5em;
    }

    .desktop\:margin-bottom-105em {
        margin-bottom: 1.5em;
    }

    .desktop\:margin-y-2em {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .desktop\:margin-top-2em {
        margin-top: 2em;
    }

    .desktop\:margin-bottom-2em {
        margin-bottom: 2em;
    }

    .desktop\:margin-y-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .desktop\:margin-top-0 {
        margin-top: 0;
    }

    .desktop\:margin-bottom-0 {
        margin-bottom: 0;
    }

    .desktop\:margin-y-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .desktop\:margin-top-auto {
        margin-top: auto;
    }

    .desktop\:margin-bottom-auto {
        margin-bottom: auto;
    }

    .desktop\:margin-x-1px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .desktop\:margin-right-1px {
        margin-right: 1px;
    }

    .desktop\:margin-left-1px {
        margin-left: 1px;
    }

    .desktop\:margin-x-2px {
        margin-left: 2px;
        margin-right: 2px;
    }

    .desktop\:margin-right-2px {
        margin-right: 2px;
    }

    .desktop\:margin-left-2px {
        margin-left: 2px;
    }

    .desktop\:margin-x-05 {
        margin-left: .25rem;
        margin-right: .25rem;
    }

    .desktop\:margin-right-05 {
        margin-right: .25rem;
    }

    .desktop\:margin-left-05 {
        margin-left: .25rem;
    }

    .desktop\:margin-x-1 {
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .desktop\:margin-right-1 {
        margin-right: .5rem;
    }

    .desktop\:margin-left-1 {
        margin-left: .5rem;
    }

    .desktop\:margin-x-105 {
        margin-left: .75rem;
        margin-right: .75rem;
    }

    .desktop\:margin-right-105 {
        margin-right: .75rem;
    }

    .desktop\:margin-left-105 {
        margin-left: .75rem;
    }

    .desktop\:margin-x-2 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .desktop\:margin-right-2 {
        margin-right: 1rem;
    }

    .desktop\:margin-left-2 {
        margin-left: 1rem;
    }

    .desktop\:margin-x-205 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .desktop\:margin-right-205 {
        margin-right: 1.25rem;
    }

    .desktop\:margin-left-205 {
        margin-left: 1.25rem;
    }

    .desktop\:margin-x-3 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .desktop\:margin-right-3 {
        margin-right: 1.5rem;
    }

    .desktop\:margin-left-3 {
        margin-left: 1.5rem;
    }

    .desktop\:margin-x-neg-1px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .desktop\:margin-right-neg-1px {
        margin-right: -1px;
    }

    .desktop\:margin-left-neg-1px {
        margin-left: -1px;
    }

    .desktop\:margin-x-neg-2px {
        margin-left: -2px;
        margin-right: -2px;
    }

    .desktop\:margin-right-neg-2px {
        margin-right: -2px;
    }

    .desktop\:margin-left-neg-2px {
        margin-left: -2px;
    }

    .desktop\:margin-x-neg-05 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

    .desktop\:margin-right-neg-05 {
        margin-right: -.25rem;
    }

    .desktop\:margin-left-neg-05 {
        margin-left: -.25rem;
    }

    .desktop\:margin-x-neg-1 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

    .desktop\:margin-right-neg-1 {
        margin-right: -.5rem;
    }

    .desktop\:margin-left-neg-1 {
        margin-left: -.5rem;
    }

    .desktop\:margin-x-neg-105 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

    .desktop\:margin-right-neg-105 {
        margin-right: -.75rem;
    }

    .desktop\:margin-left-neg-105 {
        margin-left: -.75rem;
    }

    .desktop\:margin-x-neg-2 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .desktop\:margin-right-neg-2 {
        margin-right: -1rem;
    }

    .desktop\:margin-left-neg-2 {
        margin-left: -1rem;
    }

    .desktop\:margin-x-neg-205 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .desktop\:margin-right-neg-205 {
        margin-right: -1.25rem;
    }

    .desktop\:margin-left-neg-205 {
        margin-left: -1.25rem;
    }

    .desktop\:margin-x-neg-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .desktop\:margin-right-neg-3 {
        margin-right: -1.5rem;
    }

    .desktop\:margin-left-neg-3 {
        margin-left: -1.5rem;
    }

    .desktop\:margin-x-4 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .desktop\:margin-right-4 {
        margin-right: 2rem;
    }

    .desktop\:margin-left-4 {
        margin-left: 2rem;
    }

    .desktop\:margin-x-5 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .desktop\:margin-right-5 {
        margin-right: 2.5rem;
    }

    .desktop\:margin-left-5 {
        margin-left: 2.5rem;
    }

    .desktop\:margin-x-6 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .desktop\:margin-right-6 {
        margin-right: 3rem;
    }

    .desktop\:margin-left-6 {
        margin-left: 3rem;
    }

    .desktop\:margin-x-7 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .desktop\:margin-right-7 {
        margin-right: 3.5rem;
    }

    .desktop\:margin-left-7 {
        margin-left: 3.5rem;
    }

    .desktop\:margin-x-8 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .desktop\:margin-right-8 {
        margin-right: 4rem;
    }

    .desktop\:margin-left-8 {
        margin-left: 4rem;
    }

    .desktop\:margin-x-9 {
        margin-left: 4.5rem;
        margin-right: 4.5rem;
    }

    .desktop\:margin-right-9 {
        margin-right: 4.5rem;
    }

    .desktop\:margin-left-9 {
        margin-left: 4.5rem;
    }

    .desktop\:margin-x-10 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .desktop\:margin-right-10 {
        margin-right: 5rem;
    }

    .desktop\:margin-left-10 {
        margin-left: 5rem;
    }

    .desktop\:margin-x-15 {
        margin-left: 7.5rem;
        margin-right: 7.5rem;
    }

    .desktop\:margin-right-15 {
        margin-right: 7.5rem;
    }

    .desktop\:margin-left-15 {
        margin-left: 7.5rem;
    }

    .desktop\:margin-x-card {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .desktop\:margin-right-card {
        margin-right: 10rem;
    }

    .desktop\:margin-left-card {
        margin-left: 10rem;
    }

    .desktop\:margin-x-card-lg {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .desktop\:margin-right-card-lg {
        margin-right: 15rem;
    }

    .desktop\:margin-left-card-lg {
        margin-left: 15rem;
    }

    .desktop\:margin-x-mobile {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .desktop\:margin-right-mobile {
        margin-right: 20rem;
    }

    .desktop\:margin-left-mobile {
        margin-left: 20rem;
    }

    .desktop\:margin-x-05em {
        margin-left: .5em;
        margin-right: .5em;
    }

    .desktop\:margin-right-05em {
        margin-right: .5em;
    }

    .desktop\:margin-left-05em {
        margin-left: .5em;
    }

    .desktop\:margin-x-1em {
        margin-left: 1em;
        margin-right: 1em;
    }

    .desktop\:margin-right-1em {
        margin-right: 1em;
    }

    .desktop\:margin-left-1em {
        margin-left: 1em;
    }

    .desktop\:margin-x-105em {
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .desktop\:margin-right-105em {
        margin-right: 1.5em;
    }

    .desktop\:margin-left-105em {
        margin-left: 1.5em;
    }

    .desktop\:margin-x-2em {
        margin-left: 2em;
        margin-right: 2em;
    }

    .desktop\:margin-right-2em {
        margin-right: 2em;
    }

    .desktop\:margin-left-2em {
        margin-left: 2em;
    }

    .desktop\:margin-x-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .desktop\:margin-right-0 {
        margin-right: 0;
    }

    .desktop\:margin-left-0 {
        margin-left: 0;
    }

    .desktop\:margin-x-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .desktop\:margin-right-auto {
        margin-right: auto;
    }

    .desktop\:margin-left-auto {
        margin-left: auto;
    }

    .desktop\:measure-1 {
        max-width: 44ex;
    }

    .desktop\:measure-2 {
        max-width: 60ex;
    }

    .desktop\:measure-3 {
        max-width: 64ex;
    }

    .desktop\:measure-4 {
        max-width: 68ex;
    }

    .desktop\:measure-5 {
        max-width: 72ex;
    }

    .desktop\:measure-6 {
        max-width: 88ex;
    }

    .desktop\:measure-none {
        max-width: none;
    }

    .desktop\:order-first {
        order: -1;
    }

    .desktop\:order-last {
        order: 999;
    }

    .desktop\:order-initial {
        order: initial;
    }

    .desktop\:order-0 {
        order: 0;
    }

    .desktop\:order-1 {
        order: 1;
    }

    .desktop\:order-2 {
        order: 2;
    }

    .desktop\:order-3 {
        order: 3;
    }

    .desktop\:order-4 {
        order: 4;
    }

    .desktop\:order-5 {
        order: 5;
    }

    .desktop\:order-6 {
        order: 6;
    }

    .desktop\:order-7 {
        order: 7;
    }

    .desktop\:order-8 {
        order: 8;
    }

    .desktop\:order-9 {
        order: 9;
    }

    .desktop\:order-10 {
        order: 10;
    }

    .desktop\:order-11 {
        order: 11;
    }

    .desktop\:padding-1px {
        padding: 1px;
    }

    .desktop\:padding-y-1px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .desktop\:padding-x-1px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .desktop\:padding-top-1px {
        padding-top: 1px;
    }

    .desktop\:padding-right-1px {
        padding-right: 1px;
    }

    .desktop\:padding-bottom-1px {
        padding-bottom: 1px;
    }

    .desktop\:padding-left-1px {
        padding-left: 1px;
    }

    .desktop\:padding-2px {
        padding: 2px;
    }

    .desktop\:padding-y-2px {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .desktop\:padding-x-2px {
        padding-left: 2px;
        padding-right: 2px;
    }

    .desktop\:padding-top-2px {
        padding-top: 2px;
    }

    .desktop\:padding-right-2px {
        padding-right: 2px;
    }

    .desktop\:padding-bottom-2px {
        padding-bottom: 2px;
    }

    .desktop\:padding-left-2px {
        padding-left: 2px;
    }

    .desktop\:padding-05 {
        padding: .25rem;
    }

    .desktop\:padding-y-05 {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .desktop\:padding-x-05 {
        padding-left: .25rem;
        padding-right: .25rem;
    }

    .desktop\:padding-top-05 {
        padding-top: .25rem;
    }

    .desktop\:padding-right-05 {
        padding-right: .25rem;
    }

    .desktop\:padding-bottom-05 {
        padding-bottom: .25rem;
    }

    .desktop\:padding-left-05 {
        padding-left: .25rem;
    }

    .desktop\:padding-1 {
        padding: .5rem;
    }

    .desktop\:padding-y-1 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .desktop\:padding-x-1 {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .desktop\:padding-top-1 {
        padding-top: .5rem;
    }

    .desktop\:padding-right-1 {
        padding-right: .5rem;
    }

    .desktop\:padding-bottom-1 {
        padding-bottom: .5rem;
    }

    .desktop\:padding-left-1 {
        padding-left: .5rem;
    }

    .desktop\:padding-105 {
        padding: .75rem;
    }

    .desktop\:padding-y-105 {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .desktop\:padding-x-105 {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .desktop\:padding-top-105 {
        padding-top: .75rem;
    }

    .desktop\:padding-right-105 {
        padding-right: .75rem;
    }

    .desktop\:padding-bottom-105 {
        padding-bottom: .75rem;
    }

    .desktop\:padding-left-105 {
        padding-left: .75rem;
    }

    .desktop\:padding-2 {
        padding: 1rem;
    }

    .desktop\:padding-y-2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .desktop\:padding-x-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .desktop\:padding-top-2 {
        padding-top: 1rem;
    }

    .desktop\:padding-right-2 {
        padding-right: 1rem;
    }

    .desktop\:padding-bottom-2 {
        padding-bottom: 1rem;
    }

    .desktop\:padding-left-2 {
        padding-left: 1rem;
    }

    .desktop\:padding-205 {
        padding: 1.25rem;
    }

    .desktop\:padding-y-205 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .desktop\:padding-x-205 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .desktop\:padding-top-205 {
        padding-top: 1.25rem;
    }

    .desktop\:padding-right-205 {
        padding-right: 1.25rem;
    }

    .desktop\:padding-bottom-205 {
        padding-bottom: 1.25rem;
    }

    .desktop\:padding-left-205 {
        padding-left: 1.25rem;
    }

    .desktop\:padding-3 {
        padding: 1.5rem;
    }

    .desktop\:padding-y-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .desktop\:padding-x-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .desktop\:padding-top-3 {
        padding-top: 1.5rem;
    }

    .desktop\:padding-right-3 {
        padding-right: 1.5rem;
    }

    .desktop\:padding-bottom-3 {
        padding-bottom: 1.5rem;
    }

    .desktop\:padding-left-3 {
        padding-left: 1.5rem;
    }

    .desktop\:padding-4 {
        padding: 2rem;
    }

    .desktop\:padding-y-4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .desktop\:padding-x-4 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .desktop\:padding-top-4 {
        padding-top: 2rem;
    }

    .desktop\:padding-right-4 {
        padding-right: 2rem;
    }

    .desktop\:padding-bottom-4 {
        padding-bottom: 2rem;
    }

    .desktop\:padding-left-4 {
        padding-left: 2rem;
    }

    .desktop\:padding-5 {
        padding: 2.5rem;
    }

    .desktop\:padding-y-5 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .desktop\:padding-x-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .desktop\:padding-top-5 {
        padding-top: 2.5rem;
    }

    .desktop\:padding-right-5 {
        padding-right: 2.5rem;
    }

    .desktop\:padding-bottom-5 {
        padding-bottom: 2.5rem;
    }

    .desktop\:padding-left-5 {
        padding-left: 2.5rem;
    }

    .desktop\:padding-6 {
        padding: 3rem;
    }

    .desktop\:padding-y-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .desktop\:padding-x-6 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .desktop\:padding-top-6 {
        padding-top: 3rem;
    }

    .desktop\:padding-right-6 {
        padding-right: 3rem;
    }

    .desktop\:padding-bottom-6 {
        padding-bottom: 3rem;
    }

    .desktop\:padding-left-6 {
        padding-left: 3rem;
    }

    .desktop\:padding-7 {
        padding: 3.5rem;
    }

    .desktop\:padding-y-7 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .desktop\:padding-x-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .desktop\:padding-top-7 {
        padding-top: 3.5rem;
    }

    .desktop\:padding-right-7 {
        padding-right: 3.5rem;
    }

    .desktop\:padding-bottom-7 {
        padding-bottom: 3.5rem;
    }

    .desktop\:padding-left-7 {
        padding-left: 3.5rem;
    }

    .desktop\:padding-8 {
        padding: 4rem;
    }

    .desktop\:padding-y-8 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .desktop\:padding-x-8 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .desktop\:padding-top-8 {
        padding-top: 4rem;
    }

    .desktop\:padding-right-8 {
        padding-right: 4rem;
    }

    .desktop\:padding-bottom-8 {
        padding-bottom: 4rem;
    }

    .desktop\:padding-left-8 {
        padding-left: 4rem;
    }

    .desktop\:padding-9 {
        padding: 4.5rem;
    }

    .desktop\:padding-y-9 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .desktop\:padding-x-9 {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }

    .desktop\:padding-top-9 {
        padding-top: 4.5rem;
    }

    .desktop\:padding-right-9 {
        padding-right: 4.5rem;
    }

    .desktop\:padding-bottom-9 {
        padding-bottom: 4.5rem;
    }

    .desktop\:padding-left-9 {
        padding-left: 4.5rem;
    }

    .desktop\:padding-10 {
        padding: 5rem;
    }

    .desktop\:padding-y-10 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .desktop\:padding-x-10 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .desktop\:padding-top-10 {
        padding-top: 5rem;
    }

    .desktop\:padding-right-10 {
        padding-right: 5rem;
    }

    .desktop\:padding-bottom-10 {
        padding-bottom: 5rem;
    }

    .desktop\:padding-left-10 {
        padding-left: 5rem;
    }

    .desktop\:padding-15 {
        padding: 7.5rem;
    }

    .desktop\:padding-y-15 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    .desktop\:padding-x-15 {
        padding-left: 7.5rem;
        padding-right: 7.5rem;
    }

    .desktop\:padding-top-15 {
        padding-top: 7.5rem;
    }

    .desktop\:padding-right-15 {
        padding-right: 7.5rem;
    }

    .desktop\:padding-bottom-15 {
        padding-bottom: 7.5rem;
    }

    .desktop\:padding-left-15 {
        padding-left: 7.5rem;
    }

    .desktop\:padding-0 {
        padding: 0;
    }

    .desktop\:padding-y-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .desktop\:padding-x-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .desktop\:padding-top-0 {
        padding-top: 0;
    }

    .desktop\:padding-right-0 {
        padding-right: 0;
    }

    .desktop\:padding-bottom-0 {
        padding-bottom: 0;
    }

    .desktop\:padding-left-0 {
        padding-left: 0;
    }

    .desktop\:width-1px {
        width: 1px;
    }

    .desktop\:width-2px {
        width: 2px;
    }

    .desktop\:width-05 {
        width: .25rem;
    }

    .desktop\:width-1 {
        width: .5rem;
    }

    .desktop\:width-105 {
        width: .75rem;
    }

    .desktop\:width-2 {
        width: 1rem;
    }

    .desktop\:width-205 {
        width: 1.25rem;
    }

    .desktop\:width-3 {
        width: 1.5rem;
    }

    .desktop\:width-4 {
        width: 2rem;
    }

    .desktop\:width-5 {
        width: 2.5rem;
    }

    .desktop\:width-6 {
        width: 3rem;
    }

    .desktop\:width-7 {
        width: 3.5rem;
    }

    .desktop\:width-8 {
        width: 4rem;
    }

    .desktop\:width-9 {
        width: 4.5rem;
    }

    .desktop\:width-10 {
        width: 5rem;
    }

    .desktop\:width-15 {
        width: 7.5rem;
    }

    .desktop\:width-card {
        width: 10rem;
    }

    .desktop\:width-card-lg {
        width: 15rem;
    }

    .desktop\:width-mobile {
        width: 20rem;
    }

    .desktop\:width-mobile-lg {
        width: 30rem;
    }

    .desktop\:width-tablet {
        width: 40rem;
    }

    .desktop\:width-tablet-lg {
        width: 55rem;
    }

    .desktop\:width-desktop {
        width: 64rem;
    }

    .desktop\:width-desktop-lg {
        width: 75rem;
    }

    .desktop\:width-widescreen {
        width: 87.5rem;
    }

    .desktop\:width-0 {
        width: 0;
    }

    .desktop\:width-full {
        width: 100%
    }

    .desktop\:width-auto {
        width: auto;
    }
}

.cf:after, .cf:before, .l-two-col:after, .l-two-col:before, [role=main]:after, [role=main]:before {
    content: " ";
    display: table;
}

.cf:after, .l-two-col:after, [role=main]:after {
    clear: both;
}

.is-hidden {
    display: none !important;
    visibility: hidden !important;
}

.is-vishidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
}

.right {
    float: right;
    padding: 0 0 1em 1em;
}

.right-search {
    float: right;
    padding: 0 0 1em;
}

.left {
    float: left;
    padding: 0 1em 1em 0;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

@media all and (max-width:46.8em) {
    .hide-small {
        display: none;
    }
}

@media all and (min-width:46.8em) and (max-width:50em) {
    .hide-med {
        display: none;
    }
}

@media all and (min-width:50em) {
    .hide-large {
        display: none;
    }
}

.valid {
    color: #089e00;
}

.error {
    color: red;
}

.warning {
    color: #fff664;
}

.information {
    color: #000db5;
}

.font-secondary {
    font-family: Merriweather, serif;
}

a {
    outline: 0;
    color: #0071bc;
}

    .panel ul li a span:hover, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
        color: #205493;
    }

.alpha, .beta, .gamma {
    line-height: 1.2;
}

.subheading {
    font-family: Merriweather, serif;
    font-weight: 400;
}

.cd-main-content p {
    margin-bottom: 1em !important;
    font-size: 17px;
}

a:hover, a:visited {
    transition: color .5s ease;
    color: #205493;
}

a:visited {
    color: #981b1e;
}

a:focus {
    transition: color .5s ease;
    color: #008bf2;
}

.h1, .h2, .h3, .h4, .h5 {
    line-height: 1.3em;
}

.h2, .h3, .h4, .h5, h5 .h1 {
    font-family: Merriweather, serif;
    font-weight: 700;
}

.h1, .h3, .h4, .h5 {
    margin-bottom: 10px;
}

.h1 {
    font-size: 40px;
}

.h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.h3 {
    font-size: 20px;
}

.h4 {
    font-size: 17px;
}

.h5 {
    font-size: 15px;
}

.h6, time {
    text-transform: uppercase;
}

.h6 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3em;
    margin-bottom: 5px;
}

blockquote {
    border: 0;
    max-width: 700px;
    height: auto;
    padding: 20px;
    margin: 20px;
    color: #212121;
    font-style: normal;
}

hr {
    border: 0;
    height: 2px;
    background: #eee;
    margin: 2em 0;
}

abbr {
    border-bottom: 1px dotted gray;
    cursor: help;
}

.lead-para::first-line {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5em;
}

time {
    color: #5b616b;
    font-size: 12px;
    margin: 0 0 5px;
    line-height: 1.1;
}

fieldset, ol, ul {
    padding: 0;
    margin: 0;
}

ol, ul {
    list-style: none;
}

dl {
    overflow: hidden;
    margin: 0 0 1em;
}

img, object, video {
    max-width: 100%;
    height: auto;
}

form ol, form ul {
    list-style: none;
    margin-left: 0;
}

fieldset {
    border: 0;
}

label {
    display: block;
    padding-bottom: .5em;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0 1px;
}



    input[type=number], input[type=text], input[type=url], textarea {
        -webkit-appearance: none;
    }



.ui-dialog-buttonset button {
    background: #fff;
}

input[type=search] {
    -webkit-appearance: none;
    border-radius: 0;
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

.field-container {
    margin-bottom: 1em;
}

.inline-form .inline-container, .inline-form fieldset {
    position: relative;
}

.inline-form .btn, .inline-form button, .inline-form input[type=submit] {
    font-size: .875em;
    padding: .65rem 1.3rem;
    background: #333;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: auto;
}

    .inline-form .btn:focus, .inline-form .btn:hover, .inline-form button:focus, .inline-form button:hover, .inline-form input[type=submit]:focus, .inline-form input[type=submit]:hover {
        background: gray;
        color: #fff;
    }

.has-error {
    border-color: red;
}

.is-valid {
    border-color: #089e00;
}

.search-field {
    padding-right: 3em;
}

.inline-form .search-submit {
    background: 0 0;
    padding: .78em 1em;
    border: 0;
    border-left: 1px solid gray;
    color: gray;
}

}

.animate-fade {
    transition: opacity, .3s, ease-out;
}

    .animate-fade:hover {
        opacity: 0;
    }

.animate-move {
    transition: all, .8s, ease-in-out;
}

    .animate-move:hover {
        transform: scale(.8);
    }

.dol-accordion .usa-accordion button {
    width: 100%;
    background-color: #f1f1f1;
    color: #212121;
    margin-top: 0;
    font-size: 1.0625rem;
    font-family: Merriweather, serif;
    font-weight: 700;
    display: flex;
    line-height: 1.5;
}

    .dol-accordion .usa-accordion button svg.svg-inline--fa {
        margin-top: 3px;
    }

    .dol-accordion .usa-accordion button:active, .dol-accordion .usa-accordion button:focus, .dol-accordion .usa-accordion button:hover {
        background-color: #d6d7d9;
        color: #212121;
    }

    #top-agency-name .dol-logo-area span, .dol-accordion .usa-accordion button .field--name-field-p-accordion-header {
        margin: 0 10px;
    }

.dol-accordion .usa-accordion .usa-accordion__button[aria-expanded] {
    background-image: none !important;
}

.dol-accordion.dol-accordion-light .usa-accordion__heading, header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu li span > a:hover, header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu li span > span:hover {
    border-bottom: 1px solid #aeb0b5;
}

    .dol-accordion.dol-accordion-light .usa-accordion__heading button {
        background-color: #fff;
    }

        .dol-accordion.dol-accordion-light .usa-accordion__heading button:active, .dol-accordion.dol-accordion-light .usa-accordion__heading button:focus, .dol-accordion.dol-accordion-light .usa-accordion__heading button:hover {
            background-color: #fff;
        }

#breadcrumbs-container {
    max-width: 92em;
    height: 35px;
    padding-left: 3px;
    line-height: 38px;
    font-family: "Source Sans Pro", sans-serif;
}

    #breadcrumbs-container ul li {
        display: inline-block;
        font-size: .8125rem !important;
    }

        #breadcrumbs-container ul a, #breadcrumbs-container ul li a {
            font-size: .8125rem !important;
            color: #0071bc !important;
        }

    #breadcrumbs-container ul > span {
        font-size: .8125rem !important;
        color: #000 !important;
        text-decoration: none;
    }

    #breadcrumbs-container ul a, #breadcrumbs-container ul li {
        text-decoration: none !important;
    }

    #breadcrumbs-container hr {
        border-color: #5b616b;
    }

    #breadcrumbs-container .breadcrumbs-separator {
        margin: 0 5px;
        font-size: .5625rem !important;
    }

    #breadcrumbs-container li + li:before {
        opacity: .8;
        left: 5px;
        margin-right: 4px;
        margin-left: 2px;
        top: 2px;
        display: inline-block;
    }

@media only screen and (min-width:0px) {
    #breadcrumbs-container {
        padding: 10px 0 5px 15px;
        height: auto;
        line-height: 1.2em;
        font-size: 1rem;
        background-color: #f1f1f1;
    }

        #breadcrumbs-container ul.breadcrumbs {
            margin-left: 0;
            display: flex;
            flex-flow: row wrap;
        }
}

.search-button, .search-button:hover {
    background-color: transparent;
}

    .search-button i {
        font-size: 1.125rem;
    }

    .search-button:focus {
        background-color: transparent;
    }

.autologout-dialog {
    margin: 0 auto;
}

    .autologout-dialog .ui-dialog-titlebar, .autologout-dialog button {
        color: #fff;
        background-color: #0071bc;
    }

        .autologout-dialog .ui-dialog-titlebar button, .autologout-dialog button button {
            right: .4em;
            background-color: #fff;
        }

            .autologout-dialog .ui-dialog-titlebar button:after, .autologout-dialog button button:after {
                display: inline-block;
                content: "Ã—";
                color: #0071bc;
            }

    .autologout-dialog .ui-dialog-titlebar-close {
        top: 46%;
        width: 25px;
        height: 25px;
    }

.user-login-form #edit-submit {
    float: left;
}

.background--darkbg {
    color: #fff;
}

    .background--darkbg .dol-accordion p, .background--darkbg table span, .background--lightbg {
        color: #212121;
    }

.panel {
    width: 100%;
    background: #e6e6e6;
    border-top: 1px solid #aeb0b5;
    border-bottom: 1px solid #aeb0b5;
}

@media only screen and (min-width:0px) {
    .panel {
        border-top: 1px solid #aeb0b5;
        border-bottom: 1px solid #aeb0b5;
    }
}

@media only screen and (min-width:960px) {
    .panel {
        border-top: none;
        border-bottom: none;
    }
}

.panel ul {
    flex-flow: row wrap;
    display: flex;
    justify-content: flex-start;
}

@media only screen and (min-width:0px) {
    .panel ul {
        flex-direction: column;
        justify-content: space-evenly;
        max-width: 100%
    }
}

@media only screen and (min-width:960px) {
    .panel ul {
        flex-direction: row;
        justify-content: flex-start;
        padding: 15px 15px 15px 0;
        max-width: 1440px;
    }
}

@media only screen and (min-width:0px) {
    .panel ul li {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

@media only screen and (min-width:960px) {
    .panel ul li {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.panel ul li a {
    color: #000;
    font-size: 1.0625rem;
    font-weight: 700;
    flex: 1;
    -ms-grid-row-align: center;
    align-self: center;
    display: block;
    padding: 10px 15px;
    line-height: 1;
}

    .panel ul li a span, .social-media-icons a span, .social-media-icons i:hover, .social-media-icons svg:hover, li.usa-footer__secondary-link a:visited {
        color: #0071bc;
    }

@media only screen and (min-width:0px) {
    .panel ul li a {
        text-align: left;
    }
}

@media only screen and (min-width:960px) {
    .panel ul li a {
        text-align: center;
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        .panel ul li a {
            outline-offset: -3px !important;
        }
    }
}

@media only screen and (min-width:0px) {
    .panel ul li + li {
        border-top: 1px solid #aeb0b5;
        border-left: 0;
    }
}

@media only screen and (min-width:960px) {
    .panel ul li + li {
        border-left: 1px solid #aeb0b5;
        border-top: 0;
    }
}

li.usa-footer__secondary-link {
    font-size: 1.0625rem;
}

@media (min-width:60em) {
    .footer_menu {
        flex: 0 0 auto;
        width: 75%
    }

    .footer-address {
        flex: 0 0 auto;
        width: 25%
    }
}

@media only screen and (max-width:959px) {
    .footer-address {
        order: 2;
        width: 100%
    }

        .footer-address .dol-footer-seal {
            display: inline-flex;
        }

    .footer_menu-block {
        width: 100%;
        padding: 0;
    }

        .footer_menu-block li.dol-footer__secondary-link, .footer_menu-block li.dol-footer__secondary-link a {
            margin: 0;
        }

    .dol-footer__primary-content {
        padding: 0;
        display: block;
        border: 0;
    }
}

.usa-footer--big .dol-footer-primary {
    padding: 15px 30px;
    background-color: #f9f9f9;
}

    .usa-footer--big .dol-footer-primary .grid-container {
        padding-left: 30px;
    }

    .usa-footer--big .dol-footer-primary .dol-footer__full-menu nav.footer__nav, ul.dol-sidenav li.dol-sidenav__item {
        border: 0;
    }

@media (min-width:30em) {
    .usa-footer--big .dol-footer-primary .dol-footer__full-menu nav.footer__nav {
        padding-top: 0;
    }
}

.usa-footer--big .dol-footer-primary .dol-footer__full-menu nav.footer__nav span.usa-footer__primary-link {
    text-transform: uppercase;
    line-height: 1.5em;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.0625rem;
}

    .usa-footer--big .dol-footer-primary .dol-footer__full-menu nav.footer__nav span.usa-footer__primary-link::before {
        background-image: none;
        background-position: unset;
        background-size: unset;
        display: none;
    }

@media only screen and (min-width:0px) {
    .usa-footer--big .dol-footer-primary .dol-footer__full-menu nav.footer__nav span.usa-footer__primary-link {
        padding: 1em;
        background-image: none;
        background-position: unset;
        background-size: unset;
        justify-content: space-between;
    }
}

@media only screen and (min-width:479px) {
    .usa-footer--big .dol-footer-primary .dol-footer__full-menu nav.footer__nav span.usa-footer__primary-link {
        padding-left: 0;
    }
}

@media only screen and (min-width:960px) {
    .usa-footer--big .dol-footer-primary .grid-row {
        display: flex;
        flex-wrap: nowrap;
    }

        .usa-footer--big .dol-footer-primary .grid-row .footer_menu-block {
            flex: 1 1 33%
        }
}

@media only screen and (min-width:0px) {
    .usa-footer--big .grid-container.container {
        max-width: 1440px;
        padding: 0;
    }
}

.dol-footer-secondary {
    max-width: 1440px;
}

    .dol-footer-secondary .width-inner-padding {
        max-width: 1440px;
        padding: 0;
    }

section.dol-footer-secondary {
    background: #e6e6e6;
    max-width: 100%;
    margin: 0;
    padding: 0 30px;
}

@media all and (min-width:0px) and (max-width:959px) and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    section.dol-footer-secondary {
        display: inline-block;
        width: 100%
    }
}

section.dol-footer-secondary span i {
    margin-top: 20px;
    padding-bottom: 8px;
}

.utility_block {
    text-align: right;
}

    .utility_block a {
        color: #212121;
        text-decoration: none;
        padding: 0 20px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        font-family: "Source Sans Pro", sans-serif;
        font-size: .8125rem;
        line-height: 17px;
    }

        .utility_block a + a {
            border-left: 1px solid #a9a9a9;
        }

@media only screen and (min-width:0px) {
    .utility_block {
        display: none !important;
    }
}

@media only screen and (min-width:768px) {
    .utility_block {
        display: block !important;
        padding: 20px;
    }
}

.utility_block a:last-child {
    padding-right: 0;
}

.dol-footer-secondary-container {
    max-width: 1440px;
    margin: auto;
}

@media only screen and (min-width:0px) {
    .dol-footer-secondary-container {
        display: block;
        padding: 0;
    }
}

@media only screen and (min-width:960px) {
    .dol-footer-secondary-container {
        display: flex;
        padding: 0;
        align-items: center;
    }
}

.dol-footer-secondary-container .width-inner-padding {
    max-width: 1140px;
    padding: 0;
}

.dol-footer-secondary-container .dol-utility-menu {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    flex: 1 1 66%;
    width: 100%
}

    .dol-footer-secondary-container .dol-utility-menu ul {
        flex: 1 1;
    }

        .dol-footer-secondary-container .dol-utility-menu ul li h4 {
            font-size: .625rem;
            font-family: "Source Sans Pro", sans-serif;
        }

            .dol-footer-secondary-container .dol-utility-menu ul li h4:after:not(:first-child) {
                border-left: 1px #000 solid;
            }

.dol-footer-secondary-container .social-media-block {
    flex: 1 1 50%;
    display: inherit;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

@media only screen and (min-width:0px) {
    .dol-footer-secondary-container .social-media-block {
        flex: 1 1 100%;
        width: 100%
    }
}

@media only screen and (min-width:960px) {
    .dol-footer-secondary-container .social-media-block {
        flex: 1 1 55%;
        width: auto;
    }
}

.dol-footer-secondary-container .social-media-block p {
    text-align: center;
    margin-left: 2rem;
    line-height: 2.7;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

@media only screen and (min-width:0px) {
    .dol-footer-secondary-container .social-media-block p {
        margin-left: 0;
        margin-right: 0;
        display: block;
        font-size: .9375rem;
        margin-bottom: 0;
    }
}

@media only screen and (min-width:960px) {
    .dol-footer-secondary-container .social-media-block p {
        display: inline;
        margin-right: 10px;
        font-size: .9375rem;
        margin-bottom: 0;
    }
}

.social-media-icons {
    margin: 0;
    line-height: 45px;
    height: 36px;
    text-align: center;
    position: relative;
    top: 3px;
}

@media only screen and (min-width:0px) {
    .social-media-icons {
        display: flex;
        justify-content: space-evenly;
        margin-left: 0;
    }
}

@media only screen and (min-width:960px) {
    .social-media-icons {
        display: inline;
        font-size: .625rem;
        margin-bottom: 0;
        margin-left: 0;
    }
}

.social-media-icons a {
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    border: 3px solid #aeb0b5;
    border-radius: 20px;
    margin-right: 7px;
}

    .social-media-icons a:hover {
        color: #205493;
        border: 3px solid #205493;
    }

        .social-media-icons a:hover svg {
            width: unset !important;
            color: #0071bc !important;
        }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .social-media-icons a {
        margin: auto;
    }
}

@media all and (min-width:951px) and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .social-media-icons a {
        margin-left: 5px;
    }
}

.social-media-icons a .usa-sr-only {
    visibility: hidden;
}

.social-media-icons i {
    position: relative;
    bottom: 8px;
    color: #212121;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}

.social-media-icons svg, svg.svg-inline--fa.fa-envelope.fa-w-16, svg.svg-inline--fa.fa-facebook-f.fa-w-9, svg.svg-inline--fa.fa-instagram.fa-w-14, svg.svg-inline--fa.fa-linkedin.fa-w-18, svg.svg-inline--fa.fa-twitter.fa-w-16, svg.svg-inline--fa.fa-youtube.fa-w-18 {
    height: 17px;
    width: 17px;
    color: #000;
}

@media only screen and (min-width:0px) {
    .social-media-icons svg {
        margin-bottom: 6px;
    }
}

@media only screen and (min-width:960px) {
    .social-media-icons svg {
        margin-bottom: 6px;
    }
}

@media only screen and (min-width:0px) and (max-width:951px) {
    .social-media-icons svg {
        margin-bottom: 6px;
    }
}

.dol-footer-seal .dol-seal {
    height: 120px;
    margin: 0 15px 30px 0;
}

    .dol-footer-seal .dol-seal a {
        display: inline-block;
    }

        .dol-footer-seal .dol-seal a:focus {
            outline-offset: -3px !important;
        }

    .dol-footer-seal .dol-seal img {
        height: 120px;
        width: 120px;
    }

@media only screen and (min-width:960px) {
    .dol-footer-seal .dol-seal img {
        height: 120px;
        width: 120px;
    }
}

@media only screen and (min-width:0px) {
    .dol-footer-seal .dol-seal {
        padding-right: 20px;
    }
}

@media only screen and (min-width:960px) {
    .dol-footer-seal .dol-seal {
        padding-right: 0;
    }
}

.dol-footer-seal p.address-block {
    font-size: .9375rem;
    margin: 1em 0;
    line-height: 1.5;
}

    #user-login-form .field-add-more-submit:hover, #user-pass .field-add-more-submit:hover, #user-register-form .field-add-more-submit:hover, .dol-footer-seal p.address-block a, .dol-footer-seal p.address-block a span, header #header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox .input-group-btn .search-button svg, header #header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .input-group-btn .search-button svg, header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .input-group-btn .search-button svg, header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .input-group-btn .search-button svg, header #header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox .input-group-btn .search-button svg, header #header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .input-group-btn .search-button svg, header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .input-group-btn .search-button svg, header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .input-group-btn .search-button svg, main ol li a, main ul li a {
        color: #0071bc;
    }

.dol-footer-seal .footer-seal-block .dol-name-and-seal span {
    font-size: .9375rem;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.dol-footer-seal .footer-seal-block .contact-block {
    max-width: 225px;
}

    .dol-footer-seal .footer-seal-block .contact-block .field {
        padding-bottom: 0;
    }

    .dol-footer-seal .footer-seal-block .contact-block h5 {
        font-family: "Source Sans Pro", sans-serif;
        font-size: .9375rem;
    }

    .dol-footer-seal .footer-seal-block .contact-block p.agency_page-footer {
        font-size: .9375rem;
    }

@media only screen and (min-width:0px) {
    svg.svg-inline--fa.fa-envelope.fa-w-16, svg.svg-inline--fa.fa-facebook-f.fa-w-9, svg.svg-inline--fa.fa-instagram.fa-w-14, svg.svg-inline--fa.fa-linkedin.fa-w-18, svg.svg-inline--fa.fa-twitter.fa-w-16, svg.svg-inline--fa.fa-youtube.fa-w-18 {
        margin-bottom: 1px;
    }
}

@media only screen and (min-width:960px) {
    svg.svg-inline--fa.fa-envelope.fa-w-16, svg.svg-inline--fa.fa-facebook-f.fa-w-9, svg.svg-inline--fa.fa-instagram.fa-w-14, svg.svg-inline--fa.fa-linkedin.fa-w-18, svg.svg-inline--fa.fa-twitter.fa-w-16, svg.svg-inline--fa.fa-youtube.fa-w-18 {
        margin-bottom: 1px;
    }
}

@media only screen and (min-width:0px) and (max-width:951px) {
    svg.svg-inline--fa.fa-envelope.fa-w-16, svg.svg-inline--fa.fa-facebook-f.fa-w-9, svg.svg-inline--fa.fa-instagram.fa-w-14, svg.svg-inline--fa.fa-linkedin.fa-w-18, svg.svg-inline--fa.fa-twitter.fa-w-16, svg.svg-inline--fa.fa-youtube.fa-w-18 {
        margin-bottom: 3px;
    }
}

svg.svg-inline--fa.fa-minus-square.fa-w-14, svg.svg-inline--fa.fa-plus-square.fa-w-14 {
    color: #0071bc;
    height: 14px;
    float: right;
}

@media only screen and (min-width:0px) {
    svg.svg-inline--fa.fa-minus-square.fa-w-14, svg.svg-inline--fa.fa-plus-square.fa-w-14 {
        display: block !important;
        margin-top: .25em;
    }
}

@media only screen and (min-width:960px) {
    svg.svg-inline--fa.fa-minus-square.fa-w-14, svg.svg-inline--fa.fa-plus-square.fa-w-14 {
        display: none !important;
        margin-top: 0;
    }
}

.footer-scroll-to-top {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 5%;
    margin-left: auto;
    max-width: 130px;
    display: flex;
    align-items: center;
    color: #0071bc !important;
    opacity: 1 !important;
}

    .footer-scroll-to-top span {
        margin-right: 10px;
    }

    .footer-scroll-to-top:hover {
        color: #205493;
    }

@media only screen and (min-width:30em) and (max-width:960px) {
    .dol-footer__primary-content ul.usa-list {
        padding: 1rem;
    }

        .dol-footer__primary-content ul.usa-list .dol-footer__secondary-link {
            margin-left: 0;
        }

    .dol-footer-primary {
        padding: 15px;
    }

        .dol-footer-primary nav.footer__nav {
            padding-top: 0;
        }
}

@media only screen and (max-width:959px) {
    .dol-footer__primary-content {
        border-top: none !important;
    }

        .dol-footer__primary-content .usa-footer__primary-link {
            padding: 1rem 0;
        }

    .dol-footer-seal {
        margin-top: 20px;
    }

    .footer_menu {
        width: 100%
    }

    .uswds-hidden .usa-list {
        display: none;
    }
}

.form-ExtraSmall {
    width: 100%;
    max-width: 75px !important;
}

.form-Small {
    width: 100%;
    max-width: 150px !important;
}

.form-Medium {
    width: 100%;
    max-width: 250px !important;
}

.form-Large {
    width: 100%;
    max-width: 350px !important;
}

.form-Fill {
    width: 100%;
    max-width: 700px !important;
}

#user-login-form input, #user-pass input, #user-register-form input {
    height: 55px;
    max-width: 600px;
    border-color: #5b616b;
    border-radius: 0;
}

    #user-login-form input#edit-submit, #user-pass input#edit-submit, #user-register-form input#edit-submit {
        margin-top: 3em;
        border: 0;
        box-shadow: none;
    }

#user-login-form .form-actions, #user-pass .form-actions, #user-register-form .form-actions {
    justify-content: flex-start;
}

#user-login-form input:valid, #user-pass input:valid, #user-register-form input:valid {
    border: 1px solid #5b616b !important;
    box-shadow: none !important;
}

#user-login-form input.error, #user-pass input.error, #user-register-form input.error {
    border: 1px solid #d9534f !important;
    box-shadow: 0 0 0 .1rem #d35c58 !important;
}

#user-login-form .tabledrag-toggle-weight-wrapper button, #user-pass .tabledrag-toggle-weight-wrapper button, #user-register-form .tabledrag-toggle-weight-wrapper button {
    background-color: #0071bc;
    color: #fff;
}

#user-login-form .field-add-more-submit, #user-pass .field-add-more-submit, #user-register-form .field-add-more-submit {
    color: #fff;
}

#user-login-form .js-form-item-pass, #user-pass .js-form-item-pass, #user-register-form .js-form-item-pass {
    padding-top: 2em;
}

.inline li {
    display: inline;
    padding: 5px;
}

.indented {
    margin-left: 50px;
}

.js-comment {
    background-color: #f1f1f1;
    margin: 5px;
    padding: 5px;
}

select.usa-select:focus {
    outline: 3px solid #0071bc;
}

label.usa-label, label.usa-label-big {
    color: #212121;
    background-color: transparent;
    font-size: 1em;
    text-transform: capitalize;
    padding: 5px 0;
}

    #skip-nav, label.usa-label a, label.usa-label-big a {
        color: #212121;
    }

div[role=main], main[role=main] {
    color: #212121 !important;
    line-height: 26px;
    margin: 0 auto;
    padding: 30px 30px 0;
}

.inline-container {
    display: flex;
    width: 100%
}

.container {
    max-width: 1440px;
}

.comma-list:not(:last-child):after {
    content: ", ";
    margin-left: -3px;
}

.pipe-list:not(:last-child):after {
    content: "|";
    padding: 0 5px;
    font-weight: 300;
    font-size: 1rem;
    margin-top: -3px;
}

.greater-list:not(:last-child):after {
    content: "âŒª";
    font-size: .875rem;
    margin-left: 5px;
}

.ui-widget-content li a {
    font-size: .8125rem !important;
    display: block;
}

    .ui-widget-content li a:hover {
        background-color: #3875d7;
    }

@media only screen and (min-width:0px) and (max-width:951px) {
    blockquote {
        padding: 10px !important;
        margin: 0 !important;
    }
}

@media only screen and (min-width:0px) and (max-width:951px) {
    .contentbox {
        padding: 10px !important;
        margin: 0 !important;
    }
}

b, strong {
    font-weight: bolder !important;
}

@media print {
    #breadcrumbs-container, #header-content, #search-placeholder, .cd-nav, .dol-alerts, .footer, .pager, .search, .secondarylinks-container, .topic-wrapper, .usa-banner {
        display: none !important;
    }

    .cd-main-content {
        overflow: hidden;
        min-height: 100%
    }

    #top-agency-name, html body div.layout-container main.cd-main-content {
        display: block !important;
    }

    #top-agency-name {
        float: left;
    }
}

@media screen and (max-width:375px) {
    .legacy-page {
        display: contents;
    }

        .legacy-page td {
            width: 100%;
            display: inline-block;
        }
}

@media (max-width:575px) {
    div[role=main], main[role=main] {
        max-width: 100%
    }
}

@media only screen and (min-width:576px) {
    .inner-page .cd-overlay {
        display: none;
    }
}

#dol-menu {
    z-index: 999 !important;
}

.container {
    margin: 0 auto;
}

.main {
    max-width: 92% !important;
}

#front-page-slideshow {
    margin-bottom: 5em;
    margin-top: 2em;
}

    #front-page-slideshow h2 {
        margin-top: 3em;
        margin-bottom: 2em;
    }

a:active, a:focus {
    outline: 3px solid #008bf2;
    text-decoration: underline;
}

a:active, a:focus, a:visited, button:active, button:focus, button:visited, input[type=submit]:active, input[type=submit]:focus, input[type=submit]:visited {
    outline-offset: 1px !important;
}

.header[role=banner] {
    transform: none;
    height: auto;
}

#header-content {
    height: auto;
    z-index: -1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    #header-content .container {
        height: 100%;
        max-width: 87em;
    }

@media screen and (max-width:899px) {
    #header-content .container .accessible-menu {
        display: none;
    }
}

.DOL-header-logo img {
    height: 65px;
    width: 65px;
    margin: 0;
}

#top-agency-name a, .agency-container--small a {
    border-bottom: 1px solid transparent;
}

    .agency-container--small a:focus {
        text-decoration: none !important;
        outline: 3px solid #008bf2;
        outline-offset: 1px !important;
    }

    .agency-container--small a:hover {
        text-decoration: none !important;
    }

        .agency-container--small a:hover span {
            border-bottom: 1px solid;
            transition: .2s all ease-in-out;
            color: #fff !important;
        }

.dol-logo-area h2, .dol-logo-area span, .dol-logo-area--small span {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid transparent;
}

.dol-logo-area--small span {
    color: #fff;
    font-size: .75rem;
    margin: 0;
    text-align: center;
}

.dol-logo-area {
    min-width: 100%
}

    .dol-logo-area h2, .dol-logo-area span {
        color: #212121;
        font-size: 1.1875rem;
    }

    .cd-main-content a:hover, .dol-logo-area a:hover, .main a:hover {
        color: #205493;
    }

    .dol-logo-area h2 {
        margin: 0;
    }

@media (min-width:46.8em) {
    body > div > header > a > img {
        height: 65px !important;
    }
}

.agency:focus {
    outline: 3px solid #008bf2;
    outline-offset: 1px !important;
}

.agency p, main ol ol, main ol ul, main ul ol, main ul ul {
    margin-bottom: 0;
}

header.cd-main-header {
    max-width: 100% !important;
    background: #0071bc;
}

    header.cd-main-header .usa-search div[role=search] {
        align-items: center;
        width: 100%
    }

        header.cd-main-header .usa-search div[role=search] [type=submit] {
            background-image: url(../imgs/search-primary.svg), linear-gradient(transparent, transparent);
            background-size: 1rem;
        }

@media all and (min-width:993px) {
    header.cd-main-header .header-right-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1 1 50%
    }

        header.cd-main-header .header-right-container .secondarylinks-container {
            margin-right: 1.875rem;
        }

    header.cd-main-header .searchbox-container .field--name-body {
        padding-bottom: 0;
    }

    header.cd-main-header .usa-search div[role=search] {
        border: 1px solid #5b616b;
        border-radius: .1875rem;
        padding: .25rem;
    }

        header.cd-main-header .usa-search div[role=search] [type=submit] {
            border-color: transparent;
            width: 2.5rem;
            padding: 1em;
            background-color: transparent;
        }

        header.cd-main-header .usa-search div[role=search] .usa-input {
            border: 0;
            background-color: transparent;
            margin-top: 0;
            order: 1;
        }

            header.cd-main-header .usa-search div[role=search] .usa-input:focus, header.cd-main-header .usa-search div[role=search] .usa-input:hover {
                background-color: transparent;
                outline: 0;
            }

    header.cd-main-header .usa-search .usa-button:active, header.cd-main-header .usa-search .usa-button:focus {
        outline: 0 !important;
    }

    header.cd-main-header .usa-search:focus-within {
        outline: .25rem solid #008bf2;
    }
}

@media all and (max-width:992px) {
    header.cd-main-header .searchbox-container {
        display: none;
        visibility: hidden;
    }
}

.topics-left-column {
    background-color: #f1f1f1;
    border: 1px solid #5b616b;
    line-height: 1.2em;
    width: 14em;
    height: 17em;
    display: inline-block;
    float: left;
    padding: 1em;
    margin: 2em 2em 7em;
}

    .topics-left-column ul > li > a {
        padding: 1em 0;
        text-decoration: none;
    }

    .topics-left-column ul > li:nth-child(3) > a {
        line-height: 1em;
    }

    .topics-left-column h2 {
        font-size: 1.25rem;
    }

.sub-menu {
    display: inline-block;
    width: 500px !important;
}

    .sub-menu li {
        width: 50% !important;
    }

        .sub-menu li a:hover {
            color: #fff;
        }

        .sub-menu li:nth-child(even) {
            float: right;
        }

#top-agency-name {
    background-color: #fff;
    height: auto;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

    #top-agency-name span {
        font-family: "Source Sans Pro", sans-serif;
        margin: 0;
    }

@media screen and (max-width:992px) {
    #top-agency-name {
        border-bottom: 1px solid #979797;
    }
}

#top-agency-name > .container {
    flex: 1 0 auto;
    justify-content: space-between;
    max-width: 1500px;
    padding-right: 30px;
}

#top-agency-name a:hover {
    text-decoration: none !important;
    color: #205493;
}

    #top-agency-name a:hover h1, #top-agency-name a:hover h2, #top-agency-name a:hover span {
        border-bottom: 1px solid;
        transition: .2s all ease-in-out;
        color: #212121;
    }

@media screen and (max-width:991px) {
    #top-agency-name .push-right {
        margin-left: 40px;
    }
}

@media screen and (max-width:992px) {
    #top-agency-name .search .form, #top-agency-name .search .secondary-links, #top-agency-name .secondarylinks-container .form, #top-agency-name .secondarylinks-container .secondary-links {
        display: none !important;
    }
}

#top-agency-name .search div + div, #top-agency-name .secondarylinks-container div + div {
    margin-left: 15px;
    padding-left: 15px;
}

#top-agency-name .search .secondary-links span, #top-agency-name .secondarylinks-container .secondary-links span {
    margin: 0;
    border-right-color: #dfe1e2;
    border-right-width: 1px;
    border-right-style: solid;
    padding: 0 .625rem;
}

    #top-agency-name .search .secondary-links span:last-child, #top-agency-name .secondarylinks-container .secondary-links span:last-child {
        border-right-color: transparent;
        border-right-width: 1px;
        border-right-style: solid;
        padding: 0 0 0 .625rem;
    }

#top-agency-name .search .secondary-links a, #top-agency-name .secondarylinks-container .secondary-links a {
    color: #71767a;
    font-size: .875rem;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    justify-content: flex-end;
}

    #top-agency-name .search .secondary-links a:hover, #top-agency-name .secondarylinks-container .secondary-links a:hover {
        text-decoration: none;
        border-bottom: 1px solid;
        transition: .2s all ease-in-out;
    }

@media screen and (max-width:768px) {
    #top-agency-name .search .secondary-links a + a, #top-agency-name .secondarylinks-container .secondary-links a + a {
        margin-left: 10px;
    }
}

#top-agency-name .search .form input, #top-agency-name .secondarylinks-container .form input {
    width: 15vw;
    height: auto;
    padding: 6px;
}

#top-agency-name .agency-container--small .dol-logo-area--small span, header #header-content #dol-search {
    margin: 0;
}

#search-placeholder .input-group-btn {
    font-size: .75rem;
    margin-left: -2px;
}

#search-placeholder input::-moz-placeholder {
    color: #5b616b;
}

#search-placeholder input:-ms-input-placeholder {
    color: #5b616b;
}

#search-placeholder input::placeholder {
    color: #5b616b;
}

.sb-search {
    position: relative;
    margin-top: -5em;
    width: 0;
    min-width: 60px;
    height: 55px;
    float: right;
    overflow: hidden;
    transition: width .3s;
    -webkit-backface-visibility: hidden;
    color: #fff;
    margin-right: 2%
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: .9375rem;
    color: #fff;
}

input[type=search].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.sb-search-input:-moz-placeholder, .sb-search-input:-ms-input-placeholder, .sb-search-input::-moz-placeholder, .sb-search-input::-webkit-input-placeholder {
    color: #fff;
}

.sb-icon-search, .sb-search-submit {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    opacity: 0;
    color: transparent;
    border: 0;
    outline: 0;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    z-index: 90;
    font-size: 2.3rem;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    margin-top: 5px;
}

    .sb-icon-search:before {
        content: ""
    }

.no-js .sb-search, .sb-search.sb-search-open {
    width: 10%;
    border-bottom: 2px solid #fff;
    margin-right: 2%
}

    .no-js .sb-search .sb-icon-search, .sb-search.sb-search-open .sb-icon-search {
        background: 0 0;
        color: #fff;
        z-index: 11;
    }

#sb-search > form > span {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
}

#search_form > span > button > i {
    margin-top: -4px;
}

@media screen and (max-width:576px) {
    .nav-slider {
        text-transform: uppercase;
        font-size: 1.3rem;
        float: left;
        margin-top: -11px;
        margin-right: 0;
        width: 80%
    }

    #top-agency-name .container {
        padding-left: 15px;
    }

    .dol-logo-area h1, .dol-logo-area h2 {
        font-size: .875rem;
    }
}

@media screen and (max-width:1100px) {
    .logo {
        margin-left: 0;
    }

    .top-agency-name h1, .top-agency-name p, .top-agency-name span {
        margin-left: 6em;
    }

    .sb-search-input {
        font-size: 1rem;
    }

    #front-page-slideshow h2 {
        margin-top: 1em;
        margin-bottom: 1em;
    }
}

header > ul {
    float: left !important;
    margin-left: 13% !important;
}

@media screen and (max-width:375px) {
    .dol-logo-area p {
        min-width: 150px;
    }
}

#page-title-area {
    flex: 0 0 100%;
    padding: 10px 10px 10px 0;
}

    #page-title-area h1 {
        margin-top: 0;
        margin-bottom: 30px;
        line-height: 1;
        font-family: Merriweather, serif;
        font-size: 2.5rem;
        font-weight: 700;
    }

.cd-header-buttons {
    position: relative;
}

@media screen and (min-width:0px) {
    .cd-header-buttons {
        top: 0;
    }

    header.nav-is-open {
        height: 100%;
        position: fixed;
        width: 100%
    }
}

@media screen and (min-width:992px) {
    header.nav-is-open {
        height: auto;
        width: unset;
        position: relative;
    }
}

.dol-menu-button {
    height: 40px;
    width: 60px;
    padding: 0;
    border-radius: 2px;
    font-size: 1em !important;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
}

@media screen and (min-width:0px) {
    .dol-menu-button {
        display: inline;
    }
}

@media screen and (min-width:993px) {
    .dol-menu-button {
        display: none;
    }
}

display, h1, h2, h3, h4, h5 {
    line-height: 1.3em;
}

display, h1, h2, h3, h4, h5, h6 {
    font-family: Merriweather, serif;
    font-weight: 700;
}

h1, h3, h4, h5 {
    margin-bottom: 10px;
}

display, h6 {
    font-weight: 400;
    font-size: 52px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.toolbar-tray a {
    color: #5b616b !important;
}

.cd-main-content a, .main a {
    color: #0071bc;
    text-decoration: underline;
}

    .cd-main-content a:visited, .main a:visited {
        color: #981b1e;
    }

    .cd-main-content a:focus, .main a:focus {
        outline: 3px solid #008bf2;
        outline-offset: 1px;
    }

    .cd-main-content a p, .main a p {
        color: #212121;
        text-decoration: none;
        margin-bottom: 1em;
    }

    .cd-main-content a.btn-primary, .main a.btn-primary {
        background-color: #0071bc;
    }

        .cd-main-content a.btn-primary:hover, .main a.btn-primary:hover {
            background-color: #205493;
        }

.cd-main-content .usa-tag--footnote, .main .usa-tag--footnote {
    font-size: small;
    margin-left: .25rem;
    margin-right: .25rem;
    padding-left: .25rem;
    padding-right: .25rem;
    vertical-align: super;
    background-color: #0071bc;
    color: #fff !important;
}

.cd-main-content .dol-external-link a[target=_blank]:after, .main .dol-external-link a[target=_blank]:after {
    font-family: FontAwesome, sans-serif;
    content: " ï‚Ž"
}

.cd-main-content .dol-background-dark, .main .dol-background-dark {
    background-color: #323a45;
    width: 25%
}

.cd-main-content div.dexi-results a, ul.pager li a {
    text-decoration: none;
}

ul.pager {
    position: absolute;
    right: 0;
    margin: -6px 20px;
    z-index: 9999;
}

    ul li a, ul.pager li {
        display: inline;
    }

        ul.pager li a {
            color: #205493;
            border: 0;
            display: inline-block;
            padding: 3px 12px;
            border-radius: 15px;
        }

            ul.pager li a:focus, ul.pager li a:hover {
                text-decoration: none;
                background-color: #e4e2e0;
            }

    ul.pager .previous {
        float: left;
    }

    ul.pager .next {
        float: right;
    }

.field-name-field-footer-box .field-item {
    border-right: 1px solid #f1f1f1;
    text-align: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 25%
}

    .field-name-field-footer-box .field-item:last-child, header #header-content .agency-submenu.cd-primary-nav li:last-child {
        border-right: none;
    }

a div p {
    color: #212121;
    text-decoration: none;
}

.layout__region .field--name-field-quick-links span a, .layout__region .views-field-field-quick-links span a {
    margin: 0 !important;
    padding: 10px 0;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #aeb0b5;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        .layout__region .field--name-field-quick-links span a, .layout__region .views-field-field-quick-links span a {
            padding: 10px 3px;
        }
    }
}

.layout__region .field--name-field-quick-links span a:hover, .layout__region .views-field-field-quick-links span a:hover {
    text-decoration: underline;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        .layout__region .field--name-field-quick-links span a: focus, .layout__region .views-field-field-quick-links span a:focus {
            outline-offset: -3px !important;
        }
    }
}

.layout__region .field--name-field-quick-links div a, .layout__region .views-field-field-quick-links div a {
    margin: 0 !important;
    padding: 10px 0;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #aeb0b5;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .layout__region .field--name-field-quick-links div a, .layout__region .views-field-field-quick-links div a {
        padding: 0 !important;
    }
}

.layout__region .field--name-field-quick-links div a:hover, .layout__region .views-field-field-quick-links div a:hover {
    text-decoration: underline;
}

main ol, main ul {
    margin: 0 0 1em 1.2em;
    padding: 0;
    font-size: 1.0625rem;
}

    main ol li, main ul li {
        font-size: 1.0625rem;
        line-height: 26px;
    }

main ul {
    list-style: disc;
}

    main ul li {
        vertical-align: top;
    }

main ol {
    list-style-type: decimal;
}

.layout .layout__region .usa-list.align-top-left {
    margin-top: 0;
    padding-left: 0;
}

@media all and (min-width:993px) {
    .usa-js-mobile-nav--active {
        overflow: auto !important;
    }
}

@media screen and (min-width:0px) {
    header .container.nav-container {
        padding: 0;
    }
}

@media (max-width:992px) {
    header .unorder-flex {
        position: relative;
        display: flex;
        flex-direction: column;
        flex: 100%;
        order: 2;
        overflow: auto;
    }

        header .unorder-flex .batch-wrapper {
            position: relative;
            overflow: visible;
            width: 100%
        }
}

header #header-content {
    background: #0071bc;
}

@media only screen and (min-width:0px) {
    header #header-content {
        padding: 0;
    }
}

@media all and (min-width:993px) {
    header #header-content {
        padding: 0 0 0 30px;
    }
}

header #header-content .agency-submenu.cd-primary-nav {
    padding: 0;
    width: 100%;
    background: #0071bc;
    color: #fff;
    float: none !important;
    z-index: 3;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    header #header-content .agency-submenu.cd-primary-nav {
        background: 0 0;
    }
}

header #header-content .agency-submenu.cd-primary-nav li a {
    text-decoration: none;
    font-size: .875rem;
    height: 100%;
    margin: 0 15px;
    padding: 0;
    display: inline-block;
    align-items: center;
    font-weight: 700;
    text-transform: capitalize;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    font-family: "Source Sans Pro", sans-serif;
    visibility: visible;
}

    header #header-content .agency-submenu.cd-primary-nav li a:hover {
        border-bottom: 5px solid #fff;
    }

    header #header-content .agency-submenu.cd-primary-nav li a:active, header #header-content .agency-submenu.cd-primary-nav li a:focus {
        text-decoration: none !important;
        outline: 3px solid #008bf2;
        outline-offset: -2px !important;
    }

    header #header-content .agency-submenu.cd-primary-nav li a.selected {
        box-shadow: none;
        border-bottom: 5px solid #fff;
    }

.cd-main-content #autologout-confirm .ui-dialog-buttonset .ui-dialog-buttonpane button, header #autologout-confirm .ui-dialog-buttonset .ui-dialog-buttonpane button, header #header-content .agency-submenu.cd-primary-nav li > a {
    color: #fff;
}

@media (max-width:992px) {
    header #header-content .agency-submenu.cd-primary-nav li a {
        height: auto;
        font-size: 1rem;
        margin: 0;
        padding: 0 10px;
    }

        header #header-content .agency-submenu.cd-primary-nav li a.selected, header #header-content .agency-submenu.cd-primary-nav li a:hover {
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

        header #header-content .agency-submenu.cd-primary-nav li a.selected {
            padding: 20px !important;
        }
}

.cd-primary-nav .cd-secondary-nav .main-primary-menu .custom-menu-block ul a:hover, .cd-primary-nav .cd-secondary-nav .main-primary-menu .usa-nav-topics ul a:hover, header #header-content .agency-submenu.cd-primary-nav li .usa-nav-topics li a:hover {
    border-bottom: 5px solid transparent;
}

@media (max-width:992px) {
    header #header-content .agency-submenu.cd-primary-nav li: first-child a {
        margin: 0;
    }
}

header #header-content .agency-submenu.cd-primary-nav > li a {
    white-space: pre-wrap;
    line-height: 17px;
    display: flex;
}

    header #header-content .agency-submenu.cd-primary-nav > li a:first-child {
        border-left: none;
        margin: 0;
    }

@media all and (min-width:993px) {
    header #header-content .agency-submenu.cd-primary-nav > li {
        margin-bottom: 5px;
    }
}

header #header-content .agency-submenu.cd-primary-nav > li > a {
    padding: 15px 0;
}

    header #header-content .agency-submenu.cd-primary-nav > li > a .menu-border-wrapper {
        padding: 0 15px;
    }

header #header-content .agency-submenu .cd-secondary-nav > li {
    min-height: 45px !important;
    height: 100%;
    clear: both;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    width: 100%
}

    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu {
        display: flex;
        min-width: 400px;
        z-index: 999;
    }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu {
        width: 100%;
        min-width: unset;
    }
}

header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu li {
    flex: 1 1 50%
}

    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu li span {
        width: 100%;
        font-family: "Source Sans Pro", sans-serif !important;
        color: #212121;
        border-top: 1px solid transparent;
        margin: 0 5px 5px;
    }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu li span {
        line-height: 1.3em;
        margin: 0 5px 15px;
        z-index: 10;
    }
}

header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu li span > a, header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu li span > span {
    color: #212121;
    font-size: 1.1875rem;
    font-weight: 700;
    margin-left: 0;
    line-height: 1.25em;
    border-bottom: 1px solid #aeb0b5;
    padding-bottom: .5em;
    display: flex;
}

.text ol ol, .text ul ul, header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu li span > span {
    margin-bottom: 0;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu li span {
        margin: 0 5px;
    }
}

header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu li a {
    display: flex;
    height: auto;
    white-space: normal;
    margin-left: 0;
}

@media (max-width:992px) {
    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu li a {
        padding: 0;
    }
}

header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu li ul li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu li ul li a {
        margin: 5px;
    }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu li ul li: first-child a {
        margin: 0 5px 5px;
    }
}

header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu li.batch-column-1 span {
    margin: 0;
    border-top: none;
}

header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li {
    padding: 10px;
    margin: 5px;
    display: flex;
    align-content: flex-start;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li {
        padding: 15px;
        min-width: 325px;
        box-shadow: 10px 10px 25px #d6d7d9;
        background-color: #fff;
        margin: 0;
        z-index: 999;
    }
}

header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li > a {
    font-size: 1.1875rem;
    font-weight: 700;
    border-bottom: 1px solid #aeb0b5;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > : first-child {
        box-shadow: 10px 10px 25px #d6d7d9;
        z-index: 999;
    }

    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > :last-child {
        box-shadow: 15px 10px 25px #d6d7d9;
        z-index: 999;
    }
}

@media (max-width:992px) {
    header #header-content .agency-submenu .cd-secondary-nav > li .cd-primary-nav {
        display: none;
    }

    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu {
        width: 92%;
        position: absolute;
        left: 4%;
        top: 4%;
        display: flex;
        flex-direction: column;
        flex: 1;
        height: auto;
        flex-wrap: wrap;
        overflow: auto;
        min-width: unset;
        box-shadow: 0 3px 13px 1px #aeb0b5;
        padding: 0;
    }
}

@media (max-width:992px) and (-ms-high-contrast:none), (max-width:992px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu {
        display: block;
        width: 92vw;
    }
}

@media (max-width:992px) {
    @-moz-document url-prefix() {
        header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu {
            display: block;
        }
    }
}

@media (max-width:992px) and (-ms-high-contrast:none), (max-width:992px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu {
        height: 100%
    }
}

@media (max-width:992px) {
    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children {
        flex: 1 1 33%;
        align-self: flex-start;
        height: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1em;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width:992px) and (-ms-high-contrast:none), (max-width:992px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children {
        height: 100%;
        box-shadow: none;
        display: block;
    }

        header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children > .unorder-flex {
            height: 100%
        }
}

@media (max-width:992px) {
    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children > a {
        text-transform: initial;
        max-width: 100%
    }

    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children > h4 {
        margin: 0 0 5px;
        padding-bottom: 0;
        border-bottom: 1px solid transparent;
        order: 1;
    }

        header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children > h4 > * {
            text-transform: initial;
            margin-left: 18px;
            display: block;
            white-space: normal;
        }

        header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children > h4 > a, header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children > h4 > span {
            border-bottom: 1px solid #aeb0b5;
            padding-bottom: .5em;
            width: calc(95% - 18px);
        }

    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children > a::after, header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children > a::before {
        background: #fff;
        display: none;
    }

    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children ul.batch-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        flex: 100%;
        order: 2;
    }
}

@media (max-width:992px) and (-ms-high-contrast:none), (max-width:992px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children ul.batch-wrapper {
        display: block;
        overflow: hidden;
        margin-top: 15px;
    }
}

@media (max-width:992px) {
    @-moz-document url-prefix() {
        header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children ul.batch-wrapper {
            display: block;
        }
    }

    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children ul.batch-wrapper > li > a {
        font-weight: 400;
        text-transform: initial;
        margin-left: 18px;
        margin-right: 0;
        max-width: 100%
    }

    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children ul.batch-wrapper > li a:active, header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children ul.batch-wrapper > li a:focus {
        outline: 0;
    }

    header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children ul.batch-wrapper li:active, header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children ul.batch-wrapper li:focus, header #header-content .agency-submenu .cd-secondary-nav > li ul.main-primary-menu > li.has-children ul.batch-wrapper li:hover {
        background: #e1f3f8;
    }
}

header #header-content .agency-submenu .cd-secondary-nav > li a {
    text-transform: none;
}

    header #header-content .agency-submenu .cd-secondary-nav > li a:hover {
        color: #212121;
    }

@media all and (min-width:993px) {
    header #header-content .agency-submenu.cd-primary-nav {
        height: auto;
        overflow: visible;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        color: #212121;
        display: flex;
        align-items: center;
        justify-content: left;
    }
}

@media all and (min-width:993px) and (-ms-high-contrast:none), (min-width:993px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu.cd-primary-nav li {
        position: relative;
        overflow: visible;
    }
}

@media all and (min-width:993px) {
    header #header-content .agency-submenu .has-children > a: :after, header #header-content .agency-submenu .has-children > a::before, header #header-content .agency-submenu.cd-primary-nav li a:hover::after, header #header-content .agency-submenu.cd-primary-nav li a:hover::before {
        background: #fff;
    }

    header #header-content .agency-submenu ul.cd-secondary-nav {
        display: flex;
        position: absolute;
        width: auto;
        right: initial;
        padding: 1em;
        min-height: 100px;
        top: 62px;
    }
}

@media all and (min-width:993px) and (-ms-high-contrast:none), (min-width:993px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu ul.cd-secondary-nav {
        left: 0;
        width: 100%;
        min-width: 0;
        padding: 0;
    }

        header #header-content .agency-submenu ul.cd-secondary-nav > li {
            overflow: visible;
        }

            header #header-content .agency-submenu ul.cd-secondary-nav > li ul.main-primary-menu {
                min-width: 0;
            }
}

@media all and (min-width:993px) {
    header #header-content .agency-submenu ul.cd-secondary-nav: :before {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #000;
    }

    header #header-content .agency-submenu ul.cd-secondary-nav li {
        flex: 1 0 33%;
        width: auto;
        border-right: none;
        -ms-writing-mode: lr-tb;
    }
}

@media all and (min-width:993px) and (-ms-high-contrast:none), (min-width:993px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu ul.cd-secondary-nav li {
        display: flex;
    }
}

@media all and (min-width:993px) {
    header #header-content .agency-submenu ul.cd-secondary-nav li a {
        color: #212121;
        padding-right: 0;
        width: 100%;
        font-weight: 400;
        line-height: 20px;
        display: block;
        text-transform: none;
    }

        header #header-content .agency-submenu ul.cd-secondary-nav li a:hover {
            text-decoration: underline;
        }

    header #header-content .agency-submenu ul.cd-secondary-nav li ul ul {
        position: relative;
    }

        header #header-content .agency-submenu ul.cd-secondary-nav li ul ul.batch-wrapper {
            max-width: 400px;
        }
}

@media all and (min-width:993px) and (-ms-high-contrast:none), (min-width:993px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu ul.cd-secondary-nav li ul ul.batch-wrapper {
        margin-top: 15px;
    }
}

@media all and (min-width:993px) {
    header #header-content .agency-submenu ul.cd-secondary-nav .has-children > a: :after, header #header-content .agency-submenu ul.cd-secondary-nav .has-children > a::before {
        background: #fff;
        right: 3%
    }

    header #header-content .agency-submenu ul.cd-secondary-nav .landing-page-link {
        flex: 100%;
        max-height: 40px;
    }

        header #header-content .agency-submenu ul.cd-secondary-nav .landing-page-link a {
            flex: 100%;
            position: relative;
            min-height: 1px;
            text-align: left;
            padding: 1% 15px 1% 40px;
            font-size: 1.375rem;
            text-transform: none;
            color: #0071bc;
            font-weight: 700;
        }

            header #header-content .agency-submenu ul.cd-secondary-nav .landing-page-link a:hover {
                transition: .2s all ease-in-out;
                text-decoration: underline;
            }

    header #header-content .agency-submenu ul.cd-secondary-nav .inner-landing-page-link a {
        text-align: left;
        font-weight: 700;
        font-size: .9375rem;
        text-decoration: underline;
    }

    header #header-content .agency-submenu .go-back a::after, header #header-content .agency-submenu .go-back a::before {
        background: #212121;
    }
}

@media all and (max-width:992px) {
    header #header-content .agency-submenu ul.cd-secondary-nav {
        position: relative;
        box-sizing: border-box;
        background: #f1f1f1;
        overflow-y: hidden;
        overflow-x: hidden;
    }
}

@media all and (max-width:992px) and (-ms-high-contrast:none), (max-width:992px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu ul.cd-secondary-nav {
        position: absolute;
        top: 170px;
    }

    header #header-content .agency-submenu li.menu-is-open ul.cd-secondary-nav {
        top: 65px;
    }
}

@media only screen and (max-width:479px) {
    header #header-content .agency-submenu ul.cd-secondary-nav {
        height: calc(100vh - 140px);
    }
}

@media only screen and (max-width:479px) and (-ms-high-contrast:none), only screen and (max-width:479px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu ul.cd-secondary-nav {
        height: calc(100vh - 160px);
    }
}

@media all and (min-width:480px) and (max-width:992px) {
    header #header-content .agency-submenu ul.cd-secondary-nav {
        height: calc(100vh - 140px);
    }
}

@media all and (min-width:480px) and (max-width:992px) and (-ms-high-contrast:none), (min-width:480px) and (max-width:992px) and (-ms-high-contrast:active) {
    header #header-content .agency-submenu ul.cd-secondary-nav {
        height: calc(100vh - 160px);
    }
}

header #header-content .agency-nav-container > .container, header #header-content .main-nav-container > .container {
    display: flex;
    align-items: center;
    flex-direction: row;
}

header #header-content .agency-nav-container .agencysearchblock, header #header-content .agency-nav-container div[id^=block-searchbox], header #header-content .main-nav-container .agencysearchblock, header #header-content .main-nav-container div[id^=block-searchbox] {
    order: 1;
    min-width: 0;
    width: auto;
    height: auto;
    -ms-grid-row-align: center;
    align-self: center;
    flex: 20%;
    margin-right: 2em;
}

    header #header-content .agency-nav-container .agencysearchblock .field--name-body, header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body, header #header-content .main-nav-container .agencysearchblock .field--name-body, header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body {
        padding-bottom: 0;
        max-width: 100%
    }

        header #header-content .agency-nav-container .agencysearchblock .field--name-body button.search-button, header #header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox button.search-button, header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body button.search-button, header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox button.search-button, header #header-content .main-nav-container .agencysearchblock .field--name-body button.search-button, header #header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox button.search-button, header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body button.search-button, header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox button.search-button {
            padding: 5px 10px;
        }

        header #header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox, header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox, header #header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox, header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox {
            flex: 1 1 100%;
            border: #5b616b 1px solid;
            border-radius: 3px;
            height: 50px;
            background-color: #fff;
            margin-top: 0;
        }

            header #header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox .searchbox-input, header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .searchbox-input, header #header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox .searchbox-input, header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .searchbox-input {
                border: 0;
                height: auto;
                order: 2;
                margin-top: 0;
            }

            header #header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox .input-group-btn, header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .input-group-btn, header #header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox .input-group-btn, header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .input-group-btn {
                order: 1;
                margin-left: 0;
                height: 100%;
                display: flex;
            }

                header #header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox .input-group-btn .search-button, header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .input-group-btn .search-button, header #header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox .input-group-btn .search-button, header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .input-group-btn .search-button {
                    border-radius: 5px;
                    border: 0;
                    background-color: #fff;
                    margin: 0;
                    z-index: 3;
                    height: auto;
                }

                    header #header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox .input-group-btn .search-button:focus, header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .input-group-btn .search-button:focus, header #header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox .input-group-btn .search-button:focus, header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox .input-group-btn .search-button:focus {
                        outline: 3px solid #008bf2;
                        box-shadow: none;
                    }

            header #header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox, header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox, header #header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox, header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox {
                flex: 1 1 100%;
                border: #5b616b 1px solid;
                border-radius: 5px;
                height: 50px;
                background-color: #fff;
            }

                header #header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .searchbox-input, header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .searchbox-input, header #header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .searchbox-input, header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .searchbox-input {
                    border: 0;
                    order: 2;
                    height: 50%
                }

                header #header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .input-group-btn, header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .input-group-btn, header #header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .input-group-btn, header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .input-group-btn {
                    order: 1;
                    margin-left: 0;
                }

                    header #header-content .agency-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .input-group-btn .search-button, header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .input-group-btn .search-button, header #header-content .main-nav-container .agencysearchblock .field--name-body form.searchbox form.searchbox .input-group-btn .search-button, header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body form.searchbox form.searchbox .input-group-btn .search-button {
                        border-radius: 5px;
                        border: 0;
                        background-color: #fff;
                        margin: 0;
                    }

@media all and (max-width:992px) {
    header #header-content .agency-nav-container .agencysearchblock .field--name-body #search-placeholder, header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body #search-placeholder, header #header-content .main-nav-container .agencysearchblock .field--name-body #search-placeholder, header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body #search-placeholder {
        display: none;
        order: 1;
        width: calc(100vw - 40px);
        -ms-grid-row-align: center;
        align-self: center;
        margin: 1em auto .5em;
    }

    header #header-content .agency-nav-container .agencysearchblock .field--name-body .agency-submenu, header #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body .agency-submenu, header #header-content .main-nav-container .agencysearchblock .field--name-body .agency-submenu, header #header-content .main-nav-container div[id^=block-searchbox] .field--name-body .agency-submenu {
        order: 2;
    }
}

@media only screen and (min-width:0px) {
    header #header-content .agency-nav-container.nav-is-open .agencysearchblock, header #header-content .agency-nav-container.nav-is-open div[id^=block-searchbox], header #header-content .main-nav-container.nav-is-open .agencysearchblock, header #header-content .main-nav-container.nav-is-open div[id^=block-searchbox] {
        width: 100%;
        margin-right: 0;
    }

        header #header-content .agency-nav-container.nav-is-open .agencysearchblock .field--name-body #search-placeholder, header #header-content .agency-nav-container.nav-is-open div[id^=block-searchbox] .field--name-body #search-placeholder, header #header-content .main-nav-container.nav-is-open .agencysearchblock .field--name-body #search-placeholder, header #header-content .main-nav-container.nav-is-open div[id^=block-searchbox] .field--name-body #search-placeholder {
            display: block;
        }
}

header #header-content .agency-nav-container.nav-is-open > .container, header #header-content .main-nav-container.nav-is-open > .container {
    flex-direction: column;
    order: 2;
}

@media all and (min-width:993px) {
    header #header-content .agency-nav-container.nav-is-open > .container, header #header-content .main-nav-container.nav-is-open > .container {
        flex-direction: row;
        order: 1;
    }
}

header #header-content .agency-nav-container.nav-is-open {
    position: relative;
    max-width: unset !important;
}

@media only screen and (min-width:0px) {
    header #header-content .agency-nav-container.nav-is-open {
        display: flex;
        min-height: 100vh !important;
        overflow-y: scroll;
    }

        header #header-content .agency-nav-container.nav-is-open > * {
            flex: 1;
        }
}

@media all and (min-width:993px) {
    header #header-content .agency-nav-container.nav-is-open {
        display: flex;
        min-height: auto !important;
    }

        header #header-content .agency-nav-container.nav-is-open > * {
            flex: unset;
        }
}

@media all and (min-width:993px) and (-ms-high-contrast:none), (min-width:993px) and (-ms-high-contrast:active) {
    header #header-content .agency-nav-container.nav-is-open > * {
        flex: 100%
    }
}

@media all and (max-width:992px) {
    header #header-content .agency-nav-container.nav-is-open #cd-primary-nav-secondary-desktop {
        min-height: 100vh;
        order: 2;
    }

    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav {
        visibility: visible;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 75px;
    }

        header #header-content .agency-nav-container.nav-is-open .cd-primary-nav li a {
            font-size: .875rem;
        }

        header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li {
            display: flex;
            border-bottom: 1px solid #205493;
            width: 100%
        }

            header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > a {
                width: 100%;
                padding: 10px 4px 10px 28px;
                display: flex;
            }

                header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > a .menu-border-wrapper {
                    width: 100%;
                    display: flex;
                }
}

@media all and (max-width:992px) and (max-width:992px) {
    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > a {
        min-height: 59px;
    }
}

@media all and (max-width:992px) {
    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > a: focus {
        background: #112e51;
        box-shadow: none;
        outline: 0;
    }

    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > a .menu-border-wrapper > span {
        flex: 1 1 auto;
    }
}

@media all and (max-width:992px) and (-ms-high-contrast:none), (max-width:992px) and (-ms-high-contrast:active) {
    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > a .menu-border-wrapper > span {
        flex: 1 1 50%
    }
}

@media all and (max-width:992px) {
    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > a .menu-border-wrapper > span.menutitle {
        white-space: normal;
        line-height: 20px;
    }

    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > a .menu-border-wrapper > span.menuarrow {
        text-align: right;
        padding-right: 1em;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: .875rem;
    }

        header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > a .menu-border-wrapper > span.menuarrow > p.backtext {
            display: none;
            margin-bottom: 0;
            margin-right: 1.25em;
            text-transform: uppercase;
            font-size: .875rem;
        }

            header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > a .menu-border-wrapper > span.menuarrow > p.backtext.showbacktext {
                display: inline !important;
            }

    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > a.selected > span.menuarrow {
        padding-right: 0;
    }

    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > * {
        -ms-grid-row-align: center;
        align-self: center;
    }

    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > a::after, header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > a::before {
        background: 0 0;
    }

    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li span svg {
        border: 2px solid #fff;
        border-radius: 50%;
        width: 1.75em;
        height: 1.75em;
        padding: 6px;
    }

    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > ul {
        display: block;
        width: 100%
    }

        header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > ul > li {
            overflow: auto;
        }

            header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li > ul > li a {
                color: #212121;
            }

    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li.menu-is-active {
        display: none;
        border-bottom: 5px solid transparent;
    }

        header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li.menu-is-active.menu-is-open {
            display: flex;
            flex-direction: row;
            border-left: none;
            overflow-y: hidden;
        }

            header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li.menu-is-active.menu-is-open > ul {
                width: 100vw;
            }

                header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li.menu-is-active.menu-is-open > ul.cd-secondary-nav.is-hidden {
                    display: flex;
                }

            header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li.menu-is-active.menu-is-open > * {
                align-self: flex-start;
                display: flex;
                flex: 100%
            }

            header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li.menu-is-active.menu-is-open > a {
                width: 100vw;
                padding: 20px 20px 20px 28px !important;
            }

                header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li.menu-is-active.menu-is-open > a:focus {
                    background: 0 0;
                }

                header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li.menu-is-active.menu-is-open > a > .menutitle {
                    white-space: normal;
                }

                header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li.menu-is-active.menu-is-open > a > .menuarrow {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                }

                    header #header-content .agency-nav-container.nav-is-open .cd-primary-nav > li.menu-is-active.menu-is-open > a > .menuarrow > p.backtext {
                        display: inline-block;
                        margin-right: 1em;
                        margin-bottom: 0;
                        font-weight: 400;
                        font-size: 1rem;
                        text-transform: initial;
                    }
}

@media all and (min-width:993px) {
    #dol-primary-menu .unorder-flex {
        display: flex;
        flex: 1;
    }
}

@media all and (min-width:993px) and (-ms-high-contrast:none), (min-width:993px) and (-ms-high-contrast:active) {
    #dol-primary-menu .cd-primary-nav.front-menu li: first-child .cd-secondary-nav li .main-primary-menu li ul li {
        margin-right: 0;
    }

    #dol-primary-menu .cd-primary-nav.front-menu li:first-child .cd-secondary-nav > li {
        min-width: 975px;
    }
}

@media all and (min-width:993px) {
    #dol-primary-menu .cd-primary-nav.front-menu li: nth-child(2) .cd-secondary-nav li .main-primary-menu li ul li {
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }
}

@media all and (min-width:993px) and (-ms-high-contrast:none), (min-width:993px) and (-ms-high-contrast:active) {
    #dol-primary-menu .cd-primary-nav.front-menu li: nth-child(2) .cd-secondary-nav > li {
        min-width: 975px;
    }

    #dol-primary-menu .cd-primary-nav.eta-menu li:first-child .cd-secondary-nav li .main-primary-menu li ul li {
        margin-right: 0;
    }

    #dol-primary-menu .cd-primary-nav.eta-menu li:first-child .cd-secondary-nav > li {
        min-width: 975px;
    }
}

@media all and (min-width:993px) {
    #dol-primary-menu .cd-primary-nav li {
        list-style: none;
    }

    #dol-primary-menu .cd-primary-nav > li {
        margin-left: 0;
    }

        #dol-primary-menu .cd-primary-nav > li > a > .menu-border-wrapper {
            border-left: 1px solid #205493;
        }

        #dol-primary-menu .cd-primary-nav > li a .menu-border-wrapper span.menutitle {
            padding-right: 10px;
        }

        #dol-primary-menu .cd-primary-nav > li a .menu-border-wrapper span.menuarrow {
            font-size: .875rem;
        }

            #dol-primary-menu .cd-primary-nav > li a .menu-border-wrapper span.menuarrow p.backtext {
                display: none !important;
                visibility: hidden;
                text-transform: initial;
            }

        #dol-primary-menu .cd-primary-nav > li.nav-show-on-mobile a .menu-border-wrapper {
            border-left: 1px solid transparent;
        }

        #dol-primary-menu .cd-primary-nav > li:first-child a .menu-border-wrapper {
            border-left: 1px solid transparent !important;
        }
}

@media all and (min-width:993px) and (-ms-high-contrast:none), (min-width:993px) and (-ms-high-contrast:active) {
    #dol-primary-menu .cd-primary-nav {
        list-style: none;
    }

        #dol-primary-menu .cd-primary-nav li {
            list-style-image: url(data:image/gif; base64, R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
        }

        #dol-primary-menu .cd-primary-nav > li {
            position: relative;
            overflow: visible;
        }
}

@media all and (max-width:992px) {
    li.menu-is-open {
        display: none;
    }
}

.cd-primary-nav {
    display: none;
}

    .cd-primary-nav .cd-secondary-nav .main-primary-menu .field--name-body {
        background-color: #fff;
    }

    .cd-primary-nav .cd-secondary-nav .main-primary-menu .custom-menu-block, .cd-primary-nav .cd-secondary-nav .main-primary-menu .usa-nav-topics {
        border: 1px solid #00a6d2;
        margin-right: 1rem;
        width: 320px;
        padding: 1rem;
        background: #e1f3f8;
        margin-top: 54px;
    }

@media only screen and (min-width:0px) {
    .cd-primary-nav .cd-secondary-nav .main-primary-menu .custom-menu-block, .cd-primary-nav .cd-secondary-nav .main-primary-menu .usa-nav-topics {
        display: none;
    }
}

@media all and (min-width:993px) {
    .cd-primary-nav .cd-secondary-nav .main-primary-menu .custom-menu-block, .cd-primary-nav .cd-secondary-nav .main-primary-menu .usa-nav-topics {
        display: block;
    }
}

.cd-primary-nav .cd-secondary-nav .main-primary-menu .custom-menu-block h4, .cd-primary-nav .cd-secondary-nav .main-primary-menu .usa-nav-topics h4 {
    font-size: 1.1875rem !important;
}

.cd-primary-nav .cd-secondary-nav .main-primary-menu .custom-menu-block p, .cd-primary-nav .cd-secondary-nav .main-primary-menu .usa-nav-topics p {
    margin-bottom: .5em;
}

.cd-primary-nav .cd-secondary-nav .main-primary-menu .custom-menu-block ul, .cd-primary-nav .cd-secondary-nav .main-primary-menu .usa-nav-topics ul {
    display: flex;
    flex-flow: column;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .cd-primary-nav .cd-secondary-nav .main-primary-menu .custom-menu-block ul, .cd-primary-nav .cd-secondary-nav .main-primary-menu .usa-nav-topics ul {
        display: block;
    }
}

.cd-primary-nav .cd-secondary-nav .main-primary-menu .custom-menu-block ul li, .cd-primary-nav .cd-secondary-nav .main-primary-menu .usa-nav-topics ul li {
    list-style: none !important;
}

.cd-primary-nav .cd-secondary-nav .main-primary-menu .custom-menu-block ul a, .cd-primary-nav .cd-secondary-nav .main-primary-menu .usa-nav-topics ul a {
    padding-left: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .cd-primary-nav .cd-secondary-nav .main-primary-menu .custom-menu-block ul a, .cd-primary-nav .cd-secondary-nav .main-primary-menu .usa-nav-topics ul a {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.cd-primary-nav .cd-secondary-nav .main-primary-menu .custom-menu-block ul a:first-child, .cd-primary-nav .cd-secondary-nav .main-primary-menu .usa-nav-topics ul a:first-child {
    padding-top: 0;
}

@media screen and (min-width:0px) {
    .nav-container {
        display: none;
    }
}

@media screen and (min-width:993px) {
    .nav-container {
        display: flex;
        padding-left: 0;
    }
}

.nav-container.nav-is-open {
    max-width: unset !important;
}

@media screen and (min-width:0px) {
    .nav-container.nav-is-open {
        display: flex;
        height: 100vh !important;
    }

        .nav-container.nav-is-open > * {
            flex: 0 1;
        }
}

@media screen and (min-width:993px) {
    .nav-container.nav-is-open {
        display: flex;
        height: auto !important;
    }

        .nav-container.nav-is-open > * {
            flex: unset;
        }
}

@media all and (max-width:992px) {
    .usa-js-mobile-nav--active, .usa-mobile_nav-active {
        overflow: auto;
    }
}

@media all and (min-width:993px) {
    .cd-primary-nav {
        visibility: visible !important;
        top: 0;
        box-shadow: none !important;
    }

        .cd-primary-nav ul {
            position: static;
            height: auto;
            width: auto;
            background: 0 0;
            overflow: visible;
            z-index: 3;
        }

        .cd-primary-nav .cd-secondary-nav {
            position: absolute;
            top: 80px;
            width: 85%;
            background: #fff;
            padding: 40px 60px 35px;
            box-shadow: inset 0 1px 0 #e2e3df, 0 3px 25px rgba(0, 0, 0, .2);
            transform: translateX(0);
        }

            .cd-primary-nav .cd-secondary-nav li, .cd-primary-nav .cd-secondary-nav > li {
                height: auto;
                margin-right: 0;
                overflow: hidden;
                overflow-x: hidden;
                overflow-y: hidden;
                -webkit-overflow-scrolling: touch;
            }

            .cd-primary-nav .cd-secondary-nav ul {
                transform: translateZ(0);
            }

                .cd-primary-nav .cd-secondary-nav ul ul {
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%
                }

                    .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
                        transform: translateX(100%);
                    }

            .cd-primary-nav .cd-secondary-nav.is-hidden {
                opacity: 0;
                visibility: hidden;
            }

            .cd-primary-nav .cd-secondary-nav::after {
                clear: both;
                content: "";
                display: table;
            }

    .nav-show-on-mobile {
        display: none !important;
        visibility: hidden;
    }
}

@media only screen and (max-width:992px) {
    .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
        transform: translateX(-260px);
    }

    .cd-header-buttons {
        display: block;
    }

    #cd-primary-nav ul li, .cd-primary-nav ul li {
        height: auto;
        display: flex;
    }

        .cd-primary-nav ul li a {
            white-space: normal;
            overflow: visible;
            font-size: 1vw;
            align-items: center;
            width: 100%
        }

    .cd-primary-nav .see-all a {
        color: #212121;
    }

    .cd-primary-nav .see-all li :after {
        background: 0 0 #212121;
        bottom: -10px;
        content: "";
        display: block;
        height: 10px;
        position: relative;
        width: 100px;
    }

    .cd-primary-nav {
        visibility: hidden;
        transition: visibility 0s .3s;
    }

        .cd-primary-nav.nav-is-visible {
            visibility: visible;
            transition: visibility 0s 0s;
        }
}

ul.nav-tabs {
    list-style-type: none;
}

.press_prev-next {
    background-color: #f1f1f1;
    max-width: 900px;
    margin: 20px 0;
    padding: 5px;
    display: flex;
    flex-flow: column wrap;
}

    .press_prev-next > span {
        padding: 20px 0 0 20px;
        margin-bottom: 0;
        flex: 100%;
        font-size: 1.1875rem;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 700;
    }

    .press_prev-next .prev-next-links {
        display: flex;
        justify-content: space-between;
        margin: 1em 0;
        padding-bottom: 20px;
        flex: 100%;
        font-size: 1.0625rem;
    }

        .press_prev-next .prev-next-links span a {
            padding: 0 20px;
            display: block;
            white-space: normal;
        }

        .press_prev-next .prev-next-links .link-previous {
            margin-right: 5px;
            flex: 50%
        }

            .press_prev-next .prev-next-links .link-next a, .press_prev-next .prev-next-links .link-previous a {
                display: flex;
            }

        .press_prev-next .prev-next-links .link-next {
            margin-left: 5px;
            flex: 50%
        }

        .press_prev-next .prev-next-links .views-label {
            display: block;
            font-weight: 700;
            padding: 0 20px;
            margin-top: 0;
        }

@media only screen and (max-width:767px) {
    .press_prev-next .prev-next-links {
        display: inline;
    }

        .press_prev-next .prev-next-links .link-next, .press_prev-next .prev-next-links .link-previous {
            margin: 0;
        }

        .press_prev-next .prev-next-links .link-previous {
            margin-bottom: 10px;
        }
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .press_prev-next {
        display: block;
        padding: 10px 0 20px;
    }

        .press_prev-next > span {
            margin-bottom: 20px;
            display: block;
        }

        .press_prev-next .prev-next-links .views-label {
            padding: 0 20px;
        }
}

.dol-pagination.pagination {
    border-radius: 0;
    overflow: visible;
    flex-wrap: wrap;
    list-style: none;
    margin: 1em 1.2em;
}

    .dol-pagination.pagination .visually-hidden {
        display: none;
    }

    .dol-pagination.pagination li {
        border-right: none;
    }

        .dol-pagination.pagination li .page-link {
            font-size: 1.0625rem;
            color: #5b616b;
            text-decoration: none;
            padding: 5px 4px;
            border-radius: 0;
            background-color: #fff;
            width: 35px;
            height: 35px;
            text-align: center;
            margin: 0;
            border: 0;
            border-left: 1px solid #aeb0b5;
            border-top: 1px solid #aeb0b5;
            border-bottom: 1px solid #aeb0b5;
        }

            .dol-pagination.pagination li .page-link:visited {
                outline: transparent;
            }

            .dol-pagination.pagination li .page-link:focus {
                color: #0071bc;
                text-decoration: underline;
            }

            .dol-pagination.pagination li .page-link:hover {
                color: #0071bc;
                text-decoration: underline;
            }

            .dol-pagination.pagination li .page-link.page-link {
                margin-left: none;
                line-height: normal;
            }

            .dol-pagination.pagination li .page-link:active, .dol-pagination.pagination li .page-link:focus {
                outline-offset: 0 !important;
                outline-color: #0071bc;
                z-index: 1;
            }

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        .dol-pagination.pagination li .page-link: active, .dol-pagination.pagination li .page-link:focus {
            outline-offset: -3px !important;
        }
    }
}

.dol-pagination.pagination li.active .page-link, .dol-pagination.pagination li.is-active .page-link {
    color: #0071bc;
    box-shadow: inset 0 1px 4px 1px rgba(0, 0, 0, .35);
    border-color: #aeb0b5;
    background-color: #f1f1f1;
    text-decoration: none;
    font-weight: 700;
}

.dol-pagination.pagination li:last-child .page-link {
    border-radius: 0;
    border-right: 1px solid #aeb0b5;
}

@media only screen and (max-width:767px) {
    .dol-pagination.pagination li {
        margin: 2.5px;
    }

        .dol-pagination.pagination li .page-link {
            border: 1px solid #aeb0b5;
        }
}

.dol-pagination.pagination .pager__item--first a, .dol-pagination.pagination .pager__item--last a {
    width: auto;
}

.social-media-icon-block {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

    .social-media-icon-block:after, .social-media-icon-block:before {
        content: "";
        height: 1px;
        width: 100%;
        border: 1px solid #aeb0b5;
        display: flex;
        transform: translatey(25px);
    }

    .social-media-icon-block a {
        display: flex;
        width: 50px;
        height: 50px;
        background: #0071bc;
        border-radius: 100%;
        justify-content: center;
        margin: 0 5px;
        flex: 1 0 auto;
        position: relative;
    }

        .social-media-icon-block a:hover {
            background: 0 0;
            border: 3px solid #0071bc;
            transition: all 250ms ease-in-out;
        }

            .social-media-icon-block a .social-icon-container.hover, .social-media-icon-block a:hover .social-icon-container {
                opacity: 0;
            }

                .social-media-icon-block a:hover .social-icon-container.hover {
                    opacity: 1;
                }

        .social-media-icon-block a:first-child {
            margin-left: 15px;
        }

        .social-media-icon-block a:last-child {
            margin-right: 15px;
        }

        .social-media-icon-block a .social-icon-container {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 1;
            text-align: center;
            right: 0;
        }

        .social-media-icon-block a img, .social-media-icon-block a svg {
            max-width: 60%;
            width: 100%;
            height: 100%
        }

.field--name-field-share div {
    margin: 10px 0;
    font-weight: 700;
}

.dol-twitter-light, .secretary-twitter-light {
    border: 1px solid #aeb0b5;
    padding: 1em;
    margin-bottom: 30px;
}

    .dol-twitter-light:hover, .dol-twitter-light:hover .timeline-Widget, .secretary-twitter-light:hover, .secretary-twitter-light:hover .timeline-Widget {
        background-color: rgba(160, 200, 220, .12);
    }

.usa-banner .usa-banner__header .usa-banner__inner .grid-col-fill button.usa-accordion-button.usa-banner__button, ul.dol-sidenav {
    margin-left: 0;
}

    ul.dol-sidenav li.dol-sidenav__item a {
        color: #212121;
        text-decoration: none;
        font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 1.0625rem;
    }

        ul.dol-sidenav li.dol-sidenav__item a.usa-current {
            color: #0071bc;
            background-color: #f1f1f1;
        }

            ul.dol-sidenav li.dol-sidenav__item a.usa-current::after {
                top: 0;
                bottom: 0;
                left: 0;
            }

        ul.dol-sidenav li.dol-sidenav__item a:focus {
            outline-offset: -3px !important;
        }

        ul.dol-sidenav li.dol-sidenav__item a:hover {
            color: #0071bc;
        }

@media screen and (min-width:768px) {
    .active-book-page aside {
        flex: 0 0 25%
    }

    #block-dol-booknavigation {
        margin-right: 30px;
        min-width: 200px;
    }

    .dol-subnav, .dol-subnav-wrapper {
        min-width: 200px;
    }

        #swipe, .dol-subnav-wrapper label, .sub-menu-close {
            display: none;
        }

    ul.dol-sidenav {
        border: 1px solid #aeb0b5;
    }
}

@media screen and (max-width:767px) {
    aside {
        flex: 0 0 100%;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    body {
        overflow-x: hidden;
        width: 100vw;
    }

    #block-booknavigation {
        display: none;
    }

    .dol-subnav-wrapper {
        display: flex;
        min-height: 100%;
        padding-bottom: 15px;
    }

        .dol-subnav-wrapper label > i {
            display: block;
            float: right;
            margin-top: 11px;
            font-size: 1.25rem;
        }

        .dol-subnav-wrapper input[data-function*=swipe] {
            position: absolute;
            opacity: 0;
        }

        .dol-subnav-wrapper label[data-function*=swipe] {
            margin-left: 15px;
            top: 0;
            left: 15px;
            z-index: 1;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            max-width: 300px;
            width: 100%;
            height: 45px;
            font: 17px/42px fontawesome, sans-serif;
            color: #212121;
            cursor: pointer;
            transform: translate3d(0, 0, 0);
            transition: transform .3s;
            border: 1px solid #aeb0b5;
            padding: 0 .5em;
            background: linear-gradient(0deg, #f1f1f1 0, #fff 100%);
            border-radius: 4px;
        }

            .dol-subnav-wrapper label[data-function*=swipe] svg {
                font-size: 1.25rem;
                float: right;
                margin-top: 8px;
            }

        .dol-subnav-wrapper label:hover {
            color: #0071bc;
            transition: .2s all ease-in-out;
        }

        .dol-subnav-wrapper label::before {
            display: none !important;
        }

        .dol-subnav-wrapper .cd-main-content {
            flex: 1;
            padding: 80px 30px;
            background: #fff;
            box-shadow: 0 0 5px #000;
            transform: translate3d(0, 0, 0);
            transition: transform .3s;
        }

        .dol-subnav-wrapper .dol-sidebar {
            transform: translate3d(-260px, 0, 0);
            position: absolute;
            width: 250px;
            background: #fff;
            top: 0;
            left: 0;
            transition: all .3s;
            z-index: 1;
            border: 1px solid #aeb0b5;
        }

        .dol-subnav-wrapper li.sub-menu-close {
            font-size: .9375rem;
            list-style: none;
            text-align: right;
            margin-bottom: 0;
        }

            .dol-subnav-wrapper li.sub-menu-close i {
                margin-right: 10px;
            }

            .dol-subnav-wrapper li.sub-menu-close a {
                display: flex;
                height: 45px;
                padding: 10px;
                color: #212121 !important;
                text-decoration: none;
                justify-content: flex-end;
                align-items: center;
            }

                .dol-subnav-wrapper li.sub-menu-close a span {
                    color: #0071bc;
                    font-weight: 700;
                }

                .dol-subnav-wrapper label[data-function*=swipe] svg, .dol-subnav-wrapper li.sub-menu-close a svg {
                    color: #0071bc;
                    border: 2px solid #0071bc;
                    background-color: #e1f3f8;
                    border-radius: 19px;
                    padding: 5px;
                    width: 27px;
                    height: 27px;
                    margin-right: 10px;
                }

                .dol-subnav-wrapper li.sub-menu-close a:hover {
                    background-color: #d6d7d9;
                    color: #0071bc !important;
                }

    .layout .dol-subnav-wrapper .dol-sidebar, .layout .dol-subnav-wrapper.sidebar-is-closed .dol-sidebar {
        transform: translate3d(-285px, 0, 0);
    }

    .layout .dol-subnav-wrapper.sidebar-is-open .dol-sidebar {
        transform: translate3d(-305px, 0, 0);
    }

    #block-dol-booknavigation, .dol-sidenav, .dol-subnav-wrapper {
        min-width: 200px;
        max-width: 330px;
    }

        #block-dol-booknavigation > ul {
            border-top: none;
            border-right: none;
        }

    #page-title-area, .layout-content {
        transform: translate3d(0, 0, 0);
        transition: transform .3s ease;
    }

        #page-title-area.sidebar-is-open, .layout-content.sidebar-is-open {
            transform: translate3d(275px, 0, 0);
            transition: transform .3s ease;
        }
}

.dol-subnav-wrapper.sidebar-is-open label {
    transform: translate3d(275px, 0, 0);
    transition: transform .3s ease;
}

    .dol-subnav-wrapper.sidebar-is-closed label:hover, .dol-subnav-wrapper.sidebar-is-open label:hover {
        background-color: #d6d7d9;
        transition: .2s all ease-in-out;
    }

.dol-subnav-wrapper.sidebar-is-closed label, .dol-subnav-wrapper.sidebar-is-open .dol-sidebar {
    transform: translate3d(0, 0, 0);
    transition: transform .3s ease;
}

.dol-subnav-wrapper.sidebar-is-closed .dol-sidebar {
    transform: translate3d(-275px, 0, 0);
    transition: transform .3s ease;
}

.dol-table-bordered .dol-table tbody tr:hover, .dol-table-simple .dol-table tbody tr:hover, table tbody tr:hover {
    background-color: #e1f3f8;
}

table caption {
    caption-side: top;
    font-size: 1.0625rem;
    padding: 0 0 1em;
    color: #212121;
    margin: 10px 0;
}

.table-headline {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-family: Merriweather, serif;
    font-weight: 700;
    line-height: 1.3em;
}

.table-footnote {
    font-size: .8125rem;
    color: #212121;
    text-transform: none;
}

table#enhanced-table {
    border-collapse: collapse !important;
}

.dol-table thead th {
    background-color: #f1f1f1;
    font-weight: 700;
    text-align: left;
    border: 0;
    vertical-align: middle;
    line-height: 1.5;
    color: #212121;
}

    .dol-table thead th a, .dol-table-bordered .dol-table thead th a, .dol-table-simple .dol-table thead th a {
        color: #212121;
    }

.dol-table tbody th, .dol-table td, table.dol-table-light tbody tr {
    border: 0;
}

.dol-table tbody tr:last-child {
    border-bottom: 0;
}

.dol-table td:empty, .dol-table-bordered .dol-table td:empty {
    visibility: visible;
}

table.dol-table-light {
    border: 0 !important;
}

@-moz-document url-prefix() {
    table td {
        border-top: none !important;
    }
}

.dol-table-bordered .dol-table tbody, .dol-table-bordered .dol-table thead {
    border: 1px solid #5b616b;
}

    .dol-table-bordered .dol-table thead th {
        font-weight: 700;
        text-align: left;
        border-right: 1px solid #5b616b;
        vertical-align: middle;
        line-height: 1.5;
        color: #212121;
        min-width: 13em;
    }

        .dol-table-bordered .dol-table thead th:last-child, .dol-table-simple .dol-table thead th:last-child {
            border-right: 0;
        }

    .dol-table-bordered .dol-table tbody tr, .dol-table-bordered .dol-table thead tr, .dol-table-simple .dol-table tbody tr, .dol-table-simple .dol-table thead tr {
        border-bottom: 1px solid #5b616b;
    }

    .dol-table-bordered .dol-table tbody th {
        border: 0;
    }

.dol-table-bordered .dol-table td {
    border: 1px solid #5b616b;
    border-bottom: none;
}

@media only screen and (min-width:0px) {
    .dol-table-bordered .dol-table td {
        border-left: 0;
    }

        .dol-table-bordered .dol-table td:last-child {
            border-right: 1px solid #5b616b;
        }

        .dol-table-bordered .dol-table td:first-child {
            border-left: 0;
        }
}

@media only screen and (min-width:640px) {
    .dol-table-bordered .dol-table td: last-child {
        border-right: 0;
    }
}

.dol-table-bordered .dol-table .table-responsive {
    display: -webkit-inline-box;
    border: 0;
}

@media only screen and (max-width:640px) {
    .dol-table-bordered .dol-table .table-responsive {
        display: table;
    }
}

.dol-table-simple .dol-table thead th {
    background-color: #fff;
    font-weight: 700;
    text-align: left;
    border: 0;
    vertical-align: middle;
    line-height: 1.5;
    color: #212121;
    min-width: 13em;
}

.dol-table-simple .dol-table .table, .dol-table-simple .dol-table tbody th {
    border: 0;
}

.dol-table-simple .dol-table td {
    border: 1px solid #5b616b;
}

    .dol-table-simple .dol-table td:empty {
        visibility: visible;
    }

@media only screen and (min-width:0px) {
    .dol-table-simple .dol-table td: last-child {
        border-right: 1px solid #5b616b;
    }

    .dol-table-simple .dol-table td:first-child {
        border-left: 1px solid #5b616b;
    }
}

@media only screen and (min-width:640px) {
    .dol-table-simple .dol-table td: last-child {
        border-right: 0;
    }

    .dol-table-simple .dol-table td:first-child {
        border-left: 0;
    }
}

.dol-table-simple .dol-table .table-responsive {
    display: -webkit-inline-box;
    border: 0;
}

    .dol-table-simple .dol-table .table-responsive caption {
        padding-top: 20px;
    }

@media only screen and (max-width:640px) {
    .dol-table-simple .dol-table .table-responsive {
        display: table;
    }
}

.cd-main-content .usa-date-picker__calendar__table tr, .cd-main-content .usa-date-picker__calendar__table tr:hover, .usa-table td, header .usa-date-picker__calendar__table tr, header .usa-date-picker__calendar__table tr:hover {
    background-color: transparent;
}

.paragraph--type--html-table .td:first-child {
    border-left: 1px solid #5b616b;
}

.paragraph--type--html-table .td:last-child {
    border-right: 1px solid #5b616b;
}

.paragraph--type--html-table .tablesaw-cell-label {
    word-break: break-all;
}

@media only screen and (min-width:0px) {
    .paragraph--type--html-table .ts-cell-content {
        display: inline-block;
        max-width: 67%
    }
}

@media only screen and (min-width:640px) {
    .paragraph--type--html-table .tablesaw-cell-label {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width:640px) {
    .tablesaw td: hover {
        background-color: #e1f3f8;
    }

    .paragraph--type--html-table .table-responsive {
        overflow: hidden;
    }
}

.csv-display, .csv-display .dataTables_wrapper > .row {
    overflow-x: auto;
}

    .csv-display .dataTables_wrapper {
        overflow-x: visible;
    }

@media only screen and (max-width:479px) {
    .csv-display .dataTables_wrapper > .row .dataTables_paginate .pagination {
        justify-content: center;
    }

        .csv-display .dataTables_wrapper > .row .dataTables_paginate .pagination .paginate_button.next, .csv-display .dataTables_wrapper > .row .dataTables_paginate .pagination .paginate_button.previous {
            display: none;
        }
}

.csv-display .dataTables_wrapper > .row:first-child, .csv-display .dataTables_wrapper > .row:last-child {
    overflow-x: auto;
    position: static;
}

    .csv-display .dataTables_wrapper > .row:first-child > .col-md-6:first-child {
        display: flex;
        flex-direction: row;
    }

    .csv-display .dataTables_wrapper > .row:first-child > .col-md-6:last-child {
        display: flex;
        flex-direction: row-reverse;
    }

        .csv-display .dataTables_wrapper > .row:first-child > .col-md-6:last-child .dataTables_filter label {
            display: flex;
        }

            .csv-display .dataTables_wrapper > .row:first-child > .col-md-6:last-child .dataTables_filter label input {
                border: 1px solid #d6d7d9;
                border-right: 1px solid #d6d7d9;
            }

.my-dashboard {
    margin-top: 1em;
}

.dol-alerts, .dol-notification {
    margin: 1em auto;
    max-width: 1440px !important;
}

    .dol-alerts svg.fa-times, .dol-notification svg.fa-times {
        width: 14px !important;
        height: 17px;
        color: #212121;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

.usa-banner .usa-accordion {
    margin: 0 auto;
    max-width: 1500px;
    padding: 0;
}

.usa-banner .usa-banner__header p {
    font-size: inherit;
    margin-bottom: 0;
}

.usa-banner .usa-banner__header img {
    width: 1.4rem;
    margin-right: .5rem;
}

.usa-banner .usa-banner__header .usa-banner__inner {
    margin: 0;
}

    .usa-banner .usa-banner__header .usa-banner__inner .usa-banner__button:focus {
        background-color: transparent;
    }

    .usa-banner .usa-banner__header .usa-banner__inner .usa-banner__button[aria-expanded=true]::after {
        top: 0;
        right: 0;
    }

    .usa-banner .usa-banner__header .usa-banner__inner :focus {
        outline: .25rem solid #0071bc;
    }

.usa-banner .usa-banner__content {
    margin: 0;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.usa-banner .usa-banner__header--expanded + .usa-banner__content.usa-accordion__content {
    display: block !important;
}

@media only screen and (max-width:479px) {
    .usa-banner__inner .grid-col-fill p {
        margin: 0;
        padding-left: 0;
    }
}

.dropdown, .dropup {
    position: relative;
}

.navbar .dropdown {
    position: static;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropup .dropdown-menu {
    margin-top: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    float: left;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    font-size: inherit;
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 0 0 1.25em;
    margin: 1.25em auto;
    box-shadow: 0 5px 10px -8px #5b616b;
}

    .dropdown-menu:after, .dropdown-menu:before {
        background-color: transparent;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 1000%;
        box-shadow: 0 5px 10px -8px #5b616b;
    }

    .dropdown-menu:before {
        right: 98.4%
    }

    .dropdown-menu:after {
        left: 98.4%
    }

    .dropdown-menu.dropdown-menu {
        background: 0 0;
    }

    .dropdown-menu .d-flex {
        justify-content: space-between;
    }

    .dropdown-menu .dropdown-group {
        flex: 0 1 100%
    }

        .dropdown-menu .dropdown-group + .dropdown-group {
            margin-left: 30px;
        }

    .dropdown-menu .dropdown-topics-block {
        border: 1px solid #aeb0b5;
        background: #f1f1f1;
        padding: 10px;
    }

        .dropdown-menu .dropdown-topics-block h4 {
            font-size: 1.1875rem;
            margin-bottom: 1.15em;
        }

        .dropdown-menu .dropdown-topics-block a {
            font-size: .9375rem;
            display: block;
            margin-bottom: 1em;
            color: inherit;
        }

            .dropdown-menu .dropdown-topics-block a:hover {
                color: #0071bc;
                text-decoration: underline;
            }

    .dropdown-menu .dropdown-section {
        flex: 0 1 100%
    }

        .dropdown-menu .dropdown-section .nav-item-name {
            padding: 1.4rem 0;
        }

        .dropdown-menu .dropdown-section .nav-item-name-link {
            font-size: 1.5rem;
            text-decoration: underline;
        }

        .dropdown-menu .dropdown-section .content-section-title, .dropdown-menu .dropdown-section .dropdown-section-title {
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 1em;
        }

        .dropdown-menu .dropdown-section .dropdown-section-title, a.dropdown-item {
            font-size: .9375rem;
        }

        .dropdown-menu .dropdown-section .content-section-title {
            font-size: 1.1875rem;
            color: #0071bc;
        }

        .dropdown-menu .dropdown-section + .dropdown-section {
            margin-left: 30px;
            padding-left: 30px;
            border-left: 1px solid #aeb0b5;
        }

    .dropdown-menu .dropdown-section-content-section {
        margin-bottom: 1em;
    }

a.dropdown-item {
    display: inline-block;
    width: 100%;
    clear: both;
    text-align: inherit;
    white-space: normal;
    background: 0 0;
    color: #212121;
    font-weight: 400;
    border-bottom: 1px solid #d6d7d9;
    padding: 1rem 0;
}

    a.dropdown-item.active, a.dropdown-item:active {
        text-decoration: none;
        background-color: transparent;
        outline: 2px dotted #aeb0b5;
        outline-offset: 3px;
    }

    a.dropdown-item.disabled, a.dropdown-item:disabled {
        background-color: transparent;
    }

    a.dropdown-item:focus, a.dropdown-item:hover {
        color: #0071bc;
        text-decoration: underline;
    }

.show > a {
    outline: 0;
}

.block-hero .b-thumb img, .dropdown-menu.show, .gi img {
    display: block;
}

.dropdown-header {
    display: block;
    margin-bottom: 0;
    white-space: nowrap;
}

.submenu-sm .dropdown-menu {
    border: 1px solid #aeb0b5;
    width: 37vw;
}

    .submenu-sm .dropdown-menu .dropdown-item {
        padding: 1.4rem 1em;
    }

.highlight-teaser a {
    text-decoration: none;
}

    .highlight-teaser a:hover, .highlight-teaser a:visited {
        color: #212121;
    }

.usa-no-padding {
    padding: 0 !important;
}

.lc {
    padding: .5em;
}

.header, .lc, [role=main] {
    margin: 0 auto;
}

@media all and (min-width:50em) {
    .l-two-col .l-main {
        float: left;
        width: 70%;
        padding-right: 1em;
    }
}

@media all and (max-width:50em) {
    .l-two-col .l-sidebar {
        clear: both;
    }
}

@media all and (min-width:50em) {
    .l-two-col .l-sidebar {
        float: left;
        width: 30%;
        padding: 0 0 0 1em;
    }
}

.g {
    overflow: hidden;
    margin: 0 -.5em;
}

.gi {
    padding: .5em;
}

@media all and (min-width:46.8em) {
    .gi {
        float: left;
    }
}

.g-1up .gi {
    width: 100%
}

@media all and (min-width:46.8em) {
    .g-2up > .gi {
        float: left;
        width: 50%
    }

        .g-2up > .gi:nth-of-type(odd) {
            clear: left;
        }
}

.g-half > .gi {
    float: left;
    width: 50%
}

    .g-half > .gi:nth-of-type(odd) {
        clear: left;
    }

@media all and (min-width:46.8em) {
    .g-3up > .gi {
        float: left;
        width: 50%
    }

        .g-3up > .gi:nth-of-type(2n+1) {
            clear: left;
        }
}

@media all and (min-width:50em) {
    .g-3up > .gi {
        width: 33.3333333%
    }

        .g-3up > .gi:nth-of-type(2n+1) {
            clear: none;
        }

        .g-3up > .gi:nth-of-type(3n+1) {
            clear: left;
        }
}

@media all and (min-width:46.8em) {
    .g-4up > .gi {
        float: left;
        width: 50%
    }

        .g-4up > .gi:nth-of-type(2n+1) {
            clear: both;
        }
}

@media all and (min-width:50em) {
    .g-4up > .gi {
        width: 25%
    }

        .g-4up > .gi:nth-of-type(2n+1) {
            clear: none;
        }

        .g-4up > .gi:nth-of-type(4n+1) {
            clear: left;
        }
}

.g-quarter > .gi {
    float: left;
    width: 24%
}

    .g-quarter > .gi:nth-of-type(4n+1) {
        clear: left;
    }

@media all and (min-width:29.75em) {
    .g-max4 > .gi {
        float: left;
        width: 50%
    }

        .g-max4 > .gi:nth-of-type(2n+1) {
            clear: both;
        }
}

@media all and (min-width:39.8em) {
    .g-max4 > .gi {
        width: 33.3333333%
    }

        .g-max4 > .gi:nth-of-type(2n+1) {
            clear: none;
        }

        .g-max4 > .gi:nth-of-type(3n+1) {
            clear: left;
        }
}

@media all and (min-width:50em) {
    .g-max4 > .gi {
        width: 25%
    }

        .g-max4 > .gi:nth-of-type(3n+1) {
            clear: none;
        }

        .g-max4 > .gi:nth-of-type(4n+1) {
            clear: left;
        }
}

.g-max5 > .gi {
    float: left;
    width: 50%
}

    .g-max5 > .gi:nth-of-type(2n+1) {
        clear: both;
    }

@media all and (min-width:39.8em) {
    .g-max5 > .gi {
        width: 33.3333333%
    }

        .g-max5 > .gi:nth-of-type(2n+1) {
            clear: none;
        }

        .g-max5 > .gi:nth-of-type(3n+1) {
            clear: left;
        }
}

@media all and (min-width:46.8em) {
    .g-max5 > .gi {
        width: 25%
    }

        .g-max5 > .gi:nth-of-type(3n+1) {
            clear: none;
        }

        .g-max5 > .gi:nth-of-type(4n+1) {
            clear: left;
        }
}

@media all and (min-width:48em) {
    .g-max5 > .gi {
        width: 20%
    }

        .g-max5 > .gi:nth-of-type(4n+1) {
            clear: none;
        }

        .g-max5 > .gi:nth-of-type(5n+1) {
            clear: left;
        }
}

@media all and (min-width:46.8em) {
    .gi-1-3, .gi-2-3 {
        float: left;
        width: 66.666666%
    }

    .gi-1-3 {
        width: 33.333333%
    }
}

.g-opposites .gi {
    float: left;
}

    .g-opposites .gi:last-child {
        float: right;
        text-align: right;
    }

.flex-1 {
    flex: 1;
}

.flex-align--right {
    justify-content: flex-end;
}

.flex-align--left {
    justify-content: flex-start;
}

.flex-align--center {
    justify-content: center;
}

.flex-v-align--center {
    align-items: center;
}

.padding-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.padding-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.margin-tb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin-lr-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.margin-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

:focus {
    outline-offset: 1px;
}

.active {
    display: block !important;
}

.header {
    background: #fff;
    padding: 0;
}

.logo {
    float: left;
    max-width: 8rem;
    margin: .4rem;
}

@media all and (min-width:46.8em) {
    .logo {
        max-width: 9rem;
    }
}

.nav-toggle {
    float: right;
    display: block;
    padding: .9rem 1rem .7rem;
    font-size: 1.3rem;
    line-height: 1;
    border-left: 1px solid #dbdbdb;
}

@media all and (min-width:46.8em) {
    .nav-toggle {
        display: none;
    }
}

@media all and (max-width:17em) {
    .nav-toggle {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.search-form {
    overflow: hidden;
    max-height: 0;
}

@media all and (min-width:46.8em) {
    .search-form {
        float: right;
        max-height: none;
        margin: .65em .5em 0 0;
    }
}

header .container {
    padding-left: 30px;
}

.nav {
    clear: both;
    overflow: hidden;
    max-height: 0;
    display: inline;
}

    .nav a {
        display: block;
        padding: 1em;
        border-top: 1px solid #eee;
    }

    .nav.active {
        max-height: 40em;
    }

@media all and (min-width:46.8em) {
    .nav {
        max-height: none;
        float: right;
        clear: none;
    }

        .nav li {
            float: left;
        }

        .nav a {
            border: 0;
        }
}

.pagination {
    overflow: hidden;
}

    .pagination li {
        float: left;
        border-right: 1px solid #eee;
    }

        .pagination li:last-child {
            border: 0;
        }

    .pagination a {
        padding: 1em;
    }

[role=main] {
    padding: 0;
    overflow: visible;
}

.intro {
    font-size: 1.0625em;
    font-weight: 700;
}

.pullquote {
    font-family: Merriweather, serif;
    font-size: 1.4375em;
}

.caption {
    font-style: italic;
}

.text a {
    text-decoration: underline;
}

.text ul {
    list-style: disc;
    margin: 0 0 1em 1.2em;
}

.text ol {
    list-style: decimal;
    margin: 0 0 1em 1.5em;
}

@font-face {
    font-family: icons;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/icons.eot);
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/icons.eot#iefix) format("embedded-opentype"), url(/themes/contrib/ddp_dol_theme/build/fonts/icons.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/icons.ttf) format("truetype"), url(/themes/contrib/ddp_dol_theme/build/fonts/icons.svg#icons) format("svg");
    font-weight: 400;
    font-style: normal;
}

[data-icon]:before {
    font-family: icons;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon-android, .icon-apple, .icon-arrow-left:before, .icon-arrow-right:before, .icon-arrow:after, .icon-bubble:before, .icon-envelope:before, .icon-facebook:before, .icon-feed:before, .icon-google-plus:before, .icon-instagram, .icon-linkedin:before, .icon-menu:before, .icon-pinterest:before, .icon-play:before, .icon-podcast, .icon-search:before, .icon-stumbleupon:before, .icon-tag:before, .icon-tumblr:before, .icon-twitter:before, .icon-youtube:before {
    font-family: icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon-twitter:before {
    content: "t"
}

.icon-stumbleupon:before {
    content: "u"
}

.icon-pinterest:before {
    content: "p"
}

.icon-linkedin:before {
    content: "i"
}

.icon-google-plus:before {
    content: "g"
}

.icon-search:before {
    content: "s"
}

.icon-play:before {
    content: "a"
}

.icon-menu:before {
    content: "!"
}

.icon-arrow-left:before {
    content: "#"
}

.icon-arrow-right:before {
    content: "$"
}

.icon-bubble:before {
    content: "%"
}

.icon-facebook:before {
    content: "f"
}

.icon-feed:before {
    content: "'"
}

.icon-youtube:before {
    content: "y"
}

.icon-tag:before {
    content: "("
}

.icon-tumblr:before {
    content: "m"
}

.icon-instagram:before {
    content: '"'
}

.icon-podcast:before {
    content: "&"
}

.icon-android:before {
    content: ")"
}

.icon-apple:before {
    content: "*"
}

.icon-envelope:before {
    content: "+"
}

.icon-arrow:after {
    content: "a";
    display: inline-block;
    transform: rotate(90deg);
}

.icon-play:before {
    font-size: .7rem;
    padding-left: .2em;
}

.icon-play-box {
    display: block;
    margin-left: 2em;
}

    .icon-play-box:before {
        padding: .25em;
        background: gray;
        color: #fff;
        margin-left: -1.7rem;
        margin-right: .5em;
    }

.contextual button.trigger:active, .contextual button.trigger:focus, .contextual button.trigger:hover {
    background-color: #f1f1f1;
}

.fa-search.fa-2x {
    font-size: 1rem;
}

.dol-front .pre-content .usa-button-primary:active, .dol-front .pre-content .usa-button-primary:focus {
    background-color: #112e51 !important;
}

.brick {
    background: #dcdddc;
    padding: 2em;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid #eee;
}

.block {
    overflow: hidden;
}

    .block p:last-child {
        margin-bottom: 0;
    }

.headline {
    line-height: 1.2;
}

.block-hero {
    margin-bottom: .5em;
}

@media all and (min-width:50em) {
    .block-hero {
        position: relative;
    }

        .block-hero .b-text {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(0, 0, 0, .5);
            color: #fff;
            padding: 1.5em;
        }
}

.block-thumb {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

    .block-thumb .b-inner {
        display: table-row;
        vertical-align: top;
        overflow: hidden;
    }

@media all and (min-width:29.75em) {
    .block-thumb .b-thumb {
        display: table-cell;
        vertical-align: top;
        width: 30%;
        max-width: 10em;
    }

        .block-thumb .b-thumb img {
            display: block;
            width: 100%;
            height: auto;
        }

    .block-thumb .b-text {
        display: table-cell;
        width: 70%;
        padding: 0 1em;
    }
}

.block-headline-summary a {
    display: block;
    padding: .5em;
}

.block-inset {
    margin-bottom: .5em;
    position: relative;
}

    .block-inset .b-thumb {
        position: relative;
        z-index: 0;
    }

        .block-inset .b-thumb img, .tooltip-container:hover .tooltip {
            display: block;
        }

    .block-inset .headline {
        font-size: 1.1em;
    }

    .block-inset .b-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        padding: .5em;
    }

.block-thumb-summary .b-thumb {
    float: left;
    width: 50%
}

.block-thumb-summary .b-text {
    margin-left: 50%;
    padding: .5em;
}

.inline-list li {
    display: inline-block;
}

.social-list li {
    margin: 0 .4rem 1em 0;
}

.social-list a {
    font-size: 1.6rem;
}

.headline-list.flush {
    margin: 0;
}

.headline-list li {
    padding: .25em 0;
    border-top: 1px solid #ddd;
}

.bullet-list li, .headline-list, .post-list li, .text-list li {
    margin-bottom: 1em;
}

.bullet-list {
    list-style: square;
    margin: 0 0 1em 1.2em;
    line-height: 1.3;
}

.text-list {
    margin: 0 0 1em;
    line-height: 1.3;
}

.tooltip-container {
    display: inline-block;
    position: relative;
}

.tooltip-link {
    background: #f9f9f9;
}

.tooltip {
    display: none;
    position: absolute;
    top: 1.5em;
    left: 0;
    width: 18em;
    padding: 1em;
    background: #fff;
    border: 1px solid gray;
    box-shadow: .3em .3em 1em 0 rgba(0, 0, 0, .2);
}

@media all and (min-width:24em) {
    .tooltip {
        width: 22em;
    }
}

@media all and (min-width:29.75em) {
    .tooltip {
        width: 27em;
    }
}

@media all and (min-width:39.8em) {
    .tooltip {
        width: 30em;
    }
}

.accordion {
    margin-bottom: 1em;
}

.acc-handle {
    background: #131313;
    color: #fff;
    font-family: Merriweather, serif;
    font-weight: 700;
    display: block;
    position: relative;
    padding: .5em;
    border-bottom: 1px solid #ddd;
}

    .acc-handle:after {
        content: "+";
        float: right;
    }

    .acc-handle:hover {
        color: #fff;
        background: #333;
    }

    .acc-handle.active {
        background: #333;
    }

        .acc-handle.active:after {
            content: "-"
        }

.tabs {
    overflow: hidden;
}

    .tabs ul {
        display: table;
        width: 100%
    }

    .tabs li {
        display: table-cell;
        text-align: center;
        border-right: 1px solid #ddd;
    }

        .tabs li:last-child {
            border-right: 0;
        }

    .tabs a {
        display: block;
        padding: .5em;
        background: gray;
    }

        .tabs a:focus, .tabs a:hover {
            background: #ddd;
        }

        .social-share a, .tabs a.active {
            background: #333;
            color: #fff;
        }

.section {
    margin: 0 0 1em;
}

.byline, .comment-meta img, .section-title {
    margin-bottom: .5em;
}

.article-header h1 {
    font-size: 2.5rem;
}

.byline {
    font-size: .875em;
    font-style: italic;
}

.comment-container, .social-share {
    overflow: hidden;
    margin-bottom: 1em;
}

    .social-share li {
        float: left;
        margin-right: .5em;
    }

    .social-share a {
        display: block;
        padding: .5em;
    }

        .social-share a:hover {
            background: gray;
        }

.comments li {
    margin-bottom: 1em;
}

.comment-container {
    list-style: none;
}

.comment-meta {
    float: left;
    width: 6.5em;
}

    .comment-meta img {
        display: block;
        border: 1px solid #eee;
    }

.comment-name {
    font-size: .75em;
}

.comment-text {
    margin-left: 9em;
}

.alert {
    text-align: center;
    padding: 1em;
    margin-bottom: .5em;
    border: 1px solid gray;
    background: #f9f9f9;
}

.alert-error {
    color: red;
    border-color: red;
    background: #ffbebe;
}

.paragraph--type--row > div {
    display: flex;
}

.field--name-field-bundles {
    width: 100%
}

    .field--name-field-bundles > div {
        padding: 15px;
        flex: 1;
        min-width: 100px;
    }

.paragraph--type--image img {
    display: block;
    margin: 0 auto;
}

.field {
    padding-bottom: 15px;
}

.paragraph--type--row {
    padding: 5px 10px;
}

.field--type-text-with-summary, .paragraph--type--text-block {
    max-width: 900px;
}

#sg-patterns {
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 .5em;
}

.demo-animate {
    background: #ddd;
    padding: 1em;
    margin-bottom: 1em;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
}

.sg-colors {
    display: flex;
    flex-wrap: wrap;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

    .sg-colors li {
        flex: auto;
        padding: .3em;
        margin: 0 .5em .5em 0;
        min-width: 5em;
        max-width: 14em;
        border: 1px solid #ddd;
        border-radius: 8px;
    }

.sg-swatch {
    display: block;
    height: 4em;
    margin-bottom: .3em;
    border-radius: 5px;
}

.sg-label {
    font-size: 90%;
    line-height: 1;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

* {
    box-sizing: border-box;
}

blockquote, body, div, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, iframe, label, legend, li, nav, object, ol, p, section, table, ul {
    margin: 0;
    padding: 0;
}

article, figure, footer, header, hgroup, nav, section {
    display: block;
}

html {
    box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: inherit;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: #fff;
    overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, optgroup {
    color: inherit;
    font: inherit;
    margin: 0;
}

input, select, textarea {
    font: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    font-size: 3rem;
}

textarea {
    overflow: auto;
}

legend, optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

legend, td, th {
    padding: 0;
}

.usa-grid, .usa-grid-full {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}

    .usa-grid-full::after, .usa-grid::after {
        clear: both;
        content: "";
        display: block;
    }

.usa-grid {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media screen and (min-width:600px) {
    .usa-grid {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}

.usa-grid-full {
    padding: 0;
}

@media screen and (min-width:600px) {
    .usa-width-one-whole {
        float: left;
        display: block;
        margin-right: 4.8291588071%;
        width: 100%
    }

        .usa-width-one-fourth:last-child, .usa-width-one-half:last-child, .usa-width-one-third:last-child, .usa-width-one-whole:last-child, .usa-width-two-thirds:last-child {
            margin-right: 0;
        }

    .usa-width-one-half {
        float: left;
        display: block;
        margin-right: 4.8291588071%;
        width: 47.5854205965%
    }

    .usa-width-one-fourth, .usa-width-one-third, .usa-width-two-thirds {
        float: left;
        display: block;
        margin-right: 4.8291588071%;
        width: 30.1138941286%
    }

    .usa-width-one-fourth, .usa-width-two-thirds {
        width: 65.0569470643%
    }

    .usa-width-one-fourth {
        width: 47.5854205965%
    }

        .usa-width-one-fourth:nth-child(2n) {
            margin-right: 0;
        }

    .usa-width-three-fourths {
        float: left;
        display: block;
        margin-right: 4.8291588071%;
        width: 100%
    }

        .usa-width-one-sixth:last-child, .usa-width-three-fourths:last-child {
            margin-right: 0;
        }

    .usa-width-one-sixth {
        float: left;
        display: block;
        margin-right: 4.8291588071%;
        width: 30.1138941286%
    }

        .usa-width-one-sixth:nth-child(3n) {
            margin-right: 0;
        }

    .usa-width-five-sixths {
        float: left;
        display: block;
        margin-right: 4.8291588071%;
        width: 65.0569470643%
    }

        .usa-width-five-sixths:last-child, .usa-width-one-twelfth:last-child {
            margin-right: 0;
        }

    .usa-width-five-twelfths, .usa-width-one-twelfth {
        float: left;
        display: block;
        margin-right: 4.8291588071%;
        width: 30.1138941286%
    }

        .usa-width-one-twelfth:nth-child(3n) {
            margin-right: 0;
        }

        .usa-width-five-twelfths:last-child, .usa-width-seven-twelfths:last-child {
            margin-right: 0;
        }

    .usa-width-seven-twelfths {
        float: left;
        display: block;
        margin-right: 4.8291588071%;
        width: 65.0569470643%
    }
}

@media screen and (min-width:1201px) {
    .usa-width-one-whole {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%
    }

        .usa-width-one-fourth:last-child, .usa-width-one-half:last-child, .usa-width-one-third:last-child, .usa-width-one-whole:last-child, .usa-width-two-thirds:last-child {
            margin-right: 0;
        }

    .usa-width-one-half {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 48.8211739883%
    }

    .usa-width-one-fourth, .usa-width-one-third, .usa-width-two-thirds {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 31.7615653177%
    }

    .usa-width-one-fourth, .usa-width-two-thirds {
        width: 65.8807826589%
    }

    .usa-width-one-fourth {
        width: 23.2317609825%
    }

        .usa-width-one-fourth:nth-child(2n) {
            float: left;
            display: block;
            margin-right: 2.3576520234%;
            width: 23.2317609825%
        }

            .usa-width-one-fourth:nth-child(2n):last-child, .usa-width-one-sixth:nth-child(3n):last-child, .usa-width-one-twelfth:nth-child(3n):last-child {
                margin-right: 0;
            }

        .usa-width-one-fourth:nth-child(4n) {
            margin-right: 0;
        }

    .usa-width-three-fourths {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 74.4105869942%
    }

        .usa-width-one-sixth:last-child, .usa-width-three-fourths:last-child {
            margin-right: 0;
        }

    .usa-width-one-sixth {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 14.7019566472%
    }

        .usa-width-one-sixth:nth-child(3n) {
            float: left;
            display: block;
            margin-right: 2.3576520234%;
            width: 14.7019566472%
        }

        .usa-width-one-sixth:nth-child(6n) {
            margin-right: 0;
        }

    .usa-width-five-sixths {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 82.9403913294%
    }

        .usa-width-five-sixths:last-child, .usa-width-one-twelfth:last-child {
            margin-right: 0;
        }

    .usa-width-one-twelfth {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 6.1721523119%
    }

        .usa-width-one-twelfth:nth-child(3n) {
            float: left;
            display: block;
            margin-right: 2.3576520234%;
            width: 6.1721523119%
        }

        .usa-width-one-twelfth:nth-child(12n) {
            margin-right: 0;
        }

    .usa-width-five-twelfths {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 40.291369653%
    }

        .usa-width-five-twelfths:last-child, .usa-width-seven-twelfths:last-child {
            margin-right: 0;
        }

    .usa-width-seven-twelfths {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 57.3509783236%
    }
}

.usa-end-row {
    margin-right: 0;
}

.usa-offset-one-twelfth {
    margin-left: 8.5298043353%
}

.usa-offset-one-sixth {
    margin-left: 17.0596086706%
}

.usa-offset-one-fourth {
    margin-left: 25.5894130058%
}

.usa-offset-one-third {
    margin-left: 34.1192173411%
}

.usa-offset-five-twelfths {
    margin-left: 42.6490216764%
}

.usa-offset-one-half {
    margin-left: 51.1788260117%
}

.usa-offset-seven-twelfths {
    margin-left: 59.708630347%
}

.usa-offset-two-thirds {
    margin-left: 68.2384346823%
}

.usa-offset-three-fourths {
    margin-left: 76.7682390175%
}

.usa-offset-five-sixths {
    margin-left: 85.2980433528%
}

.usa-offset-eleven-twelfths {
    margin-left: 93.8278476881%
}

.usa-sr-only {
    position: absolute;
    left: -999em;
}

.lt-ie9 * {
    filter: none !important;
}

[hidden] {
    display: none !important;
}

.usa-focus, :focus {
    outline: 2px dotted #aeb0b5;
    outline-offset: 3px;
}

.simplesamlphp-auth-login-link, .usa-button, .usa-button-primary, .usa-button-primary:visited, .usa-button:visited {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-top: .5em;
    margin-right: .5em;
    margin-bottom: .5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #0071bc;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
    width: 100%
}

@media screen and (min-width:481px) {
    .simplesamlphp-auth-login-link, .usa-button, .usa-button-primary, .usa-button-primary: visited, .usa-button:visited {
        width: auto;
    }
}

.simplesamlphp-auth-login-link:hover, .usa-button-hover.simplesamlphp-auth-login-link, .usa-button-primary.usa-button-hover, .usa-button-primary:hover, .usa-button-primary:visited.usa-button-hover, .usa-button-primary:visited:hover, .usa-button.usa-button-hover, .usa-button:hover, .usa-button:visited.usa-button-hover, .usa-button:visited:hover {
    background-color: #205493;
    border-bottom: 0;
    color: #fff;
    text-decoration: underline;
}

.simplesamlphp-auth-login-link:active, .usa-button-active.simplesamlphp-auth-login-link, .usa-button-primary.usa-button-active, .usa-button-primary:active, .usa-button-primary:visited.usa-button-active, .usa-button-primary:visited:active, .usa-button.usa-button-active, .usa-button:active, .usa-button:visited.usa-button-active, .usa-button:visited:active {
    background-color: #112e51;
}

.usa-button-primary-alt.simplesamlphp-auth-login-link, .usa-button-primary.usa-button-primary-alt, .usa-button-primary:visited.usa-button-primary-alt, .usa-button.usa-button-primary-alt, .usa-button:visited.usa-button-primary-alt {
    background-color: #02bfe7;
    color: #212121;
}

    .usa-button-primary-alt.simplesamlphp-auth-login-link:hover, .usa-button-primary-alt.usa-button-hover.simplesamlphp-auth-login-link, .usa-button-primary.usa-button-primary-alt.usa-button-hover, .usa-button-primary.usa-button-primary-alt:hover, .usa-button-primary:visited.usa-button-primary-alt.usa-button-hover, .usa-button-primary:visited.usa-button-primary-alt:hover, .usa-button.usa-button-primary-alt.usa-button-hover, .usa-button.usa-button-primary-alt:hover, .usa-button:visited.usa-button-primary-alt.usa-button-hover, .usa-button:visited.usa-button-primary-alt:hover {
        background-color: #00a6d2;
    }

    .usa-button-primary-alt.simplesamlphp-auth-login-link:active, .usa-button-primary-alt.usa-button-active.simplesamlphp-auth-login-link, .usa-button-primary.usa-button-primary-alt.usa-button-active, .usa-button-primary.usa-button-primary-alt:active, .usa-button-primary:visited.usa-button-primary-alt.usa-button-active, .usa-button-primary:visited.usa-button-primary-alt:active, .usa-button.usa-button-primary-alt.usa-button-active, .usa-button.usa-button-primary-alt:active, .usa-button:visited.usa-button-primary-alt.usa-button-active, .usa-button:visited.usa-button-primary-alt:active {
        background-color: #046b99;
        color: #fff;
    }

.usa-button-primary.usa-button-secondary, .usa-button-primary:visited.usa-button-secondary, .usa-button-secondary.simplesamlphp-auth-login-link, .usa-button.usa-button-secondary, .usa-button:visited.usa-button-secondary {
    background-color: #fff;
    box-shadow: inset 0 0 0 2px #0071bc;
    color: #0071bc;
}

    .usa-button-primary.usa-button-secondary.usa-button-hover, .usa-button-primary.usa-button-secondary:hover, .usa-button-primary:visited.usa-button-secondary.usa-button-hover, .usa-button-primary:visited.usa-button-secondary:hover, .usa-button-secondary.simplesamlphp-auth-login-link:hover, .usa-button-secondary.usa-button-hover.simplesamlphp-auth-login-link, .usa-button.usa-button-secondary.usa-button-hover, .usa-button.usa-button-secondary:hover, .usa-button:visited.usa-button-secondary.usa-button-hover, .usa-button:visited.usa-button-secondary:hover {
        box-shadow: inset 0 0 0 2px #205493;
        color: #205493;
    }

    .usa-button-primary.usa-button-secondary.usa-button-active, .usa-button-primary.usa-button-secondary:active, .usa-button-primary:visited.usa-button-secondary.usa-button-active, .usa-button-primary:visited.usa-button-secondary:active, .usa-button-secondary.simplesamlphp-auth-login-link:active, .usa-button-secondary.usa-button-active.simplesamlphp-auth-login-link, .usa-button.usa-button-secondary.usa-button-active, .usa-button.usa-button-secondary:active, .usa-button:visited.usa-button-secondary.usa-button-active, .usa-button:visited.usa-button-secondary:active {
        box-shadow: inset 0 0 0 2px #112e51;
        color: #112e51;
    }

.usa-button-outline-inverse.simplesamlphp-auth-login-link, .usa-button-primary.usa-button-outline-inverse, .usa-button-primary.usa-button-secondary-inverse, .usa-button-primary:visited.usa-button-outline-inverse, .usa-button-primary:visited.usa-button-secondary-inverse, .usa-button-secondary-inverse.simplesamlphp-auth-login-link, .usa-button.usa-button-outline-inverse, .usa-button.usa-button-secondary-inverse, .usa-button:visited.usa-button-outline-inverse, .usa-button:visited.usa-button-secondary-inverse {
    background: 0 0;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
}

    .usa-button-outline-inverse.simplesamlphp-auth-login-link:hover, .usa-button-outline-inverse.usa-button-hover.simplesamlphp-auth-login-link, .usa-button-primary.usa-button-outline-inverse.usa-button-hover, .usa-button-primary.usa-button-outline-inverse:hover, .usa-button-primary.usa-button-secondary-inverse.usa-button-hover, .usa-button-primary.usa-button-secondary-inverse:hover, .usa-button-primary:visited.usa-button-outline-inverse.usa-button-hover, .usa-button-primary:visited.usa-button-outline-inverse:hover, .usa-button-primary:visited.usa-button-secondary-inverse.usa-button-hover, .usa-button-primary:visited.usa-button-secondary-inverse:hover, .usa-button-secondary-inverse.simplesamlphp-auth-login-link:hover, .usa-button-secondary-inverse.usa-button-hover.simplesamlphp-auth-login-link, .usa-button.usa-button-outline-inverse.usa-button-hover, .usa-button.usa-button-outline-inverse:hover, .usa-button.usa-button-secondary-inverse.usa-button-hover, .usa-button.usa-button-secondary-inverse:hover, .usa-button:visited.usa-button-outline-inverse.usa-button-hover, .usa-button:visited.usa-button-outline-inverse:hover, .usa-button:visited.usa-button-secondary-inverse.usa-button-hover, .usa-button:visited.usa-button-secondary-inverse:hover {
        box-shadow: inset 0 0 0 2px #d6d7d9;
        color: #d6d7d9;
    }

    .usa-button-outline-inverse.simplesamlphp-auth-login-link:active, .usa-button-outline-inverse.usa-button-active.simplesamlphp-auth-login-link, .usa-button-primary.usa-button-outline-inverse.usa-button-active, .usa-button-primary.usa-button-outline-inverse:active, .usa-button-primary.usa-button-secondary-inverse.usa-button-active, .usa-button-primary.usa-button-secondary-inverse:active, .usa-button-primary:visited.usa-button-outline-inverse.usa-button-active, .usa-button-primary:visited.usa-button-outline-inverse:active, .usa-button-primary:visited.usa-button-secondary-inverse.usa-button-active, .usa-button-primary:visited.usa-button-secondary-inverse:active, .usa-button-secondary-inverse.simplesamlphp-auth-login-link:active, .usa-button-secondary-inverse.usa-button-active.simplesamlphp-auth-login-link, .usa-button.usa-button-outline-inverse.usa-button-active, .usa-button.usa-button-outline-inverse:active, .usa-button.usa-button-secondary-inverse.usa-button-active, .usa-button.usa-button-secondary-inverse:active, .usa-button:visited.usa-button-outline-inverse.usa-button-active, .usa-button:visited.usa-button-outline-inverse:active, .usa-button:visited.usa-button-secondary-inverse.usa-button-active, .usa-button:visited.usa-button-secondary-inverse:active {
        box-shadow: inset 0 0 0 2px #aeb0b5;
        color: #d6d7d9;
    }

.usa-button-gray.simplesamlphp-auth-login-link, .usa-button-primary.usa-button-gray, .usa-button-primary:visited.usa-button-gray, .usa-button.usa-button-gray, .usa-button:visited.usa-button-gray {
    background-color: #5b616b;
}

    .usa-button-gray.simplesamlphp-auth-login-link:hover, .usa-button-gray.usa-button-hover.simplesamlphp-auth-login-link, .usa-button-primary.usa-button-gray.usa-button-hover, .usa-button-primary.usa-button-gray:hover, .usa-button-primary:visited.usa-button-gray.usa-button-hover, .usa-button-primary:visited.usa-button-gray:hover, .usa-button.usa-button-gray.usa-button-hover, .usa-button.usa-button-gray:hover, .usa-button:visited.usa-button-gray.usa-button-hover, .usa-button:visited.usa-button-gray:hover {
        background-color: #323a45;
    }

    .usa-button-gray.simplesamlphp-auth-login-link:active, .usa-button-gray.usa-button-active.simplesamlphp-auth-login-link, .usa-button-primary.usa-button-gray.usa-button-active, .usa-button-primary.usa-button-gray:active, .usa-button-primary:visited.usa-button-gray.usa-button-active, .usa-button-primary:visited.usa-button-gray:active, .usa-button.usa-button-gray.usa-button-active, .usa-button.usa-button-gray:active, .usa-button:visited.usa-button-gray.usa-button-active, .usa-button:visited.usa-button-gray:active {
        background-color: #212121;
    }

.usa-button-primary.usa-button-red, .usa-button-primary:visited.usa-button-red, .usa-button-red.simplesamlphp-auth-login-link, .usa-button.usa-button-red, .usa-button:visited.usa-button-red {
    background-color: #e31c3d;
}

    .usa-button-primary.usa-button-red.usa-button-hover, .usa-button-primary.usa-button-red:hover, .usa-button-primary:visited.usa-button-red.usa-button-hover, .usa-button-primary:visited.usa-button-red:hover, .usa-button-red.simplesamlphp-auth-login-link:hover, .usa-button-red.usa-button-hover.simplesamlphp-auth-login-link, .usa-button.usa-button-red.usa-button-hover, .usa-button.usa-button-red:hover, .usa-button:visited.usa-button-red.usa-button-hover, .usa-button:visited.usa-button-red:hover {
        background-color: #cd2026;
    }

    .usa-button-primary.usa-button-red.usa-button-active, .usa-button-primary.usa-button-red:active, .usa-button-primary:visited.usa-button-red.usa-button-active, .usa-button-primary:visited.usa-button-red:active, .usa-button-red.simplesamlphp-auth-login-link:active, .usa-button-red.usa-button-active.simplesamlphp-auth-login-link, .usa-button.usa-button-red.usa-button-active, .usa-button.usa-button-red:active, .usa-button:visited.usa-button-red.usa-button-active, .usa-button:visited.usa-button-red:active {
        background-color: #981b1e;
    }

.usa-button-big.simplesamlphp-auth-login-link, .usa-button-primary.usa-button-big, .usa-button-primary:visited.usa-button-big, .usa-button.usa-button-big, .usa-button:visited.usa-button-big {
    border-radius: 8px;
    font-size: 2.4rem;
    padding: 1.5rem 3rem;
}

.simplesamlphp-auth-login-link:disabled, .usa-button-primary:disabled, .usa-button-primary:visited:disabled, .usa-button:disabled, .usa-button:visited:disabled {
    background-color: #d6d7d9;
    pointer-events: none;
}

    .simplesamlphp-auth-login-link:disabled.usa-button-active, .simplesamlphp-auth-login-link:disabled.usa-button-hover, .simplesamlphp-auth-login-link:disabled.usa-focus, .simplesamlphp-auth-login-link:disabled:active, .simplesamlphp-auth-login-link:disabled:focus, .simplesamlphp-auth-login-link:disabled:hover, .usa-button-primary:disabled.usa-button-active, .usa-button-primary:disabled.usa-button-hover, .usa-button-primary:disabled.usa-focus, .usa-button-primary:disabled:active, .usa-button-primary:disabled:focus, .usa-button-primary:disabled:hover, .usa-button-primary:visited:disabled.usa-button-active, .usa-button-primary:visited:disabled.usa-button-hover, .usa-button-primary:visited:disabled.usa-focus, .usa-button-primary:visited:disabled:active, .usa-button-primary:visited:disabled:focus, .usa-button-primary:visited:disabled:hover, .usa-button:disabled.usa-button-active, .usa-button:disabled.usa-button-hover, .usa-button:disabled.usa-focus, .usa-button:disabled:active, .usa-button:disabled:focus, .usa-button:disabled:hover, .usa-button:visited:disabled.usa-button-active, .usa-button:visited:disabled.usa-button-hover, .usa-button:visited:disabled.usa-focus, .usa-button:visited:disabled:active, .usa-button:visited:disabled:focus, .usa-button:visited:disabled:hover {
        background-color: #d6d7d9;
        border: 0;
        box-shadow: none;
    }

.usa-button-disabled {
    background-color: #d6d7d9;
    pointer-events: none;
}

    .usa-button-disabled.usa-button-active, .usa-button-disabled.usa-button-hover, .usa-button-disabled.usa-focus, .usa-button-disabled:active, .usa-button-disabled:focus, .usa-button-disabled:hover {
        background-color: #d6d7d9;
        border: 0;
        box-shadow: none;
    }

.usa-button-secondary-disabled, .usa-button-secondary-inverse-disabled, .usa-button-secondary:disabled {
    box-shadow: inset 0 0 0 2px #d6d7d9;
    pointer-events: none;
    color: #d6d7d9;
}

.usa-button-secondary-inverse:disabled {
    pointer-events: none;
}

.usa-button-outline-inverse:disabled {
    box-shadow: inset 0 0 0 2px #d6d7d9;
    pointer-events: none;
    color: #d6d7d9;
}

    .usa-button-outline-inverse:disabled.usa-button-active, .usa-button-outline-inverse:disabled.usa-button-hover, .usa-button-outline-inverse:disabled.usa-focus, .usa-button-outline-inverse:disabled:active, .usa-button-outline-inverse:disabled:focus, .usa-button-outline-inverse:disabled:hover, .usa-button-secondary-disabled.usa-button-active, .usa-button-secondary-disabled.usa-button-hover, .usa-button-secondary-disabled.usa-focus, .usa-button-secondary-disabled:active, .usa-button-secondary-disabled:focus, .usa-button-secondary-disabled:hover, .usa-button-secondary-inverse-disabled.usa-button-active, .usa-button-secondary-inverse-disabled.usa-button-hover, .usa-button-secondary-inverse-disabled.usa-focus, .usa-button-secondary-inverse-disabled:active, .usa-button-secondary-inverse-disabled:focus, .usa-button-secondary-inverse-disabled:hover, .usa-button-secondary-inverse:disabled.usa-button-active, .usa-button-secondary-inverse:disabled.usa-button-hover, .usa-button-secondary-inverse:disabled.usa-focus, .usa-button-secondary-inverse:disabled:active, .usa-button-secondary-inverse:disabled:focus, .usa-button-secondary-inverse:disabled:hover, .usa-button-secondary:disabled.usa-button-active, .usa-button-secondary:disabled.usa-button-hover, .usa-button-secondary:disabled.usa-focus, .usa-button-secondary:disabled:active, .usa-button-secondary:disabled:focus, .usa-button-secondary:disabled:hover {
        background-color: #fff;
        border: 0;
    }

.usa-button-secondary:disabled, html .usa-button-secondary-disabled {
    background-color: #fff;
}

.usa-button-secondary-inverse:disabled, html .usa-button-secondary-inverse-disabled {
    background-color: transparent;
    color: #5b616b;
    box-shadow: inset 0 0 0 2px #5b616b;
}

.usa-button-unstyled {
    border: 0;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-font-smoothing: auto;
}

    .usa-button-unstyled, .usa-button-unstyled:hover {
        background-color: transparent;
    }

.media_link {
    display: inline-block;
    line-height: 0;
}


textarea {
    height: 16rem;
}

input, label, select, textarea {
    display: block;
}


select {
    height: 4.4rem;
    background-color: #fff;
    background-image: none, url(/themes/opa_theme/build/img/arrow-both.svg), url(/themes/opa_theme/build/img/arrow-both.png);
    background-position: right 1.3rem center;
    background-repeat: no-repeat;
    background-size: 1rem;
    padding-right: 3rem;
}

    input.usa-input-success, select.usa-input-success, textarea.usa-input-success {
        border: 3px solid #4aa564;
    }

.usa-input-error {
    border-left: 4px solid #cd2026;
    margin-top: 3rem;
    padding-bottom: .8rem;
    padding-left: 1.5rem;
    padding-top: .8rem;
    position: relative;
    right: 1.9rem;
}

    .usa-input-error input, .usa-input-error select, .usa-input-error textarea {
        border: 3px solid #cd2026;
        width: calc(100% + 1.9rem);
    }

    .usa-fieldset-inputs label, .usa-input-error label {
        margin-top: 0;
    }

    .usa-input-error .usa-input-inline {
        border: .1rem solid #5b616b;
        width: inherit;
    }

    .usa-input-error .usa-input-inline-error {
        border: 3px solid #cd2026;
    }

.usa-input-error-label, .usa-input-error-message {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
}

.usa-input-error-message {
    color: #cd2026;
    padding-bottom: 3px;
    padding-top: 3px;
}

.usa-input-required:after {
    color: #981b1e;
    content: " (*required)"
}

.usa-input-optional:after {
    color: #757575;
    content: " (optional)"
}



select::-ms-expand {
    display: none;
}

select:-webkit-autofill {
    -webkit-appearance: menulist;
    appearance: menulist;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

option:first-child {
    font-weight: 700;
}

.usa-form-hint {
    color: #757575;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin-bottom: 0;
}


.lt-ie9 [type=checkbox], .lt-ie9 [type=radio] {
    border: 0;
    float: left;
    margin: .4em .4em 0 0;
    position: static;
    width: auto;
}

[type=checkbox] + label, [type=radio] + label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: .65em;
}

    [type=checkbox] + label::before, [type=radio] + label::before {
        background: #fff;
        border-radius: 2px;
        box-shadow: 0 0 0 1px #757575;
        content: "Â ";
        display: inline-block;
        height: 2rem;
        line-height: 2rem;
        margin-right: .6em;
        text-indent: .15em;
        width: 2rem;
    }

    [type=radio] + label::before {
        border-radius: 100%;
        box-shadow: 0 0 0 2px #fff, 0 0 0 3px #757575;
        height: 1.4rem;
        line-height: 1.4rem;
        margin-right: .75em;
        width: 1.4rem;
    }

[type=checkbox]:checked + label::before {
    background-color: #0071bc;
    box-shadow: 0 0 0 1px #0071bc;
}

[type=radio]:checked + label::before {
    background-color: #0071bc;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0071bc;
}

[type=checkbox]:checked + label::before, [type=checkbox]:checked:disabled + label::before {
    background-image: url(/themes/opa_theme/build/img/correct8.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}

[type=radio]:focus + label::before {
    outline: 2px dotted #aeb0b5;
    outline-offset: 6px;
}

[type=checkbox]:disabled + label {
    color: #d6d7d9;
}

[type=checkbox]:focus + label::before {
    outline: 2px dotted #aeb0b5;
    outline-offset: 3px;
}

[type=checkbox]:disabled + label::before, [type=radio]:disabled + label::before {
    background: #f1f1f1;
    box-shadow: 0 0 0 1px #aeb0b5;
    cursor: not-allowed;
}

[type=range] {
    -webkit-appearance: none;
    border: 0;
    padding-left: 0;
    width: 100%
}

    [type=range]::-webkit-slider-runnable-track {
        background: #aeb0b5;
        border: 1px solid #757575;
        cursor: pointer;
        height: 1.2rem;
        width: 100%
    }

    [type=range]::-moz-range-track {
        background: #0071bc;
        border: 1px solid #757575;
        cursor: pointer;
        height: 1.2rem;
        width: 100%
    }

    [type=range]::-ms-track {
        background: 0 0;
        color: transparent;
        cursor: pointer;
        height: 1.2rem;
        width: 100%
    }

    [type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: 1px solid #757575;
        height: 2.2rem;
        border-radius: 1.5rem;
        background: #f1f1f1;
        cursor: pointer;
        margin-top: -.65rem;
        width: 2.2rem;
    }

    [type=range]::-moz-range-thumb {
        background: #f1f1f1;
        border: 1px solid #757575;
        border-radius: 1.5rem;
        cursor: pointer;
        height: 2.2rem;
        width: 2.2rem;
    }

    [type=range]::-ms-thumb {
        background: #f1f1f1;
        border: 1px solid #757575;
        border-radius: 1.5rem;
        cursor: pointer;
        height: 2.2rem;
        width: 2.2rem;
    }

    [type=range]::-ms-fill-lower {
        background: #aeb0b5;
        border: 1px solid #757575;
        border-radius: 2rem;
    }

    [type=range]::-ms-fill-upper {
        background: #aeb0b5;
        border: 1px solid #757575;
        border-radius: 2rem;
    }

.usa-date-of-birth label {
    margin-top: 0;
}

.usa-date-of-birth [type=number]::-webkit-inner-spin-button, .usa-date-of-birth [type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.usa-date-of-birth [type=number] {
    -moz-appearance: textfield;
}

.usa-form-group-day, .usa-form-group-month, .usa-form-group-year {
    clear: none;
    float: left;
    margin-right: 1.5rem;
    width: 5rem;
}

.usa-form-group-year {
    width: 7rem;
}

.usa-unstyled-list {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
}

    .usa-unstyled-list > li {
        margin-bottom: 0;
    }

.usa-layout-docs {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width:1201px) {
    .usa-layout-docs {
        display: inherit;
    }
}

.usa-layout-docs .usa-grid > :first-child:not(.usa-width-*) {
    margin-top: 0;
}

.usa-layout-docs .usa-grid > :last-child:not(.usa-width-*) {
    margin-bottom: 0;
}

.usa-layout-docs-sidenav {
    order: 2;
}

.usa-layout-docs-main_content {
    margin-bottom: 3rem;
    order: 1;
}

@media screen and (min-width:1201px) {
    .usa-layout-docs-main_content {
        margin-bottom: 0;
    }
}

.usa-layout-docs-main_content > :first-child {
    margin-top: 0;
}

.usa-media_block-img {
    float: left;
    margin-right: 1rem;
}

.usa-media_block-body {
    overflow: hidden;
}

.usa-skipnav {
    background: 0 0;
    color: #212121;
    left: 0;
    padding: 1rem 1.5rem;
    position: absolute;
    top: -4.2rem;
    transition: all .2s ease-in-out;
    z-index: 100;
}

    .usa-skipnav:focus {
        background: #fff;
        left: 0;
        outline: 0;
        position: absolute;
        top: 0;
        transition: all .2s ease-in-out;
    }

.usa-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url(/themes/opa_theme/build/img/hero.png);
    background-position: center;
    background-size: cover;
}

    .usa-hero .simplesamlphp-auth-login-link, .usa-hero .usa-button {
        color: #fff;
    }

.usa-section-dark .usa-hero-link {
    color: #02bfe7;
}

.usa-hero-callout {
    background-color: #112e51;
    padding: 3rem;
}

@media screen and (min-width:481px) {
    .usa-hero-callout {
        max-width: 30rem;
    }
}

.usa-hero-callout > :first-child {
    margin-top: 0;
    margin-bottom: 2rem;
}

.usa-hero-callout-alt {
    color: #fff;
    display: block;
}

.usa-list, .usa-prose > ol, .usa-prose > ul {
    margin-bottom: 1em;
    margin-top: 1em;
    line-height: 1.5;
    padding-left: 3ch;
}

    .usa-list li:last-child, .usa-list:last-child, .usa-prose > ol li:last-child, .usa-prose > ol:last-child, .usa-prose > ul li:last-child, .usa-prose > ul:last-child {
        margin-bottom: 0;
    }

    .usa-list ol, .usa-list ul, .usa-prose > ol ol, .usa-prose > ol ul, .usa-prose > ul ol, .usa-prose > ul ul {
        margin-top: .25em;
    }

    .usa-list li, .usa-prose > ol li, .usa-prose > ul li {
        margin-bottom: .25em;
        max-width: 68ex;
    }

.usa-prose > table, .usa-prose > table caption, .usa-table, .usa-table caption {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.usa-prose > table, .usa-table {
    font-size: 1.06rem;
    line-height: 1.5;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1.25rem 0;
}

    .usa-prose > table thead th, .usa-table thead th {
        font-weight: 700;
    }

    .usa-prose > table thead td, .usa-prose > table thead th, .usa-table thead td, .usa-table thead th {
        background-color: #f0f0f0;
    }

    .usa-prose > table th, .usa-table th {
        text-align: left;
    }

    .usa-prose > table td, .usa-prose > table th, .usa-table td, .usa-table th {
        border-width: 1px;
        border-color: #565c65;
        border-style: solid;
        background-color: #fff;
        font-weight: 400;
        padding: .5rem 1rem;
    }

    .usa-prose > table caption, .usa-table caption {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: .75rem;
        text-align: left;
    }

.usa-prose > .usa-table--borderless thead th, .usa-table--borderless thead th {
    background-color: transparent;
    border-top: 0;
}

.usa-prose > .usa-table--borderless td, .usa-prose > .usa-table--borderless th, .usa-table--borderless td, .usa-table--borderless th {
    border-left: 0;
    border-right: 0;
}

    .usa-table--borderless th:first-child {
        padding-left: 0;
    }

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 100%
}

body {
    margin: 0;
}

details, main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], 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: 1px dotted ButtonText;
    }

fieldset {
    padding: .35em .75em .625em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}


[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

[hidden], template {
    display: none;
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300.ttf) format("truetype");
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-regular.ttf) format("truetype");
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700.ttf) format("truetype");
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: italic;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-300italic.ttf) format("truetype");
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-italic.ttf) format("truetype");
}

@font-face {
    font-family: Roboto Mono Web;
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/roboto-mono/roboto-mono-v5-latin-700italic.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-light-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-light-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-light-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(../fonts/sourcesanspro-regular-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-regular-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(../fonts/sourcesanspro-bold-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-bold-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: italic;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-italic-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-italic-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-italic-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Source Sans Pro Web;
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Light.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Light.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Light.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Regular.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Regular.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Regular.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Bold.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Bold.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Bold.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: italic;
    font-weight: 300;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-LightItalic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-LightItalic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-LightItalic.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Italic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Italic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-Italic.ttf) format("truetype");
}

@font-face {
    font-family: Merriweather Web;
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-BoldItalic.woff2) format("woff2"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-BoldItalic.woff) format("woff"), url(/themes/contrib/ddp_dol_theme/build/fonts/merriweather/Latin-Merriweather-BoldItalic.ttf) format("truetype");
}

button:not([disabled]):focus, input:not([disabled]):focus, select:not([disabled]):focus, textarea:not([disabled]):focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

[contentEditable=true]:focus, [href]:focus, [tabindex]:focus, iframe:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

.usa-focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

address, cite, dfn, var {
    font-style: normal;
}

@-webkit-keyframes slidein-left {
    0% {
        transform: translateX(15rem);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slidein-left {
    0% {
        transform: translateX(15rem);
    }

    to {
        transform: translateX(0);
    }
}

body {
    background-color: #fff;
    color: #1b1b1b;
    overflow-x: hidden;
}

.usa-sr-only {
    position: absolute;
    left: -999em;
}

.simplesamlphp-auth-login-link, .usa-button {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: .9;
    color: #fff;
    background-color: #005ea2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: .25rem;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: .5rem;
    padding: .75rem 1.25rem;
    text-align: center;
    text-decoration: none;
    width: 100%
}

@media all and (min-width:30em) {
    .simplesamlphp-auth-login-link, .usa-button {
        width: auto;
    }
}

.simplesamlphp-auth-login-link:visited, .usa-button:visited {
    color: #fff;
}

.simplesamlphp-auth-login-link:hover, .usa-button--hover.simplesamlphp-auth-login-link, .usa-button.usa-button--hover, .usa-button:hover {
    color: #fff;
    background-color: #1a4480;
    border-bottom: 0;
    text-decoration: none;
}

.simplesamlphp-auth-login-link:active, .usa-button--active.simplesamlphp-auth-login-link, .usa-button.usa-button--active, .usa-button:active {
    color: #fff;
    background-color: #162e51;
}

.simplesamlphp-auth-login-link:not([disabled]).usa-focus, .simplesamlphp-auth-login-link:not([disabled]):focus, .usa-button:not([disabled]).usa-focus, .usa-button:not([disabled]):focus {
    outline-offset: .25rem;
}

.simplesamlphp-auth-login-link:disabled, .usa-button:disabled {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #c9c9c9;
    color: #fff;
    pointer-events: none;
}

    .simplesamlphp-auth-login-link:disabled.usa-button--active, .simplesamlphp-auth-login-link:disabled.usa-button--hover, .simplesamlphp-auth-login-link:disabled.usa-focus, .simplesamlphp-auth-login-link:disabled:active, .simplesamlphp-auth-login-link:disabled:focus, .simplesamlphp-auth-login-link:disabled:hover, .usa-button:disabled.usa-button--active, .usa-button:disabled.usa-button--hover, .usa-button:disabled.usa-focus, .usa-button:disabled:active, .usa-button:disabled:focus, .usa-button:disabled:hover {
        background-color: #c9c9c9;
        border: 0;
        box-shadow: none;
    }

.usa-button--accent-cool, .usa-button--accent-cool:visited {
    color: #1b1b1b;
    background-color: #00bde3;
}

    .usa-button--accent-cool.usa-button--hover, .usa-button--accent-cool:hover {
        color: #1b1b1b;
        background-color: #28a0cb;
    }

    .usa-button--accent-cool.usa-button--active, .usa-button--accent-cool:active {
        color: #fff;
        background-color: #07648d;
    }

.usa-button--accent-warm, .usa-button--accent-warm:visited {
    color: #1b1b1b;
    background-color: #fa9441;
}

    .usa-button--accent-warm.usa-button--hover, .usa-button--accent-warm:hover {
        color: #fff;
        background-color: #c05600;
    }

    .usa-button--accent-warm.usa-button--active, .usa-button--accent-warm:active {
        color: #fff;
        background-color: #775540;
    }

.usa-button--outline {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #005ea2;
    color: #005ea2;
}

    .usa-button--outline:visited {
        color: #005ea2;
    }

    .usa-button--outline.usa-button--hover, .usa-button--outline:hover {
        background-color: transparent;
        box-shadow: inset 0 0 0 2px #1a4480;
        color: #1a4480;
    }

    .usa-button--outline.usa-button--active, .usa-button--outline:active {
        background-color: transparent;
        box-shadow: inset 0 0 0 2px #162e51;
        color: #162e51;
    }

    .usa-button--outline.usa-button--inverse {
        box-shadow: inset 0 0 0 2px #dfe1e2;
        color: #dfe1e2;
    }

        .usa-button--outline.usa-button--inverse:visited, .usa-dark-background a {
            color: #dfe1e2;
        }

        .usa-button--outline.usa-button--inverse.usa-button--hover, .usa-button--outline.usa-button--inverse:hover {
            box-shadow: inset 0 0 0 2px #f0f0f0;
            color: #f0f0f0;
        }

        .usa-button--outline.usa-button--inverse.usa-button--active, .usa-button--outline.usa-button--inverse:active {
            background-color: transparent;
            box-shadow: inset 0 0 0 2px #fff;
            color: #fff;
        }

        .usa-button--outline.usa-button--inverse.usa-button--unstyled {
            -moz-osx-font-smoothing: auto;
            -webkit-font-smoothing: subpixel-antialiased;
            text-decoration: underline;
            background-color: transparent;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            font-weight: 400;
            margin: 0;
            padding: 0;
            text-align: left;
            color: #dfe1e2;
        }

            .usa-button--outline.usa-button--inverse.usa-button--unstyled:focus {
                outline: .25rem solid #2491ff;
                outline-offset: 0;
            }

            .usa-button--outline.usa-button--inverse.usa-button--unstyled:visited {
                color: #54278f;
            }

            .usa-button--outline.usa-button--inverse.usa-button--unstyled:active, .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
                -moz-osx-font-smoothing: auto;
                -webkit-font-smoothing: subpixel-antialiased;
                background-color: transparent;
                box-shadow: none;
                text-decoration: underline;
            }

            .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
                color: #f0f0f0;
            }

            .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active, .usa-button--outline.usa-button--inverse.usa-button--unstyled:active {
                color: #fff;
            }

.usa-button--base {
    color: #fff;
    background-color: #71767a;
}

    .usa-button--base.usa-button--hover, .usa-button--base:hover {
        color: #fff;
        background-color: #565c65;
    }

    .usa-button--base.usa-button--active, .usa-button--base:active {
        color: #fff;
        background-color: #3d4551;
    }

.usa-button--secondary {
    color: #fff;
    background-color: #d83933;
}

    .usa-button--secondary.usa-button--hover, .usa-button--secondary:hover {
        color: #fff;
        background-color: #b50909;
    }

    .usa-button--secondary.usa-button--active, .usa-button--secondary:active {
        color: #fff;
        background-color: #8b0a03;
    }

.usa-button--big {
    border-radius: .25rem;
    font-size: 1.46rem;
    padding: 1rem 1.5rem;
}

.usa-button--disabled {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #c9c9c9;
    color: #fff;
    pointer-events: none;
}

    .usa-button--disabled.usa-button--active, .usa-button--disabled.usa-button--hover, .usa-button--disabled.usa-focus, .usa-button--disabled:active, .usa-button--disabled:focus, .usa-button--disabled:hover {
        background-color: #c9c9c9;
        border: 0;
        box-shadow: none;
    }

.usa-button--outline-disabled, .usa-button--outline-inverse-disabled, .usa-button--outline-inverse:disabled, .usa-button--outline:disabled {
    background-color: transparent;
    pointer-events: none;
}

    .usa-button--outline-disabled.usa-button--active, .usa-button--outline-disabled.usa-button--hover, .usa-button--outline-disabled.usa-focus, .usa-button--outline-disabled:active, .usa-button--outline-disabled:focus, .usa-button--outline-disabled:hover, .usa-button--outline-inverse-disabled.usa-button--active, .usa-button--outline-inverse-disabled.usa-button--hover, .usa-button--outline-inverse-disabled.usa-focus, .usa-button--outline-inverse-disabled:active, .usa-button--outline-inverse-disabled:focus, .usa-button--outline-inverse-disabled:hover, .usa-button--outline-inverse:disabled.usa-button--active, .usa-button--outline-inverse:disabled.usa-button--hover, .usa-button--outline-inverse:disabled.usa-focus, .usa-button--outline-inverse:disabled:active, .usa-button--outline-inverse:disabled:focus, .usa-button--outline-inverse:disabled:hover, .usa-button--outline:disabled.usa-button--active, .usa-button--outline:disabled.usa-button--hover, .usa-button--outline:disabled.usa-focus, .usa-button--outline:disabled:active, .usa-button--outline:disabled:focus, .usa-button--outline:disabled:hover {
        background-color: transparent;
        border: 0;
    }

.usa-button--outline-disabled, .usa-button--outline:disabled {
    box-shadow: inset 0 0 0 2px #c9c9c9;
    color: #c9c9c9;
}

    .usa-button--outline-disabled.usa-button--inverse, .usa-button--outline:disabled.usa-button--inverse {
        background-color: transparent;
        box-shadow: inset 0 0 0 2px #71767a;
        color: #71767a;
    }

.usa-button--unstyled {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #005ea2;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
}

    .usa-button--unstyled:hover {
        color: #1a4480;
    }

    .usa-button--unstyled:active {
        color: #162e51;
    }

    .usa-button--unstyled:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-button--unstyled:visited {
        color: #54278f;
    }

    .usa-button--unstyled:active, .usa-button--unstyled:hover {
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: transparent;
        box-shadow: none;
        text-decoration: underline;
    }

.agency-blurb-container .agency_blurb .video-container embed, .agency-blurb-container .agency_blurb .video-container iframe, .agency-blurb-container .agency_blurb .video-container object, .usa-embed-container embed, .usa-embed-container iframe, .usa-embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.usa-embed-container {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

img {
    max-width: 100%
}

.usa-media-link {
    display: inline-block;
    line-height: 0;
}

.usa-combo-box__input, .usa-combo-box__list, .usa-fieldset, .usa-hint, .usa-input, .usa-range, .usa-select, .usa-textarea {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
}

.usa-combo-box__input, .usa-input {
    border-width: 1px;
    border-color: #565c65;
    border-style: solid;
    height: 2.5rem;
    width: 100%
}

.usa-combo-box__input {
    border-radius: 0;
    color: #1b1b1b;
    display: block;
    margin-top: .5rem;
    max-width: 30rem;
    padding: .5rem;
}

.usa-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.usa-input, .usa-range, .usa-select, .usa-textarea {
    border-radius: 0;
    color: #1b1b1b;
    display: block;
    margin-top: .5rem;
    max-width: 30rem;
    padding: .5rem;
}

.usa-textarea {
    border-width: 1px;
    border-color: #565c65;
    border-style: solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%
}

.usa-range, .usa-select {
    height: 2.5rem;
}

.usa-select {
    border-width: 1px;
    border-color: #565c65;
    border-style: solid;
    width: 100%
}

.usa-input--success.usa-combo-box__input, .usa-input--success.usa-input, .usa-input--success.usa-range, .usa-input--success.usa-select, .usa-input--success.usa-textarea {
    border-width: .25rem;
    border-color: #00a91c;
    border-style: solid;
}

.usa-fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.usa-form-group--error {
    border-left-width: .25rem;
    border-left-color: #b50909;
    border-left-style: solid;
    margin-top: 2rem;
    padding-left: 1rem;
    position: relative;
}

@media all and (min-width:64em) {
    .usa-form-group--error {
        margin-left: -1.25rem;
    }
}

.usa-error-message {
    padding-bottom: .25rem;
    padding-top: .25rem;
    color: #b50909;
    display: block;
    font-weight: 700;
}

.usa-hint {
    color: #71767a;
}

.usa-label, .usa-legend {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
    display: block;
    font-weight: 400;
    margin-top: 1.5rem;
    max-width: 30rem;
}

.usa-label--error {
    font-weight: 700;
    margin-top: 0;
}

.usa-label--required {
    color: #b50909;
}

.usa-legend--large {
    font-size: 2.13rem;
    font-weight: 700;
    margin-top: 1rem;
}

.usa-input-list, .usa-prose .usa-input-list {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
}

    .usa-input-list li, .usa-prose .usa-input-list li {
        line-height: 1.3;
    }

.usa-checkbox__input, .usa-radio__input {
    position: absolute;
    left: -999em;
}

.lt-ie9 .usa-checkbox__input, .lt-ie9 .usa-radio__input {
    border: 0;
    float: left;
    margin: .25rem .25rem 0 0;
    position: static;
    width: auto;
}

.usa-checkbox__label, .usa-radio__label {
    cursor: pointer;
    display: inherit;
    font-weight: 400;
    margin-top: .75rem;
    padding-left: 2rem;
    position: relative;
    text-indent: -2rem;
}

    .usa-checkbox__label::before, .usa-radio__label::before {
        background: #fff;
        content: "Â ";
        display: inline-block;
        left: 2px;
        position: relative;
    }

    .usa-checkbox__label::before {
        height: 1.25rem;
        width: 1.25rem;
        border-radius: 2px;
    }

    .usa-radio__label::before {
        height: 1.25rem;
        border-radius: 99rem;
        width: 1.25rem;
    }

    .usa-checkbox__label::before, .usa-radio__label::before {
        box-shadow: 0 0 0 2px #71767a;
        line-height: 1.25rem;
        margin-right: .75rem;
    }

.usa-checkbox__input:checked + .usa-checkbox__label::before {
    background-color: #005ea2;
    box-shadow: 0 0 0 2px #005ea2;
}

.usa-radio__input:checked + .usa-radio__label::before {
    background-color: #005ea2;
    box-shadow: 0 0 0 2px #005ea2, inset 0 0 0 2px #fff;
}

@media print {
    .usa-radio__input: checked + .usa-radio__label::before {
        box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 1rem #005ea2, 0 0 0 2px #005ea2;
    }
}

.usa-checkbox__input:checked + .usa-checkbox__label::before, .usa-checkbox__input:checked:disabled + .usa-checkbox__label::before {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/correct8.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .75rem auto;
}

@media print {
    .usa-checkbox__input: checked + .usa-checkbox__label::before, .usa-checkbox__input:checked:disabled + .usa-checkbox__label::before {
        background-image: none;
        background-color: #fff;
        content: url(/themes/contrib/ddp_dol_theme/build/img/checkbox-check-print.svg);
        text-indent: 0;
    }
}

.usa-radio__input:focus + .usa-radio__label::before {
    outline: .25rem solid #2491ff;
    outline-offset: .25rem;
}

.usa-checkbox__input:disabled + .usa-checkbox__label, .usa-radio__input:disabled + .usa-radio__label {
    color: #c9c9c9;
    cursor: not-allowed;
}

.usa-checkbox__input:focus + .usa-checkbox__label::before {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

.usa-checkbox__input:disabled + .usa-checkbox__label::before, .usa-radio__input:disabled + .usa-radio__label::before {
    background: #e6e6e6;
    box-shadow: 0 0 0 2px #c9c9c9;
    cursor: not-allowed;
}

.usa-memorable-date {
    display: flex;
}

    .usa-memorable-date [type=number] {
        -moz-appearance: textfield;
    }

        .usa-memorable-date [type=number]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            appearance: none;
        }

        .usa-memorable-date [type=number]::-webkit-contacts-auto-fill-button {
            visibility: hidden;
            display: none !important;
            pointer-events: none;
            height: 0;
            width: 0;
            margin: 0;
        }

.usa-form-group--day, .usa-form-group--month, .usa-form-group--year {
    flex: 0 1 auto;
    margin-right: 1rem;
    width: 3rem;
}

.usa-form-group--year {
    width: 4.5rem;
}

.usa-select {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/arrow-both.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: right .75rem center;
    background-size: .5rem;
    padding-right: 2rem;
}

    .usa-select::-ms-expand {
        display: none;
    }

    .usa-select:-webkit-autofill {
        -webkit-appearance: menulist;
        appearance: menulist;
    }

    .usa-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

[type=file] {
    border: 0;
    margin-top: .5rem;
    padding-left: 0;
    padding-top: .2rem;
}

.usa-file-input {
    display: block;
    max-width: 30rem;
    width: 100%
}

.usa-file-input__target {
    border: 1px dashed #a9aeb1;
    display: block;
    font-size: .93rem;
    margin-top: .5rem;
    position: relative;
    text-align: center;
    width: 100%
}

    .usa-file-input__target:hover {
        border-color: #71767a;
    }

    .usa-file-input__target.has-invalid-file {
        border-color: #fa9441;
    }

.usa-file-input__accepted-files-message {
    font-weight: 700;
    margin: -1.5rem 0 1.5rem;
    pointer-events: none;
    position: relative;
    z-index: 3;
}

.has-invalid-file .usa-file-input__accepted-files-message {
    color: #b50909;
}

.usa-file-input__choose {
    color: #005ea2;
    text-decoration: underline;
    font-weight: 400;
}

    .usa-file-input__choose:hover {
        color: #1a4480;
    }

    .usa-file-input__choose:active {
        color: #162e51;
    }

    .usa-file-input__choose:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-file-input__choose:visited {
        color: #54278f;
    }

.usa-file-input__instructions {
    display: inline-block;
    padding: 2rem 1rem;
    pointer-events: none;
    position: relative;
    z-index: 3;
}

    .usa-file-input__instructions.display-none {
        display: none;
    }

.usa-file-input__box {
    background: #fff;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.usa-file-input .usa-file-input__input[type] {
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: none;
    position: absolute;
    padding: .5rem;
    text-indent: -999em;
    top: 0;
    width: 100%;
    z-index: 1;
}

    .usa-file-input .usa-file-input__input[type]::-webkit-file-upload-button {
        display: none;
    }

.usa-file-input--drag .usa-file-input__target {
    border-color: #005ea2;
}

.usa-file-input--drag .usa-file-input__box {
    background-color: #d9e8f6 !important;
}

.usa-file-input--drag .usa-file-input__preview {
    opacity: .1;
}

.usa-file-input__preview, .usa-file-input__preview-heading {
    align-items: center;
    background: #d9e8f6;
    display: flex;
    pointer-events: none;
    position: relative;
    z-index: 3;
}

.usa-file-input__preview-heading {
    font-weight: 700;
    justify-content: space-between;
    padding: .5rem;
}

.usa-file-input__preview {
    word-wrap: anywhere;
    font-size: .87rem;
    margin-top: 1px;
    padding: .25rem .5rem;
    text-align: left;
}

    .usa-file-input__preview:last-child {
        margin-bottom: -1.5rem;
    }

.usa-file-input__preview-image {
    border: 0;
    display: block;
    height: 2.5rem;
    margin-right: .5rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: 2.5rem;
}

    .usa-file-input__preview-image.is-loading {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/loader.svg), linear-gradient(transparent, transparent);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 2rem;
    }

.usa-file-input__preview-image--excel, .usa-file-input__preview-image--generic, .usa-file-input__preview-image--pdf, .usa-file-input__preview-image--video, .usa-file-input__preview-image--word {
    background-position: center center;
    background-size: 1.5rem;
}

.usa-file-input__preview-image--pdf {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/file-pdf.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-file-input__preview-image--generic {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/file.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-file-input__preview-image--word {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/file-word.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-file-input__preview-image--excel {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/file-excel.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-file-input__preview-image--video {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/file-video.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-form-group--error .usa-file-input__target {
    border-color: #b50909;
    border-width: 2px;
}

.usa-file-input--disabled {
    pointer-events: none;
}

    .usa-file-input--disabled .usa-file-input__instructions {
        opacity: .5;
    }

    .usa-file-input--disabled .usa-file-input__box {
        background-color: #e6e6e6;
    }

    .usa-file-input--disabled .usa-file-input__input[type] {
        cursor: default;
    }

.usa-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding-left: 1px;
    width: 100%
}

    .usa-range:focus {
        outline: 0;
    }

        .usa-range:focus::-webkit-slider-thumb {
            background-color: #fff;
            box-shadow: 0 0 0 2px #2491ff;
        }

        .usa-range:focus::-moz-range-thumb {
            background-color: #fff;
            box-shadow: 0 0 0 2px #2491ff;
        }

        .usa-range:focus::-ms-thumb {
            background-color: #fff;
            box-shadow: 0 0 0 2px #2491ff;
        }

    .usa-range::-webkit-slider-runnable-track {
        background-color: #f0f0f0;
        border-radius: 99rem;
        border: 1px solid #71767a;
        cursor: pointer;
        height: 1rem;
        width: 100%
    }

    .usa-range::-moz-range-track {
        background-color: #f0f0f0;
        border-radius: 99rem;
        border: 1px solid #71767a;
        cursor: pointer;
        height: 1rem;
        width: 100%
    }

    .usa-range::-ms-track {
        background-color: #f0f0f0;
        border-radius: 99rem;
        border: 1px solid #71767a;
        cursor: pointer;
        height: 1rem;
        width: 100%
    }

    .usa-range::-webkit-slider-thumb {
        height: 1.25rem;
        border-radius: 99rem;
        width: 1.25rem;
        background: #f0f0f0;
        border: 0;
        box-shadow: 0 0 0 2px #71767a;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        margin-top: -.19rem;
    }

    .usa-range::-moz-range-thumb {
        height: 1.25rem;
        border-radius: 99rem;
        width: 1.25rem;
        background: #f0f0f0;
        border: 0;
        box-shadow: 0 0 0 2px #71767a;
        cursor: pointer;
    }

    .usa-range::-ms-thumb {
        height: 1.25rem;
        border-radius: 99rem;
        width: 1.25rem;
        background: #f0f0f0;
        border: 0;
        box-shadow: 0 0 0 2px #71767a;
        cursor: pointer;
    }

    .usa-range::-ms-fill-lower {
        background-color: #f0f0f0;
        border-radius: 99rem;
        border: 1px solid #71767a;
    }

    .usa-range::-ms-fill-upper {
        background-color: #f0f0f0;
        border-radius: 99rem;
        border: 1px solid #71767a;
    }

.usa-textarea {
    height: 10rem;
}

.usa-input--error {
    border-width: .25rem;
    border-color: #b50909;
    border-style: solid;
}

.usa-character-count__message {
    display: inline-block;
    padding-top: .25rem;
}

.usa-character-count__message--invalid {
    color: #b50909;
    font-weight: 700;
}

.usa-combo-box {
    max-width: 30rem;
    position: relative;
}

.usa-combo-box--pristine .usa-combo-box__input {
    padding-right: calc(5em + 4px);
}

    .usa-combo-box--pristine .usa-combo-box__input::-ms-clear {
        display: none;
    }

.usa-combo-box--pristine .usa-combo-box__clear-input {
    display: block;
}

.usa-combo-box__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 0;
    max-width: none;
    padding-right: calc(2.5em + 3px);
}

button.usa-combo-box__clear-input:focus, button.usa-combo-box__toggle-list:focus {
    outline-offset: -4px;
}

.usa-combo-box__clear-input__wrapper:focus, .usa-combo-box__list:focus, .usa-combo-box__toggle-list__wrapper:focus {
    outline: 0;
}

.usa-combo-box__clear-input, .usa-combo-box__toggle-list {
    background-color: transparent;
    background-position: center;
    background-size: auto .75rem;
    border: 0;
    cursor: pointer;
    margin-bottom: 0;
    padding-right: 2rem;
    position: absolute;
    top: 1px;
    height: 2.25em;
    z-index: 100;
}

.usa-combo-box__clear-input {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/close-gray-60.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    display: none;
    right: calc(2.5em + 3px);
}

.usa-combo-box__toggle-list {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/arrow-down-gray-60.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    right: 1px;
}

.usa-combo-box__input-button-separator {
    background-color: #c6cace;
    position: absolute;
    top: 1px;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 1px;
    right: calc(2.5em + 2px);
    box-sizing: border-box;
    z-index: 200;
}

.usa-combo-box__list {
    border-width: 1px;
    border-color: #565c65;
    border-style: solid;
    background-color: #fff;
    border-radius: 0;
    border-top: 0;
    margin: 0;
    max-height: 12.1em;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 300;
}

.usa-combo-box__list-option {
    border-bottom: 1px solid #dfe1e2;
    cursor: pointer;
    display: block;
    padding: .5rem;
}

.usa-combo-box__list-option--focused {
    outline: 2px solid #162e51;
    outline-offset: -2px;
    position: relative;
    z-index: 100;
}

    .usa-combo-box__list-option--focused:focus {
        outline-offset: -4px;
    }

.usa-combo-box__list-option--selected {
    background-color: #005ea2;
    border-color: #005ea2;
    color: #fff;
}

.usa-combo-box__list-option--no-results {
    cursor: not-allowed;
    display: block;
    padding: .5rem;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-card {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-card-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-mobile {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-mobile-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-tablet {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-tablet-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-desktop {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-desktop-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media all and (min-width:64em) {
    .grid-container-widescreen {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-card {
        margin-left: auto;
        margin-right: auto;
        max-width: 10rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-card {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-card-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 15rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-card-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-mobile {
        margin-left: auto;
        margin-right: auto;
        max-width: 20rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-mobile {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-mobile-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 30rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-mobile-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-tablet {
        margin-left: auto;
        margin-right: auto;
        max-width: 40rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-tablet {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-tablet-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 55rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-tablet-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-desktop {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-desktop {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-desktop-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 75rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-desktop-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-container-widescreen {
        margin-left: auto;
        margin-right: auto;
        max-width: 87.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .mobile-lg\: grid-container-widescreen {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-card {
        margin-left: auto;
        margin-right: auto;
        max-width: 10rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-card {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-card-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 15rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-card-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-mobile {
        margin-left: auto;
        margin-right: auto;
        max-width: 20rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-mobile {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-mobile-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 30rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-mobile-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-tablet {
        margin-left: auto;
        margin-right: auto;
        max-width: 40rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-tablet {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-tablet-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 55rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-tablet-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-desktop {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-desktop {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-desktop-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 75rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-desktop-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-container-widescreen {
        margin-left: auto;
        margin-right: auto;
        max-width: 87.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:40em) and (min-width:64em) {
    .tablet\: grid-container-widescreen {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-card {
        margin-left: auto;
        margin-right: auto;
        max-width: 10rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-card {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-card-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 15rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-card-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-mobile {
        margin-left: auto;
        margin-right: auto;
        max-width: 20rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-mobile {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-mobile-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 30rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-mobile-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-tablet {
        margin-left: auto;
        margin-right: auto;
        max-width: 40rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-tablet {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-tablet-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 55rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-tablet-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-desktop {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-desktop {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-desktop-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 75rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-desktop-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-container-widescreen {
        margin-left: auto;
        margin-right: auto;
        max-width: 87.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .desktop\: grid-container-widescreen {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-row, .ilab-findings #findings-blocks-container > div {
    display: flex;
    flex-wrap: wrap;
}

    .grid-row.grid-gap {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.grid-gap > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

@media all and (min-width:64em) {
    .grid-row.grid-gap {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .grid-row.grid-gap > * {
            padding-left: 1rem;
            padding-right: 1rem;
        }
}

.grid-row.grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
}

    .grid-row.grid-gap-0 > * {
        padding-left: 0;
        padding-right: 0;
    }

.grid-row.grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
}

    .grid-row.grid-gap-2px > * {
        padding-left: 1px;
        padding-right: 1px;
    }

.grid-row.grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
}

    .grid-row.grid-gap-05 > * {
        padding-left: 2px;
        padding-right: 2px;
    }

.grid-row.grid-gap-1 {
    margin-left: -.25rem;
    margin-right: -.25rem;
}

    .grid-row.grid-gap-1 > * {
        padding-left: .25rem;
        padding-right: .25rem;
    }

.grid-row.grid-gap-2 {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

    .grid-row.grid-gap-2 > * {
        padding-left: .5rem;
        padding-right: .5rem;
    }

.grid-row.grid-gap-3 {
    margin-left: -.75rem;
    margin-right: -.75rem;
}

    .grid-row.grid-gap-3 > * {
        padding-left: .75rem;
        padding-right: .75rem;
    }

.grid-row.grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}

    .grid-row.grid-gap-4 > * {
        padding-left: 1rem;
        padding-right: 1rem;
    }

.grid-row.grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

    .grid-row.grid-gap-5 > * {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

.grid-row.grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

    .grid-row.grid-gap-6 > * {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

.grid-row.grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
}

    .grid-row.grid-gap-sm > * {
        padding-left: 1px;
        padding-right: 1px;
    }

.grid-row.grid-gap-md {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

    .grid-row.grid-gap-md > * {
        padding-left: .5rem;
        padding-right: .5rem;
    }

.grid-row.grid-gap-lg {
    margin-left: -.75rem;
    margin-right: -.75rem;
}

    .grid-row.grid-gap-lg > * {
        padding-left: .75rem;
        padding-right: .75rem;
    }

@media all and (min-width:30em) {
    .grid-row.mobile-lg\: grid-gap-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .grid-row.mobile-lg\:grid-gap-0 > * {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-row.mobile-lg\:grid-gap-2px {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.mobile-lg\:grid-gap-2px > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.mobile-lg\:grid-gap-05 {
        margin-left: -2px;
        margin-right: -2px;
    }

        .grid-row.mobile-lg\:grid-gap-05 > * {
            padding-left: 2px;
            padding-right: 2px;
        }

    .grid-row.mobile-lg\:grid-gap-1 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

        .grid-row.mobile-lg\:grid-gap-1 > * {
            padding-left: .25rem;
            padding-right: .25rem;
        }

    .grid-row.mobile-lg\:grid-gap-2 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.mobile-lg\:grid-gap-2 > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.mobile-lg\:grid-gap-3 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.mobile-lg\:grid-gap-3 > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }

    .grid-row.mobile-lg\:grid-gap-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .grid-row.mobile-lg\:grid-gap-4 > * {
            padding-left: 1rem;
            padding-right: 1rem;
        }

    .grid-row.mobile-lg\:grid-gap-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

        .grid-row.mobile-lg\:grid-gap-5 > * {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

    .grid-row.mobile-lg\:grid-gap-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .grid-row.mobile-lg\:grid-gap-6 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

    .grid-row.mobile-lg\:grid-gap-sm {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.mobile-lg\:grid-gap-sm > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.mobile-lg\:grid-gap-md {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.mobile-lg\:grid-gap-md > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.mobile-lg\:grid-gap-lg {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.mobile-lg\:grid-gap-lg > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }
}

@media all and (min-width:40em) {
    .grid-row.tablet\: grid-gap-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .grid-row.tablet\:grid-gap-0 > * {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-row.tablet\:grid-gap-2px {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.tablet\:grid-gap-2px > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.tablet\:grid-gap-05 {
        margin-left: -2px;
        margin-right: -2px;
    }

        .grid-row.tablet\:grid-gap-05 > * {
            padding-left: 2px;
            padding-right: 2px;
        }

    .grid-row.tablet\:grid-gap-1 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

        .grid-row.tablet\:grid-gap-1 > * {
            padding-left: .25rem;
            padding-right: .25rem;
        }

    .grid-row.tablet\:grid-gap-2 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.tablet\:grid-gap-2 > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.tablet\:grid-gap-3 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.tablet\:grid-gap-3 > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }

    .grid-row.tablet\:grid-gap-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .grid-row.tablet\:grid-gap-4 > * {
            padding-left: 1rem;
            padding-right: 1rem;
        }

    .grid-row.tablet\:grid-gap-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

        .grid-row.tablet\:grid-gap-5 > * {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

    .grid-row.tablet\:grid-gap-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .grid-row.tablet\:grid-gap-6 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

    .grid-row.tablet\:grid-gap-sm {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.tablet\:grid-gap-sm > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.tablet\:grid-gap-md {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.tablet\:grid-gap-md > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.tablet\:grid-gap-lg {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.tablet\:grid-gap-lg > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }
}

@media all and (min-width:64em) {
    .grid-row.desktop\: grid-gap-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .grid-row.desktop\:grid-gap-0 > * {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-row.desktop\:grid-gap-2px {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.desktop\:grid-gap-2px > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.desktop\:grid-gap-05 {
        margin-left: -2px;
        margin-right: -2px;
    }

        .grid-row.desktop\:grid-gap-05 > * {
            padding-left: 2px;
            padding-right: 2px;
        }

    .grid-row.desktop\:grid-gap-1 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

        .grid-row.desktop\:grid-gap-1 > * {
            padding-left: .25rem;
            padding-right: .25rem;
        }

    .grid-row.desktop\:grid-gap-2 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.desktop\:grid-gap-2 > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.desktop\:grid-gap-3 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.desktop\:grid-gap-3 > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }

    .grid-row.desktop\:grid-gap-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .grid-row.desktop\:grid-gap-4 > * {
            padding-left: 1rem;
            padding-right: 1rem;
        }

    .grid-row.desktop\:grid-gap-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

        .grid-row.desktop\:grid-gap-5 > * {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

    .grid-row.desktop\:grid-gap-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .grid-row.desktop\:grid-gap-6 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

    .grid-row.desktop\:grid-gap-sm {
        margin-left: -1px;
        margin-right: -1px;
    }

        .grid-row.desktop\:grid-gap-sm > * {
            padding-left: 1px;
            padding-right: 1px;
        }

    .grid-row.desktop\:grid-gap-md {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

        .grid-row.desktop\:grid-gap-md > * {
            padding-left: .5rem;
            padding-right: .5rem;
        }

    .grid-row.desktop\:grid-gap-lg {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

        .grid-row.desktop\:grid-gap-lg > * {
            padding-left: .75rem;
            padding-right: .75rem;
        }
}

[class*=grid-col] {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.grid-col {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
}

.grid-col-auto, .grid-col-fill {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%
}

.grid-col-fill {
    flex: 1 1 0%;
    min-width: 1px;
}

.grid-col-1, .grid-col-2 {
    flex: 0 1 auto;
    width: 8.3333333333%
}

.grid-col-2 {
    width: 16.6666666667%
}

.grid-col-3, .grid-col-4 {
    flex: 0 1 auto;
    width: 25%
}

.grid-col-4 {
    width: 33.3333333333%
}

.grid-col-5, .grid-col-6 {
    flex: 0 1 auto;
    width: 41.6666666667%
}

.grid-col-6 {
    width: 50%
}

.grid-col-7, .grid-col-8 {
    flex: 0 1 auto;
    width: 58.3333333333%
}

.grid-col-8 {
    width: 66.6666666667%
}

.grid-col-10, .grid-col-9 {
    flex: 0 1 auto;
    width: 75%
}

.grid-col-10 {
    width: 83.3333333333%
}

.grid-col-11, .grid-col-12 {
    flex: 0 1 auto;
    width: 91.6666666667%
}

.grid-col-12 {
    width: 100%
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-col, .mobile-lg\:grid-col-fill {
        flex: 1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px;
    }

    .mobile-lg\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%
    }

    .mobile-lg\:grid-col-1 {
        flex: 0 1 auto;
        width: 8.3333333333%
    }

    .mobile-lg\:grid-col-2 {
        flex: 0 1 auto;
        width: 16.6666666667%
    }

    .mobile-lg\:grid-col-3 {
        flex: 0 1 auto;
        width: 25%
    }

    .mobile-lg\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%
    }

    .mobile-lg\:grid-col-5 {
        flex: 0 1 auto;
        width: 41.6666666667%
    }

    .mobile-lg\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%
    }

    .mobile-lg\:grid-col-7 {
        flex: 0 1 auto;
        width: 58.3333333333%
    }

    .mobile-lg\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%
    }

    .mobile-lg\:grid-col-9 {
        flex: 0 1 auto;
        width: 75%
    }

    .mobile-lg\:grid-col-10 {
        flex: 0 1 auto;
        width: 83.3333333333%
    }

    .mobile-lg\:grid-col-11 {
        flex: 0 1 auto;
        width: 91.6666666667%
    }

    .mobile-lg\:grid-col-12 {
        flex: 0 1 auto;
        width: 100%
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-col, .tablet\:grid-col-fill {
        flex: 1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px;
    }

    .tablet\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%
    }

    .tablet\:grid-col-1 {
        flex: 0 1 auto;
        width: 8.3333333333%
    }

    .tablet\:grid-col-2 {
        flex: 0 1 auto;
        width: 16.6666666667%
    }

    .tablet\:grid-col-3 {
        flex: 0 1 auto;
        width: 25%
    }

    .tablet\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%
    }

    .tablet\:grid-col-5 {
        flex: 0 1 auto;
        width: 41.6666666667%
    }

    .tablet\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%
    }

    .tablet\:grid-col-7 {
        flex: 0 1 auto;
        width: 58.3333333333%
    }

    .tablet\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%
    }

    .tablet\:grid-col-9 {
        flex: 0 1 auto;
        width: 75%
    }

    .tablet\:grid-col-10 {
        flex: 0 1 auto;
        width: 83.3333333333%
    }

    .tablet\:grid-col-11 {
        flex: 0 1 auto;
        width: 91.6666666667%
    }

    .tablet\:grid-col-12 {
        flex: 0 1 auto;
        width: 100%
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-col, .desktop\:grid-col-fill {
        flex: 1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px;
    }

    .desktop\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%
    }

    .desktop\:grid-col-1 {
        flex: 0 1 auto;
        width: 8.3333333333%
    }

    .desktop\:grid-col-2 {
        flex: 0 1 auto;
        width: 16.6666666667%
    }

    .desktop\:grid-col-3 {
        flex: 0 1 auto;
        width: 25%
    }

    .desktop\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%
    }

    .desktop\:grid-col-5 {
        flex: 0 1 auto;
        width: 41.6666666667%
    }

    .desktop\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%
    }

    .desktop\:grid-col-7 {
        flex: 0 1 auto;
        width: 58.3333333333%
    }

    .desktop\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%
    }

    .desktop\:grid-col-9 {
        flex: 0 1 auto;
        width: 75%
    }

    .desktop\:grid-col-10 {
        flex: 0 1 auto;
        width: 83.3333333333%
    }

    .desktop\:grid-col-11 {
        flex: 0 1 auto;
        width: 91.6666666667%
    }

    .desktop\:grid-col-12 {
        flex: 0 1 auto;
        width: 100%
    }
}

.grid-offset-1 {
    margin-left: 8.3333333333%
}

.grid-offset-2 {
    margin-left: 16.6666666667%
}

.grid-offset-3 {
    margin-left: 25%
}

.grid-offset-4 {
    margin-left: 33.3333333333%
}

.grid-offset-5 {
    margin-left: 41.6666666667%
}

.grid-offset-6 {
    margin-left: 50%
}

.grid-offset-7 {
    margin-left: 58.3333333333%
}

.grid-offset-8 {
    margin-left: 66.6666666667%
}

.grid-offset-9 {
    margin-left: 75%
}

.grid-offset-10 {
    margin-left: 83.3333333333%
}

.grid-offset-11 {
    margin-left: 91.6666666667%
}

.grid-offset-12 {
    margin-left: 100%
}

.grid-offset-none {
    margin-left: 0;
}

@media all and (min-width:30em) {
    .mobile-lg\: grid-offset-1 {
        margin-left: 8.3333333333%
    }

    .mobile-lg\:grid-offset-2 {
        margin-left: 16.6666666667%
    }

    .mobile-lg\:grid-offset-3 {
        margin-left: 25%
    }

    .mobile-lg\:grid-offset-4 {
        margin-left: 33.3333333333%
    }

    .mobile-lg\:grid-offset-5 {
        margin-left: 41.6666666667%
    }

    .mobile-lg\:grid-offset-6 {
        margin-left: 50%
    }

    .mobile-lg\:grid-offset-7 {
        margin-left: 58.3333333333%
    }

    .mobile-lg\:grid-offset-8 {
        margin-left: 66.6666666667%
    }

    .mobile-lg\:grid-offset-9 {
        margin-left: 75%
    }

    .mobile-lg\:grid-offset-10 {
        margin-left: 83.3333333333%
    }

    .mobile-lg\:grid-offset-11 {
        margin-left: 91.6666666667%
    }

    .mobile-lg\:grid-offset-12 {
        margin-left: 100%
    }

    .mobile-lg\:grid-offset-none {
        margin-left: 0;
    }
}

@media all and (min-width:40em) {
    .tablet\: grid-offset-1 {
        margin-left: 8.3333333333%
    }

    .tablet\:grid-offset-2 {
        margin-left: 16.6666666667%
    }

    .tablet\:grid-offset-3 {
        margin-left: 25%
    }

    .tablet\:grid-offset-4 {
        margin-left: 33.3333333333%
    }

    .tablet\:grid-offset-5 {
        margin-left: 41.6666666667%
    }

    .tablet\:grid-offset-6 {
        margin-left: 50%
    }

    .tablet\:grid-offset-7 {
        margin-left: 58.3333333333%
    }

    .tablet\:grid-offset-8 {
        margin-left: 66.6666666667%
    }

    .tablet\:grid-offset-9 {
        margin-left: 75%
    }

    .tablet\:grid-offset-10 {
        margin-left: 83.3333333333%
    }

    .tablet\:grid-offset-11 {
        margin-left: 91.6666666667%
    }

    .tablet\:grid-offset-12 {
        margin-left: 100%
    }

    .tablet\:grid-offset-none {
        margin-left: 0;
    }
}

@media all and (min-width:64em) {
    .desktop\: grid-offset-1 {
        margin-left: 8.3333333333%
    }

    .desktop\:grid-offset-2 {
        margin-left: 16.6666666667%
    }

    .desktop\:grid-offset-3 {
        margin-left: 25%
    }

    .desktop\:grid-offset-4 {
        margin-left: 33.3333333333%
    }

    .desktop\:grid-offset-5 {
        margin-left: 41.6666666667%
    }

    .desktop\:grid-offset-6 {
        margin-left: 50%
    }

    .desktop\:grid-offset-7 {
        margin-left: 58.3333333333%
    }

    .desktop\:grid-offset-8 {
        margin-left: 66.6666666667%
    }

    .desktop\:grid-offset-9 {
        margin-left: 75%
    }

    .desktop\:grid-offset-10 {
        margin-left: 83.3333333333%
    }

    .desktop\:grid-offset-11 {
        margin-left: 91.6666666667%
    }

    .desktop\:grid-offset-12 {
        margin-left: 100%
    }

    .desktop\:grid-offset-none {
        margin-left: 0;
    }
}

.usa-tag {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: .93rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #565c65;
    border-radius: 2px;
    margin-right: .25rem;
    padding: 1px .5rem;
}

    .usa-tag:only-of-type {
        margin-right: 0;
    }

.usa-tag--big {
    padding-left: .5rem;
    padding-right: .5rem;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
}

.usa-paragraph {
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 68ex;
}

    * + .usa-paragraph, .usa-paragraph + * {
        margin-top: 1em;
    }

.usa-content ol:not(.usa-accordion):not(.usa-accordion--bordered), .usa-content p, .usa-content ul:not(.usa-accordion):not(.usa-accordion--bordered) {
    max-width: 68ex;
}

.usa-display {
    margin-top: 0;
    clear: both;
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
}

* + .usa-display {
    margin-top: 1.5em;
}

.usa-display + * {
    margin-top: 1em;
}

@media all and (min-width:30em) {
    .usa-display {
        margin-bottom: 0;
        margin-top: 0;
        clear: both;
        font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2.44rem;
        line-height: 1.2;
        font-weight: 700;
    }

    * + .usa-display {
        margin-top: 1.5em;
    }

    .usa-display + * {
        margin-top: 1em;
    }
}

@media all and (min-width:40em) {
    .usa-display {
        margin-bottom: 0;
        margin-top: 0;
        clear: both;
        font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2.93rem;
        line-height: 1.2;
        font-weight: 700;
    }

    * + .usa-display {
        margin-top: 1.5em;
    }

    .usa-display + * {
        margin-top: 1em;
    }
}

.usa-intro {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34rem;
    line-height: 1.8;
    font-weight: 400;
    max-width: 88ex;
}

.usa-dark-background {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #3d4551;
}

    .usa-dark-background a:hover, .usa-dark-background p, .usa-dark-background span {
        color: #fff;
    }

.usa-prose > p {
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 68ex;
}

    .usa-prose > * + p, .usa-prose > h1 + *, .usa-prose > h2 + *, .usa-prose > h3 + *, .usa-prose > h4 + *, .usa-prose > h5 + *, .usa-prose > h6 + *, .usa-prose > p + * {
        margin-top: 1em;
    }

.usa-prose > h1, .usa-prose > h2, .usa-prose > h3, .usa-prose > h4, .usa-prose > h5, .usa-prose > h6 {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
}

.usa-prose > * + h1, .usa-prose > * + h2, .usa-prose > * + h3, .usa-prose > * + h4, .usa-prose > * + h5, .usa-prose > * + h6 {
    margin-top: 1.5em;
}

.usa-alert__text a, .usa-link, .usa-prose > a {
    color: #005ea2;
    text-decoration: underline;
}

    .usa-link:hover, .usa-prose > a:hover {
        color: #1a4480;
    }

    .usa-link:active, .usa-prose > a:active {
        color: #162e51;
    }

    .usa-link:focus, .usa-prose > a:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-link:visited, .usa-prose > a:visited {
        color: #54278f;
    }

.usa-link--external::after {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/external-link.svg);
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: inline;
    margin-left: .25rem;
    padding-left: .65em;
}

.usa-link--external:hover::after {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/external-link-hover.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-link--external.usa-link--alt::after {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/external-link-alt.svg);
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: inline;
    margin-left: .25rem;
    padding-left: .65em;
}

.usa-link--external.usa-link--alt:hover::after {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/external-link-alt-hover.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-list--unstyled, .usa-prose .usa-list--unstyled {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
}

    .usa-accordion > li, .usa-breadcrumb__list > li, .usa-list--unstyled > li, .usa-prose .usa-list--unstyled > li {
        margin-bottom: 0;
        max-width: unset;
    }

.usa-prose {
    font-size: 1.06rem;
    line-height: 1.5;
}

    .usa-prose > h1, .usa-prose > h2, .usa-prose > h3, .usa-prose > h4, .usa-prose > h5 {
        font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2.44rem;
        line-height: 1.2;
        font-weight: 700;
    }

    .usa-prose > h2, .usa-prose > h3, .usa-prose > h4, .usa-prose > h5 {
        font-size: 1.95rem;
    }

    .usa-prose > h3, .usa-prose > h4, .usa-prose > h5 {
        font-size: 1.34rem;
    }

    .usa-prose > h4, .usa-prose > h5 {
        font-size: .98rem;
    }

    .usa-prose > h5 {
        font-size: .91rem;
    }

    .usa-accordion, .usa-prose, .usa-prose > h6 {
        font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    }

        .usa-prose > h6 {
            font-size: .87rem;
            line-height: 1.1;
            font-weight: 400;
            letter-spacing: .025em;
            text-transform: uppercase;
        }

.usa-accordion {
    list-style-type: none;
    color: #1b1b1b;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 1.06rem;
    line-height: 1.5;
}

    .usa-accordion > ul li ul {
        list-style: disc;
    }

        .usa-accordion > ul li ul > li > ul {
            list-style: circle;
        }

            .usa-accordion > ul li ul > li > ul > li > ul {
                list-style: square;
            }

    .usa-accordion + .usa-accordion, .usa-accordion + .usa-accordion--bordered {
        margin-top: .5rem;
    }

.usa-accordion--bordered .usa-accordion__content {
    border-bottom: .25rem solid #f0f0f0;
    border-left: .25rem solid #f0f0f0;
    border-right: .25rem solid #f0f0f0;
    padding-bottom: 1rem;
}

.usa-accordion--bordered .usa-accordion__heading {
    margin-bottom: 0;
}

.usa-accordion__heading, .usa-prose .usa-accordion__heading {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: .9;
    margin: 0;
}

    .usa-accordion__heading:not(:first-child), .usa-prose .usa-accordion__heading:not(:first-child) {
        margin-top: .5rem;
    }

.usa-accordion__content {
    background-color: #fff;
    margin-top: 0;
    overflow: auto;
    padding: 1rem 1.25rem calc(1rem - .25rem);
}

    .usa-accordion__content > :first-child {
        margin-top: 0;
    }

    .usa-accordion__content > :last-child {
        margin-bottom: 0;
    }

.usa-accordion__button {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    text-align: left;
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/minus.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    background-position: right 1.25rem center;
    background-size: 1rem;
    color: #1b1b1b;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    padding: 1rem 3.5rem 1rem 1.25rem;
    text-decoration: none;
    width: 100%
}

.usa-alert__text a:hover {
    color: #1a4480;
}

.usa-accordion__button:active, .usa-alert__text a:active {
    color: #162e51;
}

.usa-accordion__button:focus, .usa-alert__text a:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

.usa-accordion__button:visited, .usa-alert__text a:visited {
    color: #54278f;
}

.usa-accordion__button:active, .usa-accordion__button:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: none;
}

.usa-accordion__button:active {
    background-color: transparent;
    text-decoration: underline;
}

.usa-accordion__button:hover {
    background-color: #dfe1e2;
    color: #1b1b1b;
    text-decoration: none;
}

.usa-accordion__button[aria-expanded=false] {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/plus.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1rem;
}

.usa-alert {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    background-color: #f0f0f0;
    background-position: 1.75rem 1.25rem;
    background-repeat: no-repeat;
    background-size: 2rem;
    padding: 1.25rem 1.25rem 1rem 1.75rem;
    position: relative;
}

* + .usa-alert {
    margin-top: 1rem;
}

.usa-alert::before {
    background-color: #a9aeb1;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: .5rem;
}

.usa-alert .usa-alert__body > .usa-list, .usa-alert > .usa-list {
    padding-left: 0;
}

    .usa-alert .usa-alert__body > .usa-list:last-child, .usa-alert > .usa-list:last-child {
        margin-bottom: 0;
    }

.usa-alert__icon {
    display: table-cell;
    padding-right: .5rem;
}

.usa-alert__body {
    display: table-cell;
    vertical-align: top;
}

.usa-alert__heading {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: .5rem;
}

.usa-alert__text {
    margin-bottom: 0;
    margin-top: 0;
}

    .usa-alert__text:only-child {
        margin-bottom: .5rem;
        padding-top: .25rem;
    }

.usa-alert--success, .usa-alert--warning {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/alerts/success.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #ecf3ec;
}

    .usa-alert--success::before {
        background-color: #00a91c;
    }

    .usa-alert--error .usa-alert__body, .usa-alert--info .usa-alert__body, .usa-alert--success .usa-alert__body, .usa-alert--warning .usa-alert__body {
        padding-left: 3.25rem;
    }

.usa-alert--warning {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/alerts/warning.svg), linear-gradient(transparent, transparent);
    background-color: #faf3d1;
}

    .usa-alert--warning::before {
        background-color: #ffbe2e;
    }

.usa-alert--error, .usa-alert--info {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/alerts/error.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #f4e3db;
}

    .usa-alert--error::before {
        background-color: #d54309;
    }

.usa-alert--info {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/alerts/info.svg), linear-gradient(transparent, transparent);
    background-color: #e7f6f8;
}

    .usa-alert--info::before {
        background-color: #00bde3;
    }

.usa-alert--slim {
    background-position: 1.75rem center;
    background-size: 1.5rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
}

    .usa-alert--slim .usa-alert__body {
        padding-left: 2.5rem;
    }

    .usa-alert--slim .usa-alert__text:only-child {
        margin-bottom: .25rem;
        padding-top: .25rem;
    }

.usa-alert--no-icon {
    background-image: none;
}

    .usa-alert--no-icon .usa-alert__body {
        padding-left: 0;
    }

.usa-alert--validation {
    background-size: 1.5rem;
}

    .usa-alert--validation .usa-alert__body {
        padding-left: 2.5rem;
    }

    .usa-alert--validation .usa-checklist {
        margin-top: 1rem;
    }

.usa-identifier {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
    color: #fff;
    background-color: #1b1b1b;
    padding-bottom: 1rem;
}

.usa-identifier__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 64rem;
}

@media all and (min-width:64em) {
    .usa-identifier__container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-identifier__section {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

@media all and (min-width:40em) {
    .usa-identifier__section--masthead .usa-identifier__container {
        align-items: center;
        display: flex;
    }
}

.usa-identifier__logos {
    display: flex;
    margin-right: 1rem;
}

.usa-identifier__logo {
    text-decoration: none;
    height: 3rem;
    display: block;
}

    .usa-identifier__logo + .usa-identifier__logo {
        margin-left: .5rem;
    }

.usa-identifier__logo-img {
    height: 100%;
    width: auto;
}

.usa-identifier__identity {
    flex: 1 1 0%;
    margin-top: 1rem;
}

@media all and (min-width:40em) {
    .usa-identifier__identity {
        margin-top: 0;
    }
}

.usa-identifier__identity-disclaimer, .usa-identifier__identity-domain {
    margin: 0;
    padding: 0;
}

.usa-identifier__identity-domain {
    font-weight: 300;
    color: #a9aeb1;
}

.usa-identifier__identity-disclaimer {
    font-weight: 700;
}

    .usa-identifier__identity-disclaimer a, .usa-identifier__identity-disclaimer a:visited {
        color: #dfe1e2;
    }

        .usa-identifier__identity-disclaimer a:active, .usa-identifier__identity-disclaimer a:hover {
            color: #fff;
        }

@media all and (min-width:40em) {
    .usa-identifier__section--required-links {
        padding-bottom: .5rem;
        padding-top: .5rem;
    }
}

@media all and (min-width:64em) {
    .usa-identifier__section--required-links {
        font-size: 1rem;
    }
}

.usa-identifier__required-links-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

@media all and (min-width:40em) {
    .usa-identifier__required-links-list {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        -moz-column-fill: balance;
        column-fill: balance;
    }
}

@media all and (min-width:64em) {
    .usa-identifier__required-links-list {
        -moz-column-count: 4;
        column-count: 4;
    }
}

.usa-identifier__required-links-item {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: .75rem;
}

    .usa-identifier__required-links-item:last-child {
        margin-bottom: 0;
    }

@media all and (min-width:64em) {
    .usa-identifier__required-links-item {
        margin-bottom: .5rem;
    }
}

.usa-identifier__required-link {
    color: #a9aeb1;
    display: inline-block;
}

    .usa-identifier__required-link:visited {
        color: #a9aeb1;
    }

    .usa-identifier__required-link:active, .usa-identifier__required-link:hover {
        color: #c6cace;
    }

.usa-identifier__section--usagov a {
    color: #dfe1e2;
    font-weight: 700;
    display: inline-block;
    margin-top: .5rem;
}

    .usa-identifier__section--usagov a:visited {
        color: #dfe1e2;
    }

    .usa-identifier__section--usagov a:active, .usa-identifier__section--usagov a:hover {
        color: #fff;
    }

@media all and (min-width:40em) {
    .usa-identifier__section--usagov a {
        margin-top: 0;
    }

    .usa-identifier__usagov-description {
        display: inline-flex;
    }
}

.usa-banner {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    background-color: #f0f0f0;
}

@media all and (min-width:40em) {
    .usa-banner {
        font-size: .87rem;
        padding-bottom: 0;
    }
}

.usa-banner .usa-accordion {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
}

.usa-banner__content, .usa-banner__header {
    color: #1b1b1b;
}

.usa-banner__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    background-color: transparent;
    font-size: 1rem;
    overflow: hidden;
    padding: .25rem 1rem 1rem .5rem;
    width: 100%
}

@media all and (min-width:64em) {
    .usa-banner__content {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .usa-banner__content {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }
}

.usa-banner__content p:first-child {
    margin: 0;
}

.usa-banner__guidance {
    display: flex;
    align-items: flex-start;
    max-width: 64ex;
    padding-top: 1rem;
}

@media all and (min-width:40em) {
    .usa-banner__guidance {
        padding-top: 0;
    }
}

.usa-banner__lock-image {
    height: 1.5ex;
    width: 1.21875ex;
}

    .usa-banner__lock-image path {
        fill: currentColor;
    }

.usa-banner__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-right: 0;
}

@media all and (min-width:64em) {
    .usa-banner__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:40em) {
    .usa-banner__inner {
        align-items: center;
    }
}

.usa-banner__header {
    padding-bottom: .5rem;
    padding-top: .5rem;
    font-size: .8rem;
    font-weight: 400;
    min-height: 3rem;
    position: relative;
}

@media all and (min-width:40em) {
    .usa-banner__header {
        padding-bottom: .25rem;
        padding-top: .25rem;
        min-height: 0;
    }
}

.usa-banner__header-text {
    margin-bottom: 0;
    margin-top: 0;
    font-size: .8rem;
    line-height: 1.1;
}

.usa-banner__header-action {
    color: #005ea2;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 2px;
    text-decoration: underline;
}

    .usa-banner__header-action::after {
        background: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
        display: inline-block;
        height: .8ex;
        width: 1.3128205128ex;
        content: "";
        vertical-align: middle;
        margin-left: 2px;
    }

@supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
    .usa-banner__header-action: :after {
        background: 0 0;
        background-color: #005ea2;
        -webkit-mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
        mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
    }

    .usa-banner__header-action::after:hover {
        background-color: #0b4778;
    }
}

.usa-banner__header-action:hover::after {
    content: "";
    background-color: #0b4778;
}

.usa-banner__header-action:visited {
    color: #54278f;
}

.usa-banner__header-action:active, .usa-banner__header-action:hover {
    color: #0b4778;
}

@media all and (min-width:40em) {
    .usa-banner__header-action {
        display: none;
    }
}

.usa-banner__header-flag {
    float: left;
    margin-right: .5rem;
    width: 1rem;
}

@media all and (min-width:40em) {
    .usa-banner__header-flag {
        margin-right: .5rem;
        padding-top: 0;
    }
}

.usa-banner__header--expanded {
    padding-right: 3.5rem;
}

@media all and (min-width:40em) {
    .usa-banner__header--expanded {
        background-color: transparent;
        display: block;
        font-size: .8rem;
        font-weight: 400;
        min-height: 0;
        padding-right: 0;
    }
}

.usa-banner__header--expanded .usa-banner__inner {
    margin-left: 0;
}

@media all and (min-width:40em) {
    .usa-banner__header--expanded .usa-banner__inner {
        margin-left: auto;
    }
}

.usa-banner__header--expanded .usa-banner__header-action {
    display: none;
}

.usa-banner__button {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    text-align: left;
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    vertical-align: baseline;
    color: #005ea2;
    display: block;
    font-size: .8rem;
    height: auto;
    line-height: 1.1;
    padding: 0;
    text-decoration: none;
    width: auto;
}

.usa-footer__return-to-top a:hover {
    color: #1a4480;
}

.usa-footer__return-to-top a:active {
    color: #162e51;
}

.usa-banner__button:focus, .usa-footer__return-to-top a:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

.usa-banner__button:active, .usa-banner__button:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline;
}

.usa-banner__button:visited {
    color: #54278f;
}

.usa-banner__button:active, .usa-banner__button:hover {
    color: #0b4778;
}

@media all and (max-width:39.99em) {
    .usa-banner__button {
        width: 100%
    }
}

@media all and (min-width:40em) {
    .usa-banner__button {
        color: #005ea2;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        display: inline;
        margin-left: .5rem;
        position: relative;
    }

        .usa-banner__button::after {
            background: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
            display: inline-block;
            height: .8ex;
            width: 1.3128205128ex;
            content: "";
            vertical-align: middle;
            margin-left: 2px;
        }

    @supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
        .usa-banner__button: :after {
            background: 0 0;
            background-color: #005ea2;
            -webkit-mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
            mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
        }

        .usa-banner__button::after:hover {
            background-color: #0b4778;
        }
    }

    .usa-banner__button:hover::after {
        content: "";
        background-color: #0b4778;
    }

    .usa-banner__button:visited {
        color: #54278f;
    }

    .usa-banner__button:active, .usa-banner__button:hover {
        color: #0b4778;
    }

    .usa-banner__button:hover {
        text-decoration: none;
    }
}

.usa-banner__button[aria-expanded=false], .usa-banner__button[aria-expanded=true] {
    background-image: none;
}

@media all and (max-width:39.99em) {
    .usa-banner__button[aria-expanded=true]: :after {
        background: url(/themes/contrib/ddp_dol_theme/build/img/close-alt.svg) no-repeat center/1rem 1rem;
        display: inline-block;
        height: 3rem;
        width: 3rem;
        content: "";
        vertical-align: middle;
        margin-left: 0;
    }

    @supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
        .usa-banner__button[aria-expanded=true]: :after {
            background: 0 0;
            background-color: #005ea2;
            -webkit-mask: url(/themes/contrib/ddp_dol_theme/build/img/close-alt.svg) no-repeat center/1rem 1rem;
            mask: url(/themes/contrib/ddp_dol_theme/build/img/close-alt.svg) no-repeat center/1rem 1rem;
        }
    }

    .usa-banner__button[aria-expanded=true]::before {
        bottom: 0;
        top: 0;
        position: absolute;
        right: 0;
        background-color: #dfe1e2;
        content: "";
        display: block;
        height: 3rem;
        width: 3rem;
    }

    .usa-banner__button[aria-expanded=true]::after {
        bottom: 0;
        top: 0;
        position: absolute;
        right: 0;
    }
}

@media all and (min-width:40em) {
    .usa-banner__button[aria-expanded=true] {
        height: auto;
        padding: 0;
        position: relative;
    }

        .usa-banner__button[aria-expanded=true]::after {
            background: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
            display: inline-block;
            height: .8ex;
            width: 1.3128205128ex;
            transform: rotate(180deg);
            content: "";
            vertical-align: middle;
            margin-left: 2px;
        }

    @supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
        .usa-banner__button[aria-expanded=true]: :after {
            background: 0 0;
            background-color: #005ea2;
            -webkit-mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
            mask: url(../imgs/chevron.svg) no-repeat center/1.3128205128ex .8ex;
        }

        .usa-banner__button[aria-expanded=true]::after:hover {
            background-color: #0b4778;
        }
    }

    .usa-banner__button[aria-expanded=true]:hover::after {
        content: "";
        background-color: #0b4778;
    }
}

.usa-banner__button-text {
    position: absolute;
    left: -999em;
    text-decoration: underline;
}

@media all and (min-width:40em) {
    .usa-banner__button-text {
        position: static;
        display: inline;
    }
}

.usa-banner__icon {
    width: 2.5rem;
}

.usa-breadcrumb {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
    color: #1b1b1b;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}

@media all and (min-width:30em) {
    .usa-breadcrumb {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

        .usa-breadcrumb.usa-breadcrumb--wrap {
            line-height: 1.4;
        }

        .usa-breadcrumb:not(.usa-breadcrumb--wrap) .usa-breadcrumb__list {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
}

.usa-breadcrumb__list {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    display: block;
    margin: -.25rem;
    padding: .25rem;
}

.usa-breadcrumb__list-item {
    position: absolute;
    left: -999em;
    display: inline;
    white-space: nowrap;
}

@media all and (max-width:29.99em) {
    .usa-breadcrumb__list-item {
        white-space: normal;
    }

        .usa-breadcrumb__list-item:nth-last-child(2) {
            position: static;
        }

            .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link {
                -moz-osx-font-smoothing: auto;
                -webkit-font-smoothing: subpixel-antialiased;
                background-color: transparent;
                border: 0;
                border-radius: 0;
                box-shadow: none;
                font-weight: 400;
                margin: 0;
                padding: 0;
                text-align: left;
                padding-left: calc(1.35ex + calc(.75rem + -.25em));
                text-indent: calc((1.35ex + calc(.75rem + -.25em))*-1);
                color: #005ea2;
                display: inline-block;
                padding-bottom: 1rem;
                padding-top: 1rem;
            }

                .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:focus {
                    outline: .25rem solid #2491ff;
                    outline-offset: 0;
                }

                .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover {
                    -moz-osx-font-smoothing: auto;
                    -webkit-font-smoothing: subpixel-antialiased;
                    background-color: transparent;
                    box-shadow: none;
                }

                .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before {
                    background: url(/themes/contrib/ddp_dol_theme/build/img/arrow-left.svg) no-repeat center/1.35ex 1.35ex;
                    display: inline-block;
                    height: 1.35ex;
                    width: 1.35ex;
                    content: "";
                    vertical-align: baseline;
                    margin-right: 0;
                }

    @supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
        .usa-breadcrumb__list-item: nth-last-child(2) .usa-breadcrumb__link::before {
            background: 0 0;
            background-color: #71767a;
            -webkit-mask: url(/themes/contrib/ddp_dol_theme/build/img/arrow-left.svg) no-repeat center/1.35ex 1.35ex;
            mask: url(/themes/contrib/ddp_dol_theme/build/img/arrow-left.svg) no-repeat center/1.35ex 1.35ex;
        }
    }

    .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:visited {
        color: #54278f;
    }

    .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover {
        color: #0b4778;
    }

    .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover {
        text-decoration: none;
    }

        .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link span {
            text-decoration: underline;
        }

        .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before {
            margin-right: calc(.75rem + -.25em);
        }
}

@media all and (min-width:30em) {
    .usa-breadcrumb__list-item {
        position: static;
    }

        .usa-breadcrumb__list-item:not(:last-child)::after {
            background: url(../imgs/angle-arrow-right.svg) no-repeat center/.84375ex 1.35ex;
            display: inline-block;
            height: 1.35ex;
            width: .84375ex;
            content: "";
            vertical-align: baseline;
            margin-left: 0;
        }

    @supports ((-webkit-mask:url()) or (mask:url())) or (-webkit-mask:url()) {
        .usa-breadcrumb__list-item: not(:last-child)::after {
            background: 0 0;
            background-color: #71767a;
            -webkit-mask: url(../imgs/angle-arrow-right.svg) no-repeat center/.84375ex 1.35ex;
            mask: url(../imgs/angle-arrow-right.svg) no-repeat center/.84375ex 1.35ex;
        }
    }

    .usa-breadcrumb__list-item:not(:last-child)::after {
        margin-left: calc(.75rem + -.25em);
        margin-right: calc(.75rem + -.25em);
    }
}

.usa-breadcrumb__link {
    color: #005ea2;
    display: inline;
    text-decoration: none;
}

    .usa-breadcrumb__link:visited, .usa-footer__return-to-top a:visited {
        color: #54278f;
    }

    .usa-breadcrumb__link:active, .usa-breadcrumb__link:hover {
        color: #0b4778;
    }

    .usa-breadcrumb__link span, .usa-footer__primary-link a:hover, .usa-footer__secondary-link a:hover {
        text-decoration: underline;
    }

.usa-button-group {
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: -.25rem;
    margin-right: -.25rem;
    padding-left: 0;
}

@media all and (min-width:30em) {
    .usa-button-group {
        flex-direction: row;
    }
}

.usa-button-group__item {
    margin: .25rem;
}

@media all and (min-width:30em) {
    .usa-button-group__item: last-child {
        margin-right: 0;
    }
}

.usa-button-group__item .simplesamlphp-auth-login-link, .usa-button-group__item .usa-button {
    margin-left: 0;
    margin-right: 0;
}

.usa-button-group--segmented {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
}

@media all and (min-width:30em) {
    .usa-button-group--segmented {
        justify-content: flex-start;
    }
}

.usa-button-group--segmented .simplesamlphp-auth-login-link, .usa-button-group--segmented .usa-button {
    position: relative;
    width: calc(100% + 2px);
}

@media all and (min-width:30em) {
    .usa-button-group--segmented .simplesamlphp-auth-login-link, .usa-button-group--segmented .usa-button {
        width: auto;
    }
}

.usa-button-group--segmented .simplesamlphp-auth-login-link:active, .usa-button-group--segmented .simplesamlphp-auth-login-link:hover, .usa-button-group--segmented .usa-button:active, .usa-button-group--segmented .usa-button:hover {
    z-index: 2;
}

.usa-button-group--segmented .simplesamlphp-auth-login-link:focus, .usa-button-group--segmented .usa-button:focus {
    z-index: 3;
}

.usa-button-group--segmented .usa-button-group__item {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

@media all and (min-width:30em) {
    .usa-button-group--segmented .usa-button-group__item {
        width: auto;
    }
}

.usa-button-group--segmented .usa-button-group__item:first-child > .simplesamlphp-auth-login-link, .usa-button-group--segmented .usa-button-group__item:first-child > .usa-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -1px;
}

.usa-button-group--segmented .usa-button-group__item:last-child > .simplesamlphp-auth-login-link, .usa-button-group--segmented .usa-button-group__item:last-child > .usa-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 0;
    margin-left: -2px;
    width: calc(100% + 2px);
}

@media all and (min-width:30em) {
    .usa-button-group--segmented .usa-button-group__item: last-child > .simplesamlphp-auth-login-link, .usa-button-group--segmented .usa-button-group__item:last-child > .usa-button {
        margin-left: -1px;
        width: auto;
    }
}

.usa-button-group--segmented .usa-button-group__item:not(:first-child):not(:last-child) > .simplesamlphp-auth-login-link, .usa-button-group--segmented .usa-button-group__item:not(:first-child):not(:last-child) > .usa-button {
    border-radius: 0;
    margin-right: -1px;
    margin-left: -1px;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .simplesamlphp-auth-login-link::before, .usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button::before {
    border-right: 1px solid #1a4480;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 1px;
    top: 0;
    width: 1px;
    z-index: 3;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--secondary::before {
    border-right-color: #b50909;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--accent-cool::before {
    border-right-color: #28a0cb;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--base::before {
    border-right-color: #565c65;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--accent-cool:disabled::before, .usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--base:disabled::before, .usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--secondary:disabled::before {
    border-right-color: #71767a;
}

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .simplesamlphp-auth-login-link:active::before, .usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--outline::before, .usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button:active::before {
    display: none;
}

.usa-card-group, .usa-footer__nav > ul, .usa-prose .usa-card-group {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
}

.usa-card-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -.5rem;
    margin-right: -.5rem;
}

@media all and (min-width:40em) {
    .usa-card-group {
        flex-direction: row;
    }
}

.usa-card {
    margin-bottom: 2.5rem;
    max-width: none;
}

    .usa-card:last-child, .usa-prose .usa-card:last-child {
        margin-bottom: 2.5rem;
    }

@media all and (min-width:40em) {
    .usa-card {
        margin-bottom: 2rem;
    }

        .usa-card:last-child {
            margin-bottom: 2rem;
        }
}

.usa-prose .usa-card {
    margin-bottom: 2.5rem;
    max-width: none;
}

@media all and (min-width:40em) {
    .usa-prose .usa-card {
        margin-bottom: 2rem;
    }

        .usa-prose .usa-card:last-child {
            margin-bottom: 2rem;
        }
}

.usa-card__container {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    background-color: #fff;
    border-width: 2px;
    border-color: #dfe1e2;
    border-style: solid;
    display: flex;
    height: 100%;
    flex-direction: column;
    margin-left: .5rem;
    margin-right: .5rem;
    position: relative;
    border-radius: .5rem;
}

.usa-card:not(.usa-card--flag) .usa-card__container > :only-child {
    padding: 1.5rem;
}

.usa-card .usa-card__img {
    display: block;
}

.usa-card__header {
    padding: 1.5rem 1.5rem .5rem;
}

    .usa-card__header:last-child {
        padding-bottom: 1.5rem;
    }

.usa-card__heading {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34rem;
    line-height: 1.2;
    margin: 0;
}

.usa-card__media {
    order: -1;
    min-height: 1px;
}

.usa-card__img {
    border-top-left-radius: calc(.5rem - 2px);
    border-top-right-radius: calc(.5rem - 2px);
    background-color: #f0f0f0;
    position: relative;
    overflow: hidden;
}

    .usa-card__img img {
        display: block;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.usa-card__media--inset {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

    .usa-card__media--inset .usa-card__img {
        border-radius: 0;
    }

.usa-card__body {
    flex: 1 1 0%;
    padding: .5rem 1.5rem;
    flex-basis: auto;
}

    .usa-card__body:last-child {
        padding-bottom: 1.5rem;
    }

    .usa-card__body:first-child {
        padding-top: 1.5rem;
    }

    .usa-card__body:only-child {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }

.usa-card__footer {
    padding: .5rem 1.5rem 1.5rem;
}

    .usa-card__footer .simplesamlphp-auth-login-link:only-of-type, .usa-card__footer .usa-button:only-of-type {
        margin-right: 0;
    }

.usa-card__body > :last-child, .usa-card__header > :last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.usa-card__body > :first-child, .usa-card__header > :first-child {
    margin-top: 0;
    padding-top: 0;
}

.usa-card__body > :only-child, .usa-card__header > :only-child {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.usa-card__footer--exdent, .usa-card__header--exdent, .usa-card__media--exdent {
    margin-left: -2px;
    margin-right: -2px;
}

    .usa-card__footer--exdent > *, .usa-card__header--exdent > * {
        padding-left: 2px;
        padding-right: 2px;
    }

.usa-card__media--exdent {
    margin-top: -2px;
}

    .usa-card__media--exdent .usa-card__img {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
    }

.usa-card--header-first .usa-card__header {
    border-top-left-radius: calc(.5rem - 2px);
    border-top-right-radius: calc(.5rem - 2px);
    padding-bottom: 1rem;
}

.usa-card--header-first .usa-card__header--exdent {
    margin-top: -2px;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.usa-card--header-first .usa-card__media--inset {
    padding-top: 0;
}

.usa-card--header-first .usa-card__media {
    order: 0;
}

.usa-card--header-first .usa-card__img {
    border-radius: 0;
}

.usa-card--header-first .usa-card__body {
    padding-top: 1rem;
}

@media all and (min-width:40em) {
    .usa-card--flag .usa-card__media {
        display: flex;
        overflow: hidden;
        bottom: 0;
        top: 0;
        left: 0;
        position: absolute;
        width: 15rem;
    }

    .usa-card--flag .usa-card__img {
        border-radius: 0;
        border-top-left-radius: calc(.5rem - 2px);
        border-bottom-left-radius: calc(.5rem - 2px);
    }

    .usa-card--flag .usa-card__body, .usa-card--flag .usa-card__footer, .usa-card--flag .usa-card__header {
        margin-left: 15rem;
    }

    .usa-card--flag .usa-card__media--exdent {
        margin: -2px 0 -2px -2px;
    }

        .usa-card--flag .usa-card__media--exdent .usa-card__img {
            border-bottom-left-radius: .5rem;
            border-top-left-radius: .5rem;
        }

    .usa-card--flag .usa-card__media--inset {
        padding-right: 0;
        padding-bottom: 1.5rem;
    }

        .usa-card--flag .usa-card__media--inset .usa-card__img, .usa-card--flag.usa-card--media-right .usa-card__media--inset .usa-card__img {
            border-radius: 0;
        }

    .usa-card--flag.usa-card--header-first .usa-card__header {
        padding-bottom: .5rem;
    }

    .usa-card--flag.usa-card--header-first .usa-card__body {
        padding-top: .5rem;
    }

    .usa-card--flag.usa-card--header-first .usa-card__media--inset {
        padding-top: 1.5rem;
    }

    .usa-card--flag.usa-card--media-right .usa-card__media {
        left: auto;
        right: 0;
    }

    .usa-card--flag.usa-card--media-right .usa-card__media--inset {
        padding-left: 0;
        padding-right: 1.5rem;
    }

    .usa-card--flag.usa-card--media-right .usa-card__img {
        border-radius: 0;
        border-top-right-radius: calc(.5rem - 2px);
        border-bottom-right-radius: calc(.5rem - 2px);
    }

    .usa-card--flag.usa-card--media-right .usa-card__body, .usa-card--flag.usa-card--media-right .usa-card__footer, .usa-card--flag.usa-card--media-right .usa-card__header {
        margin-left: 0;
        margin-right: 15rem;
    }

    .usa-card--flag.usa-card--media-right .usa-card__media--exdent {
        margin-right: -2px;
        margin-left: 0;
    }

        .usa-card--flag.usa-card--media-right .usa-card__media--exdent .usa-card__img {
            border-radius: 0;
            border-bottom-right-radius: .5rem;
            border-top-right-radius: .5rem;
        }
}

.usa-card:not(.usa-card--flag).usa-card__media--set-aspect {
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    padding: 0 0 56.25%;
    position: relative;
}

    .usa-card:not(.usa-card--flag).usa-card__media--set-aspect .usa-card__img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }

.usa-checklist {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
}

.usa-checklist__item {
    text-indent: -2.5rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: .5rem;
}

    .usa-checklist__item::before {
        content: " ";
        display: inline-block;
        height: 1rem;
        margin-left: -.25rem;
        margin-right: .75rem;
        width: 2rem;
    }

    .usa-checklist__item.usa-checklist__item--checked::before {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/correct9.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.25rem;
    }

.usa-footer {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    overflow: hidden;
}

    .usa-footer > .grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

@media all and (min-width:64em) {
    .usa-footer > .grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-footer__return-to-top {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    line-height: .9;
}

    .usa-footer__return-to-top a {
        color: #005ea2;
        text-decoration: underline;
    }

.usa-footer__nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #a9aeb1;
}

@media all and (min-width:64em) {
    .usa-footer__nav {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:30em) {
    .usa-footer__nav {
        padding-left: 1rem;
        padding-right: 1rem;
        border-bottom: none;
    }
}

@media all and (min-width:30em) and (min-width:64em) {
    .usa-footer__nav {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-footer__primary-section {
    background-color: #f0f0f0;
}

    .usa-footer__primary-container, .usa-footer__primary-section > .grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

@media all and (min-width:64em) {
    .usa-footer__primary-section > .grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .usa-footer__primary-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-footer__primary-content {
    line-height: 1.1;
}

.usa-footer__primary-link a {
    text-decoration: none;
}

.usa-footer__primary-link {
    padding: 1rem;
    color: #1b1b1b;
    text-decoration: none;
    font-weight: 700;
    display: block;
}

@media all and (min-width:30em) {
    .usa-footer__primary-link {
        padding-left: 0;
        padding-right: 0;
    }
}

.usa-footer__primary-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.usa-footer__secondary-link {
    line-height: 1.1;
    margin-left: 1rem;
    padding: 0;
}

    .usa-footer__secondary-link a {
        color: #005ea2;
        text-decoration: underline;
    }

        .usa-footer__secondary-link a:hover {
            color: #1a4480;
        }

        .usa-footer__secondary-link a:active {
            color: #162e51;
        }

        .usa-footer__secondary-link a:focus {
            outline: .25rem solid #2491ff;
            outline-offset: 0;
        }

        .usa-footer__secondary-link a:visited {
            color: #54278f;
        }

    .usa-footer__secondary-link + .usa-footer__secondary-link {
        padding-top: 1rem;
    }

@media all and (min-width:30em) {
    .usa-footer__secondary-link {
        margin-left: 0;
    }
}

.usa-footer__contact-info {
    line-height: 1.1;
}

    .usa-footer__contact-info a {
        color: #1b1b1b;
        text-decoration: none;
    }

        .usa-footer__contact-info a:hover {
            text-decoration: underline;
        }

@media all and (min-width:30em) {
    .usa-footer__contact-info {
        justify-content: flex-end;
        margin-top: .5rem;
    }
}

.usa-footer__primary-content {
    border-top: 1px solid #a9aeb1;
}

@media all and (min-width:30em) {
    .usa-footer__primary-content {
        border: 0;
    }
}

.usa-sign-up {
    padding-bottom: 2rem;
    padding-top: 1.5rem;
}

    .usa-sign-up .simplesamlphp-auth-login-link, .usa-sign-up .usa-button, .usa-sign-up .usa-label {
        margin-top: .75rem;
    }

.usa-sign-up__heading {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}

.usa-footer__secondary-section {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    background-color: #dfe1e2;
}

    .usa-footer__secondary-section > .grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

@media all and (min-width:64em) {
    .usa-footer__secondary-section > .grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-footer__secondary-section a {
    color: #1b1b1b;
}

.usa-footer__logo {
    margin-bottom: .5rem;
    margin-top: .5rem;
}

@media all and (min-width:30em) {
    .usa-footer__logo {
        margin-bottom: 0;
        margin-top: 0;
        align-items: center;
    }
}

.usa-footer__logo-img {
    max-width: 5rem;
}

.usa-footer__logo-heading {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
    line-height: .9;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.usa-footer__contact-links {
    margin-top: 1.5rem;
}

@media all and (min-width:30em) {
    .usa-footer__contact-links {
        margin-top: 0;
        text-align: right;
    }
}

.usa-footer__contact-heading {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46rem;
    line-height: 1.1;
    margin-top: 0;
}

@media all and (min-width:30em) {
    .usa-footer__contact-heading {
        margin-bottom: .25rem;
        margin-top: .25rem;
    }
}

.usa-footer__social-links {
    line-height: .9;
    padding-bottom: .5rem;
}

    .usa-footer__social-links a {
        text-decoration: none;
    }

@media all and (min-width:30em) {
    .usa-footer__social-links {
        justify-content: flex-end;
    }
}

.usa-social-link {
    height: 3rem;
    width: 3rem;
    background-position: center center;
    background-size: auto 1.5rem;
    background-color: rgba(0, 0, 0, .1);
    display: inline-block;
}

    .usa-social-link span {
        position: absolute;
        left: -999em;
    }

.usa-social-link--facebook, .usa-social-link--twitter {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/social-icons/facebook25.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-social-link--twitter {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/social-icons/twitter16.svg), linear-gradient(transparent, transparent);
}

.usa-social-link--rss, .usa-social-link--youtube {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/social-icons/youtube15.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.usa-social-link--rss {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/social-icons/rss25.svg), linear-gradient(transparent, transparent);
}

@media all and (min-width:30em) {
    .usa-footer__address {
        justify-content: flex-end;
    }
}

@media all and (min-width:64em) {
    .usa-footer--slim .usa-footer__nav {
        padding-left: 0;
        padding-right: 0;
    }
}

.usa-footer--slim .usa-footer__address {
    padding: 1rem;
}

@media all and (min-width:30em) {
    .usa-footer--slim .usa-footer__address {
        padding: 0;
    }
}

.usa-footer--slim .usa-footer__logo {
    align-items: center;
}

.usa-footer--slim .usa-footer__logo-img {
    max-width: 3rem;
}

.usa-footer--slim .usa-footer__contact-info {
    display: inline-block;
}

@media all and (min-width:30em) {
    .usa-footer--slim .usa-footer__contact-info {
        padding-bottom: 1rem;
        padding-top: 1rem;
        margin-top: 0;
    }
}

.usa-footer--big .usa-footer__nav {
    margin-left: -1rem;
    margin-right: -1rem;
}

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__nav {
        border-bottom: 1px solid #a9aeb1;
        padding-top: 2rem;
    }
}

@media all and (min-width:40em) {
    .usa-footer--big .usa-footer__nav {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        border-bottom: none;
    }
}

.usa-footer--big .usa-footer__primary-link {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__primary-link {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: .5rem;
    }

        .usa-footer--big .usa-footer__primary-link:hover {
            cursor: auto;
            text-decoration: none;
        }
}

.usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
}

    .usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link::before {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/arrow-down.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        align-items: center;
        background-size: contain;
        content: "";
        display: inline-flex;
        height: .75rem;
        justify-content: center;
        margin-right: .5rem;
        width: .75rem;
    }

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link: :before {
        content: none;
    }
}

.usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-list--unstyled {
    display: none;
}

.usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link::before {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/arrow-right.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link {
        margin: 0;
    }
}

.usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.25rem;
}

@media all and (min-width:30em) {
    .usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 2rem;
        padding-top: .75rem;
    }
}

.usa-form {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
}

@media all and (min-width:30em) {
    .usa-form {
        max-width: 20rem;
    }
}

.usa-form .usa-input, .usa-form .usa-range, .usa-form .usa-select, .usa-form .usa-textarea {
    max-width: none;
}

.usa-form .usa-input--small {
    max-width: 4rem;
}

.usa-form .usa-input--medium {
    max-width: 7.5rem;
}

.usa-form .simplesamlphp-auth-login-link, .usa-form .usa-button {
    margin-top: .5rem;
}

@media all and (min-width:30em) {
    .usa-form .simplesamlphp-auth-login-link, .usa-form .usa-button {
        margin-top: 1.5rem;
    }
}

.usa-form a {
    color: #005ea2;
    text-decoration: underline;
}

    .usa-form a:hover {
        color: #1a4480;
    }

    .usa-form a:active {
        color: #162e51;
    }

    .usa-form a:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-form a:visited {
        color: #54278f;
    }

@media all and (min-width:30em) {
    .usa-form--large {
        max-width: 30rem;
    }
}

.usa-form__note, .usa-graphic-list {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.usa-form__note {
    font-size: .93rem;
    line-height: 1.3;
    float: right;
    margin: .25rem 0 1rem;
}

.usa-graphic-list {
    font-size: 1.06rem;
    line-height: 1.5;
}

    .usa-graphic-list .usa-graphic-list__row .usa-media-block {
        margin-bottom: 2rem;
    }

@media all and (min-width:40em) {
    .usa-graphic-list .usa-graphic-list__row .usa-media-block {
        margin-bottom: 4rem;
    }

    .usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block {
        margin-bottom: 0;
    }
}

.usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block:last-child {
    margin-bottom: 0;
}

.usa-graphic-list .usa-media-block__img {
    margin-right: 1.5rem;
}

.usa-graphic-list .usa-media-block__body > :first-child {
    margin-top: 0;
}

.usa-graphic-list__heading {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34rem;
    line-height: 1.2;
    font-weight: 700;
}

* + .usa-graphic-list__heading {
    margin-top: 1.5em;
}

.usa-graphic-list__heading + * {
    margin-top: 1em;
}

.usa-header {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    z-index: 300;
}

    .usa-header::after {
        clear: both;
        content: "";
        display: block;
    }

    .usa-header a {
        border-bottom: none;
    }

@media all and (min-width:64em) {
    .usa-header .usa-search {
        float: right;
    }

    .usa-header [role=search] {
        float: right;
        max-width: calc(27ch + 3rem);
        width: 100%
    }
}

.usa-header [type=search] {
    min-width: 0;
}

@media all and (min-width:64em) {
    .usa-header + .usa-hero {
        border-top: 1px solid #fff;
    }

    .usa-header + .usa-section, .usa-header + main {
        border-top: 1px solid #dfe1e2;
    }
}

@media all and (max-width:63.99em) {
    .usa-logo {
        flex: 1 1 0%;
        font-size: .93rem;
        line-height: .9;
        margin-left: 1rem;
    }
}

@media all and (min-width:64em) {
    .usa-logo {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 1.46rem;
        line-height: 1.1;
    }
}

.usa-logo a {
    color: #1b1b1b;
    text-decoration: none;
}

.usa-logo__text {
    display: block;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

.usa-menu-btn {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    flex: 0 1 auto;
    padding-left: .75rem;
    padding-right: .75rem;
    background-color: #005ea2;
    color: #fff;
    font-size: .87rem;
    height: 3rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.usa-nav__primary button:active {
    color: #162e51;
}

.usa-menu-btn:focus, .usa-nav__primary button:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}

.usa-nav__primary button:visited {
    color: #54278f;
}

.usa-menu-btn:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: none;
}

.usa-menu-btn:active, .usa-nav__primary button, .usa-nav__primary button:active, .usa-nav__primary button:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline;
}

    .usa-nav__primary button, .usa-nav__primary button:hover {
        color: #005ea2;
        background-color: #f0f0f0;
        text-decoration: none;
    }

@media all and (min-width:64em) {
    .usa-menu-btn {
        display: none;
    }
}

.usa-menu-btn:hover {
    background-color: #1a4480;
    color: #fff;
    text-decoration: none;
}

.usa-menu-btn:active, .usa-menu-btn:visited, .usa-section--dark p {
    color: #fff;
}

.usa-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    background: #000;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    visibility: hidden;
    z-index: 400;
}

    .usa-overlay.is-visible {
        opacity: .2;
        visibility: visible;
    }

@media all and (min-width:64em) {
    .usa-header--basic .usa-navbar {
        position: relative;
        width: 33%
    }

    .usa-header--basic .usa-nav {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        display: flex;
        padding: 0 0 .25rem .5rem;
        width: 100%
    }

    .usa-header--basic .usa-nav-container {
        align-items: flex-end;
        justify-content: space-between;
        display: flex;
    }

    .usa-header--basic .usa-nav__link:hover, .usa-header--basic .usa-nav__primary-item > .usa-current {
        position: relative;
    }

        .usa-header--basic .usa-nav__link:hover::after, .usa-header--basic .usa-nav__primary-item > .usa-current::after {
            background-color: #005ea2;
            border-radius: 0;
            content: "";
            display: block;
            position: absolute;
            height: .25rem;
            left: 1rem;
            right: 1rem;
            bottom: -.25rem;
        }

    .usa-header--basic .usa-nav__link[aria-expanded=true]::after, .usa-header--basic .usa-nav__link[aria-expanded=true]:hover::after {
        display: none;
    }

    .usa-header--basic .usa-nav__primary {
        width: auto;
    }

    .usa-header--basic .usa-nav__primary-item:last-of-type {
        position: relative;
    }

        .usa-header--basic .usa-nav__primary-item:last-of-type .usa-nav__submenu {
            position: absolute;
            right: 0;
        }

    .usa-header--basic .usa-search {
        top: 0;
    }
}

.usa-header--basic.usa-header--megamenu .usa-nav__inner {
    display: flex;
    flex-direction: column;
}

@media all and (min-width:64em) {
    .usa-header--basic.usa-header--megamenu .usa-nav__inner {
        display: block;
        float: right;
        margin-top: -2.5rem;
    }

    .usa-header--basic.usa-header--megamenu .usa-nav__primary-item:last-of-type {
        position: static;
    }

    .usa-header--extended {
        padding-top: 0;
    }

        .usa-header--extended .usa-nav__primary-item > .usa-current, .usa-header--extended .usa-nav__primary-item > .usa-nav__link:hover {
            position: relative;
        }

            .usa-header--extended .usa-nav__primary-item > .usa-current::after, .usa-header--extended .usa-nav__primary-item > .usa-nav__link:hover::after {
                background-color: #005ea2;
                border-radius: 0;
                content: "";
                display: block;
                position: absolute;
                height: .25rem;
                left: 1rem;
                right: 1rem;
                bottom: 0;
            }

        .usa-header--extended .usa-nav__link[aria-expanded=true]::after, .usa-header--extended .usa-nav__link[aria-expanded=true]:hover::after {
            display: none;
        }

        .usa-header--extended .usa-logo {
            font-size: 2.13rem;
            margin: 2rem 0 1.5rem;
            max-width: 50%
        }

        .usa-header--extended .usa-navbar {
            margin-left: auto;
            margin-right: auto;
            max-width: 64rem;
            padding-left: 1rem;
            padding-right: 1rem;
            display: block;
            height: auto;
            overflow: auto;
        }
}

@media all and (min-width:64em) and (min-width:64em) {
    .usa-header--extended .usa-navbar {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .usa-header--extended .usa-nav {
        border-top: 1px solid #dfe1e2;
        padding: 0;
        width: 100%
    }

    .usa-header--extended .usa-nav__inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative;
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .usa-header--extended .usa-nav__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media all and (min-width:64em) {
    .usa-header--extended .usa-nav__primary {
        margin-left: -1rem;
    }

        .usa-header--extended .usa-nav__primary::after {
            clear: both;
            content: "";
            display: block;
        }

    .usa-header--extended .usa-nav__link {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .usa-header--extended .usa-nav__submenu .usa-grid-full {
        padding-left: .75rem;
    }

    .usa-header--extended .usa-nav__submenu.usa-megamenu {
        left: 0;
        padding-left: 2rem;
    }
}

.usa-hero {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    padding-bottom: 2rem;
    padding-top: 2rem;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.usa-hero__callout {
    background-color: #162e51;
    padding: 2rem;
}

@media all and (min-width:40em) {
    .usa-hero__callout {
        max-width: 20rem;
    }
}

.usa-hero__heading {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.95rem;
    font-weight: 700;
    color: #00bde3;
    line-height: 1.2;
}

* + .usa-hero__heading {
    margin-top: 1.5em;
}

.usa-hero__heading + * {
    margin-top: 1em;
}

.usa-hero__heading--alt {
    color: #fff;
    display: block;
}

.usa-layout-docs__sidenav {
    order: 2;
    padding-top: 2rem;
}

@media all and (min-width:64em) {
    .usa-layout-docs__sidenav {
        padding-top: 0;
    }

    .usa-layout-docs__main {
        order: 2;
    }
}

.usa-media-block {
    align-items: flex-start;
    display: flex;
}

.usa-media-block__img {
    flex-shrink: 0;
    margin-right: .5rem;
}

.usa-media-block__body {
    flex: 1 1 0%
}

.usa-megamenu .usa-col {
    flex: 1 1 auto;
}

@media all and (min-width:64em) {
    .usa-megamenu .usa-col {
        flex: 4 1 0%
    }

    .usa-megamenu.usa-nav__submenu {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 2rem;
        padding-top: 2rem;
        left: -33%;
        right: 0;
        width: auto;
    }

        .usa-megamenu.usa-nav__submenu::after, .usa-megamenu.usa-nav__submenu::before {
            bottom: 0;
            top: 0;
            background-color: #162e51;
            content: "";
            display: block;
            position: absolute;
            width: 100%
        }

        .usa-megamenu.usa-nav__submenu::before {
            right: 100%
        }

        .usa-megamenu.usa-nav__submenu::after {
            left: 100%
        }

    .usa-nav-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .usa-nav-container::after {
            clear: both;
            content: "";
            display: block;
        }
}

@media all and (min-width:64em) and (min-width:64em) {
    .usa-nav-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-navbar {
    height: 3rem;
}

@media all and (max-width:63.99em) {
    .usa-navbar {
        align-items: center;
        border-bottom: 1px solid #dfe1e2;
        display: flex;
    }
}

@media all and (min-width:64em) {
    .usa-navbar {
        border-bottom: none;
        display: inline-block;
        height: auto;
    }
}

.usa-nav {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: .9;
}

@media all and (max-width:63.99em) {
    .usa-nav {
        right: 0;
        bottom: 0;
        top: 0;
        position: fixed;
        background: #fff;
        border-right: 0;
        display: none;
        flex-direction: column;
        overflow-y: auto;
        padding: 1rem;
        width: 15rem;
        z-index: 500;
    }

        .usa-nav.is-visible {
            -webkit-animation: slidein-left .3s ease-in-out;
            animation: slidein-left .3s ease-in-out;
            display: flex;
        }
}

@media all and (min-width:64em) {
    .usa-nav {
        float: right;
        position: relative;
    }

        .usa-nav .usa-search {
            margin-left: 1rem;
        }
}

.usa-nav .usa-accordion {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: .9;
}

@media all and (max-width:63.99em) {
    .usa-nav__primary {
        margin-bottom: 0;
        margin-top: 0;
        list-style-type: none;
        padding-left: 0;
        margin-top: 1.5rem;
        order: 2;
    }

        .usa-nav__primary > li {
            margin-bottom: 0;
            max-width: unset;
        }

    .usa-nav__primary-item {
        border-top: 1px solid #dfe1e2;
    }

    .usa-nav__primary a {
        color: #565c65;
        display: block;
        padding: .5rem 1rem;
        text-decoration: none;
    }

        .usa-nav__primary a:hover {
            background-color: #f0f0f0;
            color: #005ea2;
            text-decoration: none;
        }

        .usa-nav__primary a:focus {
            outline-offset: 0;
        }

    .usa-nav__primary .usa-current {
        position: relative;
        color: #005ea2;
        font-weight: 700;
    }

        .usa-nav__primary .usa-current::after {
            background-color: #005ea2;
            border-radius: 99rem;
            content: "";
            display: block;
            position: absolute;
            bottom: .25rem;
            top: .25rem;
            width: .25rem;
            left: .25rem;
        }
}

@media all and (max-width:63.99em) and (min-width:40em) {
    .usa-nav__primary .usa-current {
        position: relative;
    }

        .usa-nav__primary .usa-current::after {
            background-color: #005ea2;
            border-radius: 99rem;
            content: "";
            display: block;
            position: absolute;
            bottom: .25rem;
            top: .25rem;
            width: .25rem;
            left: 0;
        }
}

@media all and (max-width:63.99em) {
    .usa-nav__primary a {
        padding-bottom: .75rem;
        padding-top: .75rem;
    }
}

@media all and (min-width:64em) {
    .usa-nav__primary {
        display: flex;
    }
}

.usa-nav__primary .usa-nav__primary-item a {
    text-decoration: none;
}

.usa-nav__primary > .usa-nav__primary-item {
    line-height: 1.1;
}

@media all and (min-width:64em) {
    .usa-nav__primary > .usa-nav__primary-item {
        font-size: .93rem;
        line-height: .9;
    }

        .usa-nav__primary > .usa-nav__primary-item > a {
            line-height: .9;
            padding: 1rem;
            color: #565c65;
            display: block;
            font-weight: 700;
        }

            .usa-nav__primary > .usa-nav__primary-item > a:hover {
                color: #005ea2;
            }

    .usa-nav__primary a {
        padding-bottom: .5rem;
        padding-top: .5rem;
    }
}

.usa-nav__primary button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #565c65;
    font-weight: 400;
    line-height: 1.1;
    padding: .75rem 1rem;
}

@media all and (min-width:64em) {
    .usa-nav__primary button {
        line-height: .9;
        padding: 1rem;
        font-size: .93rem;
        font-weight: 700;
    }
}

@media all and (min-width:64em) {
    .usa-nav__primary button: hover {
        background-color: transparent;
    }
}

.usa-nav__primary button[aria-expanded=false] {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/plus-alt.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: .75rem;
}

@media all and (min-width:64em) {
    .usa-nav__primary button[aria-expanded=false] {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/angle-arrow-down.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-size: .5rem;
        background-position: right 1rem top 53%
    }

        .usa-nav__primary button[aria-expanded=false]:hover {
            background-image: url(/themes/contrib/ddp_dol_theme/build/img/angle-arrow-down-primary.svg), linear-gradient(transparent, transparent);
            background-repeat: no-repeat;
        }
}

.usa-nav__primary button[aria-expanded=true] {
    background-image: url(/themes/contrib/ddp_dol_theme/build/img/minus-alt.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: .75rem;
}

@media all and (min-width:64em) {
    .usa-nav__primary button[aria-expanded=true] {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/angle-arrow-up-white.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        background-size: .5rem;
        background-color: #162e51;
        background-position: right 1rem top 53%;
        color: #fff;
    }

    .usa-nav__primary .usa-accordion__button span {
        margin-right: 0;
        padding-right: 1rem;
    }
}

.usa-nav__secondary {
    margin-top: 1rem;
}

@media all and (min-width:64em) {
    .usa-nav__secondary {
        bottom: 4rem;
        font-size: .93rem;
        margin-top: .5rem;
        min-width: calc(27ch + 3rem);
        position: absolute;
        right: 2rem;
    }
}

.usa-nav__secondary .usa-search {
    margin-top: 1rem;
    width: 100%
}

@media all and (min-width:64em) {
    .usa-nav__secondary .usa-search {
        margin-left: 0;
        margin-top: .5rem;
    }
}

.usa-nav__secondary-links {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    line-height: 1.3;
    margin-top: 1.5rem;
}

@media all and (min-width:64em) {
    .usa-nav__secondary-links {
        float: right;
        line-height: .9;
        margin-bottom: .25rem;
        margin-top: 0;
    }

        .usa-nav__secondary-links .usa-nav__secondary-item {
            display: inline;
            padding-left: .25rem;
        }

            .usa-nav__secondary-links .usa-nav__secondary-item + .usa-nav__secondary-item::before {
                color: #dfe1e2;
                content: "|";
                padding-right: .25rem;
            }
}

.usa-nav__secondary-links a {
    color: #71767a;
    display: inline-block;
    font-size: .93rem;
    text-decoration: none;
}

    .usa-nav__secondary-links a:hover {
        color: #005ea2;
        text-decoration: underline;
    }

@media all and (max-width:63.99em) {
    .usa-nav__submenu {
        list-style-type: none;
        padding-left: 0;
        margin: 0;
    }

        .usa-nav__submenu > li {
            margin-bottom: 0;
            max-width: unset;
        }

    .usa-nav__submenu-item {
        border-top: 1px solid #dfe1e2;
        font-size: .93rem;
    }

    .usa-nav__submenu .usa-current::after {
        display: none;
    }
}

@media all and (max-width:63.99em) and (min-width:40em) {
    .usa-nav__submenu .usa-current: :after {
        display: none;
    }
}

@media all and (max-width:63.99em) {
    .usa-nav__submenu a {
        padding-left: 2rem;
    }

    .usa-nav__submenu .usa-nav__submenu a {
        padding-left: 3rem;
    }

    .usa-nav__submenu .usa-nav__submenu .usa-nav__submenu a {
        content: "foobar";
        padding-left: 4rem;
    }
}

@media all and (min-width:64em) {
    .usa-nav__submenu {
        margin-bottom: 0;
        margin-top: 0;
        list-style-type: none;
        padding-left: 0;
        background-color: #162e51;
        width: 15rem;
        padding: 1rem;
        position: absolute;
        z-index: 400;
    }
}

.usa-nav__submenu[aria-hidden=true] {
    display: none;
}

@media all and (min-width:64em) {
    .usa-nav__submenu .usa-nav__submenu-item + * {
        margin-top: .75rem;
    }

    .usa-nav__submenu .usa-nav__submenu-item a {
        color: #fff;
        padding: 0;
        line-height: 1.3;
    }

        .usa-nav__submenu .usa-nav__submenu-item a:hover {
            background-color: transparent;
            color: #fff;
            padding: 0;
            text-decoration: underline;
        }
}

.usa-nav__submenu-list {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
}

    .usa-nav__submenu-list > li, .usa-sidenav > li, .usa-sidenav__sublist > li {
        margin-bottom: 0;
        max-width: unset;
    }

    .usa-nav__submenu-list .usa-nav__submenu-list-item {
        margin: 0;
        font-size: .93rem;
    }

        .usa-nav__submenu-list .usa-nav__submenu-list-item a {
            line-height: 1.3;
        }

.usa-nav__close {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    height: 3rem;
    width: 3rem;
    color: currentColor;
    flex: none;
    float: right;
    margin: -.75rem -1rem 1rem auto;
    text-align: center;
}

    .usa-nav__close:active {
        color: #162e51;
    }

    .usa-nav__close:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-nav__close:visited {
        color: #54278f;
    }

    .usa-nav__close:active, .usa-nav__close:hover {
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: transparent;
        box-shadow: none;
    }

    .usa-nav__close:active {
        text-decoration: underline;
    }

    .usa-nav__close:hover {
        color: currentColor;
        text-decoration: none;
    }

@media all and (min-width:64em) {
    .usa-nav__close {
        display: none;
    }
}

.usa-nav__close img {
    width: .75rem;
}

.usa-nav__close + * {
    clear: both;
}

.usa-js-mobile-nav--active {
    overflow: hidden;
}

.usa-step-indicator {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.1;
    background-color: #fff;
    margin-bottom: 2rem;
    margin-left: -1px;
    margin-right: -1px;
}

@media all and (min-width:40em) {
    .usa-step-indicator {
        margin-left: 0;
        margin-right: 0;
    }
}

.usa-step-indicator__segments {
    counter-reset: usa-step-indicator;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.usa-step-indicator__segment {
    flex: 1 1 0%;
    counter-increment: usa-step-indicator;
    margin-left: 1px;
    margin-right: 1px;
    max-width: 15rem;
    min-height: .5rem;
    position: relative;
}

    .usa-step-indicator__segment:after {
        background-color: #dfe1e2;
        content: "";
        display: block;
        height: .5rem;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

@media all and (min-width:40em) {
    .usa-step-indicator__segment: after {
        height: .5rem;
    }
}

.usa-step-indicator__segment--complete::after {
    background-color: #162e51;
}

.usa-step-indicator__segment--complete .usa-step-indicator__segment-label {
    color: #162e51;
}

.usa-step-indicator__segment--current::after {
    background-color: #005ea2;
}

.usa-step-indicator__segment--current .usa-step-indicator__segment-label {
    color: #005ea2;
    font-weight: 700;
}

.usa-step-indicator__segment-label {
    display: none;
}

@media all and (min-width:40em) {
    .usa-step-indicator__segment-label {
        color: #565c65;
        display: block;
        font-size: 1.06rem;
        margin-top: calc(.5rem + .5rem);
        padding-right: 2rem;
        text-align: left;
    }
}

.usa-step-indicator__header {
    align-items: baseline;
    display: flex;
}

.usa-step-indicator__heading {
    color: #1b1b1b;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.13rem;
    font-weight: 700;
    margin: 1rem 0 0;
}

@media all and (min-width:40em) {
    .usa-step-indicator__heading {
        font-size: 1.46rem;
        margin-top: 2rem;
    }
}

.usa-step-indicator__current-step {
    height: 2.5rem;
    border-radius: 99rem;
    width: 2.5rem;
    font-weight: 400;
    font-feature-settings: "tnum" 1, "kern" 1;
    background-color: #005ea2;
    color: #fff;
    display: inline-block;
    padding: calc((2.5rem - (2ex*1.1))*.5);
    text-align: center;
}

.usa-step-indicator__total-steps {
    font-weight: 400;
    font-feature-settings: "tnum" 1, "kern" 1;
    color: #005ea2;
    margin-right: .5rem;
}

@media all and (min-width:40em) {
    .usa-step-indicator--counters .usa-step-indicator__segment, .usa-step-indicator--counters-sm .usa-step-indicator__segment {
        margin-left: 0;
        margin-right: 0;
        margin-top: calc(((2.5rem - .5rem)/ 2) + .25rem);
    }

        .usa-step-indicator--counters .usa-step-indicator__segment:before, .usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
            height: 2.5rem;
            border-radius: 99rem;
            width: 2.5rem;
            font-feature-settings: "tnum" 1, "kern" 1;
            background-color: #fff;
            box-shadow: inset 0 0 0 .25rem #dfe1e2, 0 0 0 .25rem #fff;
            color: #565c65;
            content: counter(usa-step-indicator);
            display: block;
            font-weight: 700;
            left: 0;
            line-height: .9;
            padding: calc((2.5rem - (2ex*.9))*.5);
            position: absolute;
            text-align: center;
            top: calc((2.5rem - .5rem)/ -2);
            z-index: 100;
        }

        .usa-step-indicator--counters .usa-step-indicator__segment:last-child:after, .usa-step-indicator--counters-sm .usa-step-indicator__segment:last-child:after {
            display: none;
        }
}

.usa-step-indicator--counters .usa-step-indicator__segment--complete::before, .usa-step-indicator--counters-sm .usa-step-indicator__segment--complete::before {
    background-color: #162e51;
    box-shadow: 0 0 0 .25rem #fff;
    color: #fff;
}

.usa-step-indicator--counters .usa-step-indicator__segment--current::before, .usa-step-indicator--counters-sm .usa-step-indicator__segment--current::before {
    background-color: #005ea2;
    box-shadow: 0 0 0 .25rem #fff;
    color: #fff;
}

@media all and (min-width:40em) {
    .usa-step-indicator--counters .usa-step-indicator__segment-label {
        margin-top: calc(((2.5rem + .5rem)/ 2) + .5rem);
    }

    .usa-step-indicator--counters-sm.usa-step-indicator--center .usa-step-indicator__segment:first-child:after, .usa-step-indicator--counters.usa-step-indicator--center .usa-step-indicator__segment:first-child:after {
        left: 50%;
        right: 0;
        width: auto;
    }

    .usa-step-indicator--counters-sm.usa-step-indicator--center .usa-step-indicator__segment:last-child:after, .usa-step-indicator--counters.usa-step-indicator--center .usa-step-indicator__segment:last-child:after {
        display: block;
        left: 0;
        right: 50%;
        width: auto;
    }

    .usa-step-indicator--counters-sm .usa-step-indicator__segment {
        margin-top: calc(((1.5rem - .5rem)/ 2) + .25rem);
    }

        .usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
            height: 1.5rem;
            border-radius: 99rem;
            width: 1.5rem;
            font-size: .93rem;
            padding: calc(.25rem + 1px);
            top: calc((1.5rem - .5rem)/ -2);
        }

        .usa-step-indicator--counters-sm .usa-step-indicator__segment:last-child:after {
            display: none;
        }

    .usa-step-indicator--counters-sm .usa-step-indicator__segment-label {
        margin-top: calc(((1.5rem + .5rem)/ 2) + .5rem);
    }
}

.usa-step-indicator--center, .usa-step-indicator--no-labels {
    margin-left: -1px;
    margin-right: -1px;
}

    .usa-step-indicator--no-labels .usa-step-indicator__segment {
        margin-top: 0;
        margin-left: 1px;
        margin-right: 1px;
    }

        .usa-step-indicator--no-labels .usa-step-indicator__segment:before {
            display: none;
        }

        .usa-step-indicator--no-labels .usa-step-indicator__segment:last-child:after {
            display: block;
        }

    .usa-step-indicator--no-labels .usa-step-indicator__heading {
        margin-top: 1rem;
    }

    .usa-step-indicator--no-labels .usa-step-indicator__segment-label {
        display: none;
    }

    .usa-step-indicator--center .usa-step-indicator__segment {
        margin-left: 1px;
        margin-right: 1px;
    }

        .usa-step-indicator--center .usa-step-indicator__segment:before {
            left: calc(50% - ((2.5rem + .25rem)/ 2));
        }

    .usa-step-indicator--center .usa-step-indicator__segment-label {
        padding-left: .5rem;
        padding-right: .5rem;
        text-align: center;
    }

    .usa-step-indicator--center.usa-step-indicator--no-labels .usa-step-indicator__segment:first-child:after {
        left: 0;
    }

    .usa-step-indicator--center.usa-step-indicator--no-labels .usa-step-indicator__segment:last-child:after {
        right: 0;
    }

    .usa-step-indicator--center.usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
        left: calc(50% - ((1.5rem + .25rem)/ 2));
    }

.usa-search {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    position: relative;
}

    .usa-search::after {
        clear: both;
        content: "";
        display: block;
    }

    .usa-search [role=search], .usa-search[role=search], .usa-search[role=search] > div {
        display: flex;
    }

    .usa-search [type=submit] {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/search.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1rem;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        height: 2rem;
        margin: 0;
        padding: 0;
        width: 3rem;
    }

@media all and (min-width:30em) {
    .usa-search [type=submit] {
        padding-left: 1rem;
        padding-right: 1rem;
        background-image: none;
        width: auto;
    }

    .usa-search--big .usa-search__input, .usa-search--big [type=search] {
        font-size: 1.06rem;
        height: 3rem;
    }

    .usa-search--big .usa-search__submit, .usa-search--big [type=submit] {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1.46rem;
        height: 3rem;
        width: auto;
    }

    .usa-search--small .usa-search__submit, .usa-search--small [type=submit] {
        background-image: url(/themes/contrib/ddp_dol_theme/build/img/search.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1rem;
        width: 3rem;
    }
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.usa-search__input, [type=search] {
    padding-bottom: 0;
    padding-top: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
    box-sizing: border-box;
    float: left;
    font-size: 1rem;
    height: 2rem;
    margin: 0;
}

.usa-search__submit-text {
    position: absolute;
    left: -999em;
}

@media all and (min-width:30em) {
    .usa-search__submit-text {
        position: static;
    }
}

.usa-section {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

@media all and (min-width:40em) {
    .usa-section {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
}

.usa-section--light {
    background-color: #f0f0f0;
}

.usa-section--dark {
    background-color: #162e51;
    color: #fff;
}

    .usa-section--dark h1, .usa-section--dark h2, .usa-section--dark h3, .usa-section--dark h4, .usa-section--dark h5, .usa-section--dark h6 {
        color: #00bde3;
    }

    .usa-section--dark a {
        color: #dfe1e2;
    }

        .usa-section--dark a:hover {
            color: #f0f0f0;
        }

        .usa-section--dark a:active {
            color: #fff;
        }

.usa-sidenav {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.3;
    border-bottom: 1px solid #dfe1e2;
}

.usa-sidenav__item {
    border-top: 1px solid #dfe1e2;
}

.usa-sidenav a {
    color: #565c65;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
}

    .usa-sidenav a:hover {
        background-color: #f0f0f0;
        color: #005ea2;
        text-decoration: none;
    }

    .usa-sidenav a:focus {
        outline-offset: 0;
    }

.usa-sidenav .usa-current {
    position: relative;
    color: #005ea2;
    font-weight: 700;
}

    .usa-sidenav .usa-current::after {
        background-color: #005ea2;
        border-radius: 99rem;
        content: "";
        display: block;
        position: absolute;
        bottom: .25rem;
        top: .25rem;
        width: .25rem;
        left: .25rem;
    }

@media all and (min-width:40em) {
    .usa-sidenav .usa-current {
        position: relative;
    }

        .usa-sidenav .usa-current::after {
            background-color: #005ea2;
            border-radius: 99rem;
            content: "";
            display: block;
            position: absolute;
            bottom: .25rem;
            top: .25rem;
            width: .25rem;
            left: 0;
        }
}

.grid-container .usa-sidenav {
    margin-left: -1rem;
    margin-right: -1rem;
}

@media all and (min-width:40em) {
    .grid-container .usa-sidenav {
        margin-left: 0;
        margin-right: 0;
    }
}

.usa-sidenav__sublist {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    font-size: 1rem;
}

.usa-sidenav__sublist-item {
    border-top: 1px solid #dfe1e2;
    font-size: .93rem;
}

.usa-sidenav__sublist .usa-current::after {
    display: none;
}

@media all and (min-width:40em) {
    .usa-sidenav__sublist .usa-current: :after {
        display: none;
    }
}

.usa-sidenav__sublist a {
    padding-left: 2rem;
}

.usa-sidenav__sublist .usa-sidenav__sublist a {
    padding-left: 3rem;
}

.usa-sidenav__sublist .usa-sidenav__sublist .usa-sidenav__sublist a {
    content: "foobar";
    padding-left: 4rem;
}

.usa-skipnav {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.5;
    color: #005ea2;
    text-decoration: underline;
    background: 0 0;
    left: 0;
    padding: .5rem 1rem;
    position: absolute;
    top: -3.8rem;
    transition: .2s ease-in-out;
    z-index: 100;
}

    .usa-skipnav:hover {
        color: #1a4480;
    }

    .usa-skipnav:active {
        color: #162e51;
    }

    .usa-skipnav:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0;
    }

    .usa-skipnav:visited {
        color: #54278f;
    }

    .usa-skipnav:focus {
        background: #fff;
        left: 0;
        position: absolute;
        top: 0;
        transition: .2s ease-in-out;
    }

.usa-tooltip {
    display: inline-block;
    position: relative;
}

.usa-tooltip__trigger {
    cursor: pointer;
}

    .usa-tooltip__body, .usa-tooltip__trigger > svg {
        display: block;
        pointer-events: none;
    }

.usa-tooltip__body {
    transition: opacity .08s ease-in-out;
    background-color: #1b1b1b;
    border-radius: .25rem;
    bottom: 0;
    color: #f0f0f0;
    display: none;
    font-size: 1rem;
    padding: .5rem;
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateX(-50%);
    width: auto;
    white-space: pre;
    z-index: 100000;
}

    .usa-tooltip__body--bottom:after, .usa-tooltip__body:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .usa-tooltip__body:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        pointer-events: none;
        border-top: 5px solid #1b1b1b;
        position: absolute;
        bottom: -5px;
        left: 50%;
        margin-left: -5px;
    }

.usa-tooltip__body--wrap {
    width: 100%;
    white-space: normal;
}

.usa-tooltip__body.is-set {
    display: block;
}

.usa-tooltip__body.is-visible {
    opacity: 1;
}

.usa-tooltip__body--bottom {
    bottom: auto;
    top: 0;
}

    .usa-tooltip__body--bottom:after {
        border-bottom: 5px solid #1b1b1b;
        border-top: 0;
        bottom: auto;
        top: -5px;
    }

.usa-tooltip__body--left, .usa-tooltip__body--right {
    top: auto;
    transform: translateX(0);
}

    .usa-tooltip__body--left:after, .usa-tooltip__body--right:after {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #1b1b1b;
        border-left: 0;
        right: auto;
        top: 50%;
        bottom: 0;
        left: -5px;
        margin: -5px 0 0;
    }

.usa-tooltip__body--left {
    left: 0;
    right: auto;
}

    .usa-tooltip__body--left:after {
        border-left: 5px solid #1b1b1b;
        border-right: 0;
        right: -5px;
        left: auto;
    }

[class*=font-mono-] {
    font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

[class*=font-sans-] {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

[class*=font-serif-] {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

[class*=font-ui-] {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

[class*=font-heading-] {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

[class*=font-body-] {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

[class*=font-code-] {
    font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

[class*=font-alt-] {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

.add-aspect-9x16 {
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    padding: 0 0 177.77778%;
    position: relative;
}

.add-aspect-16x9, .add-aspect-1x1, .add-aspect-2x1, .add-aspect-4x3 {
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    padding: 0 0 100%;
    position: relative;
}

.add-aspect-16x9, .add-aspect-2x1, .add-aspect-4x3 {
    padding: 0 0 75%
}

.add-aspect-16x9, .add-aspect-2x1 {
    padding: 0 0 56.25%
}

.add-aspect-2x1 {
    padding: 0 0 50%
}

.add-list-reset {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}

.flex-align-start {
    align-items: flex-start;
}

.flex-align-end {
    align-items: flex-end;
}

.flex-align-center {
    align-items: center;
}

.flex-align-stretch {
    align-items: stretch;
}

.flex-align-baseline {
    align-items: baseline;
}

.flex-align-self-start {
    align-self: flex-start;
}

.flex-align-self-end {
    align-self: flex-end;
}

.flex-align-self-center {
    -ms-grid-row-align: center;
    align-self: center;
}

.flex-align-self-stretch {
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.flex-align-self-baseline {
    align-self: baseline;
}

.bg-transparent, .hover\:bg-transparent:hover {
    background-color: transparent;
}

.bg-black, .hover\:bg-black:hover {
    background-color: #000;
}

.bg-white, .hover\:bg-white:hover, .ilab-countries-landing table tbody tr, .ilab-findings-region table tbody tr, .ilab-world-landing table tbody tr, table.usa-table.usa-table--borderless.usajobs-table thead th {
    background-color: #fff;
}

.bg-red, .hover\:bg-red:hover {
    background-color: #e52207;
}

.bg-orange, .hover\:bg-orange:hover {
    background-color: #e66f0e;
}

.bg-gold, .hover\:bg-gold:hover {
    background-color: #ffbe2e;
}

.bg-yellow, .hover\:bg-yellow:hover {
    background-color: #fee685;
}

.bg-green, .hover\:bg-green:hover {
    background-color: #538200;
}

.bg-mint, .hover\:bg-mint:hover {
    background-color: #04c585;
}

.bg-cyan, .hover\:bg-cyan:hover {
    background-color: #009ec1;
}

.bg-blue, .hover\:bg-blue:hover {
    background-color: #0076d6;
}

.bg-indigo, .hover\:bg-indigo:hover {
    background-color: #676cc8;
}

.bg-violet, .hover\:bg-violet:hover {
    background-color: #8168b3;
}

.bg-magenta, .hover\:bg-magenta:hover {
    background-color: #d72d79;
}

.bg-gray-5, .hover\:bg-gray-5:hover {
    background-color: #f0f0f0;
}

.bg-gray-10, .hover\:bg-gray-10:hover {
    background-color: #e6e6e6;
}

.bg-gray-30, .hover\:bg-gray-30:hover {
    background-color: #adadad;
}

.bg-gray-50, .hover\:bg-gray-50:hover {
    background-color: #757575;
}

.bg-gray-70, .hover\:bg-gray-70:hover {
    background-color: #454545;
}

.bg-gray-90, .hover\:bg-gray-90:hover {
    background-color: #1b1b1b;
}

.bg-base-lightest, .hover\:bg-base-lightest:hover {
    background-color: #f0f0f0;
}

.bg-base-lighter, .hover\:bg-base-lighter:hover {
    background-color: #dfe1e2;
}

.bg-base-light, .hover\:bg-base-light:hover {
    background-color: #a9aeb1;
}

.bg-base, .hover\:bg-base:hover {
    background-color: #71767a;
}

.bg-base-dark, .hover\:bg-base-dark:hover {
    background-color: #565c65;
}

.bg-base-darker, .hover\:bg-base-darker:hover {
    background-color: #3d4551;
}

.bg-base-darkest, .bg-ink, .hover\:bg-base-darkest:hover, .hover\:bg-ink:hover {
    background-color: #1b1b1b;
}

.bg-primary-lighter, .hover\:bg-primary-lighter:hover {
    background-color: #d9e8f6;
}

.bg-primary-light, .hover\:bg-primary-light:hover {
    background-color: #73b3e7;
}

.bg-primary, .hover\:bg-primary:hover {
    background-color: #005ea2;
}

.bg-primary-vivid, .hover\:bg-primary-vivid:hover {
    background-color: #0050d8;
}

.bg-primary-dark, .hover\:bg-primary-dark:hover {
    background-color: #1a4480;
}

.bg-primary-darker, .hover\:bg-primary-darker:hover {
    background-color: #162e51;
}

.bg-secondary-lighter, .hover\:bg-secondary-lighter:hover {
    background-color: #f3e1e4;
}

.bg-secondary-light, .hover\:bg-secondary-light:hover {
    background-color: #f2938c;
}

.bg-secondary, .hover\:bg-secondary:hover {
    background-color: #d83933;
}

.bg-secondary-vivid, .hover\:bg-secondary-vivid:hover {
    background-color: #e41d3d;
}

.bg-secondary-dark, .hover\:bg-secondary-dark:hover {
    background-color: #b50909;
}

.bg-secondary-darker, .hover\:bg-secondary-darker:hover {
    background-color: #8b0a03;
}

.bg-accent-warm-darker, .hover\:bg-accent-warm-darker:hover {
    background-color: #775540;
}

.bg-accent-warm-dark, .hover\:bg-accent-warm-dark:hover {
    background-color: #c05600;
}

.bg-accent-warm, .hover\:bg-accent-warm:hover {
    background-color: #fa9441;
}

.bg-accent-warm-light, .hover\:bg-accent-warm-light:hover {
    background-color: #ffbc78;
}

.bg-accent-warm-lighter, .hover\:bg-accent-warm-lighter:hover {
    background-color: #f2e4d4;
}

.bg-accent-cool-darker, .hover\:bg-accent-cool-darker:hover {
    background-color: #07648d;
}

.bg-accent-cool-dark, .hover\:bg-accent-cool-dark:hover {
    background-color: #28a0cb;
}

.bg-accent-cool, .hover\:bg-accent-cool:hover {
    background-color: #00bde3;
}

.bg-accent-cool-light, .hover\:bg-accent-cool-light:hover {
    background-color: #97d4ea;
}

.bg-accent-cool-lighter, .hover\:bg-accent-cool-lighter:hover {
    background-color: #e1f3f8;
}

.border-1px, .hover\:border-1px:hover {
    border: 1px solid;
}

.border-y-1px, .hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.border-x-1px, .hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
}

.border-top-1px, .hover\:border-top-1px:hover {
    border-top: 1px solid;
}

.border-right-1px, .hover\:border-right-1px:hover {
    border-right: 1px solid;
}

.border-bottom-1px, .hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
}

.border-left-1px, .hover\:border-left-1px:hover {
    border-left: 1px solid;
}

.border-2px, .hover\:border-2px:hover {
    border: 2px solid;
}

.border-y-2px, .hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.border-x-2px, .hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
}

.border-top-2px, .hover\:border-top-2px:hover {
    border-top: 2px solid;
}

.border-right-2px, .hover\:border-right-2px:hover {
    border-right: 2px solid;
}

.border-bottom-2px, .hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
}

.border-left-2px, .hover\:border-left-2px:hover {
    border-left: 2px solid;
}

.border-05, .hover\:border-05:hover {
    border: .25rem solid;
}

.border-y-05, .hover\:border-y-05:hover {
    border-top: .25rem solid;
    border-bottom: .25rem solid;
}

.border-x-05, .hover\:border-x-05:hover {
    border-left: .25rem solid;
    border-right: .25rem solid;
}

.border-top-05, .hover\:border-top-05:hover {
    border-top: .25rem solid;
}

.border-right-05, .hover\:border-right-05:hover {
    border-right: .25rem solid;
}

.border-bottom-05, .hover\:border-bottom-05:hover {
    border-bottom: .25rem solid;
}

.border-left-05, .hover\:border-left-05:hover {
    border-left: .25rem solid;
}

.border-1, .hover\:border-1:hover {
    border: .5rem solid;
}

.border-y-1, .hover\:border-y-1:hover {
    border-top: .5rem solid;
    border-bottom: .5rem solid;
}

.border-x-1, .hover\:border-x-1:hover {
    border-left: .5rem solid;
    border-right: .5rem solid;
}

.border-top-1, .hover\:border-top-1:hover {
    border-top: .5rem solid;
}

.border-right-1, .hover\:border-right-1:hover {
    border-right: .5rem solid;
}

.border-bottom-1, .hover\:border-bottom-1:hover {
    border-bottom: .5rem solid;
}

.border-left-1, .hover\:border-left-1:hover {
    border-left: .5rem solid;
}

.border-105, .hover\:border-105:hover {
    border: .75rem solid;
}

.border-y-105, .hover\:border-y-105:hover {
    border-top: .75rem solid;
    border-bottom: .75rem solid;
}

.border-x-105, .hover\:border-x-105:hover {
    border-left: .75rem solid;
    border-right: .75rem solid;
}

.border-top-105, .hover\:border-top-105:hover {
    border-top: .75rem solid;
}

.border-right-105, .hover\:border-right-105:hover {
    border-right: .75rem solid;
}

.border-bottom-105, .hover\:border-bottom-105:hover {
    border-bottom: .75rem solid;
}

.border-left-105, .hover\:border-left-105:hover {
    border-left: .75rem solid;
}

.border-2, .hover\:border-2:hover {
    border: 1rem solid;
}

.border-y-2, .hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
}

.border-x-2, .hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid;
}

.border-top-2, .hover\:border-top-2:hover {
    border-top: 1rem solid;
}

.border-right-2, .hover\:border-right-2:hover {
    border-right: 1rem solid;
}

.border-bottom-2, .hover\:border-bottom-2:hover {
    border-bottom: 1rem solid;
}

.border-left-2, .hover\:border-left-2:hover {
    border-left: 1rem solid;
}

.border-205, .hover\:border-205:hover {
    border: 1.25rem solid;
}

.border-y-205, .hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
}

.border-x-205, .hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
}

.border-top-205, .hover\:border-top-205:hover {
    border-top: 1.25rem solid;
}

.border-right-205, .hover\:border-right-205:hover {
    border-right: 1.25rem solid;
}

.border-bottom-205, .hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid;
}

.border-left-205, .hover\:border-left-205:hover {
    border-left: 1.25rem solid;
}

.border-3, .hover\:border-3:hover {
    border: 1.5rem solid;
}

.border-y-3, .hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
}

.border-x-3, .hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
}

.border-top-3, .hover\:border-top-3:hover {
    border-top: 1.5rem solid;
}

.border-right-3, .hover\:border-right-3:hover {
    border-right: 1.5rem solid;
}

.border-bottom-3, .hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid;
}

.border-left-3, .hover\:border-left-3:hover {
    border-left: 1.5rem solid;
}

.border-0, .hover\:border-0:hover {
    border: 0 solid;
}

.border-y-0, .hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
}

.border-x-0, .hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
}

.border-top-0, .hover\:border-top-0:hover {
    border-top: 0 solid;
}

.border-right-0, .hover\:border-right-0:hover {
    border-right: 0 solid;
}

.border-bottom-0, .hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
}

.border-left-0, .hover\:border-left-0:hover {
    border-left: 0 solid;
}

.border, .hover\:border:hover, .ilab-child-report table > tbody {
    border: 1px solid;
}

.border-y, .hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.border-x, .hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
}

.border-top, .hover\:border-top:hover {
    border-top: 1px solid;
}

.border-right, .hover\:border-right:hover {
    border-right: 1px solid;
}

.border-bottom, .hover\:border-bottom:hover {
    border-bottom: 1px solid;
}

.border-left, .hover\:border-left:hover {
    border-left: 1px solid;
}

.border-transparent, .hover\:border-transparent:hover {
    border-color: transparent;
}

.border-black, .hover\:border-black:hover {
    border-color: #000;
}

.border-white, .hover\:border-white:hover {
    border-color: #fff;
}

.border-red, .hover\:border-red:hover {
    border-color: #e52207;
}

.border-orange, .hover\:border-orange:hover {
    border-color: #e66f0e;
}

.border-gold, .hover\:border-gold:hover {
    border-color: #ffbe2e;
}

.border-yellow, .hover\:border-yellow:hover {
    border-color: #fee685;
}

.border-green, .hover\:border-green:hover {
    border-color: #538200;
}

.border-mint, .hover\:border-mint:hover {
    border-color: #04c585;
}

.border-cyan, .hover\:border-cyan:hover {
    border-color: #009ec1;
}

.border-blue, .hover\:border-blue:hover {
    border-color: #0076d6;
}

.border-indigo, .hover\:border-indigo:hover {
    border-color: #676cc8;
}

.border-violet, .hover\:border-violet:hover {
    border-color: #8168b3;
}

.border-magenta, .hover\:border-magenta:hover {
    border-color: #d72d79;
}

.border-gray-5, .hover\:border-gray-5:hover {
    border-color: #f0f0f0;
}

.border-gray-10, .hover\:border-gray-10:hover {
    border-color: #e6e6e6;
}

.border-gray-30, .hover\:border-gray-30:hover {
    border-color: #adadad;
}

.border-gray-50, .hover\:border-gray-50:hover {
    border-color: #757575;
}

.border-gray-70, .hover\:border-gray-70:hover {
    border-color: #454545;
}

.border-gray-90, .hover\:border-gray-90:hover {
    border-color: #1b1b1b;
}

.border-base-lightest, .hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
}

.border-base-lighter, .hover\:border-base-lighter:hover {
    border-color: #dfe1e2;
}

.border-base-light, .hover\:border-base-light:hover {
    border-color: #a9aeb1;
}

.border-base, .hover\:border-base:hover {
    border-color: #71767a;
}

.border-base-dark, .hover\:border-base-dark:hover {
    border-color: #565c65;
}

.border-base-darker, .hover\:border-base-darker:hover {
    border-color: #3d4551;
}

.border-base-darkest, .border-ink, .hover\:border-base-darkest:hover, .hover\:border-ink:hover {
    border-color: #1b1b1b;
}

.border-primary-lighter, .hover\:border-primary-lighter:hover {
    border-color: #d9e8f6;
}

.border-primary-light, .hover\:border-primary-light:hover {
    border-color: #73b3e7;
}

.border-primary, .hover\:border-primary:hover {
    border-color: #005ea2;
}

.border-primary-vivid, .hover\:border-primary-vivid:hover {
    border-color: #0050d8;
}

.border-primary-dark, .hover\:border-primary-dark:hover {
    border-color: #1a4480;
}

.border-primary-darker, .hover\:border-primary-darker:hover {
    border-color: #162e51;
}

.border-secondary-lighter, .hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4;
}

.border-secondary-light, .hover\:border-secondary-light:hover {
    border-color: #f2938c;
}

.border-secondary, .hover\:border-secondary:hover {
    border-color: #d83933;
}

.border-secondary-vivid, .hover\:border-secondary-vivid:hover {
    border-color: #e41d3d;
}

.border-secondary-dark, .hover\:border-secondary-dark:hover {
    border-color: #b50909;
}

.border-secondary-darker, .hover\:border-secondary-darker:hover {
    border-color: #8b0a03;
}

.border-accent-warm-darker, .hover\:border-accent-warm-darker:hover {
    border-color: #775540;
}

.border-accent-warm-dark, .hover\:border-accent-warm-dark:hover {
    border-color: #c05600;
}

.border-accent-warm, .hover\:border-accent-warm:hover {
    border-color: #fa9441;
}

.border-accent-warm-light, .hover\:border-accent-warm-light:hover {
    border-color: #ffbc78;
}

.border-accent-warm-lighter, .hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4;
}

.border-accent-cool-darker, .hover\:border-accent-cool-darker:hover {
    border-color: #07648d;
}

.border-accent-cool-dark, .hover\:border-accent-cool-dark:hover {
    border-color: #28a0cb;
}

.border-accent-cool, .hover\:border-accent-cool:hover {
    border-color: #00bde3;
}

.border-accent-cool-light, .hover\:border-accent-cool-light:hover {
    border-color: #97d4ea;
}

.border-accent-cool-lighter, .hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8;
}

.radius-0 {
    border-radius: 0;
}

.radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.radius-sm {
    border-radius: 2px;
}

.radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.radius-md {
    border-radius: .25rem;
}

.radius-top-md {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.radius-right-md {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.radius-bottom-md {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.radius-left-md {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.radius-lg {
    border-radius: .5rem;
}

.radius-top-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.radius-right-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.radius-bottom-lg {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.radius-left-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.radius-pill {
    border-radius: 99rem;
}

.radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem;
}

.radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem;
}

.radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem;
}

.radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem;
}

.border-dashed {
    border-style: dashed;
}

.border-dotted {
    border-style: dotted;
}

.border-solid {
    border-style: solid;
}

.border-width-1px {
    border-width: 1px;
}

.border-y-width-1px {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.border-x-width-1px {
    border-left-width: 1px;
    border-right-width: 1px;
}

.border-top-width-1px {
    border-top-width: 1px;
}

.border-right-width-1px {
    border-right-width: 1px;
}

.border-bottom-width-1px {
    border-bottom-width: 1px;
}

.border-left-width-1px {
    border-left-width: 1px;
}

.border-width-2px {
    border-width: 2px;
}

.border-y-width-2px {
    border-top-width: 2px;
    border-bottom-width: 2px;
}

.border-x-width-2px {
    border-left-width: 2px;
    border-right-width: 2px;
}

.border-top-width-2px {
    border-top-width: 2px;
}

.border-right-width-2px {
    border-right-width: 2px;
}

.border-bottom-width-2px {
    border-bottom-width: 2px;
}

.border-left-width-2px {
    border-left-width: 2px;
}

.border-width-05 {
    border-width: .25rem;
}

.border-y-width-05 {
    border-top-width: .25rem;
    border-bottom-width: .25rem;
}

.border-x-width-05 {
    border-left-width: .25rem;
    border-right-width: .25rem;
}

.border-top-width-05 {
    border-top-width: .25rem;
}

.border-right-width-05 {
    border-right-width: .25rem;
}

.border-bottom-width-05 {
    border-bottom-width: .25rem;
}

.border-left-width-05 {
    border-left-width: .25rem;
}

.border-width-1 {
    border-width: .5rem;
}

.border-y-width-1 {
    border-top-width: .5rem;
    border-bottom-width: .5rem;
}

.border-x-width-1 {
    border-left-width: .5rem;
    border-right-width: .5rem;
}

.border-top-width-1 {
    border-top-width: .5rem;
}

.border-right-width-1 {
    border-right-width: .5rem;
}

.border-bottom-width-1 {
    border-bottom-width: .5rem;
}

.border-left-width-1 {
    border-left-width: .5rem;
}

.border-width-105 {
    border-width: .75rem;
}

.border-y-width-105 {
    border-top-width: .75rem;
    border-bottom-width: .75rem;
}

.border-x-width-105 {
    border-left-width: .75rem;
    border-right-width: .75rem;
}

.border-top-width-105 {
    border-top-width: .75rem;
}

.border-right-width-105 {
    border-right-width: .75rem;
}

.border-bottom-width-105 {
    border-bottom-width: .75rem;
}

.border-left-width-105 {
    border-left-width: .75rem;
}

.border-width-2 {
    border-width: 1rem;
}

.border-y-width-2 {
    border-top-width: 1rem;
    border-bottom-width: 1rem;
}

.border-x-width-2 {
    border-left-width: 1rem;
    border-right-width: 1rem;
}

.border-top-width-2 {
    border-top-width: 1rem;
}

.border-right-width-2 {
    border-right-width: 1rem;
}

.border-bottom-width-2 {
    border-bottom-width: 1rem;
}

.border-left-width-2 {
    border-left-width: 1rem;
}

.border-width-205 {
    border-width: 1.25rem;
}

.border-y-width-205 {
    border-top-width: 1.25rem;
    border-bottom-width: 1.25rem;
}

.border-x-width-205 {
    border-left-width: 1.25rem;
    border-right-width: 1.25rem;
}

.border-top-width-205 {
    border-top-width: 1.25rem;
}

.border-right-width-205 {
    border-right-width: 1.25rem;
}

.border-bottom-width-205 {
    border-bottom-width: 1.25rem;
}

.border-left-width-205 {
    border-left-width: 1.25rem;
}

.border-width-3 {
    border-width: 1.5rem;
}

.border-y-width-3 {
    border-top-width: 1.5rem;
    border-bottom-width: 1.5rem;
}

.border-x-width-3 {
    border-left-width: 1.5rem;
    border-right-width: 1.5rem;
}

.border-top-width-3 {
    border-top-width: 1.5rem;
}

.border-right-width-3 {
    border-right-width: 1.5rem;
}

.border-bottom-width-3 {
    border-bottom-width: 1.5rem;
}

.border-left-width-3 {
    border-left-width: 1.5rem;
}

.border-width-0 {
    border-width: 0;
}

.border-y-width-0 {
    border-top-width: 0;
    border-bottom-width: 0;
}

.border-x-width-0 {
    border-left-width: 0;
    border-right-width: 0;
}

.border-top-width-0 {
    border-top-width: 0;
}

.border-right-width-0 {
    border-right-width: 0;
}

.border-bottom-width-0 {
    border-bottom-width: 0;
}

.border-left-width-0 {
    border-left-width: 0;
}

.bottom-1px {
    bottom: 1px;
}

.bottom-2px {
    bottom: 2px;
}

.bottom-05 {
    bottom: .25rem;
}

.bottom-1 {
    bottom: .5rem;
}

.bottom-105 {
    bottom: .75rem;
}

.bottom-2 {
    bottom: 1rem;
}

.bottom-205 {
    bottom: 1.25rem;
}

.bottom-3 {
    bottom: 1.5rem;
}

.bottom-neg-1px {
    bottom: -1px;
}

.bottom-neg-2px {
    bottom: -2px;
}

.bottom-neg-05 {
    bottom: -.25rem;
}

.bottom-neg-1 {
    bottom: -.5rem;
}

.bottom-neg-105 {
    bottom: -.75rem;
}

.bottom-neg-2 {
    bottom: -1rem;
}

.bottom-neg-205 {
    bottom: -1.25rem;
}

.bottom-neg-3 {
    bottom: -1.5rem;
}

.bottom-0 {
    bottom: 0;
}

.bottom-auto {
    bottom: auto;
}

.bottom-full {
    bottom: 100%
}

.hover\:shadow-none:hover, .shadow-none {
    box-shadow: none;
}

.hover\:shadow-1:hover, .shadow-1 {
    box-shadow: 0 1px .25rem 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-2:hover, .shadow-2 {
    box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-3:hover, .shadow-3 {
    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-4:hover, .shadow-4 {
    box-shadow: 0 .75rem 1.5rem 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-5:hover, .shadow-5 {
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1);
}

.circle-1px, .circle-2px {
    height: 1px;
    width: 1px;
    border-radius: 50%
}

.circle-2px {
    height: 2px;
    width: 2px;
}

.circle-05 {
    height: .25rem;
    width: .25rem;
    border-radius: 50%
}

.circle-1, .circle-105 {
    height: .5rem;
    width: .5rem;
    border-radius: 50%
}

.circle-105 {
    height: .75rem;
    width: .75rem;
}

.circle-2, .circle-205 {
    height: 1rem;
    width: 1rem;
    border-radius: 50%
}

.circle-205 {
    height: 1.25rem;
    width: 1.25rem;
}

.circle-3, .circle-4 {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%
}

.circle-4 {
    height: 2rem;
    width: 2rem;
}

.circle-5, .circle-6 {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%
}

.circle-6 {
    height: 3rem;
    width: 3rem;
}

.circle-7, .circle-8 {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%
}

.circle-8 {
    height: 4rem;
    width: 4rem;
}

.circle-10, .circle-9 {
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50%
}

.circle-10 {
    height: 5rem;
    width: 5rem;
}

.circle-15, .circle-card {
    height: 7.5rem;
    width: 7.5rem;
    border-radius: 50%
}

.circle-card {
    height: 10rem;
    width: 10rem;
}

.circle-card-lg, .circle-mobile {
    height: 15rem;
    width: 15rem;
    border-radius: 50%
}

.circle-mobile {
    height: 20rem;
    width: 20rem;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.hover\:text-transparent:hover, .text-transparent {
    color: transparent;
}

.hover\:text-black:hover, .text-black {
    color: #000;
}

.hover\:text-white:hover, .text-white {
    color: #fff;
}

.hover\:text-red:hover, .text-red {
    color: #e52207;
}

.hover\:text-orange:hover, .text-orange {
    color: #e66f0e;
}

.hover\:text-gold:hover, .text-gold {
    color: #ffbe2e;
}

.hover\:text-yellow:hover, .text-yellow {
    color: #fee685;
}

.hover\:text-green:hover, .text-green {
    color: #538200;
}

.hover\:text-mint:hover, .text-mint {
    color: #04c585;
}

.hover\:text-cyan:hover, .text-cyan {
    color: #009ec1;
}

.hover\:text-blue:hover, .text-blue {
    color: #0076d6;
}

.hover\:text-indigo:hover, .text-indigo {
    color: #676cc8;
}

.hover\:text-violet:hover, .text-violet {
    color: #8168b3;
}

.hover\:text-magenta:hover, .text-magenta {
    color: #d72d79;
}

.hover\:text-gray-5:hover, .text-gray-5 {
    color: #f0f0f0;
}

.hover\:text-gray-10:hover, .text-gray-10 {
    color: #e6e6e6;
}

.hover\:text-gray-30:hover, .text-gray-30 {
    color: #adadad;
}

.hover\:text-gray-50:hover, .text-gray-50 {
    color: #757575;
}

.hover\:text-gray-70:hover, .text-gray-70 {
    color: #454545;
}

.hover\:text-gray-90:hover, .text-gray-90 {
    color: #1b1b1b;
}

.hover\:text-base-lightest:hover, .text-base-lightest {
    color: #f0f0f0;
}

.hover\:text-base-lighter:hover, .text-base-lighter {
    color: #dfe1e2;
}

.hover\:text-base-light:hover, .text-base-light {
    color: #a9aeb1;
}

.agency-header .search .secondary-links a:visited, .agency-header .secondarylinks-container .secondary-links a:visited, .hover\:text-base:hover, .text-base {
    color: #71767a;
}

.hover\:text-base-dark:hover, .text-base-dark {
    color: #565c65;
}

.hover\:text-base-darker:hover, .text-base-darker {
    color: #3d4551;
}

.hover\:text-base-darkest:hover, .hover\:text-ink:hover, .text-base-darkest, .text-ink {
    color: #1b1b1b;
}

.hover\:text-primary-lighter:hover, .text-primary-lighter {
    color: #d9e8f6;
}

.hover\:text-primary-light:hover, .text-primary-light {
    color: #73b3e7;
}

.hover\:text-primary:hover, .text-primary {
    color: #005ea2;
}

.hover\:text-primary-vivid:hover, .text-primary-vivid {
    color: #0050d8;
}

.hover\:text-primary-dark:hover, .text-primary-dark {
    color: #1a4480;
}

.hover\:text-primary-darker:hover, .text-primary-darker {
    color: #162e51;
}

.hover\:text-secondary-lighter:hover, .text-secondary-lighter {
    color: #f3e1e4;
}

.hover\:text-secondary-light:hover, .text-secondary-light {
    color: #f2938c;
}

.hover\:text-secondary:hover, .text-secondary {
    color: #d83933;
}

.hover\:text-secondary-vivid:hover, .text-secondary-vivid {
    color: #e41d3d;
}

.hover\:text-secondary-dark:hover, .text-secondary-dark {
    color: #b50909;
}

.hover\:text-secondary-darker:hover, .text-secondary-darker {
    color: #8b0a03;
}

.hover\:text-accent-warm-darker:hover, .text-accent-warm-darker {
    color: #775540;
}

.hover\:text-accent-warm-dark:hover, .text-accent-warm-dark {
    color: #c05600;
}

.hover\:text-accent-warm:hover, .text-accent-warm {
    color: #fa9441;
}

.hover\:text-accent-warm-light:hover, .text-accent-warm-light {
    color: #ffbc78;
}

.hover\:text-accent-warm-lighter:hover, .text-accent-warm-lighter {
    color: #f2e4d4;
}

.hover\:text-accent-cool-darker:hover, .text-accent-cool-darker {
    color: #07648d;
}

.hover\:text-accent-cool-dark:hover, .text-accent-cool-dark {
    color: #28a0cb;
}

.hover\:text-accent-cool:hover, .text-accent-cool {
    color: #00bde3;
}

.hover\:text-accent-cool-light:hover, .text-accent-cool-light {
    color: #97d4ea;
}

.hover\:text-accent-cool-lighter:hover, .text-accent-cool-lighter {
    color: #e1f3f8;
}

.cursor-auto {
    cursor: auto;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-wait {
    cursor: wait;
}

.cursor-move {
    cursor: move;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.display-block {
    display: block;
}

.display-flex {
    display: flex;
}

.agency-header #block-opa-theme-breadcrumbs, .agency-header #search-placeholder form.agency-search-placeholder, .agency-homepage #block-opa-theme-local-tasks, .agency-homepage #breadcrumbs-container, .display-none {
    display: none;
}

.display-inline, .groups-sidebar .item-list ul li span a, .left-teaser-text p a {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.display-inline-flex, .event-page .event-page--description .event-page--tag__set .event-page--tags > div.field--name-field-event-tags {
    display: inline-flex;
}

.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
}

.display-table-row {
    display: table-row;
}

.flex-1 {
    flex: 1 1 0%
}

.flex-2 {
    flex: 2 1 0%
}

.flex-3 {
    flex: 3 1 0%
}

.flex-4 {
    flex: 4 1 0%
}

.flex-5 {
    flex: 5 1 0%
}

.flex-6 {
    flex: 6 1 0%
}

.flex-7 {
    flex: 7 1 0%
}

.flex-8 {
    flex: 8 1 0%
}

.flex-9 {
    flex: 9 1 0%
}

.flex-10 {
    flex: 10 1 0%
}

.flex-11 {
    flex: 11 1 0%
}

.flex-12 {
    flex: 12 1 0%
}

.flex-fill {
    flex: 1 1 0%
}

.flex-auto, .paragraph--type--row.centered_content .field--name-field-bundles > div {
    flex: 0 1 auto;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-no-wrap {
    flex-wrap: nowrap;
}

.float-left {
    float: left;
}

.float-none {
    float: none;
}

.float-right {
    float: right;
}

.font-mono-3xs {
    font-size: .77rem;
}

.font-mono-2xs {
    font-size: .83rem;
}

.font-mono-xs {
    font-size: .89rem;
}

.font-mono-sm {
    font-size: .95rem;
}

.font-mono-md {
    font-size: 1.01rem;
}

.font-mono-lg {
    font-size: 1.31rem;
}

.font-mono-xl {
    font-size: 1.91rem;
}

.font-mono-2xl {
    font-size: 2.38rem;
}

.font-mono-3xl {
    font-size: 2.86rem;
}

.font-sans-3xs {
    font-size: .87rem;
}

.font-sans-2xs {
    font-size: .93rem;
}

.font-sans-xs {
    font-size: 1rem;
}

.font-sans-sm {
    font-size: 1.06rem;
}

.font-sans-md {
    font-size: 1.13rem;
}

.font-sans-lg {
    font-size: 1.46rem;
}

.font-sans-xl {
    font-size: 2.13rem;
}

.font-sans-2xl {
    font-size: 2.66rem;
}

.font-sans-3xl {
    font-size: 3.19rem;
}

.font-serif-3xs {
    font-size: .79rem;
}

.font-serif-2xs {
    font-size: .85rem;
}

.font-serif-xs {
    font-size: .91rem;
}

.font-serif-sm {
    font-size: .98rem;
}

.font-serif-md {
    font-size: 1.04rem;
}

.font-serif-lg {
    font-size: 1.34rem;
}

.font-serif-xl {
    font-size: 1.95rem;
}

.font-serif-2xl {
    font-size: 2.44rem;
}

.font-serif-3xl {
    font-size: 2.93rem;
}

.font-heading-3xs {
    font-size: .79rem;
}

.font-heading-2xs {
    font-size: .85rem;
}

.font-heading-xs {
    font-size: .91rem;
}

.font-heading-sm {
    font-size: .98rem;
}

.font-heading-md {
    font-size: 1.04rem;
}

.font-heading-lg {
    font-size: 1.34rem;
}

.font-heading-xl {
    font-size: 1.95rem;
}

.font-heading-2xl {
    font-size: 2.44rem;
}

.font-heading-3xl {
    font-size: 2.93rem;
}

.font-body-3xs {
    font-size: .87rem;
}

.font-body-2xs {
    font-size: .93rem;
}

.font-body-xs {
    font-size: 1rem;
}

.font-body-sm {
    font-size: 1.06rem;
}

.font-body-md {
    font-size: 1.13rem;
}

.font-body-lg {
    font-size: 1.46rem;
}

.font-body-xl {
    font-size: 2.13rem;
}

.font-body-2xl {
    font-size: 2.66rem;
}

.font-body-3xl {
    font-size: 3.19rem;
}

.font-code-3xs {
    font-size: .77rem;
}

.font-code-2xs {
    font-size: .83rem;
}

.font-code-xs {
    font-size: .89rem;
}

.font-code-sm {
    font-size: .95rem;
}

.font-code-md {
    font-size: 1.01rem;
}

.font-code-lg {
    font-size: 1.31rem;
}

.font-code-xl {
    font-size: 1.91rem;
}

.font-code-2xl {
    font-size: 2.38rem;
}

.font-code-3xl {
    font-size: 2.86rem;
}

.font-alt-3xs {
    font-size: .79rem;
}

.font-alt-2xs {
    font-size: .85rem;
}

.font-alt-xs {
    font-size: .91rem;
}

.font-alt-sm {
    font-size: .98rem;
}

.font-alt-md {
    font-size: 1.04rem;
}

.font-alt-lg {
    font-size: 1.34rem;
}

.font-alt-xl {
    font-size: 1.95rem;
}

.font-alt-2xl {
    font-size: 2.44rem;
}

.font-alt-3xl {
    font-size: 2.93rem;
}

.font-ui-3xs {
    font-size: .87rem;
}

.font-ui-2xs {
    font-size: .93rem;
}

#tfa-entry-form legend, .font-ui-xs {
    font-size: 1rem;
}

.font-ui-sm {
    font-size: 1.06rem;
}

.font-ui-md {
    font-size: 1.13rem;
}

.font-ui-lg {
    font-size: 1.46rem;
}

.font-ui-xl {
    font-size: 2.13rem;
}

.font-ui-2xl {
    font-size: 2.66rem;
}

.font-ui-3xl {
    font-size: 3.19rem;
}

.font-family-mono {
    font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

.font-family-sans {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.font-family-serif {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

.font-family-ui {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.font-family-heading {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

.font-family-body {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.font-family-code {
    font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}

.font-family-alt {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}

.text-tabular {
    font-feature-settings: "tnum" 1, "kern" 1;
}

.text-no-tabular {
    font-feature-settings: "kern" 1;
}

.text-italic {
    font-style: italic;
}

.text-no-italic {
    font-style: normal;
}

.text-light {
    font-weight: 300;
}

.content-moderation-entity-moderation-form #edit-current label, .text-normal {
    font-weight: 400;
}

.ebsa-guidance span, .text-bold {
    font-weight: 700;
}

.height-1px {
    height: 1px;
}

.height-2px {
    height: 2px;
}

.height-05 {
    height: .25rem;
}

.height-1 {
    height: .5rem;
}

.height-105 {
    height: .75rem;
}

.height-2 {
    height: 1rem;
}

.height-205 {
    height: 1.25rem;
}

.height-3 {
    height: 1.5rem;
}

.height-4 {
    height: 2rem;
}

.height-5 {
    height: 2.5rem;
}

.height-6 {
    height: 3rem;
}

.height-7 {
    height: 3.5rem;
}

.height-8 {
    height: 4rem;
}

.height-9 {
    height: 4.5rem;
}

.height-10 {
    height: 5rem;
}

.height-15 {
    height: 7.5rem;
}

.height-card {
    height: 10rem;
}

.height-card-lg {
    height: 15rem;
}

.height-mobile {
    height: 20rem;
}

.height-0 {
    height: 0;
}

.height-auto {
    height: auto;
}

.height-full {
    height: 100%
}

.height-viewport {
    height: 100vh;
}

.flex-justify-center {
    justify-content: center;
}

.flex-justify-start {
    justify-content: flex-start;
}

.flex-justify-end {
    justify-content: flex-end;
}

.flex-justify {
    justify-content: space-between;
}

.left-1px {
    left: 1px;
}

.left-2px {
    left: 2px;
}

.left-05 {
    left: .25rem;
}

.left-1 {
    left: .5rem;
}

.left-105 {
    left: .75rem;
}

.left-2 {
    left: 1rem;
}

.left-205 {
    left: 1.25rem;
}

.left-3 {
    left: 1.5rem;
}

.left-neg-1px {
    left: -1px;
}

.left-neg-2px {
    left: -2px;
}

.left-neg-05 {
    left: -.25rem;
}

.left-neg-1 {
    left: -.5rem;
}

.left-neg-105 {
    left: -.75rem;
}

.left-neg-2 {
    left: -1rem;
}

.left-neg-205 {
    left: -1.25rem;
}

.left-neg-3 {
    left: -1.5rem;
}

.left-0 {
    left: 0;
}

.left-auto {
    left: auto;
}

.text-ls-auto {
    letter-spacing: initial;
}

.text-ls-neg-3 {
    letter-spacing: -.03em;
}

.text-ls-neg-2 {
    letter-spacing: -.02em;
}

.text-ls-neg-1 {
    letter-spacing: -.01em;
}

.text-ls-1 {
    letter-spacing: .025em;
}

.text-ls-2 {
    letter-spacing: .1em;
}

.text-ls-3 {
    letter-spacing: .15em;
}

.line-height-sans-1 {
    line-height: .9;
}

.line-height-sans-2 {
    line-height: 1.1;
}

.line-height-sans-3 {
    line-height: 1.3;
}

.line-height-sans-4 {
    line-height: 1.4;
}

.line-height-sans-5 {
    line-height: 1.5;
}

.line-height-sans-6 {
    line-height: 1.6;
}

.line-height-serif-1 {
    line-height: 1;
}

.line-height-serif-2 {
    line-height: 1.2;
}

.line-height-serif-3 {
    line-height: 1.4;
}

.line-height-serif-4 {
    line-height: 1.5;
}

.line-height-serif-5 {
    line-height: 1.7;
}

.line-height-serif-6 {
    line-height: 1.8;
}

.line-height-mono-1 {
    line-height: 1;
}

.line-height-mono-2 {
    line-height: 1.3;
}

.line-height-mono-3 {
    line-height: 1.4;
}

.line-height-mono-4 {
    line-height: 1.6;
}

.line-height-mono-5 {
    line-height: 1.7;
}

.line-height-mono-6 {
    line-height: 1.8;
}

.line-height-heading-1 {
    line-height: 1;
}

.line-height-heading-2 {
    line-height: 1.2;
}

.line-height-heading-3 {
    line-height: 1.4;
}

.line-height-heading-4 {
    line-height: 1.5;
}

.line-height-heading-5 {
    line-height: 1.7;
}

.line-height-heading-6 {
    line-height: 1.8;
}

.line-height-ui-1 {
    line-height: .9;
}

.line-height-ui-2 {
    line-height: 1.1;
}

.line-height-ui-3 {
    line-height: 1.3;
}

.line-height-ui-4 {
    line-height: 1.4;
}

.line-height-ui-5 {
    line-height: 1.5;
}

.line-height-ui-6 {
    line-height: 1.6;
}

.line-height-body-1 {
    line-height: .9;
}

.line-height-body-2 {
    line-height: 1.1;
}

.line-height-body-3 {
    line-height: 1.3;
}

.line-height-body-4 {
    line-height: 1.4;
}

.line-height-body-5 {
    line-height: 1.5;
}

.line-height-body-6 {
    line-height: 1.6;
}

.line-height-code-1 {
    line-height: 1;
}

.line-height-code-2 {
    line-height: 1.3;
}

.line-height-code-3 {
    line-height: 1.4;
}

.line-height-code-4 {
    line-height: 1.6;
}

.line-height-code-5 {
    line-height: 1.7;
}

.line-height-code-6 {
    line-height: 1.8;
}

.basic-page .basic-title-banner-title-container h1, .line-height-alt-1 {
    line-height: 1;
}

.line-height-alt-2 {
    line-height: 1.2;
}

.line-height-alt-3 {
    line-height: 1.4;
}

.line-height-alt-4 {
    line-height: 1.5;
}

.line-height-alt-5 {
    line-height: 1.7;
}

.line-height-alt-6 {
    line-height: 1.8;
}

.margin-neg-1px {
    margin: -1px;
}

.margin-neg-2px {
    margin: -2px;
}

.margin-neg-05 {
    margin: -.25rem;
}

.margin-neg-1 {
    margin: -.5rem;
}

.margin-neg-105 {
    margin: -.75rem;
}

.margin-neg-2 {
    margin: -1rem;
}

.margin-neg-205 {
    margin: -1.25rem;
}

.margin-neg-3 {
    margin: -1.5rem;
}

.margin-1px {
    margin: 1px;
}

.margin-2px {
    margin: 2px;
}

.margin-05 {
    margin: .25rem;
}

.margin-1 {
    margin: .5rem;
}

.margin-105 {
    margin: .75rem;
}

.margin-2 {
    margin: 1rem;
}

.margin-205 {
    margin: 1.25rem;
}

.margin-3 {
    margin: 1.5rem;
}

.margin-4 {
    margin: 2rem;
}

.margin-5 {
    margin: 2.5rem;
}

.margin-6 {
    margin: 3rem;
}

.margin-7 {
    margin: 3.5rem;
}

.margin-8 {
    margin: 4rem;
}

.margin-9 {
    margin: 4.5rem;
}

.margin-10 {
    margin: 5rem;
}

.margin-15 {
    margin: 7.5rem;
}

.margin-05em {
    margin: .5em;
}

.margin-1em {
    margin: 1em;
}

.margin-105em {
    margin: 1.5em;
}

.margin-2em {
    margin: 2em;
}

.agency-header #block-opa-theme-page-title h1, .agency-header .search .form .input-group-btn button[type=submit], .agency-header .secondarylinks-container .form .input-group-btn button[type=submit], .margin-0 {
    margin: 0;
}

.margin-y-1px {
    margin-bottom: 1px;
}

.margin-top-1px, .margin-y-1px {
    margin-top: 1px;
}

.margin-bottom-1px {
    margin-bottom: 1px;
}

.margin-y-2px {
    margin-bottom: 2px;
}

.margin-top-2px, .margin-y-2px {
    margin-top: 2px;
}

.margin-bottom-2px {
    margin-bottom: 2px;
}

.margin-y-05 {
    margin-bottom: .25rem;
}

.margin-top-05, .margin-y-05 {
    margin-top: .25rem;
}

.margin-bottom-05 {
    margin-bottom: .25rem;
}

.margin-y-1 {
    margin-bottom: .5rem;
}

.margin-top-1, .margin-y-1 {
    margin-top: .5rem;
}

.margin-bottom-1 {
    margin-bottom: .5rem;
}

.margin-y-105 {
    margin-bottom: .75rem;
}

.margin-top-105, .margin-y-105 {
    margin-top: .75rem;
}

.margin-bottom-105 {
    margin-bottom: .75rem;
}

.margin-y-2 {
    margin-bottom: 1rem;
}

.margin-top-2, .margin-y-2 {
    margin-top: 1rem;
}

.margin-bottom-2 {
    margin-bottom: 1rem;
}

.margin-y-205 {
    margin-bottom: 1.25rem;
}

.margin-top-205, .margin-y-205 {
    margin-top: 1.25rem;
}

.margin-bottom-205 {
    margin-bottom: 1.25rem;
}

.margin-y-3 {
    margin-bottom: 1.5rem;
}

.margin-top-3, .margin-y-3 {
    margin-top: 1.5rem;
}

.margin-bottom-3 {
    margin-bottom: 1.5rem;
}

.margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
}

.margin-top-neg-1px {
    margin-top: -1px;
}

.margin-bottom-neg-1px {
    margin-bottom: -1px;
}

.margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
}

.margin-top-neg-2px {
    margin-top: -2px;
}

.margin-bottom-neg-2px {
    margin-bottom: -2px;
}

.margin-y-neg-05 {
    margin-bottom: -.25rem;
}

.margin-top-neg-05, .margin-y-neg-05 {
    margin-top: -.25rem;
}

.margin-bottom-neg-05 {
    margin-bottom: -.25rem;
}

.margin-y-neg-1 {
    margin-bottom: -.5rem;
}

.margin-top-neg-1, .margin-y-neg-1 {
    margin-top: -.5rem;
}

.margin-bottom-neg-1 {
    margin-bottom: -.5rem;
}

.margin-y-neg-105 {
    margin-bottom: -.75rem;
}

.margin-top-neg-105, .margin-y-neg-105 {
    margin-top: -.75rem;
}

.margin-bottom-neg-105 {
    margin-bottom: -.75rem;
}

.margin-y-neg-2 {
    margin-bottom: -1rem;
}

.margin-top-neg-2, .margin-y-neg-2 {
    margin-top: -1rem;
}

.margin-bottom-neg-2 {
    margin-bottom: -1rem;
}

.margin-y-neg-205 {
    margin-bottom: -1.25rem;
}

.margin-top-neg-205, .margin-y-neg-205 {
    margin-top: -1.25rem;
}

.margin-bottom-neg-205 {
    margin-bottom: -1.25rem;
}

.margin-y-neg-3 {
    margin-bottom: -1.5rem;
}

.margin-top-neg-3, .margin-y-neg-3 {
    margin-top: -1.5rem;
}

.margin-bottom-neg-3 {
    margin-bottom: -1.5rem;
}

.margin-y-4 {
    margin-bottom: 2rem;
}

.margin-top-4, .margin-y-4 {
    margin-top: 2rem;
}

.margin-bottom-4 {
    margin-bottom: 2rem;
}

.margin-y-5 {
    margin-bottom: 2.5rem;
}

.margin-top-5, .margin-y-5 {
    margin-top: 2.5rem;
}

.margin-bottom-5 {
    margin-bottom: 2.5rem;
}

.margin-y-6 {
    margin-bottom: 3rem;
}

.margin-top-6, .margin-y-6 {
    margin-top: 3rem;
}

.margin-bottom-6 {
    margin-bottom: 3rem;
}

.margin-y-7 {
    margin-bottom: 3.5rem;
}

.margin-top-7, .margin-y-7 {
    margin-top: 3.5rem;
}

.margin-bottom-7 {
    margin-bottom: 3.5rem;
}

.margin-y-8 {
    margin-bottom: 4rem;
}

.margin-top-8, .margin-y-8 {
    margin-top: 4rem;
}

.margin-bottom-8 {
    margin-bottom: 4rem;
}

.margin-y-9 {
    margin-bottom: 4.5rem;
}

.margin-top-9, .margin-y-9 {
    margin-top: 4.5rem;
}

.margin-bottom-9 {
    margin-bottom: 4.5rem;
}

.margin-y-10 {
    margin-bottom: 5rem;
}

.margin-top-10, .margin-y-10 {
    margin-top: 5rem;
}

.margin-bottom-10 {
    margin-bottom: 5rem;
}

.margin-y-15 {
    margin-bottom: 7.5rem;
}

.margin-top-15, .margin-y-15 {
    margin-top: 7.5rem;
}

.margin-bottom-15 {
    margin-bottom: 7.5rem;
}

.margin-y-05em {
    margin-bottom: .5em;
}

.margin-top-05em, .margin-y-05em {
    margin-top: .5em;
}

.margin-bottom-05em {
    margin-bottom: .5em;
}

.margin-y-1em {
    margin-bottom: 1em;
}

.margin-top-1em, .margin-y-1em {
    margin-top: 1em;
}

.margin-bottom-1em {
    margin-bottom: 1em;
}

.margin-y-105em {
    margin-bottom: 1.5em;
}

.margin-top-105em, .margin-y-105em {
    margin-top: 1.5em;
}

.margin-bottom-105em {
    margin-bottom: 1.5em;
}

.margin-y-2em {
    margin-bottom: 2em;
}

.margin-top-2em, .margin-y-2em {
    margin-top: 2em;
}

.margin-bottom-2em {
    margin-bottom: 2em;
}

.margin-y-0 {
    margin-bottom: 0;
}

#ebsa-select-date-div label, .margin-top-0, .margin-y-0 {
    margin-top: 0;
}

.container.agency-name h2, .margin-bottom-0 {
    margin-bottom: 0;
}

.margin-y-auto {
    margin-bottom: auto;
}

.margin-top-auto, .margin-y-auto {
    margin-top: auto;
}

.margin-bottom-auto {
    margin-bottom: auto;
}

.margin-x-1px {
    margin-left: 1px;
}

.margin-right-1px, .margin-x-1px {
    margin-right: 1px;
}

.margin-left-1px {
    margin-left: 1px;
}

.margin-x-2px {
    margin-left: 2px;
}

.margin-right-2px, .margin-x-2px {
    margin-right: 2px;
}

.margin-left-2px {
    margin-left: 2px;
}

.margin-x-05 {
    margin-left: .25rem;
}

.margin-right-05, .margin-x-05 {
    margin-right: .25rem;
}

.margin-left-05 {
    margin-left: .25rem;
}

.margin-x-1 {
    margin-left: .5rem;
}

.margin-right-1, .margin-x-1 {
    margin-right: .5rem;
}

.margin-left-1 {
    margin-left: .5rem;
}

.margin-x-105 {
    margin-left: .75rem;
}

.margin-right-105, .margin-x-105 {
    margin-right: .75rem;
}

.margin-left-105 {
    margin-left: .75rem;
}

.margin-x-2 {
    margin-left: 1rem;
}

.event-page .event-page--description .event-page--tag__set .event-page--tags > div.field--name-field-event-tags .usa-tag, .margin-right-2, .margin-x-2 {
    margin-right: 1rem;
}

.margin-left-2 {
    margin-left: 1rem;
}

.margin-x-205 {
    margin-left: 1.25rem;
}

.margin-right-205, .margin-x-205 {
    margin-right: 1.25rem;
}

.margin-left-205 {
    margin-left: 1.25rem;
}

.margin-x-3 {
    margin-left: 1.5rem;
}

.margin-right-3, .margin-x-3 {
    margin-right: 1.5rem;
}

.margin-left-3 {
    margin-left: 1.5rem;
}

.margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
}

.margin-right-neg-1px {
    margin-right: -1px;
}

.margin-left-neg-1px {
    margin-left: -1px;
}

.margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
}

.margin-right-neg-2px {
    margin-right: -2px;
}

.margin-left-neg-2px {
    margin-left: -2px;
}

.margin-x-neg-05 {
    margin-left: -.25rem;
}

.margin-right-neg-05, .margin-x-neg-05 {
    margin-right: -.25rem;
}

.margin-left-neg-05 {
    margin-left: -.25rem;
}

.margin-x-neg-1 {
    margin-left: -.5rem;
}

.margin-right-neg-1, .margin-x-neg-1 {
    margin-right: -.5rem;
}

.margin-left-neg-1 {
    margin-left: -.5rem;
}

.margin-x-neg-105 {
    margin-left: -.75rem;
}

.margin-right-neg-105, .margin-x-neg-105 {
    margin-right: -.75rem;
}

.margin-left-neg-105 {
    margin-left: -.75rem;
}

.margin-x-neg-2 {
    margin-left: -1rem;
}

.margin-right-neg-2, .margin-x-neg-2 {
    margin-right: -1rem;
}

.margin-left-neg-2 {
    margin-left: -1rem;
}

.margin-x-neg-205 {
    margin-left: -1.25rem;
}

.margin-right-neg-205, .margin-x-neg-205 {
    margin-right: -1.25rem;
}

.margin-left-neg-205 {
    margin-left: -1.25rem;
}

.margin-x-neg-3 {
    margin-left: -1.5rem;
}

.margin-right-neg-3, .margin-x-neg-3 {
    margin-right: -1.5rem;
}

.margin-left-neg-3 {
    margin-left: -1.5rem;
}

.margin-x-4 {
    margin-left: 2rem;
}

.margin-right-4, .margin-x-4 {
    margin-right: 2rem;
}

.margin-left-4 {
    margin-left: 2rem;
}

.margin-x-5 {
    margin-left: 2.5rem;
}

.margin-right-5, .margin-x-5 {
    margin-right: 2.5rem;
}

.margin-left-5 {
    margin-left: 2.5rem;
}

.margin-x-6 {
    margin-left: 3rem;
}

.margin-right-6, .margin-x-6 {
    margin-right: 3rem;
}

.margin-left-6 {
    margin-left: 3rem;
}

.margin-x-7 {
    margin-left: 3.5rem;
}

.margin-right-7, .margin-x-7 {
    margin-right: 3.5rem;
}

.margin-left-7 {
    margin-left: 3.5rem;
}

.margin-x-8 {
    margin-left: 4rem;
}

.margin-right-8, .margin-x-8 {
    margin-right: 4rem;
}

.margin-left-8 {
    margin-left: 4rem;
}

.margin-x-9 {
    margin-left: 4.5rem;
}

.margin-right-9, .margin-x-9 {
    margin-right: 4.5rem;
}

.margin-left-9 {
    margin-left: 4.5rem;
}

.margin-x-10 {
    margin-left: 5rem;
}

.margin-right-10, .margin-x-10 {
    margin-right: 5rem;
}

.margin-left-10 {
    margin-left: 5rem;
}

.margin-x-15 {
    margin-left: 7.5rem;
}

.margin-right-15, .margin-x-15 {
    margin-right: 7.5rem;
}

.margin-left-15 {
    margin-left: 7.5rem;
}

.margin-x-card {
    margin-left: 10rem;
}

.margin-right-card, .margin-x-card {
    margin-right: 10rem;
}

.margin-left-card {
    margin-left: 10rem;
}

.margin-x-card-lg {
    margin-left: 15rem;
}

.margin-right-card-lg, .margin-x-card-lg {
    margin-right: 15rem;
}

.margin-left-card-lg {
    margin-left: 15rem;
}

.margin-x-mobile {
    margin-left: 20rem;
}

.margin-right-mobile, .margin-x-mobile {
    margin-right: 20rem;
}

.margin-left-mobile {
    margin-left: 20rem;
}

.margin-x-05em {
    margin-left: .5em;
}

.margin-right-05em, .margin-x-05em {
    margin-right: .5em;
}

.margin-left-05em {
    margin-left: .5em;
}

.margin-x-1em {
    margin-left: 1em;
}

.margin-right-1em, .margin-x-1em {
    margin-right: 1em;
}

.margin-left-1em {
    margin-left: 1em;
}

.margin-x-105em {
    margin-left: 1.5em;
}

.margin-right-105em, .margin-x-105em {
    margin-right: 1.5em;
}

.margin-left-105em {
    margin-left: 1.5em;
}

.margin-x-2em {
    margin-left: 2em;
}

.margin-right-2em, .margin-x-2em {
    margin-right: 2em;
}

.margin-left-2em {
    margin-left: 2em;
}

.margin-x-0 {
    margin-left: 0;
}

.margin-right-0, .margin-x-0 {
    margin-right: 0;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-x-auto {
    margin-left: auto;
}

.margin-right-auto, .margin-x-auto {
    margin-right: auto;
}

.margin-left-auto {
    margin-left: auto;
}

.maxh-05 {
    max-height: .25rem;
}

.maxh-1 {
    max-height: .5rem;
}

.maxh-105 {
    max-height: .75rem;
}

.maxh-2 {
    max-height: 1rem;
}

.maxh-205 {
    max-height: 1.25rem;
}

.maxh-3 {
    max-height: 1.5rem;
}

.maxh-4 {
    max-height: 2rem;
}

.maxh-5 {
    max-height: 2.5rem;
}

.maxh-6 {
    max-height: 3rem;
}

.maxh-7 {
    max-height: 3.5rem;
}

.maxh-8 {
    max-height: 4rem;
}

.maxh-9 {
    max-height: 4.5rem;
}

.maxh-10 {
    max-height: 5rem;
}

.maxh-15 {
    max-height: 7.5rem;
}

.maxh-card {
    max-height: 10rem;
}

.maxh-card-lg {
    max-height: 15rem;
}

.maxh-mobile {
    max-height: 20rem;
}

.maxh-mobile-lg {
    max-height: 30rem;
}

.maxh-tablet {
    max-height: 40rem;
}

.maxh-tablet-lg {
    max-height: 55rem;
}

.maxh-none {
    max-height: none;
}

.maxh-viewport {
    max-height: 100vh;
}

.maxw-05 {
    max-width: .25rem;
}

.maxw-1 {
    max-width: .5rem;
}

.maxw-105 {
    max-width: .75rem;
}

.maxw-2 {
    max-width: 1rem;
}

.maxw-205 {
    max-width: 1.25rem;
}

.maxw-3 {
    max-width: 1.5rem;
}

.maxw-4 {
    max-width: 2rem;
}

.maxw-5 {
    max-width: 2.5rem;
}

.maxw-6 {
    max-width: 3rem;
}

.maxw-7 {
    max-width: 3.5rem;
}

.maxw-8 {
    max-width: 4rem;
}

.maxw-9 {
    max-width: 4.5rem;
}

.maxw-10 {
    max-width: 5rem;
}

.maxw-15 {
    max-width: 7.5rem;
}

.maxw-card {
    max-width: 10rem;
}

.maxw-card-lg {
    max-width: 15rem;
}

.maxw-mobile {
    max-width: 20rem;
}

.maxw-mobile-lg {
    max-width: 30rem;
}

.maxw-tablet {
    max-width: 40rem;
}

.maxw-tablet-lg {
    max-width: 55rem;
}

.maxw-desktop {
    max-width: 64rem;
}

.maxw-desktop-lg {
    max-width: 75rem;
}

.maxw-widescreen {
    max-width: 87.5rem;
}

.maxw-none {
    max-width: none;
}

.agency-header header, .maxw-full {
    max-width: 100%
}

.measure-1 {
    max-width: 44ex;
}

.measure-2 {
    max-width: 60ex;
}

.measure-3 {
    max-width: 64ex;
}

.measure-4 {
    max-width: 68ex;
}

.measure-5 {
    max-width: 72ex;
}

.measure-6 {
    max-width: 88ex;
}

.measure-none {
    max-width: none;
}

.minh-1px {
    min-height: 1px;
}

.minh-2px {
    min-height: 2px;
}

.minh-05 {
    min-height: .25rem;
}

.minh-1 {
    min-height: .5rem;
}

.minh-105 {
    min-height: .75rem;
}

.minh-2 {
    min-height: 1rem;
}

.minh-205 {
    min-height: 1.25rem;
}

.minh-3 {
    min-height: 1.5rem;
}

.minh-4 {
    min-height: 2rem;
}

.minh-5 {
    min-height: 2.5rem;
}

.minh-6 {
    min-height: 3rem;
}

.minh-7 {
    min-height: 3.5rem;
}

.minh-8 {
    min-height: 4rem;
}

.minh-9 {
    min-height: 4.5rem;
}

.minh-10 {
    min-height: 5rem;
}

.minh-15 {
    min-height: 7.5rem;
}

.minh-card {
    min-height: 10rem;
}

.minh-card-lg {
    min-height: 15rem;
}

.minh-mobile {
    min-height: 20rem;
}

.minh-mobile-lg {
    min-height: 30rem;
}

.minh-tablet {
    min-height: 40rem;
}

.minh-tablet-lg {
    min-height: 55rem;
}

.minh-0 {
    min-height: 0;
}

.minh-full {
    min-height: 100%
}

.minh-viewport {
    min-height: 100vh;
}

.minw-05 {
    min-width: .25rem;
}

.minw-1 {
    min-width: .5rem;
}

.minw-105 {
    min-width: .75rem;
}

.minw-2 {
    min-width: 1rem;
}

.minw-205 {
    min-width: 1.25rem;
}

.minw-3 {
    min-width: 1.5rem;
}

.minw-4 {
    min-width: 2rem;
}

.minw-5 {
    min-width: 2.5rem;
}

.minw-6 {
    min-width: 3rem;
}

.minw-7 {
    min-width: 3.5rem;
}

.minw-8 {
    min-width: 4rem;
}

.minw-9 {
    min-width: 4.5rem;
}

.minw-10 {
    min-width: 5rem;
}

.minw-15 {
    min-width: 7.5rem;
}

.minw-0 {
    min-width: 0;
}

.opacity-0 {
    opacity: 0;
}

.opacity-10 {
    opacity: .1;
}

.opacity-20 {
    opacity: .2;
}

.opacity-30 {
    opacity: .3;
}

.opacity-40 {
    opacity: .4;
}

.opacity-50 {
    opacity: .5;
}

.opacity-60 {
    opacity: .6;
}

.opacity-70 {
    opacity: .7;
}

.opacity-80 {
    opacity: .8;
}

.opacity-90 {
    opacity: .9;
}

.opacity-100 {
    opacity: 1;
}

.order-first {
    order: -1;
}

.order-last {
    order: 999;
}

.order-initial {
    order: initial;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.outline-1px {
    outline: 1px solid;
}

.outline-2px {
    outline: 2px solid;
}

.outline-0 {
    outline: 0 solid;
}

.outline-05 {
    outline: .25rem solid;
}

.outline-transparent {
    outline-color: transparent;
}

.outline-black {
    outline-color: #000;
}

.outline-white {
    outline-color: #fff;
}

.outline-red {
    outline-color: #e52207;
}

.outline-orange {
    outline-color: #e66f0e;
}

.outline-gold {
    outline-color: #ffbe2e;
}

.outline-yellow {
    outline-color: #fee685;
}

.outline-green {
    outline-color: #538200;
}

.outline-mint {
    outline-color: #04c585;
}

.outline-cyan {
    outline-color: #009ec1;
}

.outline-blue {
    outline-color: #0076d6;
}

.outline-indigo {
    outline-color: #676cc8;
}

.outline-violet {
    outline-color: #8168b3;
}

.outline-magenta {
    outline-color: #d72d79;
}

.outline-gray-5 {
    outline-color: #f0f0f0;
}

.outline-gray-10 {
    outline-color: #e6e6e6;
}

.outline-gray-30 {
    outline-color: #adadad;
}

.outline-gray-50 {
    outline-color: #757575;
}

.outline-gray-70 {
    outline-color: #454545;
}

.outline-gray-90 {
    outline-color: #1b1b1b;
}

.outline-base-lightest {
    outline-color: #f0f0f0;
}

.outline-base-lighter {
    outline-color: #dfe1e2;
}

.outline-base-light {
    outline-color: #a9aeb1;
}

.outline-base {
    outline-color: #71767a;
}

.outline-base-dark {
    outline-color: #565c65;
}

.outline-base-darker {
    outline-color: #3d4551;
}

.outline-base-darkest, .outline-ink {
    outline-color: #1b1b1b;
}

.outline-primary-lighter {
    outline-color: #d9e8f6;
}

.outline-primary-light {
    outline-color: #73b3e7;
}

.outline-primary {
    outline-color: #005ea2;
}

.outline-primary-vivid {
    outline-color: #0050d8;
}

.outline-primary-dark {
    outline-color: #1a4480;
}

.outline-primary-darker {
    outline-color: #162e51;
}

.outline-secondary-lighter {
    outline-color: #f3e1e4;
}

.outline-secondary-light {
    outline-color: #f2938c;
}

.outline-secondary {
    outline-color: #d83933;
}

.outline-secondary-vivid {
    outline-color: #e41d3d;
}

.outline-secondary-dark {
    outline-color: #b50909;
}

.outline-secondary-darker {
    outline-color: #8b0a03;
}

.outline-accent-warm-darker {
    outline-color: #775540;
}

.outline-accent-warm-dark {
    outline-color: #c05600;
}

.outline-accent-warm {
    outline-color: #fa9441;
}

.outline-accent-warm-light {
    outline-color: #ffbc78;
}

.outline-accent-warm-lighter {
    outline-color: #f2e4d4;
}

.outline-accent-cool-darker {
    outline-color: #07648d;
}

.outline-accent-cool-dark {
    outline-color: #28a0cb;
}

.outline-accent-cool {
    outline-color: #00bde3;
}

.outline-accent-cool-light {
    outline-color: #97d4ea;
}

.outline-accent-cool-lighter {
    outline-color: #e1f3f8;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-auto, table {
    overflow: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-visible {
    overflow: visible;
}

.overflow-y-visible {
    overflow-y: visible;
}

.overflow-x-visible {
    overflow-x: visible;
}

.padding-1px {
    padding: 1px;
}

.padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
}

.padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
}

.padding-top-1px {
    padding-top: 1px;
}

.padding-right-1px {
    padding-right: 1px;
}

.padding-bottom-1px {
    padding-bottom: 1px;
}

.padding-left-1px {
    padding-left: 1px;
}

.padding-2px {
    padding: 2px;
}

.padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
}

.padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
}

.padding-top-2px {
    padding-top: 2px;
}

.padding-right-2px {
    padding-right: 2px;
}

.padding-bottom-2px {
    padding-bottom: 2px;
}

.padding-left-2px {
    padding-left: 2px;
}

.padding-05 {
    padding: .25rem;
}

.padding-y-05 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.padding-x-05 {
    padding-left: .25rem;
    padding-right: .25rem;
}

.padding-top-05 {
    padding-top: .25rem;
}

.padding-right-05 {
    padding-right: .25rem;
}

.padding-bottom-05 {
    padding-bottom: .25rem;
}

.padding-left-05 {
    padding-left: .25rem;
}

.padding-1 {
    padding: .5rem;
}

.padding-y-1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.padding-x-1 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.padding-top-1 {
    padding-top: .5rem;
}

.padding-right-1 {
    padding-right: .5rem;
}

.padding-bottom-1 {
    padding-bottom: .5rem;
}

.padding-left-1 {
    padding-left: .5rem;
}

.padding-105 {
    padding: .75rem;
}

.padding-y-105 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.padding-x-105 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.padding-top-105 {
    padding-top: .75rem;
}

.padding-right-105 {
    padding-right: .75rem;
}

.padding-bottom-105 {
    padding-bottom: .75rem;
}

.padding-left-105 {
    padding-left: .75rem;
}

.padding-2 {
    padding: 1rem;
}

.padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.padding-top-2 {
    padding-top: 1rem;
}

.padding-right-2 {
    padding-right: 1rem;
}

.padding-bottom-2 {
    padding-bottom: 1rem;
}

.padding-left-2 {
    padding-left: 1rem;
}

.padding-205 {
    padding: 1.25rem;
}

.padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.padding-top-205 {
    padding-top: 1.25rem;
}

.padding-right-205 {
    padding-right: 1.25rem;
}

.padding-bottom-205 {
    padding-bottom: 1.25rem;
}

.padding-left-205 {
    padding-left: 1.25rem;
}

.padding-3 {
    padding: 1.5rem;
}

.padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.padding-top-3 {
    padding-top: 1.5rem;
}

.padding-right-3 {
    padding-right: 1.5rem;
}

.padding-bottom-3 {
    padding-bottom: 1.5rem;
}

.padding-left-3 {
    padding-left: 1.5rem;
}

.padding-4 {
    padding: 2rem;
}

.padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.padding-top-4 {
    padding-top: 2rem;
}

.padding-right-4 {
    padding-right: 2rem;
}

.padding-bottom-4 {
    padding-bottom: 2rem;
}

.padding-left-4 {
    padding-left: 2rem;
}

.padding-5 {
    padding: 2.5rem;
}

.padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.padding-top-5 {
    padding-top: 2.5rem;
}

.padding-right-5 {
    padding-right: 2.5rem;
}

.padding-bottom-5 {
    padding-bottom: 2.5rem;
}

.padding-left-5 {
    padding-left: 2.5rem;
}

.padding-6 {
    padding: 3rem;
}

.padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.padding-top-6 {
    padding-top: 3rem;
}

.padding-right-6 {
    padding-right: 3rem;
}

.padding-bottom-6 {
    padding-bottom: 3rem;
}

.padding-left-6 {
    padding-left: 3rem;
}

.padding-7 {
    padding: 3.5rem;
}

.padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.padding-top-7 {
    padding-top: 3.5rem;
}

.padding-right-7 {
    padding-right: 3.5rem;
}

.padding-bottom-7 {
    padding-bottom: 3.5rem;
}

.padding-left-7 {
    padding-left: 3.5rem;
}

.padding-8 {
    padding: 4rem;
}

.padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.padding-top-8 {
    padding-top: 4rem;
}

.padding-right-8 {
    padding-right: 4rem;
}

.padding-bottom-8 {
    padding-bottom: 4rem;
}

.padding-left-8 {
    padding-left: 4rem;
}

.padding-9 {
    padding: 4.5rem;
}

.padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}

.padding-top-9 {
    padding-top: 4.5rem;
}

.padding-right-9 {
    padding-right: 4.5rem;
}

.padding-bottom-9 {
    padding-bottom: 4.5rem;
}

.padding-left-9 {
    padding-left: 4.5rem;
}

.padding-10 {
    padding: 5rem;
}

.padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.padding-top-10 {
    padding-top: 5rem;
}

.padding-right-10 {
    padding-right: 5rem;
}

.padding-bottom-10 {
    padding-bottom: 5rem;
}

.padding-left-10 {
    padding-left: 5rem;
}

.padding-15 {
    padding: 7.5rem;
}

.padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
}

.padding-top-15 {
    padding-top: 7.5rem;
}

.padding-right-15 {
    padding-right: 7.5rem;
}

.padding-bottom-15 {
    padding-bottom: 7.5rem;
}

.padding-left-15 {
    padding-left: 7.5rem;
}

.padding-0 {
    padding: 0;
}

.padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.padding-x-0 {
    padding-left: 0;
    padding-right: 0;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.pin-all {
    bottom: 0;
    top: 0;
}

.pin-all, .pin-x {
    left: 0;
    right: 0;
    position: absolute;
}

.pin-y {
    top: 0;
}

.pin-bottom, .pin-y {
    bottom: 0;
    position: absolute;
}

.pin-left {
    left: 0;
    position: absolute;
}

.pin-right {
    right: 0;
    position: absolute;
}

.pin-top {
    top: 0;
    position: absolute;
}

.pin-none {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    position: static;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.position-relative {
    position: relative;
}

.position-static {
    position: static;
}

.position-sticky {
    position: -webkit-sticky;
    position: sticky;
}

.right-1px {
    right: 1px;
}

.right-2px {
    right: 2px;
}

.right-05 {
    right: .25rem;
}

.right-1 {
    right: .5rem;
}

.right-105 {
    right: .75rem;
}

.right-2 {
    right: 1rem;
}

.right-205 {
    right: 1.25rem;
}

.right-3 {
    right: 1.5rem;
}

.right-neg-1px {
    right: -1px;
}

.right-neg-2px {
    right: -2px;
}

.right-neg-05 {
    right: -.25rem;
}

.right-neg-1 {
    right: -.5rem;
}

.right-neg-105 {
    right: -.75rem;
}

.right-neg-2 {
    right: -1rem;
}

.right-neg-205 {
    right: -1.25rem;
}

.right-neg-3 {
    right: -1.5rem;
}

.right-0 {
    right: 0;
}

.right-auto {
    right: auto;
}

.square-1px {
    height: 1px;
    width: 1px;
}

.square-2px {
    height: 2px;
    width: 2px;
}

.square-05 {
    height: .25rem;
    width: .25rem;
}

.square-1 {
    height: .5rem;
    width: .5rem;
}

.square-105 {
    height: .75rem;
    width: .75rem;
}

.square-2 {
    height: 1rem;
    width: 1rem;
}

.square-205 {
    height: 1.25rem;
    width: 1.25rem;
}

.square-3 {
    height: 1.5rem;
    width: 1.5rem;
}

.square-4 {
    height: 2rem;
    width: 2rem;
}

.square-5 {
    height: 2.5rem;
    width: 2.5rem;
}

.square-6 {
    height: 3rem;
    width: 3rem;
}

.square-7 {
    height: 3.5rem;
    width: 3.5rem;
}

.square-8 {
    height: 4rem;
    width: 4rem;
}

.square-9 {
    height: 4.5rem;
    width: 4.5rem;
}

.square-10 {
    height: 5rem;
    width: 5rem;
}

.square-15 {
    height: 7.5rem;
    width: 7.5rem;
}

.square-card {
    height: 10rem;
    width: 10rem;
}

.square-card-lg {
    height: 15rem;
    width: 15rem;
}

.square-mobile {
    height: 20rem;
    width: 20rem;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;
}

.hover\:text-strike:hover, .text-strike {
    text-decoration: line-through;
}

.hover\:text-underline:hover, .text-underline, .views-field-field-exp-good-description-1 .ilab-summary-div ul li a .fa-file-pdf-o:hover, .views-field-field-good-description .ilab-summary-div ul li a .fa-file-pdf-o:hover, .views-field-field-naalc-summary .ilab-summary-div ul li a .fa-file-pdf-o:hover, .views-field-field-project-summary .ilab-summary-div ul li a .fa-file-pdf-o:hover, .views-field-field-research-summary .ilab-summary-div ul li a .fa-file-pdf-o:hover {
    text-decoration: underline;
}

.agency-header header .cd-header-buttons a, .hover\:text-no-strike:hover, .hover\:text-no-underline:hover, .text-no-strike, .text-no-underline {
    text-decoration: none;
}

.hover\:underline-red:hover, .underline-red {
    -webkit-text-decoration-color: #e52207;
    text-decoration-color: #e52207;
}

.hover\:underline-orange:hover, .underline-orange {
    -webkit-text-decoration-color: #e66f0e;
    text-decoration-color: #e66f0e;
}

.hover\:underline-gold:hover, .underline-gold {
    -webkit-text-decoration-color: #ffbe2e;
    text-decoration-color: #ffbe2e;
}

.hover\:underline-yellow:hover, .underline-yellow {
    -webkit-text-decoration-color: #fee685;
    text-decoration-color: #fee685;
}

.hover\:underline-green:hover, .underline-green {
    -webkit-text-decoration-color: #538200;
    text-decoration-color: #538200;
}

.hover\:underline-mint:hover, .underline-mint {
    -webkit-text-decoration-color: #04c585;
    text-decoration-color: #04c585;
}

.hover\:underline-cyan:hover, .underline-cyan {
    -webkit-text-decoration-color: #009ec1;
    text-decoration-color: #009ec1;
}

.hover\:underline-blue:hover, .underline-blue {
    -webkit-text-decoration-color: #0076d6;
    text-decoration-color: #0076d6;
}

.hover\:underline-indigo:hover, .underline-indigo {
    -webkit-text-decoration-color: #676cc8;
    text-decoration-color: #676cc8;
}

.hover\:underline-violet:hover, .underline-violet {
    -webkit-text-decoration-color: #8168b3;
    text-decoration-color: #8168b3;
}

.hover\:underline-magenta:hover, .underline-magenta {
    -webkit-text-decoration-color: #d72d79;
    text-decoration-color: #d72d79;
}

.hover\:underline-gray-5:hover, .underline-gray-5 {
    -webkit-text-decoration-color: #f0f0f0;
    text-decoration-color: #f0f0f0;
}

.hover\:underline-gray-10:hover, .underline-gray-10 {
    -webkit-text-decoration-color: #e6e6e6;
    text-decoration-color: #e6e6e6;
}

.hover\:underline-gray-30:hover, .underline-gray-30 {
    -webkit-text-decoration-color: #adadad;
    text-decoration-color: #adadad;
}

.hover\:underline-gray-50:hover, .underline-gray-50 {
    -webkit-text-decoration-color: #757575;
    text-decoration-color: #757575;
}

.hover\:underline-gray-70:hover, .underline-gray-70 {
    -webkit-text-decoration-color: #454545;
    text-decoration-color: #454545;
}

.hover\:underline-gray-90:hover, .underline-gray-90 {
    -webkit-text-decoration-color: #1b1b1b;
    text-decoration-color: #1b1b1b;
}

.hover\:underline-base-lightest:hover, .underline-base-lightest {
    -webkit-text-decoration-color: #f0f0f0;
    text-decoration-color: #f0f0f0;
}

.hover\:underline-base-lighter:hover, .underline-base-lighter {
    -webkit-text-decoration-color: #dfe1e2;
    text-decoration-color: #dfe1e2;
}

.hover\:underline-base-light:hover, .underline-base-light {
    -webkit-text-decoration-color: #a9aeb1;
    text-decoration-color: #a9aeb1;
}

.hover\:underline-base:hover, .underline-base {
    -webkit-text-decoration-color: #71767a;
    text-decoration-color: #71767a;
}

.hover\:underline-base-dark:hover, .underline-base-dark {
    -webkit-text-decoration-color: #565c65;
    text-decoration-color: #565c65;
}

.hover\:underline-base-darker:hover, .underline-base-darker {
    -webkit-text-decoration-color: #3d4551;
    text-decoration-color: #3d4551;
}

.hover\:underline-base-darkest:hover, .hover\:underline-ink:hover, .underline-base-darkest, .underline-ink {
    -webkit-text-decoration-color: #1b1b1b;
    text-decoration-color: #1b1b1b;
}

.hover\:underline-primary-lighter:hover, .underline-primary-lighter {
    -webkit-text-decoration-color: #d9e8f6;
    text-decoration-color: #d9e8f6;
}

.hover\:underline-primary-light:hover, .underline-primary-light {
    -webkit-text-decoration-color: #73b3e7;
    text-decoration-color: #73b3e7;
}

.hover\:underline-primary:hover, .underline-primary {
    -webkit-text-decoration-color: #005ea2;
    text-decoration-color: #005ea2;
}

.hover\:underline-primary-vivid:hover, .underline-primary-vivid {
    -webkit-text-decoration-color: #0050d8;
    text-decoration-color: #0050d8;
}

.hover\:underline-primary-dark:hover, .underline-primary-dark {
    -webkit-text-decoration-color: #1a4480;
    text-decoration-color: #1a4480;
}

.hover\:underline-primary-darker:hover, .underline-primary-darker {
    -webkit-text-decoration-color: #162e51;
    text-decoration-color: #162e51;
}

.hover\:underline-secondary-lighter:hover, .underline-secondary-lighter {
    -webkit-text-decoration-color: #f3e1e4;
    text-decoration-color: #f3e1e4;
}

.hover\:underline-secondary-light:hover, .underline-secondary-light {
    -webkit-text-decoration-color: #f2938c;
    text-decoration-color: #f2938c;
}

.hover\:underline-secondary:hover, .underline-secondary {
    -webkit-text-decoration-color: #d83933;
    text-decoration-color: #d83933;
}

.hover\:underline-secondary-vivid:hover, .underline-secondary-vivid {
    -webkit-text-decoration-color: #e41d3d;
    text-decoration-color: #e41d3d;
}

.hover\:underline-secondary-dark:hover, .underline-secondary-dark {
    -webkit-text-decoration-color: #b50909;
    text-decoration-color: #b50909;
}

.hover\:underline-secondary-darker:hover, .underline-secondary-darker {
    -webkit-text-decoration-color: #8b0a03;
    text-decoration-color: #8b0a03;
}

.hover\:underline-accent-warm-darker:hover, .underline-accent-warm-darker {
    -webkit-text-decoration-color: #775540;
    text-decoration-color: #775540;
}

.hover\:underline-accent-warm-dark:hover, .underline-accent-warm-dark {
    -webkit-text-decoration-color: #c05600;
    text-decoration-color: #c05600;
}

.hover\:underline-accent-warm:hover, .underline-accent-warm {
    -webkit-text-decoration-color: #fa9441;
    text-decoration-color: #fa9441;
}

.hover\:underline-accent-warm-light:hover, .underline-accent-warm-light {
    -webkit-text-decoration-color: #ffbc78;
    text-decoration-color: #ffbc78;
}

.hover\:underline-accent-warm-lighter:hover, .underline-accent-warm-lighter {
    -webkit-text-decoration-color: #f2e4d4;
    text-decoration-color: #f2e4d4;
}

.hover\:underline-accent-cool-darker:hover, .underline-accent-cool-darker {
    -webkit-text-decoration-color: #07648d;
    text-decoration-color: #07648d;
}

.hover\:underline-accent-cool-dark:hover, .underline-accent-cool-dark {
    -webkit-text-decoration-color: #28a0cb;
    text-decoration-color: #28a0cb;
}

.hover\:underline-accent-cool:hover, .underline-accent-cool {
    -webkit-text-decoration-color: #00bde3;
    text-decoration-color: #00bde3;
}

.hover\:underline-accent-cool-light:hover, .underline-accent-cool-light {
    -webkit-text-decoration-color: #97d4ea;
    text-decoration-color: #97d4ea;
}

.hover\:underline-accent-cool-lighter:hover, .underline-accent-cool-lighter {
    -webkit-text-decoration-color: #e1f3f8;
    text-decoration-color: #e1f3f8;
}

.text-indent-0 {
    text-indent: 0;
}

.text-indent-05 {
    text-indent: .25rem;
}

.text-indent-1 {
    text-indent: .5rem;
}

.text-indent-105 {
    text-indent: .75rem;
}

.text-indent-2 {
    text-indent: 1rem;
}

.text-indent-205 {
    text-indent: 1.25rem;
}

.text-indent-3 {
    text-indent: 1.5rem;
}

.text-indent-neg-05 {
    text-indent: -.25rem;
}

.text-indent-neg-1 {
    text-indent: -.5rem;
}

.text-indent-neg-105 {
    text-indent: -.75rem;
}

.text-indent-neg-2 {
    text-indent: -1rem;
}

.text-indent-neg-205 {
    text-indent: -1.25rem;
}

.text-indent-neg-3 {
    text-indent: -1.5rem;
}

.text-indent-4 {
    text-indent: 2rem;
}

.text-indent-5 {
    text-indent: 2.5rem;
}

.text-indent-6 {
    text-indent: 3rem;
}

.text-indent-7 {
    text-indent: 3.5rem;
}

.text-indent-8 {
    text-indent: 4rem;
}

.text-indent-9 {
    text-indent: 4.5rem;
}

.text-indent-10 {
    text-indent: 5rem;
}

.text-indent-15 {
    text-indent: 7.5rem;
}

.text-indent-neg-4 {
    text-indent: -2rem;
}

.text-indent-neg-5 {
    text-indent: -2.5rem;
}

.text-indent-neg-6 {
    text-indent: -3rem;
}

.text-indent-neg-7 {
    text-indent: -3.5rem;
}

.text-indent-neg-8 {
    text-indent: -4rem;
}

.text-indent-neg-9 {
    text-indent: -4.5rem;
}

.text-indent-neg-10 {
    text-indent: -5rem;
}

.text-indent-neg-15 {
    text-indent: -7.5rem;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-no-uppercase {
    text-transform: none;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-no-lowercase {
    text-transform: none;
}

.top-1px {
    top: 1px;
}

.top-2px {
    top: 2px;
}

.top-05 {
    top: .25rem;
}

.top-1 {
    top: .5rem;
}

.top-105 {
    top: .75rem;
}

.top-2 {
    top: 1rem;
}

.top-205 {
    top: 1.25rem;
}

.top-3 {
    top: 1.5rem;
}

.top-neg-1px {
    top: -1px;
}

.top-neg-2px {
    top: -2px;
}

.top-neg-05 {
    top: -.25rem;
}

.top-neg-1 {
    top: -.5rem;
}

.top-neg-105 {
    top: -.75rem;
}

.top-neg-2 {
    top: -1rem;
}

.top-neg-205 {
    top: -1.25rem;
}

.top-neg-3 {
    top: -1.5rem;
}

.agency-header header .cd-header-buttons, .top-0 {
    top: 0;
}

.top-auto {
    top: auto;
}

.text-baseline {
    vertical-align: baseline;
}

.text-bottom {
    vertical-align: bottom;
}

.text-middle {
    vertical-align: middle;
}

.text-sub {
    vertical-align: sub;
}

.text-super {
    vertical-align: super;
}

.text-tbottom {
    vertical-align: text-bottom;
}

.text-ttop {
    vertical-align: text-top;
}

.text-top {
    vertical-align: top;
}

.text-pre {
    white-space: pre;
}

.text-pre-line {
    white-space: pre-line;
}

.text-pre-wrap {
    white-space: pre-wrap;
}

.text-wrap {
    white-space: normal;
}

.text-no-wrap {
    white-space: nowrap;
}

.width-1px {
    width: 1px;
}

.width-2px {
    width: 2px;
}

.width-05 {
    width: .25rem;
}

.width-1 {
    width: .5rem;
}

.width-105 {
    width: .75rem;
}

.width-2 {
    width: 1rem;
}

.width-205 {
    width: 1.25rem;
}

.width-3 {
    width: 1.5rem;
}

.width-4 {
    width: 2rem;
}

.width-5 {
    width: 2.5rem;
}

.width-6 {
    width: 3rem;
}

.width-7 {
    width: 3.5rem;
}

.width-8 {
    width: 4rem;
}

.width-9 {
    width: 4.5rem;
}

.width-10 {
    width: 5rem;
}

.width-15 {
    width: 7.5rem;
}

.width-card {
    width: 10rem;
}

.width-card-lg {
    width: 15rem;
}

.width-mobile {
    width: 20rem;
}

.width-mobile-lg {
    width: 30rem;
}

.width-tablet {
    width: 40rem;
}

.width-tablet-lg {
    width: 55rem;
}

.width-desktop {
    width: 64rem;
}

.width-desktop-lg {
    width: 75rem;
}

.width-widescreen {
    width: 87.5rem;
}

.width-0 {
    width: 0;
}

.width-full {
    width: 100%
}

.width-auto {
    width: auto;
}

.z-auto {
    z-index: auto;
}

.z-bottom {
    z-index: -100;
}

.z-top {
    z-index: 99999;
}

.z-0 {
    z-index: 0;
}

.z-100 {
    z-index: 100;
}

.z-200 {
    z-index: 200;
}

.z-300 {
    z-index: 300;
}

.z-400 {
    z-index: 400;
}

.z-500 {
    z-index: 500;
}

@media all and (min-width:30em) {
    .mobile-lg\: border-1px, .mobile-lg\:hover\:border-1px:hover {
        border: 1px solid;
    }

    .mobile-lg\:border-y-1px, .mobile-lg\:hover\:border-y-1px:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .mobile-lg\:border-x-1px, .mobile-lg\:hover\:border-x-1px:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .mobile-lg\:border-top-1px, .mobile-lg\:hover\:border-top-1px:hover {
        border-top: 1px solid;
    }

    .mobile-lg\:border-right-1px, .mobile-lg\:hover\:border-right-1px:hover {
        border-right: 1px solid;
    }

    .mobile-lg\:border-bottom-1px, .mobile-lg\:hover\:border-bottom-1px:hover {
        border-bottom: 1px solid;
    }

    .mobile-lg\:border-left-1px, .mobile-lg\:hover\:border-left-1px:hover {
        border-left: 1px solid;
    }

    .mobile-lg\:border-2px, .mobile-lg\:hover\:border-2px:hover {
        border: 2px solid;
    }

    .mobile-lg\:border-y-2px, .mobile-lg\:hover\:border-y-2px:hover {
        border-top: 2px solid;
        border-bottom: 2px solid;
    }

    .mobile-lg\:border-x-2px, .mobile-lg\:hover\:border-x-2px:hover {
        border-left: 2px solid;
        border-right: 2px solid;
    }

    .mobile-lg\:border-top-2px, .mobile-lg\:hover\:border-top-2px:hover {
        border-top: 2px solid;
    }

    .mobile-lg\:border-right-2px, .mobile-lg\:hover\:border-right-2px:hover {
        border-right: 2px solid;
    }

    .mobile-lg\:border-bottom-2px, .mobile-lg\:hover\:border-bottom-2px:hover {
        border-bottom: 2px solid;
    }

    .mobile-lg\:border-left-2px, .mobile-lg\:hover\:border-left-2px:hover {
        border-left: 2px solid;
    }

    .mobile-lg\:border-05, .mobile-lg\:hover\:border-05:hover {
        border: .25rem solid;
    }

    .mobile-lg\:border-y-05, .mobile-lg\:hover\:border-y-05:hover {
        border-top: .25rem solid;
        border-bottom: .25rem solid;
    }

    .mobile-lg\:border-x-05, .mobile-lg\:hover\:border-x-05:hover {
        border-left: .25rem solid;
        border-right: .25rem solid;
    }

    .mobile-lg\:border-top-05, .mobile-lg\:hover\:border-top-05:hover {
        border-top: .25rem solid;
    }

    .mobile-lg\:border-right-05, .mobile-lg\:hover\:border-right-05:hover {
        border-right: .25rem solid;
    }

    .mobile-lg\:border-bottom-05, .mobile-lg\:hover\:border-bottom-05:hover {
        border-bottom: .25rem solid;
    }

    .mobile-lg\:border-left-05, .mobile-lg\:hover\:border-left-05:hover {
        border-left: .25rem solid;
    }

    .mobile-lg\:border-1, .mobile-lg\:hover\:border-1:hover {
        border: .5rem solid;
    }

    .mobile-lg\:border-y-1, .mobile-lg\:hover\:border-y-1:hover {
        border-top: .5rem solid;
        border-bottom: .5rem solid;
    }

    .mobile-lg\:border-x-1, .mobile-lg\:hover\:border-x-1:hover {
        border-left: .5rem solid;
        border-right: .5rem solid;
    }

    .mobile-lg\:border-top-1, .mobile-lg\:hover\:border-top-1:hover {
        border-top: .5rem solid;
    }

    .mobile-lg\:border-right-1, .mobile-lg\:hover\:border-right-1:hover {
        border-right: .5rem solid;
    }

    .mobile-lg\:border-bottom-1, .mobile-lg\:hover\:border-bottom-1:hover {
        border-bottom: .5rem solid;
    }

    .mobile-lg\:border-left-1, .mobile-lg\:hover\:border-left-1:hover {
        border-left: .5rem solid;
    }

    .mobile-lg\:border-105, .mobile-lg\:hover\:border-105:hover {
        border: .75rem solid;
    }

    .mobile-lg\:border-y-105, .mobile-lg\:hover\:border-y-105:hover {
        border-top: .75rem solid;
        border-bottom: .75rem solid;
    }

    .mobile-lg\:border-x-105, .mobile-lg\:hover\:border-x-105:hover {
        border-left: .75rem solid;
        border-right: .75rem solid;
    }

    .mobile-lg\:border-top-105, .mobile-lg\:hover\:border-top-105:hover {
        border-top: .75rem solid;
    }

    .mobile-lg\:border-right-105, .mobile-lg\:hover\:border-right-105:hover {
        border-right: .75rem solid;
    }

    .mobile-lg\:border-bottom-105, .mobile-lg\:hover\:border-bottom-105:hover {
        border-bottom: .75rem solid;
    }

    .mobile-lg\:border-left-105, .mobile-lg\:hover\:border-left-105:hover {
        border-left: .75rem solid;
    }

    .mobile-lg\:border-2, .mobile-lg\:hover\:border-2:hover {
        border: 1rem solid;
    }

    .mobile-lg\:border-y-2, .mobile-lg\:hover\:border-y-2:hover {
        border-top: 1rem solid;
        border-bottom: 1rem solid;
    }

    .mobile-lg\:border-x-2, .mobile-lg\:hover\:border-x-2:hover {
        border-left: 1rem solid;
        border-right: 1rem solid;
    }

    .mobile-lg\:border-top-2, .mobile-lg\:hover\:border-top-2:hover {
        border-top: 1rem solid;
    }

    .mobile-lg\:border-right-2, .mobile-lg\:hover\:border-right-2:hover {
        border-right: 1rem solid;
    }

    .mobile-lg\:border-bottom-2, .mobile-lg\:hover\:border-bottom-2:hover {
        border-bottom: 1rem solid;
    }

    .mobile-lg\:border-left-2, .mobile-lg\:hover\:border-left-2:hover {
        border-left: 1rem solid;
    }

    .mobile-lg\:border-205, .mobile-lg\:hover\:border-205:hover {
        border: 1.25rem solid;
    }

    .mobile-lg\:border-y-205, .mobile-lg\:hover\:border-y-205:hover {
        border-top: 1.25rem solid;
        border-bottom: 1.25rem solid;
    }

    .mobile-lg\:border-x-205, .mobile-lg\:hover\:border-x-205:hover {
        border-left: 1.25rem solid;
        border-right: 1.25rem solid;
    }

    .mobile-lg\:border-top-205, .mobile-lg\:hover\:border-top-205:hover {
        border-top: 1.25rem solid;
    }

    .mobile-lg\:border-right-205, .mobile-lg\:hover\:border-right-205:hover {
        border-right: 1.25rem solid;
    }

    .mobile-lg\:border-bottom-205, .mobile-lg\:hover\:border-bottom-205:hover {
        border-bottom: 1.25rem solid;
    }

    .mobile-lg\:border-left-205, .mobile-lg\:hover\:border-left-205:hover {
        border-left: 1.25rem solid;
    }

    .mobile-lg\:border-3, .mobile-lg\:hover\:border-3:hover {
        border: 1.5rem solid;
    }

    .mobile-lg\:border-y-3, .mobile-lg\:hover\:border-y-3:hover {
        border-top: 1.5rem solid;
        border-bottom: 1.5rem solid;
    }

    .mobile-lg\:border-x-3, .mobile-lg\:hover\:border-x-3:hover {
        border-left: 1.5rem solid;
        border-right: 1.5rem solid;
    }

    .mobile-lg\:border-top-3, .mobile-lg\:hover\:border-top-3:hover {
        border-top: 1.5rem solid;
    }

    .mobile-lg\:border-right-3, .mobile-lg\:hover\:border-right-3:hover {
        border-right: 1.5rem solid;
    }

    .mobile-lg\:border-bottom-3, .mobile-lg\:hover\:border-bottom-3:hover {
        border-bottom: 1.5rem solid;
    }

    .mobile-lg\:border-left-3, .mobile-lg\:hover\:border-left-3:hover {
        border-left: 1.5rem solid;
    }

    .mobile-lg\:border-0, .mobile-lg\:hover\:border-0:hover {
        border: 0 solid;
    }

    .mobile-lg\:border-y-0, .mobile-lg\:hover\:border-y-0:hover {
        border-top: 0 solid;
        border-bottom: 0 solid;
    }

    .mobile-lg\:border-x-0, .mobile-lg\:hover\:border-x-0:hover {
        border-left: 0 solid;
        border-right: 0 solid;
    }

    .mobile-lg\:border-top-0, .mobile-lg\:hover\:border-top-0:hover {
        border-top: 0 solid;
    }

    .mobile-lg\:border-right-0, .mobile-lg\:hover\:border-right-0:hover {
        border-right: 0 solid;
    }

    .mobile-lg\:border-bottom-0, .mobile-lg\:hover\:border-bottom-0:hover {
        border-bottom: 0 solid;
    }

    .mobile-lg\:border-left-0, .mobile-lg\:hover\:border-left-0:hover {
        border-left: 0 solid;
    }

    .mobile-lg\:border, .mobile-lg\:hover\:border:hover {
        border: 1px solid;
    }

    .mobile-lg\:border-y, .mobile-lg\:hover\:border-y:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .mobile-lg\:border-x, .mobile-lg\:hover\:border-x:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .mobile-lg\:border-top, .mobile-lg\:hover\:border-top:hover {
        border-top: 1px solid;
    }

    .mobile-lg\:border-right, .mobile-lg\:hover\:border-right:hover {
        border-right: 1px solid;
    }

    .mobile-lg\:border-bottom, .mobile-lg\:hover\:border-bottom:hover {
        border-bottom: 1px solid;
    }

    .mobile-lg\:border-left, .mobile-lg\:hover\:border-left:hover {
        border-left: 1px solid;
    }

    .mobile-lg\:border-transparent, .mobile-lg\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .mobile-lg\:border-black, .mobile-lg\:hover\:border-black:hover {
        border-color: #000;
    }

    .mobile-lg\:border-white, .mobile-lg\:hover\:border-white:hover {
        border-color: #fff;
    }

    .mobile-lg\:border-red, .mobile-lg\:hover\:border-red:hover {
        border-color: #e52207;
    }

    .mobile-lg\:border-orange, .mobile-lg\:hover\:border-orange:hover {
        border-color: #e66f0e;
    }

    .mobile-lg\:border-gold, .mobile-lg\:hover\:border-gold:hover {
        border-color: #ffbe2e;
    }

    .mobile-lg\:border-yellow, .mobile-lg\:hover\:border-yellow:hover {
        border-color: #fee685;
    }

    .mobile-lg\:border-green, .mobile-lg\:hover\:border-green:hover {
        border-color: #538200;
    }

    .mobile-lg\:border-mint, .mobile-lg\:hover\:border-mint:hover {
        border-color: #04c585;
    }

    .mobile-lg\:border-cyan, .mobile-lg\:hover\:border-cyan:hover {
        border-color: #009ec1;
    }

    .mobile-lg\:border-blue, .mobile-lg\:hover\:border-blue:hover {
        border-color: #0076d6;
    }

    .mobile-lg\:border-indigo, .mobile-lg\:hover\:border-indigo:hover {
        border-color: #676cc8;
    }

    .mobile-lg\:border-violet, .mobile-lg\:hover\:border-violet:hover {
        border-color: #8168b3;
    }

    .mobile-lg\:border-magenta, .mobile-lg\:hover\:border-magenta:hover {
        border-color: #d72d79;
    }

    .mobile-lg\:border-gray-5, .mobile-lg\:hover\:border-gray-5:hover {
        border-color: #f0f0f0;
    }

    .mobile-lg\:border-gray-10, .mobile-lg\:hover\:border-gray-10:hover {
        border-color: #e6e6e6;
    }

    .mobile-lg\:border-gray-30, .mobile-lg\:hover\:border-gray-30:hover {
        border-color: #adadad;
    }

    .mobile-lg\:border-gray-50, .mobile-lg\:hover\:border-gray-50:hover {
        border-color: #757575;
    }

    .mobile-lg\:border-gray-70, .mobile-lg\:hover\:border-gray-70:hover {
        border-color: #454545;
    }

    .mobile-lg\:border-gray-90, .mobile-lg\:hover\:border-gray-90:hover {
        border-color: #1b1b1b;
    }

    .mobile-lg\:border-base-lightest, .mobile-lg\:hover\:border-base-lightest:hover {
        border-color: #f0f0f0;
    }

    .mobile-lg\:border-base-lighter, .mobile-lg\:hover\:border-base-lighter:hover {
        border-color: #dfe1e2;
    }

    .mobile-lg\:border-base-light, .mobile-lg\:hover\:border-base-light:hover {
        border-color: #a9aeb1;
    }

    .mobile-lg\:border-base, .mobile-lg\:hover\:border-base:hover {
        border-color: #71767a;
    }

    .mobile-lg\:border-base-dark, .mobile-lg\:hover\:border-base-dark:hover {
        border-color: #565c65;
    }

    .mobile-lg\:border-base-darker, .mobile-lg\:hover\:border-base-darker:hover {
        border-color: #3d4551;
    }

    .mobile-lg\:border-base-darkest, .mobile-lg\:border-ink, .mobile-lg\:hover\:border-base-darkest:hover, .mobile-lg\:hover\:border-ink:hover {
        border-color: #1b1b1b;
    }

    .mobile-lg\:border-primary-lighter, .mobile-lg\:hover\:border-primary-lighter:hover {
        border-color: #d9e8f6;
    }

    .mobile-lg\:border-primary-light, .mobile-lg\:hover\:border-primary-light:hover {
        border-color: #73b3e7;
    }

    .mobile-lg\:border-primary, .mobile-lg\:hover\:border-primary:hover {
        border-color: #005ea2;
    }

    .mobile-lg\:border-primary-vivid, .mobile-lg\:hover\:border-primary-vivid:hover {
        border-color: #0050d8;
    }

    .mobile-lg\:border-primary-dark, .mobile-lg\:hover\:border-primary-dark:hover {
        border-color: #1a4480;
    }

    .mobile-lg\:border-primary-darker, .mobile-lg\:hover\:border-primary-darker:hover {
        border-color: #162e51;
    }

    .mobile-lg\:border-secondary-lighter, .mobile-lg\:hover\:border-secondary-lighter:hover {
        border-color: #f3e1e4;
    }

    .mobile-lg\:border-secondary-light, .mobile-lg\:hover\:border-secondary-light:hover {
        border-color: #f2938c;
    }

    .mobile-lg\:border-secondary, .mobile-lg\:hover\:border-secondary:hover {
        border-color: #d83933;
    }

    .mobile-lg\:border-secondary-vivid, .mobile-lg\:hover\:border-secondary-vivid:hover {
        border-color: #e41d3d;
    }

    .mobile-lg\:border-secondary-dark, .mobile-lg\:hover\:border-secondary-dark:hover {
        border-color: #b50909;
    }

    .mobile-lg\:border-secondary-darker, .mobile-lg\:hover\:border-secondary-darker:hover {
        border-color: #8b0a03;
    }

    .mobile-lg\:border-accent-warm-darker, .mobile-lg\:hover\:border-accent-warm-darker:hover {
        border-color: #775540;
    }

    .mobile-lg\:border-accent-warm-dark, .mobile-lg\:hover\:border-accent-warm-dark:hover {
        border-color: #c05600;
    }

    .mobile-lg\:border-accent-warm, .mobile-lg\:hover\:border-accent-warm:hover {
        border-color: #fa9441;
    }

    .mobile-lg\:border-accent-warm-light, .mobile-lg\:hover\:border-accent-warm-light:hover {
        border-color: #ffbc78;
    }

    .mobile-lg\:border-accent-warm-lighter, .mobile-lg\:hover\:border-accent-warm-lighter:hover {
        border-color: #f2e4d4;
    }

    .mobile-lg\:border-accent-cool-darker, .mobile-lg\:hover\:border-accent-cool-darker:hover {
        border-color: #07648d;
    }

    .mobile-lg\:border-accent-cool-dark, .mobile-lg\:hover\:border-accent-cool-dark:hover {
        border-color: #28a0cb;
    }

    .mobile-lg\:border-accent-cool, .mobile-lg\:hover\:border-accent-cool:hover {
        border-color: #00bde3;
    }

    .mobile-lg\:border-accent-cool-light, .mobile-lg\:hover\:border-accent-cool-light:hover {
        border-color: #97d4ea;
    }

    .mobile-lg\:border-accent-cool-lighter, .mobile-lg\:hover\:border-accent-cool-lighter:hover {
        border-color: #e1f3f8;
    }

    .mobile-lg\:radius-0 {
        border-radius: 0;
    }

    .mobile-lg\:radius-top-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .mobile-lg\:radius-right-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .mobile-lg\:radius-bottom-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .mobile-lg\:radius-left-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .mobile-lg\:radius-sm {
        border-radius: 2px;
    }

    .mobile-lg\:radius-top-sm {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .mobile-lg\:radius-right-sm {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .mobile-lg\:radius-bottom-sm {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .mobile-lg\:radius-left-sm {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .mobile-lg\:radius-md {
        border-radius: .25rem;
    }

    .mobile-lg\:radius-top-md {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .mobile-lg\:radius-right-md {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .mobile-lg\:radius-bottom-md {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .mobile-lg\:radius-left-md {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .mobile-lg\:radius-lg {
        border-radius: .5rem;
    }

    .mobile-lg\:radius-top-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
    }

    .mobile-lg\:radius-right-lg {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .mobile-lg\:radius-bottom-lg {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .mobile-lg\:radius-left-lg {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    .mobile-lg\:radius-pill {
        border-radius: 99rem;
    }

    .mobile-lg\:radius-top-pill {
        border-top-left-radius: 99rem;
        border-top-right-radius: 99rem;
    }

    .mobile-lg\:radius-right-pill {
        border-top-right-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .mobile-lg\:radius-bottom-pill {
        border-bottom-left-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .mobile-lg\:radius-left-pill {
        border-top-left-radius: 99rem;
        border-bottom-left-radius: 99rem;
    }

    .mobile-lg\:display-block {
        display: block;
    }

    .mobile-lg\:display-flex {
        display: flex;
    }

    .mobile-lg\:display-none {
        display: none;
    }

    .mobile-lg\:display-inline {
        display: inline;
    }

    .mobile-lg\:display-inline-block {
        display: inline-block;
    }

    .mobile-lg\:display-inline-flex {
        display: inline-flex;
    }

    .mobile-lg\:display-table {
        display: table;
    }

    .mobile-lg\:display-table-cell {
        display: table-cell;
    }

    .mobile-lg\:display-table-row {
        display: table-row;
    }

    .mobile-lg\:font-mono-3xs {
        font-size: .77rem;
    }

    .mobile-lg\:font-mono-2xs {
        font-size: .83rem;
    }

    .mobile-lg\:font-mono-xs {
        font-size: .89rem;
    }

    .mobile-lg\:font-mono-sm {
        font-size: .95rem;
    }

    .mobile-lg\:font-mono-md {
        font-size: 1.01rem;
    }

    .mobile-lg\:font-mono-lg {
        font-size: 1.31rem;
    }

    .mobile-lg\:font-mono-xl {
        font-size: 1.91rem;
    }

    .mobile-lg\:font-mono-2xl {
        font-size: 2.38rem;
    }

    .mobile-lg\:font-mono-3xl {
        font-size: 2.86rem;
    }

    .mobile-lg\:font-sans-3xs {
        font-size: .87rem;
    }

    .mobile-lg\:font-sans-2xs {
        font-size: .93rem;
    }

    .mobile-lg\:font-sans-xs {
        font-size: 1rem;
    }

    .mobile-lg\:font-sans-sm {
        font-size: 1.06rem;
    }

    .mobile-lg\:font-sans-md {
        font-size: 1.13rem;
    }

    .mobile-lg\:font-sans-lg {
        font-size: 1.46rem;
    }

    .mobile-lg\:font-sans-xl {
        font-size: 2.13rem;
    }

    .mobile-lg\:font-sans-2xl {
        font-size: 2.66rem;
    }

    .mobile-lg\:font-sans-3xl {
        font-size: 3.19rem;
    }

    .mobile-lg\:font-serif-3xs {
        font-size: .79rem;
    }

    .mobile-lg\:font-serif-2xs {
        font-size: .85rem;
    }

    .mobile-lg\:font-serif-xs {
        font-size: .91rem;
    }

    .mobile-lg\:font-serif-sm {
        font-size: .98rem;
    }

    .mobile-lg\:font-serif-md {
        font-size: 1.04rem;
    }

    .mobile-lg\:font-serif-lg {
        font-size: 1.34rem;
    }

    .mobile-lg\:font-serif-xl {
        font-size: 1.95rem;
    }

    .mobile-lg\:font-serif-2xl {
        font-size: 2.44rem;
    }

    .mobile-lg\:font-serif-3xl {
        font-size: 2.93rem;
    }

    .mobile-lg\:font-heading-3xs {
        font-size: .79rem;
    }

    .mobile-lg\:font-heading-2xs {
        font-size: .85rem;
    }

    .mobile-lg\:font-heading-xs {
        font-size: .91rem;
    }

    .mobile-lg\:font-heading-sm {
        font-size: .98rem;
    }

    .mobile-lg\:font-heading-md {
        font-size: 1.04rem;
    }

    .mobile-lg\:font-heading-lg {
        font-size: 1.34rem;
    }

    .mobile-lg\:font-heading-xl {
        font-size: 1.95rem;
    }

    .mobile-lg\:font-heading-2xl {
        font-size: 2.44rem;
    }

    .mobile-lg\:font-heading-3xl {
        font-size: 2.93rem;
    }

    .mobile-lg\:font-body-3xs {
        font-size: .87rem;
    }

    .mobile-lg\:font-body-2xs {
        font-size: .93rem;
    }

    .mobile-lg\:font-body-xs {
        font-size: 1rem;
    }

    .mobile-lg\:font-body-sm {
        font-size: 1.06rem;
    }

    .mobile-lg\:font-body-md {
        font-size: 1.13rem;
    }

    .mobile-lg\:font-body-lg {
        font-size: 1.46rem;
    }

    .mobile-lg\:font-body-xl {
        font-size: 2.13rem;
    }

    .mobile-lg\:font-body-2xl {
        font-size: 2.66rem;
    }

    .mobile-lg\:font-body-3xl {
        font-size: 3.19rem;
    }

    .mobile-lg\:font-code-3xs {
        font-size: .77rem;
    }

    .mobile-lg\:font-code-2xs {
        font-size: .83rem;
    }

    .mobile-lg\:font-code-xs {
        font-size: .89rem;
    }

    .mobile-lg\:font-code-sm {
        font-size: .95rem;
    }

    .mobile-lg\:font-code-md {
        font-size: 1.01rem;
    }

    .mobile-lg\:font-code-lg {
        font-size: 1.31rem;
    }

    .mobile-lg\:font-code-xl {
        font-size: 1.91rem;
    }

    .mobile-lg\:font-code-2xl {
        font-size: 2.38rem;
    }

    .mobile-lg\:font-code-3xl {
        font-size: 2.86rem;
    }

    .mobile-lg\:font-alt-3xs {
        font-size: .79rem;
    }

    .mobile-lg\:font-alt-2xs {
        font-size: .85rem;
    }

    .mobile-lg\:font-alt-xs {
        font-size: .91rem;
    }

    .mobile-lg\:font-alt-sm {
        font-size: .98rem;
    }

    .mobile-lg\:font-alt-md {
        font-size: 1.04rem;
    }

    .mobile-lg\:font-alt-lg {
        font-size: 1.34rem;
    }

    .mobile-lg\:font-alt-xl {
        font-size: 1.95rem;
    }

    .mobile-lg\:font-alt-2xl {
        font-size: 2.44rem;
    }

    .mobile-lg\:font-alt-3xl {
        font-size: 2.93rem;
    }

    .mobile-lg\:font-ui-3xs {
        font-size: .87rem;
    }

    .mobile-lg\:font-ui-2xs {
        font-size: .93rem;
    }

    .mobile-lg\:font-ui-xs {
        font-size: 1rem;
    }

    .mobile-lg\:font-ui-sm {
        font-size: 1.06rem;
    }

    .mobile-lg\:font-ui-md {
        font-size: 1.13rem;
    }

    .mobile-lg\:font-ui-lg {
        font-size: 1.46rem;
    }

    .mobile-lg\:font-ui-xl {
        font-size: 2.13rem;
    }

    .mobile-lg\:font-ui-2xl {
        font-size: 2.66rem;
    }

    .mobile-lg\:font-ui-3xl {
        font-size: 3.19rem;
    }

    .mobile-lg\:text-light {
        font-weight: 300;
    }

    .mobile-lg\:text-normal {
        font-weight: 400;
    }

    .mobile-lg\:text-bold {
        font-weight: 700;
    }

    .mobile-lg\:flex-justify-center {
        justify-content: center;
    }

    .mobile-lg\:flex-justify-start {
        justify-content: flex-start;
    }

    .mobile-lg\:flex-justify-end {
        justify-content: flex-end;
    }

    .mobile-lg\:flex-justify {
        justify-content: space-between;
    }

    .mobile-lg\:line-height-sans-1 {
        line-height: .9;
    }

    .mobile-lg\:line-height-sans-2 {
        line-height: 1.1;
    }

    .mobile-lg\:line-height-sans-3 {
        line-height: 1.3;
    }

    .mobile-lg\:line-height-sans-4 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-sans-5 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-sans-6 {
        line-height: 1.6;
    }

    .mobile-lg\:line-height-serif-1 {
        line-height: 1;
    }

    .mobile-lg\:line-height-serif-2 {
        line-height: 1.2;
    }

    .mobile-lg\:line-height-serif-3 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-serif-4 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-serif-5 {
        line-height: 1.7;
    }

    .mobile-lg\:line-height-serif-6 {
        line-height: 1.8;
    }

    .mobile-lg\:line-height-mono-1 {
        line-height: 1;
    }

    .mobile-lg\:line-height-mono-2 {
        line-height: 1.3;
    }

    .mobile-lg\:line-height-mono-3 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-mono-4 {
        line-height: 1.6;
    }

    .mobile-lg\:line-height-mono-5 {
        line-height: 1.7;
    }

    .mobile-lg\:line-height-mono-6 {
        line-height: 1.8;
    }

    .mobile-lg\:line-height-heading-1 {
        line-height: 1;
    }

    .mobile-lg\:line-height-heading-2 {
        line-height: 1.2;
    }

    .mobile-lg\:line-height-heading-3 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-heading-4 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-heading-5 {
        line-height: 1.7;
    }

    .mobile-lg\:line-height-heading-6 {
        line-height: 1.8;
    }

    .mobile-lg\:line-height-ui-1 {
        line-height: .9;
    }

    .mobile-lg\:line-height-ui-2 {
        line-height: 1.1;
    }

    .mobile-lg\:line-height-ui-3 {
        line-height: 1.3;
    }

    .mobile-lg\:line-height-ui-4 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-ui-5 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-ui-6 {
        line-height: 1.6;
    }

    .mobile-lg\:line-height-body-1 {
        line-height: .9;
    }

    .mobile-lg\:line-height-body-2 {
        line-height: 1.1;
    }

    .mobile-lg\:line-height-body-3 {
        line-height: 1.3;
    }

    .mobile-lg\:line-height-body-4 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-body-5 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-body-6 {
        line-height: 1.6;
    }

    .mobile-lg\:line-height-code-1 {
        line-height: 1;
    }

    .mobile-lg\:line-height-code-2 {
        line-height: 1.3;
    }

    .mobile-lg\:line-height-code-3 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-code-4 {
        line-height: 1.6;
    }

    .mobile-lg\:line-height-code-5 {
        line-height: 1.7;
    }

    .mobile-lg\:line-height-code-6 {
        line-height: 1.8;
    }

    .mobile-lg\:line-height-alt-1 {
        line-height: 1;
    }

    .mobile-lg\:line-height-alt-2 {
        line-height: 1.2;
    }

    .mobile-lg\:line-height-alt-3 {
        line-height: 1.4;
    }

    .mobile-lg\:line-height-alt-4 {
        line-height: 1.5;
    }

    .mobile-lg\:line-height-alt-5 {
        line-height: 1.7;
    }

    .mobile-lg\:line-height-alt-6 {
        line-height: 1.8;
    }

    .mobile-lg\:margin-neg-1px {
        margin: -1px;
    }

    .mobile-lg\:margin-neg-2px {
        margin: -2px;
    }

    .mobile-lg\:margin-neg-05 {
        margin: -.25rem;
    }

    .mobile-lg\:margin-neg-1 {
        margin: -.5rem;
    }

    .mobile-lg\:margin-neg-105 {
        margin: -.75rem;
    }

    .mobile-lg\:margin-neg-2 {
        margin: -1rem;
    }

    .mobile-lg\:margin-neg-205 {
        margin: -1.25rem;
    }

    .mobile-lg\:margin-neg-3 {
        margin: -1.5rem;
    }

    .mobile-lg\:margin-1px {
        margin: 1px;
    }

    .mobile-lg\:margin-2px {
        margin: 2px;
    }

    .mobile-lg\:margin-05 {
        margin: .25rem;
    }

    .mobile-lg\:margin-1 {
        margin: .5rem;
    }

    .mobile-lg\:margin-105 {
        margin: .75rem;
    }

    .mobile-lg\:margin-2 {
        margin: 1rem;
    }

    .mobile-lg\:margin-205 {
        margin: 1.25rem;
    }

    .mobile-lg\:margin-3 {
        margin: 1.5rem;
    }

    .mobile-lg\:margin-4 {
        margin: 2rem;
    }

    .mobile-lg\:margin-5 {
        margin: 2.5rem;
    }

    .mobile-lg\:margin-6 {
        margin: 3rem;
    }

    .mobile-lg\:margin-7 {
        margin: 3.5rem;
    }

    .mobile-lg\:margin-8 {
        margin: 4rem;
    }

    .mobile-lg\:margin-9 {
        margin: 4.5rem;
    }

    .mobile-lg\:margin-10 {
        margin: 5rem;
    }

    .mobile-lg\:margin-15 {
        margin: 7.5rem;
    }

    .mobile-lg\:margin-05em {
        margin: .5em;
    }

    .mobile-lg\:margin-1em {
        margin: 1em;
    }

    .mobile-lg\:margin-105em {
        margin: 1.5em;
    }

    .mobile-lg\:margin-2em {
        margin: 2em;
    }

    .mobile-lg\:margin-0 {
        margin: 0;
    }

    .mobile-lg\:margin-y-1px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .mobile-lg\:margin-top-1px {
        margin-top: 1px;
    }

    .mobile-lg\:margin-bottom-1px {
        margin-bottom: 1px;
    }

    .mobile-lg\:margin-y-2px {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .mobile-lg\:margin-top-2px {
        margin-top: 2px;
    }

    .mobile-lg\:margin-bottom-2px {
        margin-bottom: 2px;
    }

    .mobile-lg\:margin-y-05 {
        margin-top: .25rem;
        margin-bottom: .25rem;
    }

    .mobile-lg\:margin-top-05 {
        margin-top: .25rem;
    }

    .mobile-lg\:margin-bottom-05 {
        margin-bottom: .25rem;
    }

    .mobile-lg\:margin-y-1 {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .mobile-lg\:margin-top-1 {
        margin-top: .5rem;
    }

    .mobile-lg\:margin-bottom-1 {
        margin-bottom: .5rem;
    }

    .mobile-lg\:margin-y-105 {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }

    .mobile-lg\:margin-top-105 {
        margin-top: .75rem;
    }

    .mobile-lg\:margin-bottom-105 {
        margin-bottom: .75rem;
    }

    .mobile-lg\:margin-y-2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .mobile-lg\:margin-top-2 {
        margin-top: 1rem;
    }

    .mobile-lg\:margin-bottom-2 {
        margin-bottom: 1rem;
    }

    .mobile-lg\:margin-y-205 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .mobile-lg\:margin-top-205 {
        margin-top: 1.25rem;
    }

    .mobile-lg\:margin-bottom-205 {
        margin-bottom: 1.25rem;
    }

    .mobile-lg\:margin-y-3 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .mobile-lg\:margin-top-3 {
        margin-top: 1.5rem;
    }

    .mobile-lg\:margin-bottom-3 {
        margin-bottom: 1.5rem;
    }

    .mobile-lg\:margin-y-neg-1px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .mobile-lg\:margin-top-neg-1px {
        margin-top: -1px;
    }

    .mobile-lg\:margin-bottom-neg-1px {
        margin-bottom: -1px;
    }

    .mobile-lg\:margin-y-neg-2px {
        margin-top: -2px;
        margin-bottom: -2px;
    }

    .mobile-lg\:margin-top-neg-2px {
        margin-top: -2px;
    }

    .mobile-lg\:margin-bottom-neg-2px {
        margin-bottom: -2px;
    }

    .mobile-lg\:margin-y-neg-05 {
        margin-top: -.25rem;
        margin-bottom: -.25rem;
    }

    .mobile-lg\:margin-top-neg-05 {
        margin-top: -.25rem;
    }

    .mobile-lg\:margin-bottom-neg-05 {
        margin-bottom: -.25rem;
    }

    .mobile-lg\:margin-y-neg-1 {
        margin-top: -.5rem;
        margin-bottom: -.5rem;
    }

    .mobile-lg\:margin-top-neg-1 {
        margin-top: -.5rem;
    }

    .mobile-lg\:margin-bottom-neg-1 {
        margin-bottom: -.5rem;
    }

    .mobile-lg\:margin-y-neg-105 {
        margin-top: -.75rem;
        margin-bottom: -.75rem;
    }

    .mobile-lg\:margin-top-neg-105 {
        margin-top: -.75rem;
    }

    .mobile-lg\:margin-bottom-neg-105 {
        margin-bottom: -.75rem;
    }

    .mobile-lg\:margin-y-neg-2 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .mobile-lg\:margin-top-neg-2 {
        margin-top: -1rem;
    }

    .mobile-lg\:margin-bottom-neg-2 {
        margin-bottom: -1rem;
    }

    .mobile-lg\:margin-y-neg-205 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .mobile-lg\:margin-top-neg-205 {
        margin-top: -1.25rem;
    }

    .mobile-lg\:margin-bottom-neg-205 {
        margin-bottom: -1.25rem;
    }

    .mobile-lg\:margin-y-neg-3 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .mobile-lg\:margin-top-neg-3 {
        margin-top: -1.5rem;
    }

    .mobile-lg\:margin-bottom-neg-3 {
        margin-bottom: -1.5rem;
    }

    .mobile-lg\:margin-y-4 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .mobile-lg\:margin-top-4 {
        margin-top: 2rem;
    }

    .mobile-lg\:margin-bottom-4 {
        margin-bottom: 2rem;
    }

    .mobile-lg\:margin-y-5 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .mobile-lg\:margin-top-5 {
        margin-top: 2.5rem;
    }

    .mobile-lg\:margin-bottom-5 {
        margin-bottom: 2.5rem;
    }

    .mobile-lg\:margin-y-6 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .mobile-lg\:margin-top-6 {
        margin-top: 3rem;
    }

    .mobile-lg\:margin-bottom-6 {
        margin-bottom: 3rem;
    }

    .mobile-lg\:margin-y-7 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .mobile-lg\:margin-top-7 {
        margin-top: 3.5rem;
    }

    .mobile-lg\:margin-bottom-7 {
        margin-bottom: 3.5rem;
    }

    .mobile-lg\:margin-y-8 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .mobile-lg\:margin-top-8 {
        margin-top: 4rem;
    }

    .mobile-lg\:margin-bottom-8 {
        margin-bottom: 4rem;
    }

    .mobile-lg\:margin-y-9 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }

    .mobile-lg\:margin-top-9 {
        margin-top: 4.5rem;
    }

    .mobile-lg\:margin-bottom-9 {
        margin-bottom: 4.5rem;
    }

    .mobile-lg\:margin-y-10 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .mobile-lg\:margin-top-10 {
        margin-top: 5rem;
    }

    .mobile-lg\:margin-bottom-10 {
        margin-bottom: 5rem;
    }

    .mobile-lg\:margin-y-15 {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem;
    }

    .mobile-lg\:margin-top-15 {
        margin-top: 7.5rem;
    }

    .mobile-lg\:margin-bottom-15 {
        margin-bottom: 7.5rem;
    }

    .mobile-lg\:margin-y-05em {
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .mobile-lg\:margin-top-05em {
        margin-top: .5em;
    }

    .mobile-lg\:margin-bottom-05em {
        margin-bottom: .5em;
    }

    .mobile-lg\:margin-y-1em {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .mobile-lg\:margin-top-1em {
        margin-top: 1em;
    }

    .mobile-lg\:margin-bottom-1em {
        margin-bottom: 1em;
    }

    .mobile-lg\:margin-y-105em {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .mobile-lg\:margin-top-105em {
        margin-top: 1.5em;
    }

    .mobile-lg\:margin-bottom-105em {
        margin-bottom: 1.5em;
    }

    .mobile-lg\:margin-y-2em {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .mobile-lg\:margin-top-2em {
        margin-top: 2em;
    }

    .mobile-lg\:margin-bottom-2em {
        margin-bottom: 2em;
    }

    .mobile-lg\:margin-y-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .mobile-lg\:margin-top-0 {
        margin-top: 0;
    }

    .mobile-lg\:margin-bottom-0 {
        margin-bottom: 0;
    }

    .mobile-lg\:margin-y-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .mobile-lg\:margin-top-auto {
        margin-top: auto;
    }

    .mobile-lg\:margin-bottom-auto {
        margin-bottom: auto;
    }

    .mobile-lg\:margin-x-1px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .mobile-lg\:margin-right-1px {
        margin-right: 1px;
    }

    .mobile-lg\:margin-left-1px {
        margin-left: 1px;
    }

    .mobile-lg\:margin-x-2px {
        margin-left: 2px;
        margin-right: 2px;
    }

    .mobile-lg\:margin-right-2px {
        margin-right: 2px;
    }

    .mobile-lg\:margin-left-2px {
        margin-left: 2px;
    }

    .mobile-lg\:margin-x-05 {
        margin-left: .25rem;
        margin-right: .25rem;
    }

    .mobile-lg\:margin-right-05 {
        margin-right: .25rem;
    }

    .mobile-lg\:margin-left-05 {
        margin-left: .25rem;
    }

    .mobile-lg\:margin-x-1 {
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .mobile-lg\:margin-right-1 {
        margin-right: .5rem;
    }

    .mobile-lg\:margin-left-1 {
        margin-left: .5rem;
    }

    .mobile-lg\:margin-x-105 {
        margin-left: .75rem;
        margin-right: .75rem;
    }

    .mobile-lg\:margin-right-105 {
        margin-right: .75rem;
    }

    .mobile-lg\:margin-left-105 {
        margin-left: .75rem;
    }

    .mobile-lg\:margin-x-2 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .mobile-lg\:margin-right-2 {
        margin-right: 1rem;
    }

    .mobile-lg\:margin-left-2 {
        margin-left: 1rem;
    }

    .mobile-lg\:margin-x-205 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .mobile-lg\:margin-right-205 {
        margin-right: 1.25rem;
    }

    .mobile-lg\:margin-left-205 {
        margin-left: 1.25rem;
    }

    .mobile-lg\:margin-x-3 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .mobile-lg\:margin-right-3 {
        margin-right: 1.5rem;
    }

    .mobile-lg\:margin-left-3 {
        margin-left: 1.5rem;
    }

    .mobile-lg\:margin-x-neg-1px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .mobile-lg\:margin-right-neg-1px {
        margin-right: -1px;
    }

    .mobile-lg\:margin-left-neg-1px {
        margin-left: -1px;
    }

    .mobile-lg\:margin-x-neg-2px {
        margin-left: -2px;
        margin-right: -2px;
    }

    .mobile-lg\:margin-right-neg-2px {
        margin-right: -2px;
    }

    .mobile-lg\:margin-left-neg-2px {
        margin-left: -2px;
    }

    .mobile-lg\:margin-x-neg-05 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

    .mobile-lg\:margin-right-neg-05 {
        margin-right: -.25rem;
    }

    .mobile-lg\:margin-left-neg-05 {
        margin-left: -.25rem;
    }

    .mobile-lg\:margin-x-neg-1 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

    .mobile-lg\:margin-right-neg-1 {
        margin-right: -.5rem;
    }

    .mobile-lg\:margin-left-neg-1 {
        margin-left: -.5rem;
    }

    .mobile-lg\:margin-x-neg-105 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

    .mobile-lg\:margin-right-neg-105 {
        margin-right: -.75rem;
    }

    .mobile-lg\:margin-left-neg-105 {
        margin-left: -.75rem;
    }

    .mobile-lg\:margin-x-neg-2 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .mobile-lg\:margin-right-neg-2 {
        margin-right: -1rem;
    }

    .mobile-lg\:margin-left-neg-2 {
        margin-left: -1rem;
    }

    .mobile-lg\:margin-x-neg-205 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .mobile-lg\:margin-right-neg-205 {
        margin-right: -1.25rem;
    }

    .mobile-lg\:margin-left-neg-205 {
        margin-left: -1.25rem;
    }

    .mobile-lg\:margin-x-neg-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .mobile-lg\:margin-right-neg-3 {
        margin-right: -1.5rem;
    }

    .mobile-lg\:margin-left-neg-3 {
        margin-left: -1.5rem;
    }

    .mobile-lg\:margin-x-4 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .mobile-lg\:margin-right-4 {
        margin-right: 2rem;
    }

    .mobile-lg\:margin-left-4 {
        margin-left: 2rem;
    }

    .mobile-lg\:margin-x-5 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .mobile-lg\:margin-right-5 {
        margin-right: 2.5rem;
    }

    .mobile-lg\:margin-left-5 {
        margin-left: 2.5rem;
    }

    .mobile-lg\:margin-x-6 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .mobile-lg\:margin-right-6 {
        margin-right: 3rem;
    }

    .mobile-lg\:margin-left-6 {
        margin-left: 3rem;
    }

    .mobile-lg\:margin-x-7 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .mobile-lg\:margin-right-7 {
        margin-right: 3.5rem;
    }

    .mobile-lg\:margin-left-7 {
        margin-left: 3.5rem;
    }

    .mobile-lg\:margin-x-8 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .mobile-lg\:margin-right-8 {
        margin-right: 4rem;
    }

    .mobile-lg\:margin-left-8 {
        margin-left: 4rem;
    }

    .mobile-lg\:margin-x-9 {
        margin-left: 4.5rem;
        margin-right: 4.5rem;
    }

    .mobile-lg\:margin-right-9 {
        margin-right: 4.5rem;
    }

    .mobile-lg\:margin-left-9 {
        margin-left: 4.5rem;
    }

    .mobile-lg\:margin-x-10 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .mobile-lg\:margin-right-10 {
        margin-right: 5rem;
    }

    .mobile-lg\:margin-left-10 {
        margin-left: 5rem;
    }

    .mobile-lg\:margin-x-15 {
        margin-left: 7.5rem;
        margin-right: 7.5rem;
    }

    .mobile-lg\:margin-right-15 {
        margin-right: 7.5rem;
    }

    .mobile-lg\:margin-left-15 {
        margin-left: 7.5rem;
    }

    .mobile-lg\:margin-x-card {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .mobile-lg\:margin-right-card {
        margin-right: 10rem;
    }

    .mobile-lg\:margin-left-card {
        margin-left: 10rem;
    }

    .mobile-lg\:margin-x-card-lg {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .mobile-lg\:margin-right-card-lg {
        margin-right: 15rem;
    }

    .mobile-lg\:margin-left-card-lg {
        margin-left: 15rem;
    }

    .mobile-lg\:margin-x-mobile {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .mobile-lg\:margin-right-mobile {
        margin-right: 20rem;
    }

    .mobile-lg\:margin-left-mobile {
        margin-left: 20rem;
    }

    .mobile-lg\:margin-x-05em {
        margin-left: .5em;
        margin-right: .5em;
    }

    .mobile-lg\:margin-right-05em {
        margin-right: .5em;
    }

    .mobile-lg\:margin-left-05em {
        margin-left: .5em;
    }

    .mobile-lg\:margin-x-1em {
        margin-left: 1em;
        margin-right: 1em;
    }

    .mobile-lg\:margin-right-1em {
        margin-right: 1em;
    }

    .mobile-lg\:margin-left-1em {
        margin-left: 1em;
    }

    .mobile-lg\:margin-x-105em {
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .mobile-lg\:margin-right-105em {
        margin-right: 1.5em;
    }

    .mobile-lg\:margin-left-105em {
        margin-left: 1.5em;
    }

    .mobile-lg\:margin-x-2em {
        margin-left: 2em;
        margin-right: 2em;
    }

    .mobile-lg\:margin-right-2em {
        margin-right: 2em;
    }

    .mobile-lg\:margin-left-2em {
        margin-left: 2em;
    }

    .mobile-lg\:margin-x-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .mobile-lg\:margin-right-0 {
        margin-right: 0;
    }

    .mobile-lg\:margin-left-0 {
        margin-left: 0;
    }

    .mobile-lg\:margin-x-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-lg\:margin-right-auto {
        margin-right: auto;
    }

    .mobile-lg\:margin-left-auto {
        margin-left: auto;
    }

    .mobile-lg\:measure-1 {
        max-width: 44ex;
    }

    .mobile-lg\:measure-2 {
        max-width: 60ex;
    }

    .mobile-lg\:measure-3 {
        max-width: 64ex;
    }

    .mobile-lg\:measure-4 {
        max-width: 68ex;
    }

    .mobile-lg\:measure-5 {
        max-width: 72ex;
    }

    .mobile-lg\:measure-6 {
        max-width: 88ex;
    }

    .mobile-lg\:measure-none {
        max-width: none;
    }

    .mobile-lg\:order-first {
        order: -1;
    }

    .mobile-lg\:order-last {
        order: 999;
    }

    .mobile-lg\:order-initial {
        order: initial;
    }

    .mobile-lg\:order-0 {
        order: 0;
    }

    .mobile-lg\:order-1 {
        order: 1;
    }

    .mobile-lg\:order-2 {
        order: 2;
    }

    .mobile-lg\:order-3 {
        order: 3;
    }

    .mobile-lg\:order-4 {
        order: 4;
    }

    .mobile-lg\:order-5 {
        order: 5;
    }

    .mobile-lg\:order-6 {
        order: 6;
    }

    .mobile-lg\:order-7 {
        order: 7;
    }

    .mobile-lg\:order-8 {
        order: 8;
    }

    .mobile-lg\:order-9 {
        order: 9;
    }

    .mobile-lg\:order-10 {
        order: 10;
    }

    .mobile-lg\:order-11 {
        order: 11;
    }

    .mobile-lg\:padding-1px {
        padding: 1px;
    }

    .mobile-lg\:padding-y-1px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .mobile-lg\:padding-x-1px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .mobile-lg\:padding-top-1px {
        padding-top: 1px;
    }

    .mobile-lg\:padding-right-1px {
        padding-right: 1px;
    }

    .mobile-lg\:padding-bottom-1px {
        padding-bottom: 1px;
    }

    .mobile-lg\:padding-left-1px {
        padding-left: 1px;
    }

    .mobile-lg\:padding-2px {
        padding: 2px;
    }

    .mobile-lg\:padding-y-2px {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .mobile-lg\:padding-x-2px {
        padding-left: 2px;
        padding-right: 2px;
    }

    .mobile-lg\:padding-top-2px {
        padding-top: 2px;
    }

    .mobile-lg\:padding-right-2px {
        padding-right: 2px;
    }

    .mobile-lg\:padding-bottom-2px {
        padding-bottom: 2px;
    }

    .mobile-lg\:padding-left-2px {
        padding-left: 2px;
    }

    .mobile-lg\:padding-05 {
        padding: .25rem;
    }

    .mobile-lg\:padding-y-05 {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .mobile-lg\:padding-x-05 {
        padding-left: .25rem;
        padding-right: .25rem;
    }

    .mobile-lg\:padding-top-05 {
        padding-top: .25rem;
    }

    .mobile-lg\:padding-right-05 {
        padding-right: .25rem;
    }

    .mobile-lg\:padding-bottom-05 {
        padding-bottom: .25rem;
    }

    .mobile-lg\:padding-left-05 {
        padding-left: .25rem;
    }

    .mobile-lg\:padding-1 {
        padding: .5rem;
    }

    .mobile-lg\:padding-y-1 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .mobile-lg\:padding-x-1 {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .mobile-lg\:padding-top-1 {
        padding-top: .5rem;
    }

    .mobile-lg\:padding-right-1 {
        padding-right: .5rem;
    }

    .mobile-lg\:padding-bottom-1 {
        padding-bottom: .5rem;
    }

    .mobile-lg\:padding-left-1 {
        padding-left: .5rem;
    }

    .mobile-lg\:padding-105 {
        padding: .75rem;
    }

    .mobile-lg\:padding-y-105 {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .mobile-lg\:padding-x-105 {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .mobile-lg\:padding-top-105 {
        padding-top: .75rem;
    }

    .mobile-lg\:padding-right-105 {
        padding-right: .75rem;
    }

    .mobile-lg\:padding-bottom-105 {
        padding-bottom: .75rem;
    }

    .mobile-lg\:padding-left-105 {
        padding-left: .75rem;
    }

    .mobile-lg\:padding-2 {
        padding: 1rem;
    }

    .mobile-lg\:padding-y-2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .mobile-lg\:padding-x-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mobile-lg\:padding-top-2 {
        padding-top: 1rem;
    }

    .mobile-lg\:padding-right-2 {
        padding-right: 1rem;
    }

    .mobile-lg\:padding-bottom-2 {
        padding-bottom: 1rem;
    }

    .mobile-lg\:padding-left-2 {
        padding-left: 1rem;
    }

    .mobile-lg\:padding-205 {
        padding: 1.25rem;
    }

    .mobile-lg\:padding-y-205 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .mobile-lg\:padding-x-205 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .mobile-lg\:padding-top-205 {
        padding-top: 1.25rem;
    }

    .mobile-lg\:padding-right-205 {
        padding-right: 1.25rem;
    }

    .mobile-lg\:padding-bottom-205 {
        padding-bottom: 1.25rem;
    }

    .mobile-lg\:padding-left-205 {
        padding-left: 1.25rem;
    }

    .mobile-lg\:padding-3 {
        padding: 1.5rem;
    }

    .mobile-lg\:padding-y-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .mobile-lg\:padding-x-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .mobile-lg\:padding-top-3 {
        padding-top: 1.5rem;
    }

    .mobile-lg\:padding-right-3 {
        padding-right: 1.5rem;
    }

    .mobile-lg\:padding-bottom-3 {
        padding-bottom: 1.5rem;
    }

    .mobile-lg\:padding-left-3 {
        padding-left: 1.5rem;
    }

    .mobile-lg\:padding-4 {
        padding: 2rem;
    }

    .mobile-lg\:padding-y-4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .mobile-lg\:padding-x-4 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .mobile-lg\:padding-top-4 {
        padding-top: 2rem;
    }

    .mobile-lg\:padding-right-4 {
        padding-right: 2rem;
    }

    .mobile-lg\:padding-bottom-4 {
        padding-bottom: 2rem;
    }

    .mobile-lg\:padding-left-4 {
        padding-left: 2rem;
    }

    .mobile-lg\:padding-5 {
        padding: 2.5rem;
    }

    .mobile-lg\:padding-y-5 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .mobile-lg\:padding-x-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .mobile-lg\:padding-top-5 {
        padding-top: 2.5rem;
    }

    .mobile-lg\:padding-right-5 {
        padding-right: 2.5rem;
    }

    .mobile-lg\:padding-bottom-5 {
        padding-bottom: 2.5rem;
    }

    .mobile-lg\:padding-left-5 {
        padding-left: 2.5rem;
    }

    .mobile-lg\:padding-6 {
        padding: 3rem;
    }

    .mobile-lg\:padding-y-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .mobile-lg\:padding-x-6 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .mobile-lg\:padding-top-6 {
        padding-top: 3rem;
    }

    .mobile-lg\:padding-right-6 {
        padding-right: 3rem;
    }

    .mobile-lg\:padding-bottom-6 {
        padding-bottom: 3rem;
    }

    .mobile-lg\:padding-left-6 {
        padding-left: 3rem;
    }

    .mobile-lg\:padding-7 {
        padding: 3.5rem;
    }

    .mobile-lg\:padding-y-7 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .mobile-lg\:padding-x-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .mobile-lg\:padding-top-7 {
        padding-top: 3.5rem;
    }

    .mobile-lg\:padding-right-7 {
        padding-right: 3.5rem;
    }

    .mobile-lg\:padding-bottom-7 {
        padding-bottom: 3.5rem;
    }

    .mobile-lg\:padding-left-7 {
        padding-left: 3.5rem;
    }

    .mobile-lg\:padding-8 {
        padding: 4rem;
    }

    .mobile-lg\:padding-y-8 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .mobile-lg\:padding-x-8 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .mobile-lg\:padding-top-8 {
        padding-top: 4rem;
    }

    .mobile-lg\:padding-right-8 {
        padding-right: 4rem;
    }

    .mobile-lg\:padding-bottom-8 {
        padding-bottom: 4rem;
    }

    .mobile-lg\:padding-left-8 {
        padding-left: 4rem;
    }

    .mobile-lg\:padding-9 {
        padding: 4.5rem;
    }

    .mobile-lg\:padding-y-9 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .mobile-lg\:padding-x-9 {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }

    .mobile-lg\:padding-top-9 {
        padding-top: 4.5rem;
    }

    .mobile-lg\:padding-right-9 {
        padding-right: 4.5rem;
    }

    .mobile-lg\:padding-bottom-9 {
        padding-bottom: 4.5rem;
    }

    .mobile-lg\:padding-left-9 {
        padding-left: 4.5rem;
    }

    .mobile-lg\:padding-10 {
        padding: 5rem;
    }

    .mobile-lg\:padding-y-10 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .mobile-lg\:padding-x-10 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .mobile-lg\:padding-top-10 {
        padding-top: 5rem;
    }

    .mobile-lg\:padding-right-10 {
        padding-right: 5rem;
    }

    .mobile-lg\:padding-bottom-10 {
        padding-bottom: 5rem;
    }

    .mobile-lg\:padding-left-10 {
        padding-left: 5rem;
    }

    .mobile-lg\:padding-15 {
        padding: 7.5rem;
    }

    .mobile-lg\:padding-y-15 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    .mobile-lg\:padding-x-15 {
        padding-left: 7.5rem;
        padding-right: 7.5rem;
    }

    .mobile-lg\:padding-top-15 {
        padding-top: 7.5rem;
    }

    .mobile-lg\:padding-right-15 {
        padding-right: 7.5rem;
    }

    .mobile-lg\:padding-bottom-15 {
        padding-bottom: 7.5rem;
    }

    .mobile-lg\:padding-left-15 {
        padding-left: 7.5rem;
    }

    .mobile-lg\:padding-0 {
        padding: 0;
    }

    .mobile-lg\:padding-y-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .mobile-lg\:padding-x-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-lg\:padding-top-0 {
        padding-top: 0;
    }

    .mobile-lg\:padding-right-0 {
        padding-right: 0;
    }

    .mobile-lg\:padding-bottom-0 {
        padding-bottom: 0;
    }

    .mobile-lg\:padding-left-0 {
        padding-left: 0;
    }

    .mobile-lg\:width-1px {
        width: 1px;
    }

    .mobile-lg\:width-2px {
        width: 2px;
    }

    .mobile-lg\:width-05 {
        width: .25rem;
    }

    .mobile-lg\:width-1 {
        width: .5rem;
    }

    .mobile-lg\:width-105 {
        width: .75rem;
    }

    .mobile-lg\:width-2 {
        width: 1rem;
    }

    .mobile-lg\:width-205 {
        width: 1.25rem;
    }

    .mobile-lg\:width-3 {
        width: 1.5rem;
    }

    .mobile-lg\:width-4 {
        width: 2rem;
    }

    .mobile-lg\:width-5 {
        width: 2.5rem;
    }

    .mobile-lg\:width-6 {
        width: 3rem;
    }

    .mobile-lg\:width-7 {
        width: 3.5rem;
    }

    .mobile-lg\:width-8 {
        width: 4rem;
    }

    .mobile-lg\:width-9 {
        width: 4.5rem;
    }

    .mobile-lg\:width-10 {
        width: 5rem;
    }

    .mobile-lg\:width-15 {
        width: 7.5rem;
    }

    .mobile-lg\:width-card {
        width: 10rem;
    }

    .mobile-lg\:width-card-lg {
        width: 15rem;
    }

    .mobile-lg\:width-mobile {
        width: 20rem;
    }

    .mobile-lg\:width-mobile-lg {
        width: 30rem;
    }

    .mobile-lg\:width-tablet {
        width: 40rem;
    }

    .mobile-lg\:width-tablet-lg {
        width: 55rem;
    }

    .mobile-lg\:width-desktop {
        width: 64rem;
    }

    .mobile-lg\:width-desktop-lg {
        width: 75rem;
    }

    .mobile-lg\:width-widescreen {
        width: 87.5rem;
    }

    .mobile-lg\:width-0 {
        width: 0;
    }

    .mobile-lg\:width-full {
        width: 100%
    }

    .mobile-lg\:width-auto {
        width: auto;
    }
}

@media all and (min-width:40em) {
    .tablet\: border-1px, .tablet\:hover\:border-1px:hover {
        border: 1px solid;
    }

    .tablet\:border-y-1px, .tablet\:hover\:border-y-1px:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .tablet\:border-x-1px, .tablet\:hover\:border-x-1px:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .tablet\:border-top-1px, .tablet\:hover\:border-top-1px:hover {
        border-top: 1px solid;
    }

    .tablet\:border-right-1px, .tablet\:hover\:border-right-1px:hover {
        border-right: 1px solid;
    }

    .tablet\:border-bottom-1px, .tablet\:hover\:border-bottom-1px:hover {
        border-bottom: 1px solid;
    }

    .tablet\:border-left-1px, .tablet\:hover\:border-left-1px:hover {
        border-left: 1px solid;
    }

    .tablet\:border-2px, .tablet\:hover\:border-2px:hover {
        border: 2px solid;
    }

    .tablet\:border-y-2px, .tablet\:hover\:border-y-2px:hover {
        border-top: 2px solid;
        border-bottom: 2px solid;
    }

    .tablet\:border-x-2px, .tablet\:hover\:border-x-2px:hover {
        border-left: 2px solid;
        border-right: 2px solid;
    }

    .tablet\:border-top-2px, .tablet\:hover\:border-top-2px:hover {
        border-top: 2px solid;
    }

    .tablet\:border-right-2px, .tablet\:hover\:border-right-2px:hover {
        border-right: 2px solid;
    }

    .tablet\:border-bottom-2px, .tablet\:hover\:border-bottom-2px:hover {
        border-bottom: 2px solid;
    }

    .tablet\:border-left-2px, .tablet\:hover\:border-left-2px:hover {
        border-left: 2px solid;
    }

    .tablet\:border-05, .tablet\:hover\:border-05:hover {
        border: .25rem solid;
    }

    .tablet\:border-y-05, .tablet\:hover\:border-y-05:hover {
        border-top: .25rem solid;
        border-bottom: .25rem solid;
    }

    .tablet\:border-x-05, .tablet\:hover\:border-x-05:hover {
        border-left: .25rem solid;
        border-right: .25rem solid;
    }

    .tablet\:border-top-05, .tablet\:hover\:border-top-05:hover {
        border-top: .25rem solid;
    }

    .tablet\:border-right-05, .tablet\:hover\:border-right-05:hover {
        border-right: .25rem solid;
    }

    .tablet\:border-bottom-05, .tablet\:hover\:border-bottom-05:hover {
        border-bottom: .25rem solid;
    }

    .tablet\:border-left-05, .tablet\:hover\:border-left-05:hover {
        border-left: .25rem solid;
    }

    .tablet\:border-1, .tablet\:hover\:border-1:hover {
        border: .5rem solid;
    }

    .tablet\:border-y-1, .tablet\:hover\:border-y-1:hover {
        border-top: .5rem solid;
        border-bottom: .5rem solid;
    }

    .tablet\:border-x-1, .tablet\:hover\:border-x-1:hover {
        border-left: .5rem solid;
        border-right: .5rem solid;
    }

    .tablet\:border-top-1, .tablet\:hover\:border-top-1:hover {
        border-top: .5rem solid;
    }

    .tablet\:border-right-1, .tablet\:hover\:border-right-1:hover {
        border-right: .5rem solid;
    }

    .tablet\:border-bottom-1, .tablet\:hover\:border-bottom-1:hover {
        border-bottom: .5rem solid;
    }

    .tablet\:border-left-1, .tablet\:hover\:border-left-1:hover {
        border-left: .5rem solid;
    }

    .tablet\:border-105, .tablet\:hover\:border-105:hover {
        border: .75rem solid;
    }

    .tablet\:border-y-105, .tablet\:hover\:border-y-105:hover {
        border-top: .75rem solid;
        border-bottom: .75rem solid;
    }

    .tablet\:border-x-105, .tablet\:hover\:border-x-105:hover {
        border-left: .75rem solid;
        border-right: .75rem solid;
    }

    .tablet\:border-top-105, .tablet\:hover\:border-top-105:hover {
        border-top: .75rem solid;
    }

    .tablet\:border-right-105, .tablet\:hover\:border-right-105:hover {
        border-right: .75rem solid;
    }

    .tablet\:border-bottom-105, .tablet\:hover\:border-bottom-105:hover {
        border-bottom: .75rem solid;
    }

    .tablet\:border-left-105, .tablet\:hover\:border-left-105:hover {
        border-left: .75rem solid;
    }

    .tablet\:border-2, .tablet\:hover\:border-2:hover {
        border: 1rem solid;
    }

    .tablet\:border-y-2, .tablet\:hover\:border-y-2:hover {
        border-top: 1rem solid;
        border-bottom: 1rem solid;
    }

    .tablet\:border-x-2, .tablet\:hover\:border-x-2:hover {
        border-left: 1rem solid;
        border-right: 1rem solid;
    }

    .tablet\:border-top-2, .tablet\:hover\:border-top-2:hover {
        border-top: 1rem solid;
    }

    .tablet\:border-right-2, .tablet\:hover\:border-right-2:hover {
        border-right: 1rem solid;
    }

    .tablet\:border-bottom-2, .tablet\:hover\:border-bottom-2:hover {
        border-bottom: 1rem solid;
    }

    .tablet\:border-left-2, .tablet\:hover\:border-left-2:hover {
        border-left: 1rem solid;
    }

    .tablet\:border-205, .tablet\:hover\:border-205:hover {
        border: 1.25rem solid;
    }

    .tablet\:border-y-205, .tablet\:hover\:border-y-205:hover {
        border-top: 1.25rem solid;
        border-bottom: 1.25rem solid;
    }

    .tablet\:border-x-205, .tablet\:hover\:border-x-205:hover {
        border-left: 1.25rem solid;
        border-right: 1.25rem solid;
    }

    .tablet\:border-top-205, .tablet\:hover\:border-top-205:hover {
        border-top: 1.25rem solid;
    }

    .tablet\:border-right-205, .tablet\:hover\:border-right-205:hover {
        border-right: 1.25rem solid;
    }

    .tablet\:border-bottom-205, .tablet\:hover\:border-bottom-205:hover {
        border-bottom: 1.25rem solid;
    }

    .tablet\:border-left-205, .tablet\:hover\:border-left-205:hover {
        border-left: 1.25rem solid;
    }

    .tablet\:border-3, .tablet\:hover\:border-3:hover {
        border: 1.5rem solid;
    }

    .tablet\:border-y-3, .tablet\:hover\:border-y-3:hover {
        border-top: 1.5rem solid;
        border-bottom: 1.5rem solid;
    }

    .tablet\:border-x-3, .tablet\:hover\:border-x-3:hover {
        border-left: 1.5rem solid;
        border-right: 1.5rem solid;
    }

    .tablet\:border-top-3, .tablet\:hover\:border-top-3:hover {
        border-top: 1.5rem solid;
    }

    .tablet\:border-right-3, .tablet\:hover\:border-right-3:hover {
        border-right: 1.5rem solid;
    }

    .tablet\:border-bottom-3, .tablet\:hover\:border-bottom-3:hover {
        border-bottom: 1.5rem solid;
    }

    .tablet\:border-left-3, .tablet\:hover\:border-left-3:hover {
        border-left: 1.5rem solid;
    }

    .tablet\:border-0, .tablet\:hover\:border-0:hover {
        border: 0 solid;
    }

    .tablet\:border-y-0, .tablet\:hover\:border-y-0:hover {
        border-top: 0 solid;
        border-bottom: 0 solid;
    }

    .tablet\:border-x-0, .tablet\:hover\:border-x-0:hover {
        border-left: 0 solid;
        border-right: 0 solid;
    }

    .tablet\:border-top-0, .tablet\:hover\:border-top-0:hover {
        border-top: 0 solid;
    }

    .tablet\:border-right-0, .tablet\:hover\:border-right-0:hover {
        border-right: 0 solid;
    }

    .tablet\:border-bottom-0, .tablet\:hover\:border-bottom-0:hover {
        border-bottom: 0 solid;
    }

    .tablet\:border-left-0, .tablet\:hover\:border-left-0:hover {
        border-left: 0 solid;
    }

    .tablet\:border, .tablet\:hover\:border:hover {
        border: 1px solid;
    }

    .tablet\:border-y, .tablet\:hover\:border-y:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .tablet\:border-x, .tablet\:hover\:border-x:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .tablet\:border-top, .tablet\:hover\:border-top:hover {
        border-top: 1px solid;
    }

    .tablet\:border-right, .tablet\:hover\:border-right:hover {
        border-right: 1px solid;
    }

    .tablet\:border-bottom, .tablet\:hover\:border-bottom:hover {
        border-bottom: 1px solid;
    }

    .tablet\:border-left, .tablet\:hover\:border-left:hover {
        border-left: 1px solid;
    }

    .tablet\:border-transparent, .tablet\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .tablet\:border-black, .tablet\:hover\:border-black:hover {
        border-color: #000;
    }

    .tablet\:border-white, .tablet\:hover\:border-white:hover {
        border-color: #fff;
    }

    .tablet\:border-red, .tablet\:hover\:border-red:hover {
        border-color: #e52207;
    }

    .tablet\:border-orange, .tablet\:hover\:border-orange:hover {
        border-color: #e66f0e;
    }

    .tablet\:border-gold, .tablet\:hover\:border-gold:hover {
        border-color: #ffbe2e;
    }

    .tablet\:border-yellow, .tablet\:hover\:border-yellow:hover {
        border-color: #fee685;
    }

    .tablet\:border-green, .tablet\:hover\:border-green:hover {
        border-color: #538200;
    }

    .tablet\:border-mint, .tablet\:hover\:border-mint:hover {
        border-color: #04c585;
    }

    .tablet\:border-cyan, .tablet\:hover\:border-cyan:hover {
        border-color: #009ec1;
    }

    .tablet\:border-blue, .tablet\:hover\:border-blue:hover {
        border-color: #0076d6;
    }

    .tablet\:border-indigo, .tablet\:hover\:border-indigo:hover {
        border-color: #676cc8;
    }

    .tablet\:border-violet, .tablet\:hover\:border-violet:hover {
        border-color: #8168b3;
    }

    .tablet\:border-magenta, .tablet\:hover\:border-magenta:hover {
        border-color: #d72d79;
    }

    .tablet\:border-gray-5, .tablet\:hover\:border-gray-5:hover {
        border-color: #f0f0f0;
    }

    .tablet\:border-gray-10, .tablet\:hover\:border-gray-10:hover {
        border-color: #e6e6e6;
    }

    .tablet\:border-gray-30, .tablet\:hover\:border-gray-30:hover {
        border-color: #adadad;
    }

    .tablet\:border-gray-50, .tablet\:hover\:border-gray-50:hover {
        border-color: #757575;
    }

    .tablet\:border-gray-70, .tablet\:hover\:border-gray-70:hover {
        border-color: #454545;
    }

    .tablet\:border-gray-90, .tablet\:hover\:border-gray-90:hover {
        border-color: #1b1b1b;
    }

    .tablet\:border-base-lightest, .tablet\:hover\:border-base-lightest:hover {
        border-color: #f0f0f0;
    }

    .tablet\:border-base-lighter, .tablet\:hover\:border-base-lighter:hover {
        border-color: #dfe1e2;
    }

    .tablet\:border-base-light, .tablet\:hover\:border-base-light:hover {
        border-color: #a9aeb1;
    }

    .tablet\:border-base, .tablet\:hover\:border-base:hover {
        border-color: #71767a;
    }

    .tablet\:border-base-dark, .tablet\:hover\:border-base-dark:hover {
        border-color: #565c65;
    }

    .tablet\:border-base-darker, .tablet\:hover\:border-base-darker:hover {
        border-color: #3d4551;
    }

    .tablet\:border-base-darkest, .tablet\:border-ink, .tablet\:hover\:border-base-darkest:hover, .tablet\:hover\:border-ink:hover {
        border-color: #1b1b1b;
    }

    .tablet\:border-primary-lighter, .tablet\:hover\:border-primary-lighter:hover {
        border-color: #d9e8f6;
    }

    .tablet\:border-primary-light, .tablet\:hover\:border-primary-light:hover {
        border-color: #73b3e7;
    }

    .tablet\:border-primary, .tablet\:hover\:border-primary:hover {
        border-color: #005ea2;
    }

    .tablet\:border-primary-vivid, .tablet\:hover\:border-primary-vivid:hover {
        border-color: #0050d8;
    }

    .tablet\:border-primary-dark, .tablet\:hover\:border-primary-dark:hover {
        border-color: #1a4480;
    }

    .tablet\:border-primary-darker, .tablet\:hover\:border-primary-darker:hover {
        border-color: #162e51;
    }

    .tablet\:border-secondary-lighter, .tablet\:hover\:border-secondary-lighter:hover {
        border-color: #f3e1e4;
    }

    .tablet\:border-secondary-light, .tablet\:hover\:border-secondary-light:hover {
        border-color: #f2938c;
    }

    .tablet\:border-secondary, .tablet\:hover\:border-secondary:hover {
        border-color: #d83933;
    }

    .tablet\:border-secondary-vivid, .tablet\:hover\:border-secondary-vivid:hover {
        border-color: #e41d3d;
    }

    .tablet\:border-secondary-dark, .tablet\:hover\:border-secondary-dark:hover {
        border-color: #b50909;
    }

    .tablet\:border-secondary-darker, .tablet\:hover\:border-secondary-darker:hover {
        border-color: #8b0a03;
    }

    .tablet\:border-accent-warm-darker, .tablet\:hover\:border-accent-warm-darker:hover {
        border-color: #775540;
    }

    .tablet\:border-accent-warm-dark, .tablet\:hover\:border-accent-warm-dark:hover {
        border-color: #c05600;
    }

    .tablet\:border-accent-warm, .tablet\:hover\:border-accent-warm:hover {
        border-color: #fa9441;
    }

    .tablet\:border-accent-warm-light, .tablet\:hover\:border-accent-warm-light:hover {
        border-color: #ffbc78;
    }

    .tablet\:border-accent-warm-lighter, .tablet\:hover\:border-accent-warm-lighter:hover {
        border-color: #f2e4d4;
    }

    .tablet\:border-accent-cool-darker, .tablet\:hover\:border-accent-cool-darker:hover {
        border-color: #07648d;
    }

    .tablet\:border-accent-cool-dark, .tablet\:hover\:border-accent-cool-dark:hover {
        border-color: #28a0cb;
    }

    .tablet\:border-accent-cool, .tablet\:hover\:border-accent-cool:hover {
        border-color: #00bde3;
    }

    .tablet\:border-accent-cool-light, .tablet\:hover\:border-accent-cool-light:hover {
        border-color: #97d4ea;
    }

    .tablet\:border-accent-cool-lighter, .tablet\:hover\:border-accent-cool-lighter:hover {
        border-color: #e1f3f8;
    }

    .tablet\:radius-0 {
        border-radius: 0;
    }

    .tablet\:radius-top-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .tablet\:radius-right-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .tablet\:radius-bottom-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .tablet\:radius-left-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .tablet\:radius-sm {
        border-radius: 2px;
    }

    .tablet\:radius-top-sm {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .tablet\:radius-right-sm {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .tablet\:radius-bottom-sm {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .tablet\:radius-left-sm {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .tablet\:radius-md {
        border-radius: .25rem;
    }

    .tablet\:radius-top-md {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .tablet\:radius-right-md {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .tablet\:radius-bottom-md {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .tablet\:radius-left-md {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .tablet\:radius-lg {
        border-radius: .5rem;
    }

    .tablet\:radius-top-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
    }

    .tablet\:radius-right-lg {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .tablet\:radius-bottom-lg {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .tablet\:radius-left-lg {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    .tablet\:radius-pill {
        border-radius: 99rem;
    }

    .tablet\:radius-top-pill {
        border-top-left-radius: 99rem;
        border-top-right-radius: 99rem;
    }

    .tablet\:radius-right-pill {
        border-top-right-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .tablet\:radius-bottom-pill {
        border-bottom-left-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .tablet\:radius-left-pill {
        border-top-left-radius: 99rem;
        border-bottom-left-radius: 99rem;
    }

    .tablet\:display-block {
        display: block;
    }

    .tablet\:display-flex {
        display: flex;
    }

    .tablet\:display-none {
        display: none;
    }

    .tablet\:display-inline {
        display: inline;
    }

    .tablet\:display-inline-block {
        display: inline-block;
    }

    .tablet\:display-inline-flex {
        display: inline-flex;
    }

    .tablet\:display-table {
        display: table;
    }

    .tablet\:display-table-cell {
        display: table-cell;
    }

    .tablet\:display-table-row {
        display: table-row;
    }

    .tablet\:font-mono-3xs {
        font-size: .77rem;
    }

    .tablet\:font-mono-2xs {
        font-size: .83rem;
    }

    .tablet\:font-mono-xs {
        font-size: .89rem;
    }

    .tablet\:font-mono-sm {
        font-size: .95rem;
    }

    .tablet\:font-mono-md {
        font-size: 1.01rem;
    }

    .tablet\:font-mono-lg {
        font-size: 1.31rem;
    }

    .tablet\:font-mono-xl {
        font-size: 1.91rem;
    }

    .tablet\:font-mono-2xl {
        font-size: 2.38rem;
    }

    .tablet\:font-mono-3xl {
        font-size: 2.86rem;
    }

    .tablet\:font-sans-3xs {
        font-size: .87rem;
    }

    .tablet\:font-sans-2xs {
        font-size: .93rem;
    }

    .tablet\:font-sans-xs {
        font-size: 1rem;
    }

    .tablet\:font-sans-sm {
        font-size: 1.06rem;
    }

    .tablet\:font-sans-md {
        font-size: 1.13rem;
    }

    .tablet\:font-sans-lg {
        font-size: 1.46rem;
    }

    .tablet\:font-sans-xl {
        font-size: 2.13rem;
    }

    .tablet\:font-sans-2xl {
        font-size: 2.66rem;
    }

    .tablet\:font-sans-3xl {
        font-size: 3.19rem;
    }

    .tablet\:font-serif-3xs {
        font-size: .79rem;
    }

    .tablet\:font-serif-2xs {
        font-size: .85rem;
    }

    .tablet\:font-serif-xs {
        font-size: .91rem;
    }

    .tablet\:font-serif-sm {
        font-size: .98rem;
    }

    .tablet\:font-serif-md {
        font-size: 1.04rem;
    }

    .tablet\:font-serif-lg {
        font-size: 1.34rem;
    }

    .tablet\:font-serif-xl {
        font-size: 1.95rem;
    }

    .tablet\:font-serif-2xl {
        font-size: 2.44rem;
    }

    .tablet\:font-serif-3xl {
        font-size: 2.93rem;
    }

    .tablet\:font-heading-3xs {
        font-size: .79rem;
    }

    .tablet\:font-heading-2xs {
        font-size: .85rem;
    }

    .tablet\:font-heading-xs {
        font-size: .91rem;
    }

    .tablet\:font-heading-sm {
        font-size: .98rem;
    }

    .tablet\:font-heading-md {
        font-size: 1.04rem;
    }

    .tablet\:font-heading-lg {
        font-size: 1.34rem;
    }

    .tablet\:font-heading-xl {
        font-size: 1.95rem;
    }

    .tablet\:font-heading-2xl {
        font-size: 2.44rem;
    }

    .tablet\:font-heading-3xl {
        font-size: 2.93rem;
    }

    .tablet\:font-body-3xs {
        font-size: .87rem;
    }

    .tablet\:font-body-2xs {
        font-size: .93rem;
    }

    .tablet\:font-body-xs {
        font-size: 1rem;
    }

    .tablet\:font-body-sm {
        font-size: 1.06rem;
    }

    .tablet\:font-body-md {
        font-size: 1.13rem;
    }

    .tablet\:font-body-lg {
        font-size: 1.46rem;
    }

    .tablet\:font-body-xl {
        font-size: 2.13rem;
    }

    .tablet\:font-body-2xl {
        font-size: 2.66rem;
    }

    .tablet\:font-body-3xl {
        font-size: 3.19rem;
    }

    .tablet\:font-code-3xs {
        font-size: .77rem;
    }

    .tablet\:font-code-2xs {
        font-size: .83rem;
    }

    .tablet\:font-code-xs {
        font-size: .89rem;
    }

    .tablet\:font-code-sm {
        font-size: .95rem;
    }

    .tablet\:font-code-md {
        font-size: 1.01rem;
    }

    .tablet\:font-code-lg {
        font-size: 1.31rem;
    }

    .tablet\:font-code-xl {
        font-size: 1.91rem;
    }

    .tablet\:font-code-2xl {
        font-size: 2.38rem;
    }

    .tablet\:font-code-3xl {
        font-size: 2.86rem;
    }

    .tablet\:font-alt-3xs {
        font-size: .79rem;
    }

    .tablet\:font-alt-2xs {
        font-size: .85rem;
    }

    .tablet\:font-alt-xs {
        font-size: .91rem;
    }

    .tablet\:font-alt-sm {
        font-size: .98rem;
    }

    .tablet\:font-alt-md {
        font-size: 1.04rem;
    }

    .tablet\:font-alt-lg {
        font-size: 1.34rem;
    }

    .tablet\:font-alt-xl {
        font-size: 1.95rem;
    }

    .tablet\:font-alt-2xl {
        font-size: 2.44rem;
    }

    .tablet\:font-alt-3xl {
        font-size: 2.93rem;
    }

    .tablet\:font-ui-3xs {
        font-size: .87rem;
    }

    .tablet\:font-ui-2xs {
        font-size: .93rem;
    }

    .tablet\:font-ui-xs {
        font-size: 1rem;
    }

    .tablet\:font-ui-sm {
        font-size: 1.06rem;
    }

    .tablet\:font-ui-md {
        font-size: 1.13rem;
    }

    .tablet\:font-ui-lg {
        font-size: 1.46rem;
    }

    .tablet\:font-ui-xl {
        font-size: 2.13rem;
    }

    .tablet\:font-ui-2xl {
        font-size: 2.66rem;
    }

    .tablet\:font-ui-3xl {
        font-size: 3.19rem;
    }

    .tablet\:text-light {
        font-weight: 300;
    }

    .tablet\:text-normal {
        font-weight: 400;
    }

    .tablet\:text-bold {
        font-weight: 700;
    }

    .tablet\:flex-justify-center {
        justify-content: center;
    }

    .tablet\:flex-justify-start {
        justify-content: flex-start;
    }

    .tablet\:flex-justify-end {
        justify-content: flex-end;
    }

    .tablet\:flex-justify {
        justify-content: space-between;
    }

    .tablet\:line-height-sans-1 {
        line-height: .9;
    }

    .tablet\:line-height-sans-2 {
        line-height: 1.1;
    }

    .tablet\:line-height-sans-3 {
        line-height: 1.3;
    }

    .tablet\:line-height-sans-4 {
        line-height: 1.4;
    }

    .tablet\:line-height-sans-5 {
        line-height: 1.5;
    }

    .tablet\:line-height-sans-6 {
        line-height: 1.6;
    }

    .tablet\:line-height-serif-1 {
        line-height: 1;
    }

    .tablet\:line-height-serif-2 {
        line-height: 1.2;
    }

    .tablet\:line-height-serif-3 {
        line-height: 1.4;
    }

    .tablet\:line-height-serif-4 {
        line-height: 1.5;
    }

    .tablet\:line-height-serif-5 {
        line-height: 1.7;
    }

    .tablet\:line-height-serif-6 {
        line-height: 1.8;
    }

    .tablet\:line-height-mono-1 {
        line-height: 1;
    }

    .tablet\:line-height-mono-2 {
        line-height: 1.3;
    }

    .tablet\:line-height-mono-3 {
        line-height: 1.4;
    }

    .tablet\:line-height-mono-4 {
        line-height: 1.6;
    }

    .tablet\:line-height-mono-5 {
        line-height: 1.7;
    }

    .tablet\:line-height-mono-6 {
        line-height: 1.8;
    }

    .tablet\:line-height-heading-1 {
        line-height: 1;
    }

    .tablet\:line-height-heading-2 {
        line-height: 1.2;
    }

    .tablet\:line-height-heading-3 {
        line-height: 1.4;
    }

    .tablet\:line-height-heading-4 {
        line-height: 1.5;
    }

    .tablet\:line-height-heading-5 {
        line-height: 1.7;
    }

    .tablet\:line-height-heading-6 {
        line-height: 1.8;
    }

    .tablet\:line-height-ui-1 {
        line-height: .9;
    }

    .tablet\:line-height-ui-2 {
        line-height: 1.1;
    }

    .tablet\:line-height-ui-3 {
        line-height: 1.3;
    }

    .tablet\:line-height-ui-4 {
        line-height: 1.4;
    }

    .tablet\:line-height-ui-5 {
        line-height: 1.5;
    }

    .tablet\:line-height-ui-6 {
        line-height: 1.6;
    }

    .tablet\:line-height-body-1 {
        line-height: .9;
    }

    .tablet\:line-height-body-2 {
        line-height: 1.1;
    }

    .tablet\:line-height-body-3 {
        line-height: 1.3;
    }

    .tablet\:line-height-body-4 {
        line-height: 1.4;
    }

    .tablet\:line-height-body-5 {
        line-height: 1.5;
    }

    .tablet\:line-height-body-6 {
        line-height: 1.6;
    }

    .tablet\:line-height-code-1 {
        line-height: 1;
    }

    .tablet\:line-height-code-2 {
        line-height: 1.3;
    }

    .tablet\:line-height-code-3 {
        line-height: 1.4;
    }

    .tablet\:line-height-code-4 {
        line-height: 1.6;
    }

    .tablet\:line-height-code-5 {
        line-height: 1.7;
    }

    .tablet\:line-height-code-6 {
        line-height: 1.8;
    }

    .tablet\:line-height-alt-1 {
        line-height: 1;
    }

    .tablet\:line-height-alt-2 {
        line-height: 1.2;
    }

    .tablet\:line-height-alt-3 {
        line-height: 1.4;
    }

    .tablet\:line-height-alt-4 {
        line-height: 1.5;
    }

    .tablet\:line-height-alt-5 {
        line-height: 1.7;
    }

    .tablet\:line-height-alt-6 {
        line-height: 1.8;
    }

    .tablet\:margin-neg-1px {
        margin: -1px;
    }

    .tablet\:margin-neg-2px {
        margin: -2px;
    }

    .tablet\:margin-neg-05 {
        margin: -.25rem;
    }

    .tablet\:margin-neg-1 {
        margin: -.5rem;
    }

    .tablet\:margin-neg-105 {
        margin: -.75rem;
    }

    .tablet\:margin-neg-2 {
        margin: -1rem;
    }

    .tablet\:margin-neg-205 {
        margin: -1.25rem;
    }

    .tablet\:margin-neg-3 {
        margin: -1.5rem;
    }

    .tablet\:margin-1px {
        margin: 1px;
    }

    .tablet\:margin-2px {
        margin: 2px;
    }

    .tablet\:margin-05 {
        margin: .25rem;
    }

    .tablet\:margin-1 {
        margin: .5rem;
    }

    .tablet\:margin-105 {
        margin: .75rem;
    }

    .tablet\:margin-2 {
        margin: 1rem;
    }

    .tablet\:margin-205 {
        margin: 1.25rem;
    }

    .tablet\:margin-3 {
        margin: 1.5rem;
    }

    .tablet\:margin-4 {
        margin: 2rem;
    }

    .tablet\:margin-5 {
        margin: 2.5rem;
    }

    .tablet\:margin-6 {
        margin: 3rem;
    }

    .tablet\:margin-7 {
        margin: 3.5rem;
    }

    .tablet\:margin-8 {
        margin: 4rem;
    }

    .tablet\:margin-9 {
        margin: 4.5rem;
    }

    .tablet\:margin-10 {
        margin: 5rem;
    }

    .tablet\:margin-15 {
        margin: 7.5rem;
    }

    .tablet\:margin-05em {
        margin: .5em;
    }

    .tablet\:margin-1em {
        margin: 1em;
    }

    .tablet\:margin-105em {
        margin: 1.5em;
    }

    .tablet\:margin-2em {
        margin: 2em;
    }

    .tablet\:margin-0 {
        margin: 0;
    }

    .tablet\:margin-y-1px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .tablet\:margin-top-1px {
        margin-top: 1px;
    }

    .tablet\:margin-bottom-1px {
        margin-bottom: 1px;
    }

    .tablet\:margin-y-2px {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .tablet\:margin-top-2px {
        margin-top: 2px;
    }

    .tablet\:margin-bottom-2px {
        margin-bottom: 2px;
    }

    .tablet\:margin-y-05 {
        margin-top: .25rem;
        margin-bottom: .25rem;
    }

    .tablet\:margin-top-05 {
        margin-top: .25rem;
    }

    .tablet\:margin-bottom-05 {
        margin-bottom: .25rem;
    }

    .tablet\:margin-y-1 {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .tablet\:margin-top-1 {
        margin-top: .5rem;
    }

    .tablet\:margin-bottom-1 {
        margin-bottom: .5rem;
    }

    .tablet\:margin-y-105 {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }

    .tablet\:margin-top-105 {
        margin-top: .75rem;
    }

    .tablet\:margin-bottom-105 {
        margin-bottom: .75rem;
    }

    .tablet\:margin-y-2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .tablet\:margin-top-2 {
        margin-top: 1rem;
    }

    .tablet\:margin-bottom-2 {
        margin-bottom: 1rem;
    }

    .tablet\:margin-y-205 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .tablet\:margin-top-205 {
        margin-top: 1.25rem;
    }

    .tablet\:margin-bottom-205 {
        margin-bottom: 1.25rem;
    }

    .tablet\:margin-y-3 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .tablet\:margin-top-3 {
        margin-top: 1.5rem;
    }

    .tablet\:margin-bottom-3 {
        margin-bottom: 1.5rem;
    }

    .tablet\:margin-y-neg-1px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .tablet\:margin-top-neg-1px {
        margin-top: -1px;
    }

    .tablet\:margin-bottom-neg-1px {
        margin-bottom: -1px;
    }

    .tablet\:margin-y-neg-2px {
        margin-top: -2px;
        margin-bottom: -2px;
    }

    .tablet\:margin-top-neg-2px {
        margin-top: -2px;
    }

    .tablet\:margin-bottom-neg-2px {
        margin-bottom: -2px;
    }

    .tablet\:margin-y-neg-05 {
        margin-top: -.25rem;
        margin-bottom: -.25rem;
    }

    .tablet\:margin-top-neg-05 {
        margin-top: -.25rem;
    }

    .tablet\:margin-bottom-neg-05 {
        margin-bottom: -.25rem;
    }

    .tablet\:margin-y-neg-1 {
        margin-top: -.5rem;
        margin-bottom: -.5rem;
    }

    .tablet\:margin-top-neg-1 {
        margin-top: -.5rem;
    }

    .tablet\:margin-bottom-neg-1 {
        margin-bottom: -.5rem;
    }

    .tablet\:margin-y-neg-105 {
        margin-top: -.75rem;
        margin-bottom: -.75rem;
    }

    .tablet\:margin-top-neg-105 {
        margin-top: -.75rem;
    }

    .tablet\:margin-bottom-neg-105 {
        margin-bottom: -.75rem;
    }

    .tablet\:margin-y-neg-2 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .tablet\:margin-top-neg-2 {
        margin-top: -1rem;
    }

    .tablet\:margin-bottom-neg-2 {
        margin-bottom: -1rem;
    }

    .tablet\:margin-y-neg-205 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .tablet\:margin-top-neg-205 {
        margin-top: -1.25rem;
    }

    .tablet\:margin-bottom-neg-205 {
        margin-bottom: -1.25rem;
    }

    .tablet\:margin-y-neg-3 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .tablet\:margin-top-neg-3 {
        margin-top: -1.5rem;
    }

    .tablet\:margin-bottom-neg-3 {
        margin-bottom: -1.5rem;
    }

    .tablet\:margin-y-4 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .tablet\:margin-top-4 {
        margin-top: 2rem;
    }

    .tablet\:margin-bottom-4 {
        margin-bottom: 2rem;
    }

    .tablet\:margin-y-5 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .tablet\:margin-top-5 {
        margin-top: 2.5rem;
    }

    .tablet\:margin-bottom-5 {
        margin-bottom: 2.5rem;
    }

    .tablet\:margin-y-6 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .tablet\:margin-top-6 {
        margin-top: 3rem;
    }

    .tablet\:margin-bottom-6 {
        margin-bottom: 3rem;
    }

    .tablet\:margin-y-7 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .tablet\:margin-top-7 {
        margin-top: 3.5rem;
    }

    .tablet\:margin-bottom-7 {
        margin-bottom: 3.5rem;
    }

    .tablet\:margin-y-8 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .tablet\:margin-top-8 {
        margin-top: 4rem;
    }

    .tablet\:margin-bottom-8 {
        margin-bottom: 4rem;
    }

    .tablet\:margin-y-9 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }

    .tablet\:margin-top-9 {
        margin-top: 4.5rem;
    }

    .tablet\:margin-bottom-9 {
        margin-bottom: 4.5rem;
    }

    .tablet\:margin-y-10 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .tablet\:margin-top-10 {
        margin-top: 5rem;
    }

    .tablet\:margin-bottom-10 {
        margin-bottom: 5rem;
    }

    .tablet\:margin-y-15 {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem;
    }

    .tablet\:margin-top-15 {
        margin-top: 7.5rem;
    }

    .tablet\:margin-bottom-15 {
        margin-bottom: 7.5rem;
    }

    .tablet\:margin-y-05em {
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .tablet\:margin-top-05em {
        margin-top: .5em;
    }

    .tablet\:margin-bottom-05em {
        margin-bottom: .5em;
    }

    .tablet\:margin-y-1em {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .tablet\:margin-top-1em {
        margin-top: 1em;
    }

    .tablet\:margin-bottom-1em {
        margin-bottom: 1em;
    }

    .tablet\:margin-y-105em {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .tablet\:margin-top-105em {
        margin-top: 1.5em;
    }

    .tablet\:margin-bottom-105em {
        margin-bottom: 1.5em;
    }

    .tablet\:margin-y-2em {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .tablet\:margin-top-2em {
        margin-top: 2em;
    }

    .tablet\:margin-bottom-2em {
        margin-bottom: 2em;
    }

    .tablet\:margin-y-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .tablet\:margin-top-0 {
        margin-top: 0;
    }

    .tablet\:margin-bottom-0 {
        margin-bottom: 0;
    }

    .tablet\:margin-y-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .tablet\:margin-top-auto {
        margin-top: auto;
    }

    .tablet\:margin-bottom-auto {
        margin-bottom: auto;
    }

    .tablet\:margin-x-1px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .tablet\:margin-right-1px {
        margin-right: 1px;
    }

    .tablet\:margin-left-1px {
        margin-left: 1px;
    }

    .tablet\:margin-x-2px {
        margin-left: 2px;
        margin-right: 2px;
    }

    .tablet\:margin-right-2px {
        margin-right: 2px;
    }

    .tablet\:margin-left-2px {
        margin-left: 2px;
    }

    .tablet\:margin-x-05 {
        margin-left: .25rem;
        margin-right: .25rem;
    }

    .tablet\:margin-right-05 {
        margin-right: .25rem;
    }

    .tablet\:margin-left-05 {
        margin-left: .25rem;
    }

    .tablet\:margin-x-1 {
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .tablet\:margin-right-1 {
        margin-right: .5rem;
    }

    .tablet\:margin-left-1 {
        margin-left: .5rem;
    }

    .tablet\:margin-x-105 {
        margin-left: .75rem;
        margin-right: .75rem;
    }

    .tablet\:margin-right-105 {
        margin-right: .75rem;
    }

    .tablet\:margin-left-105 {
        margin-left: .75rem;
    }

    .tablet\:margin-x-2 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .tablet\:margin-right-2 {
        margin-right: 1rem;
    }

    .tablet\:margin-left-2 {
        margin-left: 1rem;
    }

    .tablet\:margin-x-205 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .tablet\:margin-right-205 {
        margin-right: 1.25rem;
    }

    .tablet\:margin-left-205 {
        margin-left: 1.25rem;
    }

    .tablet\:margin-x-3 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .tablet\:margin-right-3 {
        margin-right: 1.5rem;
    }

    .tablet\:margin-left-3 {
        margin-left: 1.5rem;
    }

    .tablet\:margin-x-neg-1px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .tablet\:margin-right-neg-1px {
        margin-right: -1px;
    }

    .tablet\:margin-left-neg-1px {
        margin-left: -1px;
    }

    .tablet\:margin-x-neg-2px {
        margin-left: -2px;
        margin-right: -2px;
    }

    .tablet\:margin-right-neg-2px {
        margin-right: -2px;
    }

    .tablet\:margin-left-neg-2px {
        margin-left: -2px;
    }

    .tablet\:margin-x-neg-05 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

    .tablet\:margin-right-neg-05 {
        margin-right: -.25rem;
    }

    .tablet\:margin-left-neg-05 {
        margin-left: -.25rem;
    }

    .tablet\:margin-x-neg-1 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

    .tablet\:margin-right-neg-1 {
        margin-right: -.5rem;
    }

    .tablet\:margin-left-neg-1 {
        margin-left: -.5rem;
    }

    .tablet\:margin-x-neg-105 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

    .tablet\:margin-right-neg-105 {
        margin-right: -.75rem;
    }

    .tablet\:margin-left-neg-105 {
        margin-left: -.75rem;
    }

    .tablet\:margin-x-neg-2 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .tablet\:margin-right-neg-2 {
        margin-right: -1rem;
    }

    .tablet\:margin-left-neg-2 {
        margin-left: -1rem;
    }

    .tablet\:margin-x-neg-205 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .tablet\:margin-right-neg-205 {
        margin-right: -1.25rem;
    }

    .tablet\:margin-left-neg-205 {
        margin-left: -1.25rem;
    }

    .tablet\:margin-x-neg-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .tablet\:margin-right-neg-3 {
        margin-right: -1.5rem;
    }

    .tablet\:margin-left-neg-3 {
        margin-left: -1.5rem;
    }

    .tablet\:margin-x-4 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .tablet\:margin-right-4 {
        margin-right: 2rem;
    }

    .tablet\:margin-left-4 {
        margin-left: 2rem;
    }

    .tablet\:margin-x-5 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .tablet\:margin-right-5 {
        margin-right: 2.5rem;
    }

    .tablet\:margin-left-5 {
        margin-left: 2.5rem;
    }

    .tablet\:margin-x-6 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .tablet\:margin-right-6 {
        margin-right: 3rem;
    }

    .tablet\:margin-left-6 {
        margin-left: 3rem;
    }

    .tablet\:margin-x-7 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .tablet\:margin-right-7 {
        margin-right: 3.5rem;
    }

    .tablet\:margin-left-7 {
        margin-left: 3.5rem;
    }

    .tablet\:margin-x-8 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .tablet\:margin-right-8 {
        margin-right: 4rem;
    }

    .tablet\:margin-left-8 {
        margin-left: 4rem;
    }

    .tablet\:margin-x-9 {
        margin-left: 4.5rem;
        margin-right: 4.5rem;
    }

    .tablet\:margin-right-9 {
        margin-right: 4.5rem;
    }

    .tablet\:margin-left-9 {
        margin-left: 4.5rem;
    }

    .tablet\:margin-x-10 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .tablet\:margin-right-10 {
        margin-right: 5rem;
    }

    .tablet\:margin-left-10 {
        margin-left: 5rem;
    }

    .tablet\:margin-x-15 {
        margin-left: 7.5rem;
        margin-right: 7.5rem;
    }

    .tablet\:margin-right-15 {
        margin-right: 7.5rem;
    }

    .tablet\:margin-left-15 {
        margin-left: 7.5rem;
    }

    .tablet\:margin-x-card {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .tablet\:margin-right-card {
        margin-right: 10rem;
    }

    .tablet\:margin-left-card {
        margin-left: 10rem;
    }

    .tablet\:margin-x-card-lg {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .tablet\:margin-right-card-lg {
        margin-right: 15rem;
    }

    .tablet\:margin-left-card-lg {
        margin-left: 15rem;
    }

    .tablet\:margin-x-mobile {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .tablet\:margin-right-mobile {
        margin-right: 20rem;
    }

    .tablet\:margin-left-mobile {
        margin-left: 20rem;
    }

    .tablet\:margin-x-05em {
        margin-left: .5em;
        margin-right: .5em;
    }

    .tablet\:margin-right-05em {
        margin-right: .5em;
    }

    .tablet\:margin-left-05em {
        margin-left: .5em;
    }

    .tablet\:margin-x-1em {
        margin-left: 1em;
        margin-right: 1em;
    }

    .tablet\:margin-right-1em {
        margin-right: 1em;
    }

    .tablet\:margin-left-1em {
        margin-left: 1em;
    }

    .tablet\:margin-x-105em {
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .tablet\:margin-right-105em {
        margin-right: 1.5em;
    }

    .tablet\:margin-left-105em {
        margin-left: 1.5em;
    }

    .tablet\:margin-x-2em {
        margin-left: 2em;
        margin-right: 2em;
    }

    .tablet\:margin-right-2em {
        margin-right: 2em;
    }

    .tablet\:margin-left-2em {
        margin-left: 2em;
    }

    .tablet\:margin-x-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .tablet\:margin-right-0 {
        margin-right: 0;
    }

    .tablet\:margin-left-0 {
        margin-left: 0;
    }

    .tablet\:margin-x-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .tablet\:margin-right-auto {
        margin-right: auto;
    }

    .tablet\:margin-left-auto {
        margin-left: auto;
    }

    .tablet\:measure-1 {
        max-width: 44ex;
    }

    .tablet\:measure-2 {
        max-width: 60ex;
    }

    .tablet\:measure-3 {
        max-width: 64ex;
    }

    .tablet\:measure-4 {
        max-width: 68ex;
    }

    .tablet\:measure-5 {
        max-width: 72ex;
    }

    .tablet\:measure-6 {
        max-width: 88ex;
    }

    .tablet\:measure-none {
        max-width: none;
    }

    .tablet\:order-first {
        order: -1;
    }

    .tablet\:order-last {
        order: 999;
    }

    .tablet\:order-initial {
        order: initial;
    }

    .tablet\:order-0 {
        order: 0;
    }

    .tablet\:order-1 {
        order: 1;
    }

    .tablet\:order-2 {
        order: 2;
    }

    .tablet\:order-3 {
        order: 3;
    }

    .tablet\:order-4 {
        order: 4;
    }

    .tablet\:order-5 {
        order: 5;
    }

    .tablet\:order-6 {
        order: 6;
    }

    .tablet\:order-7 {
        order: 7;
    }

    .tablet\:order-8 {
        order: 8;
    }

    .tablet\:order-9 {
        order: 9;
    }

    .tablet\:order-10 {
        order: 10;
    }

    .tablet\:order-11 {
        order: 11;
    }

    .tablet\:padding-1px {
        padding: 1px;
    }

    .tablet\:padding-y-1px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .tablet\:padding-x-1px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .tablet\:padding-top-1px {
        padding-top: 1px;
    }

    .tablet\:padding-right-1px {
        padding-right: 1px;
    }

    .tablet\:padding-bottom-1px {
        padding-bottom: 1px;
    }

    .tablet\:padding-left-1px {
        padding-left: 1px;
    }

    .tablet\:padding-2px {
        padding: 2px;
    }

    .tablet\:padding-y-2px {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .tablet\:padding-x-2px {
        padding-left: 2px;
        padding-right: 2px;
    }

    .tablet\:padding-top-2px {
        padding-top: 2px;
    }

    .tablet\:padding-right-2px {
        padding-right: 2px;
    }

    .tablet\:padding-bottom-2px {
        padding-bottom: 2px;
    }

    .tablet\:padding-left-2px {
        padding-left: 2px;
    }

    .tablet\:padding-05 {
        padding: .25rem;
    }

    .tablet\:padding-y-05 {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .tablet\:padding-x-05 {
        padding-left: .25rem;
        padding-right: .25rem;
    }

    .tablet\:padding-top-05 {
        padding-top: .25rem;
    }

    .tablet\:padding-right-05 {
        padding-right: .25rem;
    }

    .tablet\:padding-bottom-05 {
        padding-bottom: .25rem;
    }

    .tablet\:padding-left-05 {
        padding-left: .25rem;
    }

    .tablet\:padding-1 {
        padding: .5rem;
    }

    .tablet\:padding-y-1 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .tablet\:padding-x-1 {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .tablet\:padding-top-1 {
        padding-top: .5rem;
    }

    .tablet\:padding-right-1 {
        padding-right: .5rem;
    }

    .tablet\:padding-bottom-1 {
        padding-bottom: .5rem;
    }

    .tablet\:padding-left-1 {
        padding-left: .5rem;
    }

    .tablet\:padding-105 {
        padding: .75rem;
    }

    .tablet\:padding-y-105 {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .tablet\:padding-x-105 {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .tablet\:padding-top-105 {
        padding-top: .75rem;
    }

    .tablet\:padding-right-105 {
        padding-right: .75rem;
    }

    .tablet\:padding-bottom-105 {
        padding-bottom: .75rem;
    }

    .tablet\:padding-left-105 {
        padding-left: .75rem;
    }

    .tablet\:padding-2 {
        padding: 1rem;
    }

    .tablet\:padding-y-2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .tablet\:padding-x-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .tablet\:padding-top-2 {
        padding-top: 1rem;
    }

    .tablet\:padding-right-2 {
        padding-right: 1rem;
    }

    .tablet\:padding-bottom-2 {
        padding-bottom: 1rem;
    }

    .tablet\:padding-left-2 {
        padding-left: 1rem;
    }

    .tablet\:padding-205 {
        padding: 1.25rem;
    }

    .tablet\:padding-y-205 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .tablet\:padding-x-205 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .tablet\:padding-top-205 {
        padding-top: 1.25rem;
    }

    .tablet\:padding-right-205 {
        padding-right: 1.25rem;
    }

    .tablet\:padding-bottom-205 {
        padding-bottom: 1.25rem;
    }

    .tablet\:padding-left-205 {
        padding-left: 1.25rem;
    }

    .tablet\:padding-3 {
        padding: 1.5rem;
    }

    .tablet\:padding-y-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .tablet\:padding-x-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .tablet\:padding-top-3 {
        padding-top: 1.5rem;
    }

    .tablet\:padding-right-3 {
        padding-right: 1.5rem;
    }

    .tablet\:padding-bottom-3 {
        padding-bottom: 1.5rem;
    }

    .tablet\:padding-left-3 {
        padding-left: 1.5rem;
    }

    .tablet\:padding-4 {
        padding: 2rem;
    }

    .tablet\:padding-y-4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .tablet\:padding-x-4 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .tablet\:padding-top-4 {
        padding-top: 2rem;
    }

    .tablet\:padding-right-4 {
        padding-right: 2rem;
    }

    .tablet\:padding-bottom-4 {
        padding-bottom: 2rem;
    }

    .tablet\:padding-left-4 {
        padding-left: 2rem;
    }

    .tablet\:padding-5 {
        padding: 2.5rem;
    }

    .tablet\:padding-y-5 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .tablet\:padding-x-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .tablet\:padding-top-5 {
        padding-top: 2.5rem;
    }

    .tablet\:padding-right-5 {
        padding-right: 2.5rem;
    }

    .tablet\:padding-bottom-5 {
        padding-bottom: 2.5rem;
    }

    .tablet\:padding-left-5 {
        padding-left: 2.5rem;
    }

    .tablet\:padding-6 {
        padding: 3rem;
    }

    .tablet\:padding-y-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .tablet\:padding-x-6 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .tablet\:padding-top-6 {
        padding-top: 3rem;
    }

    .tablet\:padding-right-6 {
        padding-right: 3rem;
    }

    .tablet\:padding-bottom-6 {
        padding-bottom: 3rem;
    }

    .tablet\:padding-left-6 {
        padding-left: 3rem;
    }

    .tablet\:padding-7 {
        padding: 3.5rem;
    }

    .tablet\:padding-y-7 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .tablet\:padding-x-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .tablet\:padding-top-7 {
        padding-top: 3.5rem;
    }

    .tablet\:padding-right-7 {
        padding-right: 3.5rem;
    }

    .tablet\:padding-bottom-7 {
        padding-bottom: 3.5rem;
    }

    .tablet\:padding-left-7 {
        padding-left: 3.5rem;
    }

    .tablet\:padding-8 {
        padding: 4rem;
    }

    .tablet\:padding-y-8 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .tablet\:padding-x-8 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .tablet\:padding-top-8 {
        padding-top: 4rem;
    }

    .tablet\:padding-right-8 {
        padding-right: 4rem;
    }

    .tablet\:padding-bottom-8 {
        padding-bottom: 4rem;
    }

    .tablet\:padding-left-8 {
        padding-left: 4rem;
    }

    .tablet\:padding-9 {
        padding: 4.5rem;
    }

    .tablet\:padding-y-9 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .tablet\:padding-x-9 {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }

    .tablet\:padding-top-9 {
        padding-top: 4.5rem;
    }

    .tablet\:padding-right-9 {
        padding-right: 4.5rem;
    }

    .tablet\:padding-bottom-9 {
        padding-bottom: 4.5rem;
    }

    .tablet\:padding-left-9 {
        padding-left: 4.5rem;
    }

    .tablet\:padding-10 {
        padding: 5rem;
    }

    .tablet\:padding-y-10 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .tablet\:padding-x-10 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .tablet\:padding-top-10 {
        padding-top: 5rem;
    }

    .tablet\:padding-right-10 {
        padding-right: 5rem;
    }

    .tablet\:padding-bottom-10 {
        padding-bottom: 5rem;
    }

    .tablet\:padding-left-10 {
        padding-left: 5rem;
    }

    .tablet\:padding-15 {
        padding: 7.5rem;
    }

    .tablet\:padding-y-15 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    .tablet\:padding-x-15 {
        padding-left: 7.5rem;
        padding-right: 7.5rem;
    }

    .tablet\:padding-top-15 {
        padding-top: 7.5rem;
    }

    .tablet\:padding-right-15 {
        padding-right: 7.5rem;
    }

    .tablet\:padding-bottom-15 {
        padding-bottom: 7.5rem;
    }

    .tablet\:padding-left-15 {
        padding-left: 7.5rem;
    }

    .tablet\:padding-0 {
        padding: 0;
    }

    .tablet\:padding-y-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .tablet\:padding-x-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .tablet\:padding-top-0 {
        padding-top: 0;
    }

    .tablet\:padding-right-0 {
        padding-right: 0;
    }

    .tablet\:padding-bottom-0 {
        padding-bottom: 0;
    }

    .tablet\:padding-left-0 {
        padding-left: 0;
    }

    .tablet\:width-1px {
        width: 1px;
    }

    .tablet\:width-2px {
        width: 2px;
    }

    .tablet\:width-05 {
        width: .25rem;
    }

    .tablet\:width-1 {
        width: .5rem;
    }

    .tablet\:width-105 {
        width: .75rem;
    }

    .tablet\:width-2 {
        width: 1rem;
    }

    .tablet\:width-205 {
        width: 1.25rem;
    }

    .tablet\:width-3 {
        width: 1.5rem;
    }

    .tablet\:width-4 {
        width: 2rem;
    }

    .tablet\:width-5 {
        width: 2.5rem;
    }

    .tablet\:width-6 {
        width: 3rem;
    }

    .tablet\:width-7 {
        width: 3.5rem;
    }

    .tablet\:width-8 {
        width: 4rem;
    }

    .tablet\:width-9 {
        width: 4.5rem;
    }

    .tablet\:width-10 {
        width: 5rem;
    }

    .tablet\:width-15 {
        width: 7.5rem;
    }

    .tablet\:width-card {
        width: 10rem;
    }

    .tablet\:width-card-lg {
        width: 15rem;
    }

    .tablet\:width-mobile {
        width: 20rem;
    }

    .tablet\:width-mobile-lg {
        width: 30rem;
    }

    .tablet\:width-tablet {
        width: 40rem;
    }

    .tablet\:width-tablet-lg {
        width: 55rem;
    }

    .tablet\:width-desktop {
        width: 64rem;
    }

    .tablet\:width-desktop-lg {
        width: 75rem;
    }

    .tablet\:width-widescreen {
        width: 87.5rem;
    }

    .tablet\:width-0 {
        width: 0;
    }

    .tablet\:width-full {
        width: 100%
    }

    .tablet\:width-auto {
        width: auto;
    }
}

@media all and (min-width:64em) {
    .desktop\: border-1px, .desktop\:hover\:border-1px:hover {
        border: 1px solid;
    }

    .desktop\:border-y-1px, .desktop\:hover\:border-y-1px:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .desktop\:border-x-1px, .desktop\:hover\:border-x-1px:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .desktop\:border-top-1px, .desktop\:hover\:border-top-1px:hover {
        border-top: 1px solid;
    }

    .desktop\:border-right-1px, .desktop\:hover\:border-right-1px:hover {
        border-right: 1px solid;
    }

    .desktop\:border-bottom-1px, .desktop\:hover\:border-bottom-1px:hover {
        border-bottom: 1px solid;
    }

    .desktop\:border-left-1px, .desktop\:hover\:border-left-1px:hover {
        border-left: 1px solid;
    }

    .desktop\:border-2px, .desktop\:hover\:border-2px:hover {
        border: 2px solid;
    }

    .desktop\:border-y-2px, .desktop\:hover\:border-y-2px:hover {
        border-top: 2px solid;
        border-bottom: 2px solid;
    }

    .desktop\:border-x-2px, .desktop\:hover\:border-x-2px:hover {
        border-left: 2px solid;
        border-right: 2px solid;
    }

    .desktop\:border-top-2px, .desktop\:hover\:border-top-2px:hover {
        border-top: 2px solid;
    }

    .desktop\:border-right-2px, .desktop\:hover\:border-right-2px:hover {
        border-right: 2px solid;
    }

    .desktop\:border-bottom-2px, .desktop\:hover\:border-bottom-2px:hover {
        border-bottom: 2px solid;
    }

    .desktop\:border-left-2px, .desktop\:hover\:border-left-2px:hover {
        border-left: 2px solid;
    }

    .desktop\:border-05, .desktop\:hover\:border-05:hover {
        border: .25rem solid;
    }

    .desktop\:border-y-05, .desktop\:hover\:border-y-05:hover {
        border-top: .25rem solid;
        border-bottom: .25rem solid;
    }

    .desktop\:border-x-05, .desktop\:hover\:border-x-05:hover {
        border-left: .25rem solid;
        border-right: .25rem solid;
    }

    .desktop\:border-top-05, .desktop\:hover\:border-top-05:hover {
        border-top: .25rem solid;
    }

    .desktop\:border-right-05, .desktop\:hover\:border-right-05:hover {
        border-right: .25rem solid;
    }

    .desktop\:border-bottom-05, .desktop\:hover\:border-bottom-05:hover {
        border-bottom: .25rem solid;
    }

    .desktop\:border-left-05, .desktop\:hover\:border-left-05:hover {
        border-left: .25rem solid;
    }

    .desktop\:border-1, .desktop\:hover\:border-1:hover {
        border: .5rem solid;
    }

    .desktop\:border-y-1, .desktop\:hover\:border-y-1:hover {
        border-top: .5rem solid;
        border-bottom: .5rem solid;
    }

    .desktop\:border-x-1, .desktop\:hover\:border-x-1:hover {
        border-left: .5rem solid;
        border-right: .5rem solid;
    }

    .desktop\:border-top-1, .desktop\:hover\:border-top-1:hover {
        border-top: .5rem solid;
    }

    .desktop\:border-right-1, .desktop\:hover\:border-right-1:hover {
        border-right: .5rem solid;
    }

    .desktop\:border-bottom-1, .desktop\:hover\:border-bottom-1:hover {
        border-bottom: .5rem solid;
    }

    .desktop\:border-left-1, .desktop\:hover\:border-left-1:hover {
        border-left: .5rem solid;
    }

    .desktop\:border-105, .desktop\:hover\:border-105:hover {
        border: .75rem solid;
    }

    .desktop\:border-y-105, .desktop\:hover\:border-y-105:hover {
        border-top: .75rem solid;
        border-bottom: .75rem solid;
    }

    .desktop\:border-x-105, .desktop\:hover\:border-x-105:hover {
        border-left: .75rem solid;
        border-right: .75rem solid;
    }

    .desktop\:border-top-105, .desktop\:hover\:border-top-105:hover {
        border-top: .75rem solid;
    }

    .desktop\:border-right-105, .desktop\:hover\:border-right-105:hover {
        border-right: .75rem solid;
    }

    .desktop\:border-bottom-105, .desktop\:hover\:border-bottom-105:hover {
        border-bottom: .75rem solid;
    }

    .desktop\:border-left-105, .desktop\:hover\:border-left-105:hover {
        border-left: .75rem solid;
    }

    .desktop\:border-2, .desktop\:hover\:border-2:hover {
        border: 1rem solid;
    }

    .desktop\:border-y-2, .desktop\:hover\:border-y-2:hover {
        border-top: 1rem solid;
        border-bottom: 1rem solid;
    }

    .desktop\:border-x-2, .desktop\:hover\:border-x-2:hover {
        border-left: 1rem solid;
        border-right: 1rem solid;
    }

    .desktop\:border-top-2, .desktop\:hover\:border-top-2:hover {
        border-top: 1rem solid;
    }

    .desktop\:border-right-2, .desktop\:hover\:border-right-2:hover {
        border-right: 1rem solid;
    }

    .desktop\:border-bottom-2, .desktop\:hover\:border-bottom-2:hover {
        border-bottom: 1rem solid;
    }

    .desktop\:border-left-2, .desktop\:hover\:border-left-2:hover {
        border-left: 1rem solid;
    }

    .desktop\:border-205, .desktop\:hover\:border-205:hover {
        border: 1.25rem solid;
    }

    .desktop\:border-y-205, .desktop\:hover\:border-y-205:hover {
        border-top: 1.25rem solid;
        border-bottom: 1.25rem solid;
    }

    .desktop\:border-x-205, .desktop\:hover\:border-x-205:hover {
        border-left: 1.25rem solid;
        border-right: 1.25rem solid;
    }

    .desktop\:border-top-205, .desktop\:hover\:border-top-205:hover {
        border-top: 1.25rem solid;
    }

    .desktop\:border-right-205, .desktop\:hover\:border-right-205:hover {
        border-right: 1.25rem solid;
    }

    .desktop\:border-bottom-205, .desktop\:hover\:border-bottom-205:hover {
        border-bottom: 1.25rem solid;
    }

    .desktop\:border-left-205, .desktop\:hover\:border-left-205:hover {
        border-left: 1.25rem solid;
    }

    .desktop\:border-3, .desktop\:hover\:border-3:hover {
        border: 1.5rem solid;
    }

    .desktop\:border-y-3, .desktop\:hover\:border-y-3:hover {
        border-top: 1.5rem solid;
        border-bottom: 1.5rem solid;
    }

    .desktop\:border-x-3, .desktop\:hover\:border-x-3:hover {
        border-left: 1.5rem solid;
        border-right: 1.5rem solid;
    }

    .desktop\:border-top-3, .desktop\:hover\:border-top-3:hover {
        border-top: 1.5rem solid;
    }

    .desktop\:border-right-3, .desktop\:hover\:border-right-3:hover {
        border-right: 1.5rem solid;
    }

    .desktop\:border-bottom-3, .desktop\:hover\:border-bottom-3:hover {
        border-bottom: 1.5rem solid;
    }

    .desktop\:border-left-3, .desktop\:hover\:border-left-3:hover {
        border-left: 1.5rem solid;
    }

    .desktop\:border-0, .desktop\:hover\:border-0:hover {
        border: 0 solid;
    }

    .desktop\:border-y-0, .desktop\:hover\:border-y-0:hover {
        border-top: 0 solid;
        border-bottom: 0 solid;
    }

    .desktop\:border-x-0, .desktop\:hover\:border-x-0:hover {
        border-left: 0 solid;
        border-right: 0 solid;
    }

    .desktop\:border-top-0, .desktop\:hover\:border-top-0:hover {
        border-top: 0 solid;
    }

    .desktop\:border-right-0, .desktop\:hover\:border-right-0:hover {
        border-right: 0 solid;
    }

    .desktop\:border-bottom-0, .desktop\:hover\:border-bottom-0:hover {
        border-bottom: 0 solid;
    }

    .desktop\:border-left-0, .desktop\:hover\:border-left-0:hover {
        border-left: 0 solid;
    }

    .desktop\:border, .desktop\:hover\:border:hover {
        border: 1px solid;
    }

    .desktop\:border-y, .desktop\:hover\:border-y:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .desktop\:border-x, .desktop\:hover\:border-x:hover {
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .desktop\:border-top, .desktop\:hover\:border-top:hover {
        border-top: 1px solid;
    }

    .desktop\:border-right, .desktop\:hover\:border-right:hover {
        border-right: 1px solid;
    }

    .desktop\:border-bottom, .desktop\:hover\:border-bottom:hover {
        border-bottom: 1px solid;
    }

    .desktop\:border-left, .desktop\:hover\:border-left:hover {
        border-left: 1px solid;
    }

    .desktop\:border-transparent, .desktop\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .desktop\:border-black, .desktop\:hover\:border-black:hover {
        border-color: #000;
    }

    .desktop\:border-white, .desktop\:hover\:border-white:hover {
        border-color: #fff;
    }

    .desktop\:border-red, .desktop\:hover\:border-red:hover {
        border-color: #e52207;
    }

    .desktop\:border-orange, .desktop\:hover\:border-orange:hover {
        border-color: #e66f0e;
    }

    .desktop\:border-gold, .desktop\:hover\:border-gold:hover {
        border-color: #ffbe2e;
    }

    .desktop\:border-yellow, .desktop\:hover\:border-yellow:hover {
        border-color: #fee685;
    }

    .desktop\:border-green, .desktop\:hover\:border-green:hover {
        border-color: #538200;
    }

    .desktop\:border-mint, .desktop\:hover\:border-mint:hover {
        border-color: #04c585;
    }

    .desktop\:border-cyan, .desktop\:hover\:border-cyan:hover {
        border-color: #009ec1;
    }

    .desktop\:border-blue, .desktop\:hover\:border-blue:hover {
        border-color: #0076d6;
    }

    .desktop\:border-indigo, .desktop\:hover\:border-indigo:hover {
        border-color: #676cc8;
    }

    .desktop\:border-violet, .desktop\:hover\:border-violet:hover {
        border-color: #8168b3;
    }

    .desktop\:border-magenta, .desktop\:hover\:border-magenta:hover {
        border-color: #d72d79;
    }

    .desktop\:border-gray-5, .desktop\:hover\:border-gray-5:hover {
        border-color: #f0f0f0;
    }

    .desktop\:border-gray-10, .desktop\:hover\:border-gray-10:hover {
        border-color: #e6e6e6;
    }

    .desktop\:border-gray-30, .desktop\:hover\:border-gray-30:hover {
        border-color: #adadad;
    }

    .desktop\:border-gray-50, .desktop\:hover\:border-gray-50:hover {
        border-color: #757575;
    }

    .desktop\:border-gray-70, .desktop\:hover\:border-gray-70:hover {
        border-color: #454545;
    }

    .desktop\:border-gray-90, .desktop\:hover\:border-gray-90:hover {
        border-color: #1b1b1b;
    }

    .desktop\:border-base-lightest, .desktop\:hover\:border-base-lightest:hover {
        border-color: #f0f0f0;
    }

    .desktop\:border-base-lighter, .desktop\:hover\:border-base-lighter:hover {
        border-color: #dfe1e2;
    }

    .desktop\:border-base-light, .desktop\:hover\:border-base-light:hover {
        border-color: #a9aeb1;
    }

    .desktop\:border-base, .desktop\:hover\:border-base:hover {
        border-color: #71767a;
    }

    .desktop\:border-base-dark, .desktop\:hover\:border-base-dark:hover {
        border-color: #565c65;
    }

    .desktop\:border-base-darker, .desktop\:hover\:border-base-darker:hover {
        border-color: #3d4551;
    }

    .desktop\:border-base-darkest, .desktop\:border-ink, .desktop\:hover\:border-base-darkest:hover, .desktop\:hover\:border-ink:hover {
        border-color: #1b1b1b;
    }

    .desktop\:border-primary-lighter, .desktop\:hover\:border-primary-lighter:hover {
        border-color: #d9e8f6;
    }

    .desktop\:border-primary-light, .desktop\:hover\:border-primary-light:hover {
        border-color: #73b3e7;
    }

    .desktop\:border-primary, .desktop\:hover\:border-primary:hover {
        border-color: #005ea2;
    }

    .desktop\:border-primary-vivid, .desktop\:hover\:border-primary-vivid:hover {
        border-color: #0050d8;
    }

    .desktop\:border-primary-dark, .desktop\:hover\:border-primary-dark:hover {
        border-color: #1a4480;
    }

    .desktop\:border-primary-darker, .desktop\:hover\:border-primary-darker:hover {
        border-color: #162e51;
    }

    .desktop\:border-secondary-lighter, .desktop\:hover\:border-secondary-lighter:hover {
        border-color: #f3e1e4;
    }

    .desktop\:border-secondary-light, .desktop\:hover\:border-secondary-light:hover {
        border-color: #f2938c;
    }

    .desktop\:border-secondary, .desktop\:hover\:border-secondary:hover {
        border-color: #d83933;
    }

    .desktop\:border-secondary-vivid, .desktop\:hover\:border-secondary-vivid:hover {
        border-color: #e41d3d;
    }

    .desktop\:border-secondary-dark, .desktop\:hover\:border-secondary-dark:hover {
        border-color: #b50909;
    }

    .desktop\:border-secondary-darker, .desktop\:hover\:border-secondary-darker:hover {
        border-color: #8b0a03;
    }

    .desktop\:border-accent-warm-darker, .desktop\:hover\:border-accent-warm-darker:hover {
        border-color: #775540;
    }

    .desktop\:border-accent-warm-dark, .desktop\:hover\:border-accent-warm-dark:hover {
        border-color: #c05600;
    }

    .desktop\:border-accent-warm, .desktop\:hover\:border-accent-warm:hover {
        border-color: #fa9441;
    }

    .desktop\:border-accent-warm-light, .desktop\:hover\:border-accent-warm-light:hover {
        border-color: #ffbc78;
    }

    .desktop\:border-accent-warm-lighter, .desktop\:hover\:border-accent-warm-lighter:hover {
        border-color: #f2e4d4;
    }

    .desktop\:border-accent-cool-darker, .desktop\:hover\:border-accent-cool-darker:hover {
        border-color: #07648d;
    }

    .desktop\:border-accent-cool-dark, .desktop\:hover\:border-accent-cool-dark:hover {
        border-color: #28a0cb;
    }

    .desktop\:border-accent-cool, .desktop\:hover\:border-accent-cool:hover {
        border-color: #00bde3;
    }

    .desktop\:border-accent-cool-light, .desktop\:hover\:border-accent-cool-light:hover {
        border-color: #97d4ea;
    }

    .desktop\:border-accent-cool-lighter, .desktop\:hover\:border-accent-cool-lighter:hover {
        border-color: #e1f3f8;
    }

    .desktop\:radius-0 {
        border-radius: 0;
    }

    .desktop\:radius-top-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .desktop\:radius-right-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .desktop\:radius-bottom-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .desktop\:radius-left-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .desktop\:radius-sm {
        border-radius: 2px;
    }

    .desktop\:radius-top-sm {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .desktop\:radius-right-sm {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .desktop\:radius-bottom-sm {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .desktop\:radius-left-sm {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .desktop\:radius-md {
        border-radius: .25rem;
    }

    .desktop\:radius-top-md {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .desktop\:radius-right-md {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .desktop\:radius-bottom-md {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .desktop\:radius-left-md {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .desktop\:radius-lg {
        border-radius: .5rem;
    }

    .desktop\:radius-top-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
    }

    .desktop\:radius-right-lg {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .desktop\:radius-bottom-lg {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .desktop\:radius-left-lg {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    .desktop\:radius-pill {
        border-radius: 99rem;
    }

    .desktop\:radius-top-pill {
        border-top-left-radius: 99rem;
        border-top-right-radius: 99rem;
    }

    .desktop\:radius-right-pill {
        border-top-right-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .desktop\:radius-bottom-pill {
        border-bottom-left-radius: 99rem;
        border-bottom-right-radius: 99rem;
    }

    .desktop\:radius-left-pill {
        border-top-left-radius: 99rem;
        border-bottom-left-radius: 99rem;
    }

    .desktop\:display-block {
        display: block;
    }

    .desktop\:display-flex {
        display: flex;
    }

    .desktop\:display-none {
        display: none;
    }

    .desktop\:display-inline {
        display: inline;
    }

    .desktop\:display-inline-block {
        display: inline-block;
    }

    .desktop\:display-inline-flex {
        display: inline-flex;
    }

    .desktop\:display-table {
        display: table;
    }

    .desktop\:display-table-cell {
        display: table-cell;
    }

    .desktop\:display-table-row {
        display: table-row;
    }

    .desktop\:font-mono-3xs {
        font-size: .77rem;
    }

    .desktop\:font-mono-2xs {
        font-size: .83rem;
    }

    .desktop\:font-mono-xs {
        font-size: .89rem;
    }

    .desktop\:font-mono-sm {
        font-size: .95rem;
    }

    .desktop\:font-mono-md {
        font-size: 1.01rem;
    }

    .desktop\:font-mono-lg {
        font-size: 1.31rem;
    }

    .desktop\:font-mono-xl {
        font-size: 1.91rem;
    }

    .desktop\:font-mono-2xl {
        font-size: 2.38rem;
    }

    .desktop\:font-mono-3xl {
        font-size: 2.86rem;
    }

    .desktop\:font-sans-3xs {
        font-size: .87rem;
    }

    .desktop\:font-sans-2xs {
        font-size: .93rem;
    }

    .desktop\:font-sans-xs {
        font-size: 1rem;
    }

    .desktop\:font-sans-sm {
        font-size: 1.06rem;
    }

    .desktop\:font-sans-md {
        font-size: 1.13rem;
    }

    .desktop\:font-sans-lg {
        font-size: 1.46rem;
    }

    .desktop\:font-sans-xl {
        font-size: 2.13rem;
    }

    .desktop\:font-sans-2xl {
        font-size: 2.66rem;
    }

    .desktop\:font-sans-3xl {
        font-size: 3.19rem;
    }

    .desktop\:font-serif-3xs {
        font-size: .79rem;
    }

    .desktop\:font-serif-2xs {
        font-size: .85rem;
    }

    .desktop\:font-serif-xs {
        font-size: .91rem;
    }

    .desktop\:font-serif-sm {
        font-size: .98rem;
    }

    .desktop\:font-serif-md {
        font-size: 1.04rem;
    }

    .desktop\:font-serif-lg {
        font-size: 1.34rem;
    }

    .desktop\:font-serif-xl {
        font-size: 1.95rem;
    }

    .desktop\:font-serif-2xl {
        font-size: 2.44rem;
    }

    .desktop\:font-serif-3xl {
        font-size: 2.93rem;
    }

    .desktop\:font-heading-3xs {
        font-size: .79rem;
    }

    .desktop\:font-heading-2xs {
        font-size: .85rem;
    }

    .desktop\:font-heading-xs {
        font-size: .91rem;
    }

    .desktop\:font-heading-sm {
        font-size: .98rem;
    }

    .desktop\:font-heading-md {
        font-size: 1.04rem;
    }

    .desktop\:font-heading-lg {
        font-size: 1.34rem;
    }

    .desktop\:font-heading-xl {
        font-size: 1.95rem;
    }

    .desktop\:font-heading-2xl {
        font-size: 2.44rem;
    }

    .desktop\:font-heading-3xl {
        font-size: 2.93rem;
    }

    .desktop\:font-body-3xs {
        font-size: .87rem;
    }

    .desktop\:font-body-2xs {
        font-size: .93rem;
    }

    .desktop\:font-body-xs {
        font-size: 1rem;
    }

    .desktop\:font-body-sm {
        font-size: 1.06rem;
    }

    .desktop\:font-body-md {
        font-size: 1.13rem;
    }

    .desktop\:font-body-lg {
        font-size: 1.46rem;
    }

    .desktop\:font-body-xl {
        font-size: 2.13rem;
    }

    .desktop\:font-body-2xl {
        font-size: 2.66rem;
    }

    .desktop\:font-body-3xl {
        font-size: 3.19rem;
    }

    .desktop\:font-code-3xs {
        font-size: .77rem;
    }

    .desktop\:font-code-2xs {
        font-size: .83rem;
    }

    .desktop\:font-code-xs {
        font-size: .89rem;
    }

    .desktop\:font-code-sm {
        font-size: .95rem;
    }

    .desktop\:font-code-md {
        font-size: 1.01rem;
    }

    .desktop\:font-code-lg {
        font-size: 1.31rem;
    }

    .desktop\:font-code-xl {
        font-size: 1.91rem;
    }

    .desktop\:font-code-2xl {
        font-size: 2.38rem;
    }

    .desktop\:font-code-3xl {
        font-size: 2.86rem;
    }

    .desktop\:font-alt-3xs {
        font-size: .79rem;
    }

    .desktop\:font-alt-2xs {
        font-size: .85rem;
    }

    .desktop\:font-alt-xs {
        font-size: .91rem;
    }

    .desktop\:font-alt-sm {
        font-size: .98rem;
    }

    .desktop\:font-alt-md {
        font-size: 1.04rem;
    }

    .desktop\:font-alt-lg {
        font-size: 1.34rem;
    }

    .desktop\:font-alt-xl {
        font-size: 1.95rem;
    }

    .desktop\:font-alt-2xl {
        font-size: 2.44rem;
    }

    .desktop\:font-alt-3xl {
        font-size: 2.93rem;
    }

    .desktop\:font-ui-3xs {
        font-size: .87rem;
    }

    .desktop\:font-ui-2xs {
        font-size: .93rem;
    }

    .desktop\:font-ui-xs {
        font-size: 1rem;
    }

    .desktop\:font-ui-sm {
        font-size: 1.06rem;
    }

    .desktop\:font-ui-md {
        font-size: 1.13rem;
    }

    .desktop\:font-ui-lg {
        font-size: 1.46rem;
    }

    .desktop\:font-ui-xl {
        font-size: 2.13rem;
    }

    .desktop\:font-ui-2xl {
        font-size: 2.66rem;
    }

    .desktop\:font-ui-3xl {
        font-size: 3.19rem;
    }

    .desktop\:text-light {
        font-weight: 300;
    }

    .desktop\:text-normal {
        font-weight: 400;
    }

    .desktop\:text-bold {
        font-weight: 700;
    }

    .desktop\:flex-justify-center {
        justify-content: center;
    }

    .desktop\:flex-justify-start {
        justify-content: flex-start;
    }

    .desktop\:flex-justify-end {
        justify-content: flex-end;
    }

    .desktop\:flex-justify {
        justify-content: space-between;
    }

    .desktop\:line-height-sans-1 {
        line-height: .9;
    }

    .desktop\:line-height-sans-2 {
        line-height: 1.1;
    }

    .desktop\:line-height-sans-3 {
        line-height: 1.3;
    }

    .desktop\:line-height-sans-4 {
        line-height: 1.4;
    }

    .desktop\:line-height-sans-5 {
        line-height: 1.5;
    }

    .desktop\:line-height-sans-6 {
        line-height: 1.6;
    }

    .desktop\:line-height-serif-1 {
        line-height: 1;
    }

    .desktop\:line-height-serif-2 {
        line-height: 1.2;
    }

    .desktop\:line-height-serif-3 {
        line-height: 1.4;
    }

    .desktop\:line-height-serif-4 {
        line-height: 1.5;
    }

    .desktop\:line-height-serif-5 {
        line-height: 1.7;
    }

    .desktop\:line-height-serif-6 {
        line-height: 1.8;
    }

    .desktop\:line-height-mono-1 {
        line-height: 1;
    }

    .desktop\:line-height-mono-2 {
        line-height: 1.3;
    }

    .desktop\:line-height-mono-3 {
        line-height: 1.4;
    }

    .desktop\:line-height-mono-4 {
        line-height: 1.6;
    }

    .desktop\:line-height-mono-5 {
        line-height: 1.7;
    }

    .desktop\:line-height-mono-6 {
        line-height: 1.8;
    }

    .desktop\:line-height-heading-1 {
        line-height: 1;
    }

    .desktop\:line-height-heading-2 {
        line-height: 1.2;
    }

    .desktop\:line-height-heading-3 {
        line-height: 1.4;
    }

    .desktop\:line-height-heading-4 {
        line-height: 1.5;
    }

    .desktop\:line-height-heading-5 {
        line-height: 1.7;
    }

    .desktop\:line-height-heading-6 {
        line-height: 1.8;
    }

    .desktop\:line-height-ui-1 {
        line-height: .9;
    }

    .desktop\:line-height-ui-2 {
        line-height: 1.1;
    }

    .desktop\:line-height-ui-3 {
        line-height: 1.3;
    }

    .desktop\:line-height-ui-4 {
        line-height: 1.4;
    }

    .desktop\:line-height-ui-5 {
        line-height: 1.5;
    }

    .desktop\:line-height-ui-6 {
        line-height: 1.6;
    }

    .desktop\:line-height-body-1 {
        line-height: .9;
    }

    .desktop\:line-height-body-2 {
        line-height: 1.1;
    }

    .desktop\:line-height-body-3 {
        line-height: 1.3;
    }

    .desktop\:line-height-body-4 {
        line-height: 1.4;
    }

    .desktop\:line-height-body-5 {
        line-height: 1.5;
    }

    .desktop\:line-height-body-6 {
        line-height: 1.6;
    }

    .desktop\:line-height-code-1 {
        line-height: 1;
    }

    .desktop\:line-height-code-2 {
        line-height: 1.3;
    }

    .desktop\:line-height-code-3 {
        line-height: 1.4;
    }

    .desktop\:line-height-code-4 {
        line-height: 1.6;
    }

    .desktop\:line-height-code-5 {
        line-height: 1.7;
    }

    .desktop\:line-height-code-6 {
        line-height: 1.8;
    }

    .desktop\:line-height-alt-1 {
        line-height: 1;
    }

    .desktop\:line-height-alt-2 {
        line-height: 1.2;
    }

    .desktop\:line-height-alt-3 {
        line-height: 1.4;
    }

    .desktop\:line-height-alt-4 {
        line-height: 1.5;
    }

    .desktop\:line-height-alt-5 {
        line-height: 1.7;
    }

    .desktop\:line-height-alt-6 {
        line-height: 1.8;
    }

    .desktop\:margin-neg-1px {
        margin: -1px;
    }

    .desktop\:margin-neg-2px {
        margin: -2px;
    }

    .desktop\:margin-neg-05 {
        margin: -.25rem;
    }

    .desktop\:margin-neg-1 {
        margin: -.5rem;
    }

    .desktop\:margin-neg-105 {
        margin: -.75rem;
    }

    .desktop\:margin-neg-2 {
        margin: -1rem;
    }

    .desktop\:margin-neg-205 {
        margin: -1.25rem;
    }

    .desktop\:margin-neg-3 {
        margin: -1.5rem;
    }

    .desktop\:margin-1px {
        margin: 1px;
    }

    .desktop\:margin-2px {
        margin: 2px;
    }

    .desktop\:margin-05 {
        margin: .25rem;
    }

    .desktop\:margin-1 {
        margin: .5rem;
    }

    .desktop\:margin-105 {
        margin: .75rem;
    }

    .desktop\:margin-2 {
        margin: 1rem;
    }

    .desktop\:margin-205 {
        margin: 1.25rem;
    }

    .desktop\:margin-3 {
        margin: 1.5rem;
    }

    .desktop\:margin-4 {
        margin: 2rem;
    }

    .desktop\:margin-5 {
        margin: 2.5rem;
    }

    .desktop\:margin-6 {
        margin: 3rem;
    }

    .desktop\:margin-7 {
        margin: 3.5rem;
    }

    .desktop\:margin-8 {
        margin: 4rem;
    }

    .desktop\:margin-9 {
        margin: 4.5rem;
    }

    .desktop\:margin-10 {
        margin: 5rem;
    }

    .desktop\:margin-15 {
        margin: 7.5rem;
    }

    .desktop\:margin-05em {
        margin: .5em;
    }

    .desktop\:margin-1em {
        margin: 1em;
    }

    .desktop\:margin-105em {
        margin: 1.5em;
    }

    .desktop\:margin-2em {
        margin: 2em;
    }

    .desktop\:margin-0 {
        margin: 0;
    }

    .desktop\:margin-y-1px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .desktop\:margin-top-1px {
        margin-top: 1px;
    }

    .desktop\:margin-bottom-1px {
        margin-bottom: 1px;
    }

    .desktop\:margin-y-2px {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .desktop\:margin-top-2px {
        margin-top: 2px;
    }

    .desktop\:margin-bottom-2px {
        margin-bottom: 2px;
    }

    .desktop\:margin-y-05 {
        margin-top: .25rem;
        margin-bottom: .25rem;
    }

    .desktop\:margin-top-05 {
        margin-top: .25rem;
    }

    .desktop\:margin-bottom-05 {
        margin-bottom: .25rem;
    }

    .desktop\:margin-y-1 {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .desktop\:margin-top-1 {
        margin-top: .5rem;
    }

    .desktop\:margin-bottom-1 {
        margin-bottom: .5rem;
    }

    .desktop\:margin-y-105 {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }

    .desktop\:margin-top-105 {
        margin-top: .75rem;
    }

    .desktop\:margin-bottom-105 {
        margin-bottom: .75rem;
    }

    .desktop\:margin-y-2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .desktop\:margin-top-2 {
        margin-top: 1rem;
    }

    .desktop\:margin-bottom-2 {
        margin-bottom: 1rem;
    }

    .desktop\:margin-y-205 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .desktop\:margin-top-205 {
        margin-top: 1.25rem;
    }

    .desktop\:margin-bottom-205 {
        margin-bottom: 1.25rem;
    }

    .desktop\:margin-y-3 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .desktop\:margin-top-3 {
        margin-top: 1.5rem;
    }

    .desktop\:margin-bottom-3 {
        margin-bottom: 1.5rem;
    }

    .desktop\:margin-y-neg-1px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .desktop\:margin-top-neg-1px {
        margin-top: -1px;
    }

    .desktop\:margin-bottom-neg-1px {
        margin-bottom: -1px;
    }

    .desktop\:margin-y-neg-2px {
        margin-top: -2px;
        margin-bottom: -2px;
    }

    .desktop\:margin-top-neg-2px {
        margin-top: -2px;
    }

    .desktop\:margin-bottom-neg-2px {
        margin-bottom: -2px;
    }

    .desktop\:margin-y-neg-05 {
        margin-top: -.25rem;
        margin-bottom: -.25rem;
    }

    .desktop\:margin-top-neg-05 {
        margin-top: -.25rem;
    }

    .desktop\:margin-bottom-neg-05 {
        margin-bottom: -.25rem;
    }

    .desktop\:margin-y-neg-1 {
        margin-top: -.5rem;
        margin-bottom: -.5rem;
    }

    .desktop\:margin-top-neg-1 {
        margin-top: -.5rem;
    }

    .desktop\:margin-bottom-neg-1 {
        margin-bottom: -.5rem;
    }

    .desktop\:margin-y-neg-105 {
        margin-top: -.75rem;
        margin-bottom: -.75rem;
    }

    .desktop\:margin-top-neg-105 {
        margin-top: -.75rem;
    }

    .desktop\:margin-bottom-neg-105 {
        margin-bottom: -.75rem;
    }

    .desktop\:margin-y-neg-2 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .desktop\:margin-top-neg-2 {
        margin-top: -1rem;
    }

    .desktop\:margin-bottom-neg-2 {
        margin-bottom: -1rem;
    }

    .desktop\:margin-y-neg-205 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .desktop\:margin-top-neg-205 {
        margin-top: -1.25rem;
    }

    .desktop\:margin-bottom-neg-205 {
        margin-bottom: -1.25rem;
    }

    .desktop\:margin-y-neg-3 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .desktop\:margin-top-neg-3 {
        margin-top: -1.5rem;
    }

    .desktop\:margin-bottom-neg-3 {
        margin-bottom: -1.5rem;
    }

    .desktop\:margin-y-4 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .desktop\:margin-top-4 {
        margin-top: 2rem;
    }

    .desktop\:margin-bottom-4 {
        margin-bottom: 2rem;
    }

    .desktop\:margin-y-5 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .desktop\:margin-top-5 {
        margin-top: 2.5rem;
    }

    .desktop\:margin-bottom-5 {
        margin-bottom: 2.5rem;
    }

    .desktop\:margin-y-6 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .desktop\:margin-top-6 {
        margin-top: 3rem;
    }

    .desktop\:margin-bottom-6 {
        margin-bottom: 3rem;
    }

    .desktop\:margin-y-7 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .desktop\:margin-top-7 {
        margin-top: 3.5rem;
    }

    .desktop\:margin-bottom-7 {
        margin-bottom: 3.5rem;
    }

    .desktop\:margin-y-8 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .desktop\:margin-top-8 {
        margin-top: 4rem;
    }

    .desktop\:margin-bottom-8 {
        margin-bottom: 4rem;
    }

    .desktop\:margin-y-9 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }

    .desktop\:margin-top-9 {
        margin-top: 4.5rem;
    }

    .desktop\:margin-bottom-9 {
        margin-bottom: 4.5rem;
    }

    .desktop\:margin-y-10 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .desktop\:margin-top-10 {
        margin-top: 5rem;
    }

    .desktop\:margin-bottom-10 {
        margin-bottom: 5rem;
    }

    .desktop\:margin-y-15 {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem;
    }

    .desktop\:margin-top-15 {
        margin-top: 7.5rem;
    }

    .desktop\:margin-bottom-15 {
        margin-bottom: 7.5rem;
    }

    .desktop\:margin-y-05em {
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .desktop\:margin-top-05em {
        margin-top: .5em;
    }

    .desktop\:margin-bottom-05em {
        margin-bottom: .5em;
    }

    .desktop\:margin-y-1em {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .desktop\:margin-top-1em {
        margin-top: 1em;
    }

    .desktop\:margin-bottom-1em {
        margin-bottom: 1em;
    }

    .desktop\:margin-y-105em {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .desktop\:margin-top-105em {
        margin-top: 1.5em;
    }

    .desktop\:margin-bottom-105em {
        margin-bottom: 1.5em;
    }

    .desktop\:margin-y-2em {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .desktop\:margin-top-2em {
        margin-top: 2em;
    }

    .desktop\:margin-bottom-2em {
        margin-bottom: 2em;
    }

    .desktop\:margin-y-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .desktop\:margin-top-0 {
        margin-top: 0;
    }

    .desktop\:margin-bottom-0 {
        margin-bottom: 0;
    }

    .desktop\:margin-y-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .desktop\:margin-top-auto {
        margin-top: auto;
    }

    .desktop\:margin-bottom-auto {
        margin-bottom: auto;
    }

    .desktop\:margin-x-1px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .desktop\:margin-right-1px {
        margin-right: 1px;
    }

    .desktop\:margin-left-1px {
        margin-left: 1px;
    }

    .desktop\:margin-x-2px {
        margin-left: 2px;
        margin-right: 2px;
    }

    .desktop\:margin-right-2px {
        margin-right: 2px;
    }

    .desktop\:margin-left-2px {
        margin-left: 2px;
    }

    .desktop\:margin-x-05 {
        margin-left: .25rem;
        margin-right: .25rem;
    }

    .desktop\:margin-right-05 {
        margin-right: .25rem;
    }

    .desktop\:margin-left-05 {
        margin-left: .25rem;
    }

    .desktop\:margin-x-1 {
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .desktop\:margin-right-1 {
        margin-right: .5rem;
    }

    .desktop\:margin-left-1 {
        margin-left: .5rem;
    }

    .desktop\:margin-x-105 {
        margin-left: .75rem;
        margin-right: .75rem;
    }

    .desktop\:margin-right-105 {
        margin-right: .75rem;
    }

    .desktop\:margin-left-105 {
        margin-left: .75rem;
    }

    .desktop\:margin-x-2 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .desktop\:margin-right-2 {
        margin-right: 1rem;
    }

    .desktop\:margin-left-2 {
        margin-left: 1rem;
    }

    .desktop\:margin-x-205 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .desktop\:margin-right-205 {
        margin-right: 1.25rem;
    }

    .desktop\:margin-left-205 {
        margin-left: 1.25rem;
    }

    .desktop\:margin-x-3 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .desktop\:margin-right-3 {
        margin-right: 1.5rem;
    }

    .desktop\:margin-left-3 {
        margin-left: 1.5rem;
    }

    .desktop\:margin-x-neg-1px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .desktop\:margin-right-neg-1px {
        margin-right: -1px;
    }

    .desktop\:margin-left-neg-1px {
        margin-left: -1px;
    }

    .desktop\:margin-x-neg-2px {
        margin-left: -2px;
        margin-right: -2px;
    }

    .desktop\:margin-right-neg-2px {
        margin-right: -2px;
    }

    .desktop\:margin-left-neg-2px {
        margin-left: -2px;
    }

    .desktop\:margin-x-neg-05 {
        margin-left: -.25rem;
        margin-right: -.25rem;
    }

    .desktop\:margin-right-neg-05 {
        margin-right: -.25rem;
    }

    .desktop\:margin-left-neg-05 {
        margin-left: -.25rem;
    }

    .desktop\:margin-x-neg-1 {
        margin-left: -.5rem;
        margin-right: -.5rem;
    }

    .desktop\:margin-right-neg-1 {
        margin-right: -.5rem;
    }

    .desktop\:margin-left-neg-1 {
        margin-left: -.5rem;
    }

    .desktop\:margin-x-neg-105 {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

    .desktop\:margin-right-neg-105 {
        margin-right: -.75rem;
    }

    .desktop\:margin-left-neg-105 {
        margin-left: -.75rem;
    }

    .desktop\:margin-x-neg-2 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .desktop\:margin-right-neg-2 {
        margin-right: -1rem;
    }

    .desktop\:margin-left-neg-2 {
        margin-left: -1rem;
    }

    .desktop\:margin-x-neg-205 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .desktop\:margin-right-neg-205 {
        margin-right: -1.25rem;
    }

    .desktop\:margin-left-neg-205 {
        margin-left: -1.25rem;
    }

    .desktop\:margin-x-neg-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .desktop\:margin-right-neg-3 {
        margin-right: -1.5rem;
    }

    .desktop\:margin-left-neg-3 {
        margin-left: -1.5rem;
    }

    .desktop\:margin-x-4 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .desktop\:margin-right-4 {
        margin-right: 2rem;
    }

    .desktop\:margin-left-4 {
        margin-left: 2rem;
    }

    .desktop\:margin-x-5 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .desktop\:margin-right-5 {
        margin-right: 2.5rem;
    }

    .desktop\:margin-left-5 {
        margin-left: 2.5rem;
    }

    .desktop\:margin-x-6 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .desktop\:margin-right-6 {
        margin-right: 3rem;
    }

    .desktop\:margin-left-6 {
        margin-left: 3rem;
    }

    .desktop\:margin-x-7 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .desktop\:margin-right-7 {
        margin-right: 3.5rem;
    }

    .desktop\:margin-left-7 {
        margin-left: 3.5rem;
    }

    .desktop\:margin-x-8 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .desktop\:margin-right-8 {
        margin-right: 4rem;
    }

    .desktop\:margin-left-8 {
        margin-left: 4rem;
    }

    .desktop\:margin-x-9 {
        margin-left: 4.5rem;
        margin-right: 4.5rem;
    }

    .desktop\:margin-right-9 {
        margin-right: 4.5rem;
    }

    .desktop\:margin-left-9 {
        margin-left: 4.5rem;
    }

    .desktop\:margin-x-10 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .desktop\:margin-right-10 {
        margin-right: 5rem;
    }

    .desktop\:margin-left-10 {
        margin-left: 5rem;
    }

    .desktop\:margin-x-15 {
        margin-left: 7.5rem;
        margin-right: 7.5rem;
    }

    .desktop\:margin-right-15 {
        margin-right: 7.5rem;
    }

    .desktop\:margin-left-15 {
        margin-left: 7.5rem;
    }

    .desktop\:margin-x-card {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .desktop\:margin-right-card {
        margin-right: 10rem;
    }

    .desktop\:margin-left-card {
        margin-left: 10rem;
    }

    .desktop\:margin-x-card-lg {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .desktop\:margin-right-card-lg {
        margin-right: 15rem;
    }

    .desktop\:margin-left-card-lg {
        margin-left: 15rem;
    }

    .desktop\:margin-x-mobile {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .desktop\:margin-right-mobile {
        margin-right: 20rem;
    }

    .desktop\:margin-left-mobile {
        margin-left: 20rem;
    }

    .desktop\:margin-x-05em {
        margin-left: .5em;
        margin-right: .5em;
    }

    .desktop\:margin-right-05em {
        margin-right: .5em;
    }

    .desktop\:margin-left-05em {
        margin-left: .5em;
    }

    .desktop\:margin-x-1em {
        margin-left: 1em;
        margin-right: 1em;
    }

    .desktop\:margin-right-1em {
        margin-right: 1em;
    }

    .desktop\:margin-left-1em {
        margin-left: 1em;
    }

    .desktop\:margin-x-105em {
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .desktop\:margin-right-105em {
        margin-right: 1.5em;
    }

    .desktop\:margin-left-105em {
        margin-left: 1.5em;
    }

    .desktop\:margin-x-2em {
        margin-left: 2em;
        margin-right: 2em;
    }

    .desktop\:margin-right-2em {
        margin-right: 2em;
    }

    .desktop\:margin-left-2em {
        margin-left: 2em;
    }

    .desktop\:margin-x-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .desktop\:margin-right-0 {
        margin-right: 0;
    }

    .desktop\:margin-left-0 {
        margin-left: 0;
    }

    .desktop\:margin-x-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .desktop\:margin-right-auto {
        margin-right: auto;
    }

    .desktop\:margin-left-auto {
        margin-left: auto;
    }

    .desktop\:measure-1 {
        max-width: 44ex;
    }

    .desktop\:measure-2 {
        max-width: 60ex;
    }

    .desktop\:measure-3 {
        max-width: 64ex;
    }

    .desktop\:measure-4 {
        max-width: 68ex;
    }

    .desktop\:measure-5 {
        max-width: 72ex;
    }

    .desktop\:measure-6 {
        max-width: 88ex;
    }

    .desktop\:measure-none {
        max-width: none;
    }

    .desktop\:order-first {
        order: -1;
    }

    .desktop\:order-last {
        order: 999;
    }

    .desktop\:order-initial {
        order: initial;
    }

    .desktop\:order-0 {
        order: 0;
    }

    .desktop\:order-1 {
        order: 1;
    }

    .desktop\:order-2 {
        order: 2;
    }

    .desktop\:order-3 {
        order: 3;
    }

    .desktop\:order-4 {
        order: 4;
    }

    .desktop\:order-5 {
        order: 5;
    }

    .desktop\:order-6 {
        order: 6;
    }

    .desktop\:order-7 {
        order: 7;
    }

    .desktop\:order-8 {
        order: 8;
    }

    .desktop\:order-9 {
        order: 9;
    }

    .desktop\:order-10 {
        order: 10;
    }

    .desktop\:order-11 {
        order: 11;
    }

    .desktop\:padding-1px {
        padding: 1px;
    }

    .desktop\:padding-y-1px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .desktop\:padding-x-1px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .desktop\:padding-top-1px {
        padding-top: 1px;
    }

    .desktop\:padding-right-1px {
        padding-right: 1px;
    }

    .desktop\:padding-bottom-1px {
        padding-bottom: 1px;
    }

    .desktop\:padding-left-1px {
        padding-left: 1px;
    }

    .desktop\:padding-2px {
        padding: 2px;
    }

    .desktop\:padding-y-2px {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .desktop\:padding-x-2px {
        padding-left: 2px;
        padding-right: 2px;
    }

    .desktop\:padding-top-2px {
        padding-top: 2px;
    }

    .desktop\:padding-right-2px {
        padding-right: 2px;
    }

    .desktop\:padding-bottom-2px {
        padding-bottom: 2px;
    }

    .desktop\:padding-left-2px {
        padding-left: 2px;
    }

    .desktop\:padding-05 {
        padding: .25rem;
    }

    .desktop\:padding-y-05 {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .desktop\:padding-x-05 {
        padding-left: .25rem;
        padding-right: .25rem;
    }

    .desktop\:padding-top-05 {
        padding-top: .25rem;
    }

    .desktop\:padding-right-05 {
        padding-right: .25rem;
    }

    .desktop\:padding-bottom-05 {
        padding-bottom: .25rem;
    }

    .desktop\:padding-left-05 {
        padding-left: .25rem;
    }

    .desktop\:padding-1 {
        padding: .5rem;
    }

    .desktop\:padding-y-1 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .desktop\:padding-x-1 {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .desktop\:padding-top-1 {
        padding-top: .5rem;
    }

    .desktop\:padding-right-1 {
        padding-right: .5rem;
    }

    .desktop\:padding-bottom-1 {
        padding-bottom: .5rem;
    }

    .desktop\:padding-left-1 {
        padding-left: .5rem;
    }

    .desktop\:padding-105 {
        padding: .75rem;
    }

    .desktop\:padding-y-105 {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .desktop\:padding-x-105 {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .desktop\:padding-top-105 {
        padding-top: .75rem;
    }

    .desktop\:padding-right-105 {
        padding-right: .75rem;
    }

    .desktop\:padding-bottom-105 {
        padding-bottom: .75rem;
    }

    .desktop\:padding-left-105 {
        padding-left: .75rem;
    }

    .desktop\:padding-2 {
        padding: 1rem;
    }

    .desktop\:padding-y-2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .desktop\:padding-x-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .desktop\:padding-top-2 {
        padding-top: 1rem;
    }

    .desktop\:padding-right-2 {
        padding-right: 1rem;
    }

    .desktop\:padding-bottom-2 {
        padding-bottom: 1rem;
    }

    .desktop\:padding-left-2 {
        padding-left: 1rem;
    }

    .desktop\:padding-205 {
        padding: 1.25rem;
    }

    .desktop\:padding-y-205 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .desktop\:padding-x-205 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .desktop\:padding-top-205 {
        padding-top: 1.25rem;
    }

    .desktop\:padding-right-205 {
        padding-right: 1.25rem;
    }

    .desktop\:padding-bottom-205 {
        padding-bottom: 1.25rem;
    }

    .desktop\:padding-left-205 {
        padding-left: 1.25rem;
    }

    .desktop\:padding-3 {
        padding: 1.5rem;
    }

    .desktop\:padding-y-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .desktop\:padding-x-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .desktop\:padding-top-3 {
        padding-top: 1.5rem;
    }

    .desktop\:padding-right-3 {
        padding-right: 1.5rem;
    }

    .desktop\:padding-bottom-3 {
        padding-bottom: 1.5rem;
    }

    .desktop\:padding-left-3 {
        padding-left: 1.5rem;
    }

    .desktop\:padding-4 {
        padding: 2rem;
    }

    .desktop\:padding-y-4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .desktop\:padding-x-4 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .desktop\:padding-top-4 {
        padding-top: 2rem;
    }

    .desktop\:padding-right-4 {
        padding-right: 2rem;
    }

    .desktop\:padding-bottom-4 {
        padding-bottom: 2rem;
    }

    .desktop\:padding-left-4 {
        padding-left: 2rem;
    }

    .desktop\:padding-5 {
        padding: 2.5rem;
    }

    .desktop\:padding-y-5 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .desktop\:padding-x-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .desktop\:padding-top-5 {
        padding-top: 2.5rem;
    }

    .desktop\:padding-right-5 {
        padding-right: 2.5rem;
    }

    .desktop\:padding-bottom-5 {
        padding-bottom: 2.5rem;
    }

    .desktop\:padding-left-5 {
        padding-left: 2.5rem;
    }

    .desktop\:padding-6 {
        padding: 3rem;
    }

    .desktop\:padding-y-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .desktop\:padding-x-6 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .desktop\:padding-top-6 {
        padding-top: 3rem;
    }

    .desktop\:padding-right-6 {
        padding-right: 3rem;
    }

    .desktop\:padding-bottom-6 {
        padding-bottom: 3rem;
    }

    .desktop\:padding-left-6 {
        padding-left: 3rem;
    }

    .desktop\:padding-7 {
        padding: 3.5rem;
    }

    .desktop\:padding-y-7 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .desktop\:padding-x-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .desktop\:padding-top-7 {
        padding-top: 3.5rem;
    }

    .desktop\:padding-right-7 {
        padding-right: 3.5rem;
    }

    .desktop\:padding-bottom-7 {
        padding-bottom: 3.5rem;
    }

    .desktop\:padding-left-7 {
        padding-left: 3.5rem;
    }

    .desktop\:padding-8 {
        padding: 4rem;
    }

    .desktop\:padding-y-8 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .desktop\:padding-x-8 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .desktop\:padding-top-8 {
        padding-top: 4rem;
    }

    .desktop\:padding-right-8 {
        padding-right: 4rem;
    }

    .desktop\:padding-bottom-8 {
        padding-bottom: 4rem;
    }

    .desktop\:padding-left-8 {
        padding-left: 4rem;
    }

    .desktop\:padding-9 {
        padding: 4.5rem;
    }

    .desktop\:padding-y-9 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .desktop\:padding-x-9 {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }

    .desktop\:padding-top-9 {
        padding-top: 4.5rem;
    }

    .desktop\:padding-right-9 {
        padding-right: 4.5rem;
    }

    .desktop\:padding-bottom-9 {
        padding-bottom: 4.5rem;
    }

    .desktop\:padding-left-9 {
        padding-left: 4.5rem;
    }

    .desktop\:padding-10 {
        padding: 5rem;
    }

    .desktop\:padding-y-10 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .desktop\:padding-x-10 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .desktop\:padding-top-10 {
        padding-top: 5rem;
    }

    .desktop\:padding-right-10 {
        padding-right: 5rem;
    }

    .desktop\:padding-bottom-10 {
        padding-bottom: 5rem;
    }

    .desktop\:padding-left-10 {
        padding-left: 5rem;
    }

    .desktop\:padding-15 {
        padding: 7.5rem;
    }

    .desktop\:padding-y-15 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    .desktop\:padding-x-15 {
        padding-left: 7.5rem;
        padding-right: 7.5rem;
    }

    .desktop\:padding-top-15 {
        padding-top: 7.5rem;
    }

    .desktop\:padding-right-15 {
        padding-right: 7.5rem;
    }

    .desktop\:padding-bottom-15 {
        padding-bottom: 7.5rem;
    }

    .desktop\:padding-left-15 {
        padding-left: 7.5rem;
    }

    .desktop\:padding-0 {
        padding: 0;
    }

    .desktop\:padding-y-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .desktop\:padding-x-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .desktop\:padding-top-0 {
        padding-top: 0;
    }

    .desktop\:padding-right-0 {
        padding-right: 0;
    }

    .desktop\:padding-bottom-0 {
        padding-bottom: 0;
    }

    .desktop\:padding-left-0 {
        padding-left: 0;
    }

    .desktop\:width-1px {
        width: 1px;
    }

    .desktop\:width-2px {
        width: 2px;
    }

    .desktop\:width-05 {
        width: .25rem;
    }

    .desktop\:width-1 {
        width: .5rem;
    }

    .desktop\:width-105 {
        width: .75rem;
    }

    .desktop\:width-2 {
        width: 1rem;
    }

    .desktop\:width-205 {
        width: 1.25rem;
    }

    .desktop\:width-3 {
        width: 1.5rem;
    }

    .desktop\:width-4 {
        width: 2rem;
    }

    .desktop\:width-5 {
        width: 2.5rem;
    }

    .desktop\:width-6 {
        width: 3rem;
    }

    .desktop\:width-7 {
        width: 3.5rem;
    }

    .desktop\:width-8 {
        width: 4rem;
    }

    .desktop\:width-9 {
        width: 4.5rem;
    }

    .desktop\:width-10 {
        width: 5rem;
    }

    .desktop\:width-15 {
        width: 7.5rem;
    }

    .desktop\:width-card {
        width: 10rem;
    }

    .desktop\:width-card-lg {
        width: 15rem;
    }

    .desktop\:width-mobile {
        width: 20rem;
    }

    .desktop\:width-mobile-lg {
        width: 30rem;
    }

    .desktop\:width-tablet {
        width: 40rem;
    }

    .desktop\:width-tablet-lg {
        width: 55rem;
    }

    .desktop\:width-desktop {
        width: 64rem;
    }

    .desktop\:width-desktop-lg {
        width: 75rem;
    }

    .desktop\:width-widescreen {
        width: 87.5rem;
    }

    .desktop\:width-0 {
        width: 0;
    }

    .desktop\:width-full {
        width: 100%
    }

    .desktop\:width-auto {
        width: auto;
    }
}

.container.agency-name {
    max-width: 1500px;
}

.cd-main-content.agency-homepage {
    z-index: 0;
}

.agency-header .cd-main-header {
    background: 0 0 !important;
}

.agency-header .ilab-header {
    min-height: 40px;
}

.agency-header .usa-banner .container {
    max-width: 1200px;
}

#header-content, .agency-header header .cd-nav-trigger span, .agency-header header .cd-nav-trigger span::after, .agency-header header .cd-nav-trigger span::before {
    background: #0071bc;
}

.agency-header header .open-nav {
    top: 25px;
    right: -45px;
}

.agency-header header .agency {
    flex: 1;
}

.agency-header header .container {
    flex: 100%;
    justify-content: space-between;
}

.agency-header header .agency-name {
    flex: 1;
    padding: 15px 30px;
    position: relative;
}

    .agency-header header .agency-name span {
        color: #212121;
        font-size: 1.1875rem;
        font-weight: 700;
        font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    }

        .agency-header header .agency-name span a {
            border-bottom: 1px solid transparent;
            color: #000;
        }

            .agency-header header .agency-name span a:hover {
                text-decoration: none;
                border-bottom: 1px solid #212121;
                transition: .2s all ease-in-out;
            }

            .agency-header header .agency-name span a:visited {
                color: #000;
                text-decoration: none !important;
            }

.agency-header header #top-agency-name {
    background: #112e51;
    text-transform: none;
    max-width: 100%;
    height: 25px;
    display: flex;
    align-items: center;
    padding: 2px 0;
}

    .agency-header header #top-agency-name .dol-logo-area--small {
        display: inline-flex !important;
    }

        .agency-header header #top-agency-name .dol-logo-area--small:focus {
            text-decoration: none !important;
            outline: 3px solid #008bf2;
            outline-offset: 1px !important;
        }

    .agency-header header #top-agency-name > .container {
        flex: 100%
    }

    .agency-header header #top-agency-name h1 {
        color: #fff;
        font-size: .875rem;
        font-weight: 400;
    }

@media screen and (max-width:992px) {
    .agency-header header #top-agency-name .push-right {
        margin-left: 40px;
    }
}

.agency-header header .DOL-header-logo {
    padding-right: 5px;
}

    .agency-header header .DOL-header-logo img {
        height: 20px;
        width: 20px;
    }

.agency-header #block-opa-theme-page-title span {
    padding: 2% 0;
    margin-bottom: 0;
    font-size: 1.1875rem;
    display: block;
}

@media only screen and (min-width:0px) {
    .agency-header .search .secondary-links, .agency-header .search form, .agency-header .secondarylinks-container .secondary-links, .agency-header .secondarylinks-container form {
        display: none !important;
    }
}

@media screen and (min-width:993px) {
    .agency-header .search .secondary-links, .agency-header .search form, .agency-header .secondarylinks-container .secondary-links, .agency-header .secondarylinks-container form {
        display: flex !important;
    }
}

#top-agency-name .search div + div, #top-agency-name .secondarylinks-container div + div, .agency-header .search div + div, .agency-header .secondarylinks-container div + div {
    margin-left: 15px;
    padding-left: 15px;
}

.agency-header .search .notoolbar-buttons, .agency-header .secondarylinks-container .notoolbar-buttons {
    height: auto;
}

.agency-header .search .secondary-links span, .agency-header .secondarylinks-container .secondary-links span {
    border-right-color: #dfe1e2;
    border-right-width: 1px;
    border-right-style: solid;
    padding: 0 .625rem;
}

    #top-agency-name .search .secondary-links span:last-child, #top-agency-name .secondarylinks-container .secondary-links span:last-child, .agency-header .search .secondary-links span:last-child, .agency-header .secondarylinks-container .secondary-links span:last-child {
        border-right-color: transparent;
        border-right-width: 1px;
        border-right-style: solid;
        padding: 0 0 0 .625rem;
    }

.agency-header .search .secondary-links a, .agency-header .secondarylinks-container .secondary-links a {
    color: #71767a;
    font-size: .875rem;
    text-transform: uppercase;
}

    .agency-header .search .secondary-links a:hover, .agency-header .secondarylinks-container .secondary-links a:hover {
        border-bottom: 1px solid #005ea2;
        color: #005ea2;
    }

    .agency-header .search .secondary-links a:last-child, .agency-header .secondarylinks-container .secondary-links a:last-child {
        border-right: 1px solid transparent;
    }

@media screen and (max-width:768px) {
    .agency-header .search .secondary-links a + a, .agency-header .secondarylinks-container .secondary-links a + a {
        margin-left: 10px;
    }
}

.agency-header .search .secondary-links .field--name-field-secondary-menu-links, .agency-header .secondarylinks-container .secondary-links .field--name-field-secondary-menu-links {
    padding-bottom: 0;
    width: 100%
}

    .agency-header .search .secondary-links .field--name-field-secondary-menu-links span, .agency-header .secondarylinks-container .secondary-links .field--name-field-secondary-menu-links span {
        white-space: nowrap;
        font-weight: 400;
    }

@media screen and (max-width:768px) {
    .agency-header .search .secondary-links .field--name-field-secondary-menu-links span + span, .agency-header .secondarylinks-container .secondary-links .field--name-field-secondary-menu-links span + span {
        margin-left: 10px;
    }
}

.agency-header .search .form input, .agency-header .secondarylinks-container .form input {
    width: 15vw;
    height: auto;
    padding: 6px;
}

.agency-header #search-placeholder .input-group-btn {
    font-size: .75rem;
    margin-left: -2px;
}

.agency-header #search-placeholder input::-moz-placeholder {
    color: #5b616b;
}

.agency-header #search-placeholder input:-ms-input-placeholder {
    color: #5b616b;
}

.agency-header #search-placeholder input::placeholder {
    color: #5b616b;
}

.agency-header #search-placeholder .searchbox:focus-within {
    outline: 3px solid #008bf2;
    box-shadow: none;
    z-index: 4;
}

.agency-header #search-placeholder .searchbox .searchbox-input:focus {
    outline: 0 !important;
}

.agency-header li.go-back:hover {
    background-color: #d6d7d9;
}

.agency-header li.go-back a {
    color: #212121 !important;
    margin-left: 9%
}

    .agency-header li.go-back a:hover {
        background-color: transparent;
    }

#header-content .agency-nav-container, #header-content .main-nav-container {
    background-color: transparent;
    display: flex;
}

    #header-content .agency-nav-container .container, #header-content .main-nav-container .container {
        padding: 0;
    }

    #header-content .agency-nav-container > .container, #header-content .main-nav-container > .container {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    #header-content .agency-nav-container .agencysearchblock, #header-content .agency-nav-container div[id^=block-searchbox], #header-content .main-nav-container .agencysearchblock, #header-content .main-nav-container div[id^=block-searchbox] {
        order: 1;
        min-width: 0;
        width: auto;
        height: auto;
        -ms-grid-row-align: center;
        align-self: center;
        flex: 20%;
        margin-right: 2em;
    }

        #header-content .agency-nav-container .agencysearchblock .field--name-body, #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body, #header-content .main-nav-container .agencysearchblock .field--name-body, #header-content .main-nav-container div[id^=block-searchbox] .field--name-body {
            padding-bottom: 0;
            max-width: 100%
        }

            #header-content .agency-nav-container .agencysearchblock .field--name-body button.search-button, #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body button.search-button, #header-content .main-nav-container .agencysearchblock .field--name-body button.search-button, #header-content .main-nav-container div[id^=block-searchbox] .field--name-body button.search-button {
                padding: 5px 10px;
            }

            #header-content .agency-nav-container .agencysearchblock .field--name-body .search-button, #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body .search-button, #header-content .main-nav-container .agencysearchblock .field--name-body .search-button, #header-content .main-nav-container div[id^=block-searchbox] .field--name-body .search-button, .ebsa-guidance .ebsa-row .ebsa-reference-subject ul, .ebsa-guidance-index-page .views-field-field-reference-subject ul {
                margin: 0;
            }

                #header-content .agency-nav-container .agencysearchblock .field--name-body .search-button svg, #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body .search-button svg, #header-content .main-nav-container .agencysearchblock .field--name-body .search-button svg, #header-content .main-nav-container div[id^=block-searchbox] .field--name-body .search-button svg {
                    color: #0071bc;
                }

@media all and (max-width:992px) {
    #header-content .agency-nav-container .agencysearchblock .field--name-body #search-placeholder, #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body #search-placeholder, #header-content .main-nav-container .agencysearchblock .field--name-body #search-placeholder, #header-content .main-nav-container div[id^=block-searchbox] .field--name-body #search-placeholder {
        display: none;
        order: 1;
        width: calc(100vw - 40px);
        -ms-grid-row-align: center;
        align-self: center;
        margin: 1em auto .5em;
    }

    #header-content .agency-nav-container .agencysearchblock .field--name-body .agency-submenu, #header-content .agency-nav-container div[id^=block-searchbox] .field--name-body .agency-submenu, #header-content .main-nav-container .agencysearchblock .field--name-body .agency-submenu, #header-content .main-nav-container div[id^=block-searchbox] .field--name-body .agency-submenu {
        order: 2;
    }

    #header-content .agency-nav-container.nav-is-open .agencysearchblock, #header-content .agency-nav-container.nav-is-open div[id^=block-searchbox], #header-content .main-nav-container.nav-is-open .agencysearchblock, #header-content .main-nav-container.nav-is-open div[id^=block-searchbox] {
        width: 100%;
        margin-right: 0;
    }

        #header-content .agency-nav-container.nav-is-open .agencysearchblock .field--name-body #search-placeholder, #header-content .agency-nav-container.nav-is-open div[id^=block-searchbox] .field--name-body #search-placeholder, #header-content .main-nav-container.nav-is-open .agencysearchblock .field--name-body #search-placeholder, #header-content .main-nav-container.nav-is-open div[id^=block-searchbox] .field--name-body #search-placeholder {
            display: block;
        }
}

#header-content .agency-nav-container.nav-is-open > .container, #header-content .main-nav-container.nav-is-open > .container {
    flex-direction: column;
    order: 2;
}

@media only screen and (min-width:0px) {
    #header-content .agency-nav-container.nav-is-open > .container, #header-content .main-nav-container.nav-is-open > .container {
        flex-direction: row;
        order: 1;
    }

    #header-content {
        padding: 0;
    }
}

@media all and (min-width:993px) {
    #header-content {
        padding: 0 0 0 30px;
    }
}

footer .agency-submenu.cd-primary-nav {
    background: #f1f1f1;
}

@media all and (min-width:993px) {
    .agency-homepage .cd-overlay.is-visible, .ilab-content .cd-overlay.is-visible {
        display: none !important;
    }
}

@media all and (max-width:992px) {
    .agency-header .ilab-mobile-header {
        display: flex;
    }

    .agency-header .agency-name a:hover {
        border-bottom: none;
    }

    .agency-header .cd-header-buttons {
        position: inherit;
        display: inherit;
        top: 0;
        right: 0;
    }

        .agency-header .cd-header-buttons .cd-nav-trigger.nav-is-visible {
            margin-top: 0;
            margin-right: 0;
            background-color: #fff;
        }

    .mobile-landing-page-link a {
        font-weight: 700;
        font-size: 1rem;
    }
}

@media only screen and (max-width:479px) {
    .agency-header .header .agency-name {
        padding: 15px;
    }

        .agency-header .header .agency-name a h2 {
            font-size: .875rem !important;
            padding: 5%
        }
}

.apprenticeship-menu {
    background-color: #f1f1f1;
}

    .apprenticeship-menu .nav-container {
        background-color: #f1f1f1;
        display: flex;
        justify-content: space-evenly;
        flex-flow: row wrap;
        height: auto;
    }

        .apprenticeship-menu .nav-container .cd-tertiary-nav {
            flex: 1 1;
        }

        .apprenticeship-menu .nav-container .cd-tertiary-nav, .apprenticeship-menu .nav-container .usa-nav-primary {
            margin-top: 0;
            margin-bottom: 0;
        }

@media only screen and (min-width:0px) {
    .apprenticeship-menu .nav-container .cd-tertiary-nav, .apprenticeship-menu .nav-container .usa-nav-primary {
        order: 2;
    }
}

@media all and (min-width:993px) {
    .apprenticeship-menu .nav-container .cd-tertiary-nav, .apprenticeship-menu .nav-container .usa-nav-primary {
        order: 1;
        display: inline;
    }
}

.apprenticeship-menu .nav-container .cd-tertiary-nav > li, .apprenticeship-menu .nav-container .usa-nav-primary > li {
    width: auto;
}

@media all and (min-width:993px) {
    .apprenticeship-menu .nav-container .cd-tertiary-nav > li, .apprenticeship-menu .nav-container .usa-nav-primary > li {
        margin-top: 20px;
        margin-bottom: 20px;
        display: inline-block;
        position: relative;
    }
}

.apprenticeship-menu .nav-container .cd-tertiary-nav > li > a, .apprenticeship-menu .nav-container .usa-nav-primary > li > a {
    padding: 20px;
    display: block;
    text-transform: uppercase;
}

@media all and (min-width:993px) {
    .apprenticeship-menu .nav-container .cd-tertiary-nav > li > a, .apprenticeship-menu .nav-container .usa-nav-primary > li > a {
        padding: 0 20px;
        display: inline;
    }
}

.apprenticeship-menu .nav-container .cd-tertiary-nav > li > a span, .apprenticeship-menu .nav-container .usa-nav-primary > li > a span {
    font-size: .875rem;
    line-height: 14px;
}

.apprenticeship-menu .nav-container .cd-tertiary-nav > li > a:active, .apprenticeship-menu .nav-container .cd-tertiary-nav > li > a:focus, .apprenticeship-menu .nav-container .cd-tertiary-nav > li > a:hover, .apprenticeship-menu .nav-container .usa-nav-primary > li > a:active, .apprenticeship-menu .nav-container .usa-nav-primary > li > a:focus, .apprenticeship-menu .nav-container .usa-nav-primary > li > a:hover {
    text-decoration: none !important;
}

.apprenticeship-menu .nav-container .cd-tertiary-nav > li:first-child > a, .apprenticeship-menu .nav-container .usa-nav-primary > li:first-child > a {
    min-width: 60px;
    text-align: left;
}

@media all and (min-width:993px) {
    .apprenticeship-menu .nav-container .cd-tertiary-nav > li: first-child > a, .apprenticeship-menu .nav-container .usa-nav-primary > li:first-child > a {
        padding: 0 20px 0 0;
    }
}

.apprenticeship-menu .nav-container ul li {
    border: 0;
}

@media only screen and (min-width:0px) {
    .apprenticeship-menu .nav-container ul li: not(:first-child) {
        border-top: 1px solid #5b616b;
    }
}

@media all and (min-width:993px) {
    .apprenticeship-menu .nav-container ul li: not(:first-child) {
        border-top: none;
        border-left: 1px solid #5b616b;
    }
}

.apprenticeship-menu .nav-container ul li a span {
    color: #212121;
    font-weight: 700;
    white-space: normal;
    text-align: center;
    line-height: 1;
}

.apprenticeship-menu .nav-container ul li a.selected {
    color: #212121;
    background-color: #fff;
}

.apprenticeship-menu .nav-container ul li a:hover span {
    border-bottom: 2px solid #212121;
}

.apprenticeship-menu .nav-container ul li a:hover.usa-current span {
    color: #212121;
}

.apprenticeship-menu .nav-container ul li::after, .apprenticeship-menu .nav-container ul li::before {
    background: #212121;
}

.agency-landing-page {
    clear: both;
}

.paragraph--type--contextual-alerts {
    border: 1px solid #aeb0b5;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%
}

    .paragraph--type--contextual-alerts .field--name-field-alert-status {
        display: none;
        visibility: hidden;
    }

    .paragraph--type--contextual-alerts .alert-status-container {
        width: 42px;
        display: flex;
        justify-content: flex-start;
    }

    .paragraph--type--contextual-alerts .alert-content-container {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        min-width: 0;
        flex: 1 1 100%;
        position: relative;
        padding: 0 .5em;
    }

        .paragraph--type--contextual-alerts .alert-content-container .alert_title, .paragraph--type--contextual-alerts .alert-content-container .field--name-field-alert-headline p {
            font-weight: 700;
            margin-bottom: .25em;
        }

        .paragraph--type--contextual-alerts .alert-content-container .alert_text {
            display: inline-block;
        }

        .paragraph--type--contextual-alerts .alert-content-container .field--name-field-alert-headline {
            flex: 0 1 auto;
            max-width: 100%;
            min-width: 0;
            max-height: 100%;
            position: relative;
        }

        .paragraph--type--contextual-alerts .alert-content-container .field--name-field-alert-body {
            flex: 1 1 auto;
            max-width: 100%;
            min-width: 0;
            height: 100%;
            position: relative;
        }

            .paragraph--type--contextual-alerts .alert-content-container .field--name-field-alert-body p {
                white-space: normal;
            }

    .paragraph--type--contextual-alerts .alert-close-container {
        z-index: 999;
    }

    .paragraph--type--contextual-alerts.dol-alerts p {
        padding-top: 0;
        font-size: 1.0625rem;
        line-height: 22px;
    }

.dol-alert-status-success {
    border-top: 5px solid #2e8540;
}

    .dol-alert-status-success .fa-check-circle {
        color: #2e8540;
        height: 26px;
        width: 26px;
    }

.dol-alert-status-warning {
    border-top: 5px solid #fdb81e;
}

    .dol-alert-status-warning .fa-exclamation-triangle {
        color: #fdb81e;
        height: 26px;
        width: 26px;
    }

.dol-alert-status-error {
    border-top: 5px solid #e31c3d;
}

    .dol-alert-status-error .fa-exclamation-circle {
        color: #e31c3d;
        height: 26px;
        width: 26px;
    }

.dol-alert-status-informative {
    border-top: 5px solid #02bfe7;
}

    .dol-alert-status-informative .fa-info-circle {
        color: #02bfe7;
        height: 26px;
        width: 26px;
    }

.dol-alerts.paragraph--type--contextual-alerts {
    box-sizing: border-box;
    height: auto;
    background-color: #fff;
    padding: 1em;
    position: relative;
    max-width: 90em;
    margin: 1em auto;
    display: flex;
}

    .dol-alerts.paragraph--type--contextual-alerts h2 {
        height: auto;
        width: auto;
        color: #212121;
        font-size: 1.1875rem;
        font-weight: 700;
        line-height: 25px;
    }

    .dol-alerts.paragraph--type--contextual-alerts p {
        display: block;
        color: #212121;
        font-size: 1.0625rem;
        line-height: 26px;
    }

@media only screen and (max-width:1200px) {
    .dol-alerts.paragraph--type--contextual-alerts p {
        display: table;
    }
}

.dol-alerts.paragraph--type--contextual-alerts a {
    color: #0071bc !important;
}

.dol-alerts.paragraph--type--contextual-alerts svg.fa-times {
    width: 14px !important;
    height: 17px;
    color: #212121;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.dol-alerts.paragraph--type--contextual-alerts .alert-text {
    padding-left: 1em;
}

.dol-contextual-alert-success {
    border-left: 4px solid #2e8540;
    background-color: #e7f4e4;
}

    .dol-contextual-alert-error i, .dol-contextual-alert-error svg, .dol-contextual-alert-inform i, .dol-contextual-alert-inform svg, .dol-contextual-alert-inform-with-comment i, .dol-contextual-alert-inform-with-comment svg, .dol-contextual-alert-success i, .dol-contextual-alert-success svg, .dol-contextual-alert-warning i, .dol-contextual-alert-warning svg {
        height: 26px;
        width: 42px !important;
        color: #212121;
        font-size: 1.625rem;
        line-height: 26px;
        float: left;
    }

.dol-contextual-alert-warning {
    border-left: 4px solid #fdb81e;
    background-color: #fff1d2;
}

.dol-contextual-alert-error {
    border-left: 4px solid #e31c3d;
    background-color: #f9dede;
}

.dol-contextual-alert-inform, .dol-contextual-alert-inform-with-comment {
    border-left: 4px solid #02bfe7;
    background-color: #e1f3f8;
}

.dol-press-page .dol-system-notifications p {
    margin-bottom: 0;
    display: table-footer-group;
}

.dol-press-page .dol-system-notifications .field {
    padding-bottom: 0;
}

p.alert-no-padding {
    padding: 0;
    margin: 0;
}

div.alert-padding-top {
    padding-top: 2em;
}

.dol-system-notifications-error i, .dol-system-notifications-error svg, .dol-system-notifications-inform i, .dol-system-notifications-inform svg, .dol-system-notifications-inform-with-comment i, .dol-system-notifications-inform-with-comment svg, .dol-system-notifications-success i, .dol-system-notifications-success svg, .dol-system-notifications-warning i, .dol-system-notifications-warning svg {
    height: 26px;
}

.agency-blurb-container {
    display: flex;
    width: 100%
}

    .agency-blurb-container .agency_blurb {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%
    }

        .agency-blurb-container .agency_blurb.agency_blurb_with_background, .agency-blurb-container .agency_blurb.agency_blurb_with_border {
            padding: 25px;
        }

        .agency-blurb-container .agency_blurb .agency_blurb-header {
            font-size: 20px;
        }

            .agency-blurb-container .agency_blurb .agency_blurb-header .field--name-field-header {
                padding: 15px 0;
            }

        .agency-blurb-container .agency_blurb .agency_blurb-text {
            flex: 1 0 auto;
        }

            .agency-blurb-container .agency_blurb .agency_blurb-text .field {
                padding-bottom: 0;
            }

        .agency-blurb-container .agency_blurb .blurb-link a.simplesamlphp-auth-login-link, .agency-blurb-container .agency_blurb .blurb-link a.usa-button {
            text-decoration: none;
            color: #0071bc;
        }

            .agency-blurb-container .agency_blurb .blurb-link a.simplesamlphp-auth-login-link:hover, .agency-blurb-container .agency_blurb .blurb-link a.usa-button:hover {
                text-decoration: underline;
                color: #205493;
            }

            .agency-blurb-container .agency_blurb .blurb-link a.simplesamlphp-auth-login-link:focus, .agency-blurb-container .agency_blurb .blurb-link a.usa-button:focus {
                border-color: inherit;
                box-shadow: inset 0 0 0 2px #0071bc;
            }

            .agency-blurb-container .agency_blurb .blurb-link a.simplesamlphp-auth-login-link:active, .agency-blurb-container .agency_blurb .blurb-link a.usa-button:active {
                color: #112e51;
            }

        .agency-blurb-container .agency_blurb .blurb-link .field--type-link, .ebsa-content .topic-wrapper .topic-body p {
            padding: 0;
        }

        .agency-blurb-container .agency_blurb .video-container {
            position: relative;
            padding-bottom: 56.25%;
            padding-top: 0;
            height: 0;
            overflow: hidden;
            margin-bottom: 1em;
        }

    .agency-blurb-container .background--dark, .agency-card-container .agency_card .agency_card-text a, .agency-card-container .agency_card .agency_card-text blockquote, .agency-card-container .agency_card .card-link a, div#single-row.background--darkbg a {
        color: #fff;
    }

@media only screen and (max-width:959px) {
    #agency-blurb {
        flex-direction: column;
    }

    .agency_blurb {
        max-width: 450px;
        margin: 15px 0;
    }
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    #agency-blurb {
        display: inline-block;
        width: 100%
    }
}

#block-dol-booknavigation > div > ul > li > ul > li.is-current, #block-dol-booknavigation > ul > li > ul > li.is-current, #block-opa-theme-breadcrumbs {
    background-color: #f1f1f1;
}

    #block-opa-theme-breadcrumbs .usa-breadcrumb__list .usa-breadcrumb__list-item .usa-breadcrumb__link {
        padding-top: 0;
        padding-bottom: 0;
    }

.homepage #block-opa-theme-breadcrumbs {
    display: none;
}

.agency-card-container, .agency-card-container > div {
    display: flex;
    width: 100%
}

    .agency-card-container .agency_card {
        display: flex;
        color: #fff;
        padding: 50px 30px;
        flex-direction: column;
        width: 100%;
        max-width: 100%
    }

        .agency-card-container .agency_card .agency_card-header {
            font-size: 30px;
            word-wrap: break-word;
        }

        .agency-card-container .agency_card .agency_card-text {
            flex: 1 0 auto;
        }

            .agency-card-container .agency_card .agency_card-text a:hover, .agency-card-container .agency_card .card-link a:hover {
                color: inherit;
                text-decoration: underline;
            }

        .agency-card-container .agency_card .card-link {
            text-align: left;
            font-weight: 700;
            width: 100%
        }

@media only screen and (max-width:959px) {
    #agency-cards {
        flex-direction: column;
    }

    .agency_card {
        max-width: 450px;
        margin: 15px 0;
    }
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    #agency-cards {
        display: inline-block;
        width: 100%
    }
}

#ebsa-select-date-div #select-date-advisory-opinions-submit, #ebsa-select-date-div #select-date-assistance-bullentins-submit, #ebsa-select-date-div #select-date-information-letters-submit, #ebsa-select-date-div #select-reference-submit {
    margin-top: 5px;
}

.ebsa-guidance-index-page caption {
    caption-side: top;
    color: #000;
}

.ebsa-guidance-index-page .views-field-field-recipient {
    min-width: 300px;
}

.ebsa-guidance-index-page .views-field-field-reference-subject ul li {
    list-style-type: none;
}

@media all and (max-width:576px) {
    .ebsa-guidance-index-page .views-field-field-recipient {
        min-width: 0;
    }
}

.ebsa-advisory-info, .ebsa-assistance-bulletin-info, .ebsa-information-info {
    justify-content: space-between;
    margin: 0;
}

.ebsa-guidance p {
    margin-bottom: 1em;
}

.ebsa-guidance .ebsa-row {
    display: flex;
    margin: 0;
    width: 100%;
    line-height: 26px;
}

    .ebsa-guidance .ebsa-row span {
        flex: 0 0 9%;
        min-width: 105px;
    }

    .ebsa-guidance .ebsa-row p {
        flex: 0 0 91%
    }

    .ebsa-guidance .ebsa-row .ebsa-advisory-info, .ebsa-guidance .ebsa-row .ebsa-reference-subject {
        flex: 1;
    }

        .ebsa-guidance .ebsa-row .ebsa-reference-subject .field--name-field-ebsa-document-number {
            padding-bottom: 0;
        }

        .ebsa-guidance .ebsa-row .ebsa-reference-subject ul li {
            list-style: none;
        }

.ebsa-content .topic-wrapper form input {
    height: inherit;
}

    .ebsa-content .topic-wrapper form input[type=submit] {
        padding: .5em;
    }

.ebsa-content .topic-wrapper .topic-body {
    padding: 5%
}

.vfcp_checklist .row {
    display: flex;
    margin: 10px 0;
}

    .vfcp_checklist .row .number_label {
        text-align: center;
    }

    .vfcp_checklist .row .col-sm-1 p, .vfcp_checklist .row .col-sm-2 p, .vfcp_checklist .row .col-sm-3 p {
        display: inline-flex;
        justify-content: space-between;
    }

        .vfcp_checklist .row .col-sm-2 p label, .vfcp_checklist .row .col-sm-3 p label {
            display: contents;
        }

            .vfcp_checklist .row .col-sm-2 p label:before {
                height: 1rem;
                width: 1rem;
                margin: 5px;
            }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .vfcp_checklist .row .col-sm-3 p label {
        display: inline-flex;
        margin-top: 0;
    }
}

.vfcp_checklist .row .col-sm-3 p label:before {
    height: 1rem;
    width: 1rem;
    margin: 5px;
    display: block;
}

.vfcp_checklist .row .col-sm-10 p label {
    margin-top: 0;
}

.vfcp_checklist .row .col-sm-8, .views-field-field-exp-good-description-1 .ilab-summary-div ul li, .views-field-field-good-description .ilab-summary-div ul li, .views-field-field-naalc-summary .ilab-summary-div ul li, .views-field-field-project-summary .ilab-summary-div ul li, .views-field-field-research-summary .ilab-summary-div ul li {
    display: flex;
}

    .vfcp_checklist .row .col-sm-8 p label {
        display: contents;
        margin: 0 20px 0 0;
    }

        .vfcp_checklist .row .col-sm-8 p label:before {
            height: 1rem;
            width: 1rem;
            margin: 5px;
        }

@media only screen and (max-width:767px) {
    .vfcp_checklist .row {
        display: block;
    }

        .vfcp_checklist .row .number_label {
            text-align: left;
        }
}

@media only screen and (max-width:959px) {
    .ebsa-content #ebsa-select-date-div .row {
        display: block;
    }
}

@media (min-width:768px) {
    .ebsa-guidance .ebsa-row span {
        min-width: 150px;
    }
}

.event-page .event-page--description {
    padding-right: 30px;
}

    .event-page .event-page--description .event-page--tag__set .event-page--tags > div.field--name-field-event-tags .usa-tag a {
        color: #fff;
        text-decoration: none;
    }

.event-page .event-page--description__date_location {
    flex: 0 0 25%
}

    .event-page .event-page--description__date_location .agency-list {
        padding-bottom: 15px;
    }

        #block-exposedformnewsletter-homepage-2 label, #views-exposed-form-group-nodes-page-1 label, .event-page .event-page--description__date_location .agency-list .field--name-field-agency-multiple {
            padding: 0;
        }

    .event-page .event-page--description__date_location .event-page--date > div > div:nth-child(1) {
        font-weight: 700;
    }

    .event-page .event-page--description__date_location .event-page--date span {
        font-weight: 700;
    }

    .event-page .event-page--description__date_location .event-page--location span, .event-page .event-page--description__date_location .event-page--location > div.field--name-field-address > div:nth-child(1) {
        font-weight: 700;
    }

    .event-page .event-page--description__date_location .event-page--location p, .ilab-child-report table p {
        margin-bottom: 0;
    }

    .event-page .event-page--description__date_location .event-page--location .field, .paragraph--type--row > div .table caption, form#views-exposed-form-events-outreach-agency-events .form-item-field-event-tags-target-id.js-form-item-field-event-tags-target-id label.usa-label, form#views-exposed-form-events-outreach-agency-events .form-item-field-state-target-id.js-form-item-field-state-target-id label.usa-label, form#views-exposed-form-events-outreach-events .form-item-field-event-tags-target-id.js-form-item-field-event-tags-target-id label.usa-label, form#views-exposed-form-events-outreach-events .form-item-field-state-target-id.js-form-item-field-state-target-id label.usa-label, form#views-exposed-form-events-outreach-past-agency-events .form-item-field-event-tags-target-id.js-form-item-field-event-tags-target-id label.usa-label, form#views-exposed-form-events-outreach-past-agency-events .form-item-field-state-target-id.js-form-item-field-state-target-id label.usa-label, form#views-exposed-form-events-outreach-past-events .form-item-field-event-tags-target-id.js-form-item-field-event-tags-target-id label.usa-label, form#views-exposed-form-events-outreach-past-events .form-item-field-state-target-id.js-form-item-field-state-target-id label.usa-label {
        padding-bottom: 0;
    }

.event-page.grid-row {
    clear: both;
}

.views-field-field-event-date-range p.dates time {
    color: inherit;
    font-size: inherit;
    text-transform: none;
}

form#views-exposed-form-events-outreach-agency-events, form#views-exposed-form-events-outreach-events, form#views-exposed-form-events-outreach-past-agency-events, form#views-exposed-form-events-outreach-past-events {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    form#views-exposed-form-events-outreach-agency-events .form-item-field-event-tags-target-id.js-form-item-field-event-tags-target-id, form#views-exposed-form-events-outreach-agency-events .form-item-field-state-target-id.js-form-item-field-state-target-id, form#views-exposed-form-events-outreach-events .form-item-field-event-tags-target-id.js-form-item-field-event-tags-target-id, form#views-exposed-form-events-outreach-events .form-item-field-state-target-id.js-form-item-field-state-target-id, form#views-exposed-form-events-outreach-past-agency-events .form-item-field-event-tags-target-id.js-form-item-field-event-tags-target-id, form#views-exposed-form-events-outreach-past-agency-events .form-item-field-state-target-id.js-form-item-field-state-target-id, form#views-exposed-form-events-outreach-past-events .form-item-field-event-tags-target-id.js-form-item-field-event-tags-target-id, form#views-exposed-form-events-outreach-past-events .form-item-field-state-target-id.js-form-item-field-state-target-id {
        flex: 4;
        margin-right: 30px;
    }

    form#views-exposed-form-events-outreach-agency-events .form-actions.js-form-wrapper.form-wrapper, form#views-exposed-form-events-outreach-events .form-actions.js-form-wrapper.form-wrapper, form#views-exposed-form-events-outreach-past-agency-events .form-actions.js-form-wrapper.form-wrapper, form#views-exposed-form-events-outreach-past-events .form-actions.js-form-wrapper.form-wrapper {
        display: flex;
        margin: 20px 0;
    }

        form#views-exposed-form-events-outreach-agency-events .form-actions.js-form-wrapper.form-wrapper .button.js-form-submit.form-submit, form#views-exposed-form-events-outreach-events .form-actions.js-form-wrapper.form-wrapper .button.js-form-submit.form-submit, form#views-exposed-form-events-outreach-past-agency-events .form-actions.js-form-wrapper.form-wrapper .button.js-form-submit.form-submit, form#views-exposed-form-events-outreach-past-events .form-actions.js-form-wrapper.form-wrapper .button.js-form-submit.form-submit {
            margin: 10px;
        }

@media only screen and (max-width:768px) {
    form#views-exposed-form-events-outreach-agency-events .form-item-field-event-tags-target-id.js-form-item-field-event-tags-target-id, form#views-exposed-form-events-outreach-agency-events .form-item-field-state-target-id.js-form-item-field-state-target-id, form#views-exposed-form-events-outreach-events .form-item-field-event-tags-target-id.js-form-item-field-event-tags-target-id, form#views-exposed-form-events-outreach-events .form-item-field-state-target-id.js-form-item-field-state-target-id {
        flex: 1 0 100%
    }

    form#views-exposed-form-events-outreach-agency-events .form-actions.js-form-wrapper.form-wrapper .button.js-form-submit.form-submit, form#views-exposed-form-events-outreach-events .form-actions.js-form-wrapper.form-wrapper .button.js-form-submit.form-submit {
        margin: 10px 10px 0 0;
    }
}

.event-block {
    border: 1px solid #d6d7d9;
    padding: 1.5rem;
}

    .event-block .event-cards .event-card--container {
        display: inline-flex;
        padding: 1.5rem 0;
        width: 100%;
        border-bottom: 1px solid #d6d7d9;
    }

        .event-block .event-cards .event-card--container .event-card--body p {
            margin-top: .5em;
            margin-bottom: 0;
        }

        .event-block .event-cards .event-card--container .event-card--date {
            background-color: #0071bc;
            margin-right: 25px;
            width: 55px;
            height: 55px;
            color: #fff;
            font-size: 20px;
            text-align: center;
            padding: 3px;
        }

    .event-block .events-button {
        display: flex;
        justify-content: flex-end;
    }

    #block-quicklinks.homepage-block > div, .event-block .two-col {
        -moz-column-count: 2;
        column-count: 2;
    }

@media screen and (max-width:597px) {
    .event-block .two-col {
        -moz-column-count: 1;
        column-count: 1;
    }
}

.dol-filter .badge-default {
    font-size: 1.0625rem;
}

.dol-filter .dol-filter-body h3 {
    margin-bottom: 20px;
}

.dol-filter-light .dol-filter-body {
    color: #000;
}

.views-exposed-form label {
    background-color: transparent;
    color: #222;
    font-size: 16px;
    text-transform: capitalize;
}

.views-exposed-form .form-actions {
    display: flex;
    flex-flow: row wrap;
    flex: 100%;
    justify-content: flex-end;
}

    .views-exposed-form .form-actions input {
        margin-right: 5px;
    }

#block-exposedformnewsletter-homepage-2 #views-exposed-form-newsletter-home-page-2, #views-exposed-form-group-nodes-page-1 #views-exposed-form-newsletter-home-page-2 {
    margin-top: 1em;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#block-exposedformnewsletter-homepage-2 button, #block-exposedformnewsletter-homepage-2 input, #block-exposedformnewsletter-homepage-2 select, #block-exposedformnewsletter-homepage-2 textarea, #views-exposed-form-group-nodes-page-1 button, #views-exposed-form-group-nodes-page-1 input, #views-exposed-form-group-nodes-page-1 select, #views-exposed-form-group-nodes-page-1 textarea {
    min-height: 2em;
    line-height: 1;
    max-width: 100%
}

#block-exposedformnewsletter-homepage-2 .card-header, #views-exposed-form-group-nodes-page-1 .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    display: flex;
    width: auto;
}

    #block-exposedformnewsletter-homepage-2 .card-header i, #views-exposed-form-group-nodes-page-1 .card-header i {
        position: absolute;
        color: #fff;
        font-size: 1.0625rem;
        margin-left: 11px;
    }

#block-exposedformnewsletter-homepage-2 .card, #views-exposed-form-group-nodes-page-1 .card {
    border: 0;
}

#block-exposedformnewsletter-homepage-2 .card-block, #views-exposed-form-group-nodes-page-1 .card-block {
    background-color: #f1f1f1;
    margin: 2em 1em 0;
}

#block-exposedformnewsletter-homepage-2 #collapseOne, #views-exposed-form-group-nodes-page-1 #collapseOne {
    background-color: #f1f1f1;
    padding-bottom: 2em;
    border: 1px solid #aeb0b5;
    margin: 34px 7px 0;
}

#block-exposedformnewsletter-homepage-2 #headingOne > p, #views-exposed-form-group-nodes-page-1 #headingOne > p {
    width: auto;
    background: 0 0;
    padding: 10px;
}

    #block-exposedformnewsletter-homepage-2 #headingOne > p:focus #block-exposedformnewsletter-homepage-2 #headingOne > p:hover #block-exposedformnewsletter-homepage-2 #headingOne > p:active, #block-exposedformnewsletter-homepage-2 #headingOne > p:focus #block-exposedformnewsletter-homepage-2 #headingOne > p:hover #views-exposed-form-group-nodes-page-1 #headingOne > p:active, #block-exposedformnewsletter-homepage-2 #headingOne > p:focus #views-exposed-form-group-nodes-page-1 #headingOne > p:hover #block-exposedformnewsletter-homepage-2 #headingOne > p:active, #block-exposedformnewsletter-homepage-2 #headingOne > p:focus #views-exposed-form-group-nodes-page-1 #headingOne > p:hover #views-exposed-form-group-nodes-page-1 #headingOne > p:active, #views-exposed-form-group-nodes-page-1 #headingOne > p:focus #block-exposedformnewsletter-homepage-2 #headingOne > p:hover #block-exposedformnewsletter-homepage-2 #headingOne > p:active, #views-exposed-form-group-nodes-page-1 #headingOne > p:focus #block-exposedformnewsletter-homepage-2 #headingOne > p:hover #views-exposed-form-group-nodes-page-1 #headingOne > p:active, #views-exposed-form-group-nodes-page-1 #headingOne > p:focus #views-exposed-form-group-nodes-page-1 #headingOne > p:hover #block-exposedformnewsletter-homepage-2 #headingOne > p:active, #views-exposed-form-group-nodes-page-1 #headingOne > p:focus #views-exposed-form-group-nodes-page-1 #headingOne > p:hover #views-exposed-form-group-nodes-page-1 #headingOne > p:active {
        background: 0 0;
    }

    #block-exposedformnewsletter-homepage-2 #headingOne > p a, #views-exposed-form-group-nodes-page-1 #headingOne > p a {
        color: #fff;
        font-size: 1.0625rem;
    }

#block-exposedformnewsletter-homepage-2 .js-form-item {
    padding-bottom: 10px;
    flex: 0 0 49%
}

#views-exposed-form-group-nodes-page-1 .js-form-item {
    flex: 0 0 49%;
    margin-left: .5em;
    padding-bottom: 0;
}

#block-exposedformnewsletter-homepage-2 #edit-title, #views-exposed-form-group-nodes-page-1 #edit-title {
    margin-top: .5em;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    #block-exposedformnewsletter-homepage-2 #edit-actions {
        margin-right: 6em;
    }

    div.newsletter-block .card {
        display: block;
    }

        div.newsletter-block .card #collapseOne {
            padding-top: 1em;
        }
}

#views-exposed-form-group-nodes-page-1 {
    margin: 1em 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

    #views-exposed-form-group-nodes-page-1 .js-form-status {
        margin-left: -.2em;
    }

@media only screen and (min-width:0px) {
    #block-exposedformnewsletter-homepage-2 #edit-agency, #block-exposedformnewsletter-homepage-2 .js-form-item, #views-exposed-form-group-nodes-page-1 #edit-agency, #views-exposed-form-group-nodes-page-1 .js-form-item {
        width: 100% !important;
        flex: 0 0 48%
    }
}

@media all and (max-width:480px) {
    #block-exposedformnewsletter-homepage-2 .js-form-item, #views-exposed-form-group-nodes-page-1 .js-form-item {
        flex: 0 0 100%
    }
}

.filter-options {
    background-color: #0071bc !important;
}

    .filter-options:active {
        background-color: #112e51 !important;
        outline: 3px solid #008bf2;
        outline-offset: 1px;
    }

    .filter-options:hover {
        background-color: #205493 !important;
    }

#block-opa-theme-content, .basic-page.grid-row article, .cd-main-content {
    clear: both;
}

.basic-title-banner-title-container {
    color: #212121 !important;
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 30px 0;
}

    .basic-title-banner-title-container h1 {
        margin: 10px 0 0;
    }

.basic-page #page-title-area {
    padding: 0 0 10px;
}

.dol-front-homepage h2 {
    font-size: 1.875rem;
    margin: 15px 0;
}

.homepage-block.homepage-news-block {
    display: flex;
    flex-direction: column;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .homepage-block.homepage-news-block {
        padding-bottom: 60px;
    }
}

.homepage-block.homepage-news-block h2 a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #212121;
}

.field--name-field-header p {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #494440;
    font-weight: lighter;
    margin-bottom: -2em;
}

.paragraph--type--row > div {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

    .paragraph--type--row > div .field {
        padding: 0;
    }

    #top-agency-name .search .form .input-group-btn button[type=submit], #top-agency-name .secondarylinks-container .form .input-group-btn button[type=submit], .paragraph--type--row > div .table {
        margin: 0;
    }

    .paragraph--type--row > div .carousel {
        padding: 0;
    }

    .paragraph--type--row > div img {
        margin: 0 1em 1em 0;
    }

@media only screen and (min-width:0px) and (max-width:951px) {
    .paragraph--type--row .field--name-field-bundles > div {
        flex-basis: 100% !important;
    }
}

.paragraph--type--row.centered_content .field--name-field-bundles {
    flex-wrap: nowrap;
    justify-content: center;
}

@media only screen and (min-width:0px) and (max-width:951px) {
    .paragraph--type--row.centered_content .field--name-field-bundles {
        flex-wrap: wrap;
    }
}

@media print {
    #breadcrumbs-container, #header-content, #search-placeholder, .cd-nav, .dol-alerts, .footer, .newsletter-footer, .newsletter-header, .pager, .search, .secondarylinks-container, .topic-wrapper, .usa-banner, main.active-book-page aside {
        display: none !important;
    }

    .cd-main-content {
        overflow: hidden;
        min-height: 100%
    }

    #top-agency-name, html body div.layout-container main.cd-main-content {
        display: block !important;
    }

    #block-opa-theme-page-title h1 {
        font-size: 2.1875rem;
    }

    #top-agency-name {
        float: left;
    }
}

@media screen and (max-width:375px) {
    .legacy-page {
        display: contents;
    }

        .legacy-page td {
            width: 100%;
            display: inline-block;
        }
}

#tfa-entry-form label {
    margin-top: 0;
}

article[about="/general/contact/contact-phonekeypersonnel"] form {
    position: relative;
    max-width: 740px;
    width: 95%
}

main.active-book-page {
    display: flex !important;
    flex-flow: row wrap;
}

    main.active-book-page #block-opa-theme-content {
        padding-left: 10px;
    }

    main.active-book-page .layout-content {
        flex: 0 0 75%
    }

#holidaysModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

    #holidaysModal .modal-header {
        background-color: #205493;
    }

        #holidaysModal .modal-header .panel-title {
            position: absolute;
            left: 0;
            padding-left: 15px;
        }

    #holidaysModal .modal-dialog-centered {
        display: flex;
        align-items: center;
        min-height: calc(100% - (.5rem*2));
    }

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem*2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (max-width:575px) {
    div[role=main], main[role=main] {
        max-width: 100%
    }
}

#ILABHomepageCarousel .d-flex .flex-item a > img, .topic-wrapper ul {
    padding: 1em;
}

#block-footercss {
    display: none;
}

#edit-field-pdf-override-wrapper {
    display: block !important;
}

div#single-row.background--darkbg a:visited {
    color: #fff8dc;
}

.background--darkbg, .sub-menu li a:hover {
    color: #fff;
}

    .background--darkbg .dol-accordion p, .background--darkbg table span, .background--lightbg {
        color: #212121;
    }

#state {
    z-index: 100;
    height: 200px;
    width: 260px;
}

#go {
    float: left;
    width: 60px;
    height: 35px;
    background-color: #fff;
}

.basic-page.grid-row, .paragraph--image > .img-fluid {
    width: 100%
}

.hide-edit-menu #block-opa-theme-local-tasks, .ilab-index-page-filter-toolbar .form-item-items-per-page label {
    display: none !important;
}

#block-opa-theme-local-tasks {
    display: flex;
    flex: 100%;
    flex-flow: row wrap;
    justify-content: flex-end;
}

#views-exposed-form-my-content-dashboard-draft-review-approved-page {
    margin-bottom: 50px;
}

.basic-page.grid-row #block-dol-booknavigation {
    margin-right: unset;
}

.basic-page.grid-row .paragraph--type--row .paragraph--type--text-block {
    max-width: unset;
}

    .basic-page.grid-row .paragraph--type--row .paragraph--type--text-block .field--name-field-p-text p:last-child, .basic-page.grid-row .paragraph--type--row .paragraph--type--text-block .field--name-field-p-text p:only-child {
        margin-bottom: 0;
    }

.field--name-field-related-links .paragraph--view-mode--preview .field {
    padding-bottom: unset;
}

.hide-user-passwordreset #block-opa-theme-local-tasks .nav-tabs {
    display: none;
    visibility: hidden;
}

.topics-left-column {
    background-color: #f1f1f1;
    border: 1px solid #5b616b;
    line-height: 1.2em;
    width: 14em;
    height: 17em;
    display: inline-block;
    float: left;
    padding: 1em;
    margin: 2em 2em 7em;
}

    .topics-left-column ul > li > a {
        padding: 1em 0;
        text-decoration: none;
    }

    .topics-left-column ul > li:nth-child(3) > a {
        line-height: 1em;
    }

    .topics-left-column h2 {
        font-size: 1.25rem;
    }

.sub-menu {
    display: inline-block;
    width: 500px !important;
}

    .sub-menu li {
        width: 50% !important;
    }

        .sub-menu li:nth-child(even) {
            float: right;
        }

#top-agency-name {
    background-color: #fff;
    height: auto;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

    #top-agency-name span {
        font-family: "Source Sans Pro", sans-serif;
        margin: 0;
    }

    #top-agency-name .dol-logo-area span {
        margin: 0 10px;
    }

@media screen and (max-width:992px) {
    #top-agency-name {
        border-bottom: 1px solid #979797;
    }
}

#top-agency-name > .container {
    flex: 1 0 auto;
    justify-content: space-between;
    max-width: 1500px;
    padding-right: 30px;
}

#top-agency-name a {
    border-bottom: 1px solid transparent;
}

    #top-agency-name a:hover {
        text-decoration: none !important;
        color: #205493;
    }

        #top-agency-name a:hover h1, #top-agency-name a:hover h2, #top-agency-name a:hover span {
            border-bottom: 1px solid;
            transition: .2s all ease-in-out;
            color: #212121;
        }

@media screen and (max-width:991px) {
    #top-agency-name .push-right {
        margin-left: 40px;
    }
}

@media screen and (max-width:992px) {
    #top-agency-name .search .form, #top-agency-name .search .secondary-links, #top-agency-name .secondarylinks-container .form, #top-agency-name .secondarylinks-container .secondary-links {
        display: none !important;
    }
}

#top-agency-name .search .secondary-links span, #top-agency-name .secondarylinks-container .secondary-links span {
    margin: 0;
    border-right-color: #dfe1e2;
    border-right-width: 1px;
    border-right-style: solid;
    padding: 0 .625rem;
}

#top-agency-name .search .secondary-links a, #top-agency-name .secondarylinks-container .secondary-links a {
    color: #71767a;
    font-size: .875rem;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    justify-content: flex-end;
}

    #top-agency-name .search .secondary-links a:hover, #top-agency-name .secondarylinks-container .secondary-links a:hover {
        text-decoration: none;
        border-bottom: 1px solid;
        transition: .2s all ease-in-out;
    }

@media screen and (max-width:768px) {
    #top-agency-name .search .secondary-links a + a, #top-agency-name .secondarylinks-container .secondary-links a + a {
        margin-left: 10px;
    }
}

#top-agency-name .search .form input, #top-agency-name .secondarylinks-container .form input {
    width: 15vw;
    height: auto;
    padding: 6px;
}

#top-agency-name .agency-container--small .dol-logo-area--small span, .ilab-individual-page .field-project-summary p {
    margin: 0;
}

#page-title-area {
    flex: 0 0 100%;
    padding: 10px 10px 10px 0;
}

.view-footer {
    text-align: center;
}

    .view-footer hr {
        margin-top: 20px;
        margin-bottom: -20px;
        border: 0;
        border-top: 2px solid #e4e2e0;
    }

    .view-footer .white-background {
        background-color: #fff;
        padding: 0 15px;
        display: inline;
    }

    .view-footer .homepage-social::before {
        padding: 10px;
        background: #0071bc;
        color: #fff;
        border-radius: 50px;
        display: inline-block;
        border: 1px solid #0071bc;
    }

    .view-footer .homepage-social:hover::before {
        background: #fff;
        color: #0071bc;
    }

.card-header .fa, .card-header .svg-inline--fa {
    margin: 0 5px;
}

.svg-inline--fa {
    vertical-align: -.125em !important;
}

svg:not(:root) {
    vertical-align: inherit;
}

.ilab-countries-landing tbody tr:nth-child(odd), .ilab-goods-page tbody tr:nth-child(odd), .ilab-index-page tbody tr:nth-child(odd), .ilab-naalc-page tbody tr:nth-child(odd), .ilab-performance-page tbody tr:nth-child(odd), .ilab-products-page tbody tr:nth-child(odd), .ilab-research-page tbody tr:nth-child(odd), .ilab-submission-page tbody tr:nth-child(odd), .ilab-world-landing tbody tr:nth-child(odd), table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.ilab-countries-landing tbody tr:hover, .ilab-goods-page tbody tr:hover, .ilab-index-page tbody tr:hover, .ilab-naalc-page tbody tr:hover, .ilab-performance-page tbody tr:hover, .ilab-products-page tbody tr:hover, .ilab-research-page tbody tr:hover, .ilab-submission-page tbody tr:hover, .ilab-world-landing tbody tr:hover {
    background-color: #e1f3f8;
}

.ilab-countries-landing, .ilab-countries-landing .text-center, .ilab-goods-page .text-center, .ilab-index-page .text-center, .ilab-naalc-page .text-center, .ilab-performance-page .text-center, .ilab-products-page .text-center, .ilab-research-page .text-center, .ilab-submission-page .text-center, .ilab-world-landing .text-center, .list-of-goods-ilab-index-block, .list-of-products-ilab-index-block, .naalc-ilab-index-block, .performance-ilab-index-block, .projects-ilab-index-block, .research-ilab-index-block, .submission-ilab-index-block {
    padding-bottom: 20px;
}

    .ilab-countries-landing main .fa-chevron-down, .ilab-countries-landing main .fa-chevron-right, .ilab-goods-page main .fa-chevron-down, .ilab-goods-page main .fa-chevron-right, .ilab-index-page main .fa-chevron-down, .ilab-index-page main .fa-chevron-right, .ilab-naalc-page main .fa-chevron-down, .ilab-naalc-page main .fa-chevron-right, .ilab-performance-page main .fa-chevron-down, .ilab-performance-page main .fa-chevron-right, .ilab-products-page main .fa-chevron-down, .ilab-products-page main .fa-chevron-right, .ilab-research-page main .fa-chevron-down, .ilab-research-page main .fa-chevron-right, .ilab-submission-page main .fa-chevron-down, .ilab-submission-page main .fa-chevron-right, .ilab-world-landing main .fa-chevron-down, .ilab-world-landing main .fa-chevron-right {
        font-size: 14px;
        border: 1px solid;
        padding: 5px;
        border-radius: 3px;
        color: #0071bc;
        height: 25px;
        width: 25px;
    }

    .ilab-countries-landing th.views-field-field-project-name a, .ilab-countries-landing th.views-field-field-research-title a, .ilab-goods-page th.views-field-field-project-name a, .ilab-goods-page th.views-field-field-research-title a, .ilab-index-page th.views-field-field-project-name a, .ilab-index-page th.views-field-field-research-title a, .ilab-naalc-page th.views-field-field-project-name a, .ilab-naalc-page th.views-field-field-research-title a, .ilab-performance-page th.views-field-field-project-name a, .ilab-performance-page th.views-field-field-research-title a, .ilab-products-page th.views-field-field-project-name a, .ilab-products-page th.views-field-field-research-title a, .ilab-research-page th.views-field-field-project-name a, .ilab-research-page th.views-field-field-research-title a, .ilab-submission-page th.views-field-field-project-name a, .ilab-submission-page th.views-field-field-research-title a, .ilab-world-landing th.views-field-field-project-name a, .ilab-world-landing th.views-field-field-research-title a {
        margin-left: 57px;
    }

main[class*=ilab] .fa-chevron-down, main[class*=ilab] .fa-chevron-right {
    font-size: 14px;
    border: 1px solid;
    padding: 5px;
    border-radius: 3px;
    color: #0071bc;
    height: 25px;
    width: 25px;
}

a.arrowcontainer:active, a.arrowcontainer:focus {
    outline: 0 !important;
}

    a.arrowcontainer:active .fa-chevron-down, a.arrowcontainer:active .fa-chevron-right, a.arrowcontainer:focus .fa-chevron-down, a.arrowcontainer:focus .fa-chevron-right {
        outline: 3px solid #008bf2;
    }

.views-field-field-exp-good-description-1 h2, .views-field-field-good-description h2, .views-field-field-naalc-summary h2, .views-field-field-project-summary h2, .views-field-field-research-summary h2 {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    display: inline;
    line-height: 26px;
}

.views-field-field-exp-good-description-1 .no-attachment .ilab-summary-collapse, .views-field-field-good-description .no-attachment .ilab-summary-collapse, .views-field-field-naalc-summary .no-attachment .ilab-summary-collapse, .views-field-field-project-summary .no-attachment .ilab-summary-collapse, .views-field-field-research-summary .no-attachment .ilab-summary-collapse {
    display: none;
}

.views-field-field-exp-good-description-1 .ilab-summary-div, .views-field-field-good-description .ilab-summary-div, .views-field-field-naalc-summary .ilab-summary-div, .views-field-field-project-summary .ilab-summary-div, .views-field-field-research-summary .ilab-summary-div {
    display: none;
    border-top: 1px solid #e4e2e0;
    margin-top: 15px;
}

    .views-field-field-exp-good-description-1 .ilab-summary-div ul, .views-field-field-good-description .ilab-summary-div ul, .views-field-field-naalc-summary .ilab-summary-div ul, .views-field-field-project-summary .ilab-summary-div ul, .views-field-field-research-summary .ilab-summary-div ul {
        display: flex;
        list-style-type: none;
        margin: 0;
    }

        .views-field-field-good-description .ilab-summary-div ul li:not(:last-child):after, .views-field-field-project-summary .ilab-summary-div ul li:not(:last-child):after, .views-field-field-research-summary .ilab-summary-div ul li:not(:last-child):after {
            content: "|";
            padding: 0 5px;
            font-weight: 500;
            font-size: 20px;
        }

        .views-field-field-naalc-summary .ilab-summary-div ul li:not(:last-child):after {
            padding: 0 5px;
            font-weight: 500;
            font-size: 20px;
        }

        .views-field-field-exp-good-description-1 .ilab-summary-div ul li:not(:last-child):after {
            content: "|";
            padding: 0 5px;
            font-weight: 500;
            font-size: 20px;
        }

        .ilab-individual-page .projects-evaluation-type .paragraph--type--ilab-evaluation-type .fa-file-pdf-o::before, .views-field-field-exp-good-description-1 .ilab-summary-div ul li a .fa-file-pdf-o::before, .views-field-field-good-description .ilab-summary-div ul li a .fa-file-pdf-o::before, .views-field-field-naalc-summary .ilab-summary-div ul li a .fa-file-pdf-o::before, .views-field-field-project-summary .ilab-summary-div ul li a .fa-file-pdf-o::before, .views-field-field-research-summary .ilab-summary-div ul li a .fa-file-pdf-o::before {
            color: #212121;
            padding-right: 3px;
        }

.views-field-field-exp-good-description-1 .ilab-summary-collapse, .views-field-field-good-description .ilab-summary-collapse, .views-field-field-naalc-summary .ilab-summary-collapse, .views-field-field-project-summary .ilab-summary-collapse, .views-field-field-research-summary .ilab-summary-collapse {
    cursor: pointer;
    margin-right: 15px;
}

.views-field-field-exp-good-description-1 .no-attachment .ilab-summary-title, .views-field-field-good-description .no-attachment .ilab-summary-title, .views-field-field-project-summary .no-attachment .ilab-summary-title, .views-field-field-research-summary .no-attachment .ilab-summary-title {
    padding-left: 53px;
    margin-right: 10px;
}

.views-field-field-exp-good-description-1 .has-attachment, .views-field-field-exp-good-description-1 .no-attachment, .views-field-field-good-description .has-attachment, .views-field-field-good-description .no-attachment, .views-field-field-naalc-summary .has-attachment, .views-field-field-naalc-summary .no-attachment, .views-field-field-project-summary .has-attachment, .views-field-field-project-summary .no-attachment, .views-field-field-research-summary .has-attachment, .views-field-field-research-summary .no-attachment {
    display: flex !important;
    align-items: flex-start;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .views-field-field-exp-good-description-1 .has-attachment, .views-field-field-exp-good-description-1 .no-attachment, .views-field-field-good-description .has-attachment, .views-field-field-good-description .no-attachment, .views-field-field-naalc-summary .has-attachment, .views-field-field-naalc-summary .no-attachment, .views-field-field-project-summary .has-attachment, .views-field-field-project-summary .no-attachment, .views-field-field-research-summary .has-attachment, .views-field-field-research-summary .no-attachment {
        max-width: 500px;
    }

    .views-field-field-exp-good-description-1 .ilab-summary-title, .views-field-field-good-description .ilab-summary-title, .views-field-field-naalc-summary .ilab-summary-title, .views-field-field-project-summary .ilab-summary-title, .views-field-field-research-summary .ilab-summary-title {
        width: 100%
    }
}

.views-field-field-naalc-summary .no-attachment .ilab-summary-title {
    padding-left: 0;
    margin-right: 10px;
}

.views-field-field-naalc-summary .ilab-summary-div ul li:not(:last-child):after {
    content: ", ";
    margin: 0 5px 0 -4px;
}

.ilab-countries-landing .form-text, .list-of-goods-ilab-index-block .form-text, .list-of-products-ilab-index-block .form-text, .naalc-ilab-index-block .form-text, .performance-ilab-index-block .form-text, .projects-ilab-index-block .form-text, .research-ilab-index-block .form-text, .submission-ilab-index-block .form-text {
    margin-top: .5rem;
}

.ilab-countries-landing .active-on-date-filter-div, .ilab-countries-landing .funded-to-form-year-filter-div, .list-of-goods-ilab-index-block .active-on-date-filter-div, .list-of-goods-ilab-index-block .funded-to-form-year-filter-div, .list-of-products-ilab-index-block .active-on-date-filter-div, .list-of-products-ilab-index-block .funded-to-form-year-filter-div, .naalc-ilab-index-block .active-on-date-filter-div, .naalc-ilab-index-block .funded-to-form-year-filter-div, .performance-ilab-index-block .active-on-date-filter-div, .performance-ilab-index-block .funded-to-form-year-filter-div, .projects-ilab-index-block .active-on-date-filter-div, .projects-ilab-index-block .funded-to-form-year-filter-div, .research-ilab-index-block .active-on-date-filter-div, .research-ilab-index-block .funded-to-form-year-filter-div, .submission-ilab-index-block .active-on-date-filter-div, .submission-ilab-index-block .funded-to-form-year-filter-div {
    display: none;
}

.ilab-countries-landing #edit_items_per_page_chosen .chosen-single, .list-of-goods-ilab-index-block #edit_items_per_page_chosen .chosen-single, .list-of-products-ilab-index-block #edit_items_per_page_chosen .chosen-single, .naalc-ilab-index-block #edit_items_per_page_chosen .chosen-single, .performance-ilab-index-block #edit_items_per_page_chosen .chosen-single, .projects-ilab-index-block #edit_items_per_page_chosen .chosen-single, .research-ilab-index-block #edit_items_per_page_chosen .chosen-single, .submission-ilab-index-block #edit_items_per_page_chosen .chosen-single {
    background-image: none;
    height: 40px !important;
}

    .ilab-countries-landing #edit_items_per_page_chosen .chosen-single div, .list-of-goods-ilab-index-block #edit_items_per_page_chosen .chosen-single div, .list-of-products-ilab-index-block #edit_items_per_page_chosen .chosen-single div, .naalc-ilab-index-block #edit_items_per_page_chosen .chosen-single div, .performance-ilab-index-block #edit_items_per_page_chosen .chosen-single div, .projects-ilab-index-block #edit_items_per_page_chosen .chosen-single div, .research-ilab-index-block #edit_items_per_page_chosen .chosen-single div, .submission-ilab-index-block #edit_items_per_page_chosen .chosen-single div {
        width: 15px;
    }

    .ilab-countries-landing #edit_items_per_page_chosen .chosen-single span, .list-of-goods-ilab-index-block #edit_items_per_page_chosen .chosen-single span, .list-of-products-ilab-index-block #edit_items_per_page_chosen .chosen-single span, .naalc-ilab-index-block #edit_items_per_page_chosen .chosen-single span, .performance-ilab-index-block #edit_items_per_page_chosen .chosen-single span, .projects-ilab-index-block #edit_items_per_page_chosen .chosen-single span, .research-ilab-index-block #edit_items_per_page_chosen .chosen-single span, .submission-ilab-index-block #edit_items_per_page_chosen .chosen-single span {
        margin-top: 8px;
    }

    .ilab-countries-landing #edit_items_per_page_chosen .chosen-single div b, .list-of-goods-ilab-index-block #edit_items_per_page_chosen .chosen-single div b, .list-of-products-ilab-index-block #edit_items_per_page_chosen .chosen-single div b, .naalc-ilab-index-block #edit_items_per_page_chosen .chosen-single div b, .performance-ilab-index-block #edit_items_per_page_chosen .chosen-single div b, .projects-ilab-index-block #edit_items_per_page_chosen .chosen-single div b, .research-ilab-index-block #edit_items_per_page_chosen .chosen-single div b, .submission-ilab-index-block #edit_items_per_page_chosen .chosen-single div b {
        margin-top: 7px;
    }

.dol-show-hide-button {
    padding: 8px !important;
    margin-left: 10px;
}

.dol-filter {
    padding: 10px;
}

    .dol-filter .dol-apply-filter-button, .dol-filter .dol-clear-filter-button {
        margin: 20px 0 10px 10px;
    }

    .dol-filter .badge-default {
        background-color: #323a45;
        font-size: 17px;
    }

    .dol-filter .dol-filter-body {
        background-color: #f1f1f1;
        margin-top: 10px;
        padding: 10px;
    }

.dol-filter-light .dol-filter-body {
    background-color: transparent !important;
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-fields, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-fields, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-fields, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-fields, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-fields, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-fields, #block-exposedformilab-naalcnaalc-ilab-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-fields, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-fields, #block-exposedformilab-researchresearch-ilab-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-fields, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-fields, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-fields, #block-exposedformilab-submissionsubmission-ilab-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-fields, #block-exposedformlist-of-products-ilab-index-view-page #views-exposed-form-ilab-index-pages-projects-ilab-index-view-page, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-fields {
    margin-top: 1em;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-field, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-field, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-field, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-field, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-field, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-field, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-field {
    padding-bottom: 10px;
    flex: 0 0 49%
}

    #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-field .usa-label, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-field .usa-label, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-field .usa-label, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-field .usa-label, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-field .usa-label, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-field .usa-label, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-field .usa-label, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-field .usa-label, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-field .usa-label, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-field .usa-label, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-field .usa-label, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-field .usa-label, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-field .usa-label {
        margin-top: 0;
    }

    #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-field .hasDatepicker, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-field .hasDatepicker, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-field .hasDatepicker, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-field .hasDatepicker, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-field .hasDatepicker, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-field .hasDatepicker, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-field .hasDatepicker, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-field .hasDatepicker, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-field .hasDatepicker, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-field .hasDatepicker, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-field .hasDatepicker, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-field .hasDatepicker, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-field .hasDatepicker {
        max-width: 100%;
        margin-top: .5rem;
    }

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-fields_level2, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-fields_level2, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-fields_level2, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-fields_level2, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-fields_level2, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-fields_level2, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-fields_level2, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-fields_level2, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-fields_level2, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-fields_level2, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-fields_level2, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-fields_level2, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-fields_level2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-field_level2, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-field_level2, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-field_level2, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-field_level2, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-field_level2, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-field_level2 {
    flex: 0 0 49%
}

    #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-field_level2 .usa-input, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-field_level2 .usa-input, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-field_level2 .usa-input, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-field_level2 .usa-input, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-field_level2 .usa-input, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-field_level2 .usa-input, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-field_level2 .usa-input, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-field_level2 .usa-input, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-field_level2 .usa-input, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-field_level2 .usa-input, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-field_level2 .usa-input, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-field_level2 .usa-input, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-field_level2 .usa-input {
        margin-top: .5rem;
    }

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page button, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page input[type=submit], #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page textarea, #block-exposedformilab-index-pagesprojects-ilab-index-view-page button, #block-exposedformilab-index-pagesprojects-ilab-index-view-page input[type=submit], #block-exposedformilab-index-pagesprojects-ilab-index-view-page textarea, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page button, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page input[type=submit], #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page textarea, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page button, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page input[type=submit], #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page textarea, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page button, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page input[type=submit], #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page textarea, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page button, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page input[type=submit], #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page textarea, #block-exposedformilab-naalcnaalc-ilab-index-view-page button, #block-exposedformilab-naalcnaalc-ilab-index-view-page input[type=submit], #block-exposedformilab-naalcnaalc-ilab-index-view-page textarea, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view button, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view input[type=submit], #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view textarea, #block-exposedformilab-researchresearch-ilab-index-view-page button, #block-exposedformilab-researchresearch-ilab-index-view-page input[type=submit], #block-exposedformilab-researchresearch-ilab-index-view-page textarea, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page button, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page input[type=submit], #block-exposedformilab-researchresearch-ilab-keywords-index-view-page textarea, #block-exposedformilab-researchresearch-ilab-topics-index-view-page button, #block-exposedformilab-researchresearch-ilab-topics-index-view-page input[type=submit], #block-exposedformilab-researchresearch-ilab-topics-index-view-page textarea, #block-exposedformilab-submissionsubmission-ilab-index-view-page button, #block-exposedformilab-submissionsubmission-ilab-index-view-page input[type=submit], #block-exposedformilab-submissionsubmission-ilab-index-view-page textarea, #block-exposedformlist-of-products-ilab-index-view-page button, #block-exposedformlist-of-products-ilab-index-view-page input[type=submit], #block-exposedformlist-of-products-ilab-index-view-page textarea {
    height: 2.4em !important;
    line-height: 1;
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .card-header, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .card-header, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .card-header, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .card-header, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .card-header, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .card-header, #block-exposedformilab-naalcnaalc-ilab-index-view-page .card-header, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .card-header, #block-exposedformilab-researchresearch-ilab-index-view-page .card-header, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .card-header, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .card-header, #block-exposedformilab-submissionsubmission-ilab-index-view-page .card-header, #block-exposedformlist-of-products-ilab-index-view-page .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
}

    #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .card-header i, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .card-header i, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .card-header i, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .card-header i, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .card-header i, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .card-header i, #block-exposedformilab-naalcnaalc-ilab-index-view-page .card-header i, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .card-header i, #block-exposedformilab-researchresearch-ilab-index-view-page .card-header i, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .card-header i, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .card-header i, #block-exposedformilab-submissionsubmission-ilab-index-view-page .card-header i, #block-exposedformlist-of-products-ilab-index-view-page .card-header i {
        position: absolute;
        color: #fff;
        font-size: 17px;
        margin-left: 11px;
    }

#block-dol-booknavigation > div > ul > li > ul > li > ul.usa-sidenav__sublist, #block-dol-booknavigation > div > ul > li > ul > li > ul.usa-sidenav__sublist ul.site-sidenav.usa-sidenav__sublist.dol-sidenav.usa-list, #block-dol-booknavigation > ul > li > ul > li > ul.usa-sidenav__sublist, #block-dol-booknavigation > ul > li > ul > li > ul.usa-sidenav__sublist ul.site-sidenav.usa-sidenav__sublist.dol-sidenav.usa-list, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .card, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .card, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .card, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .card, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .card, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .card, #block-exposedformilab-naalcnaalc-ilab-index-view-page .card, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .card, #block-exposedformilab-researchresearch-ilab-index-view-page .card, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .card, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .card, #block-exposedformilab-submissionsubmission-ilab-index-view-page .card, #block-exposedformlist-of-products-ilab-index-view-page .card, .ilab-countries-landing .ilab-index-country-landing table tbody, .ilab-countries-landing .ilab-index-country-landing table thead, .ilab-countries-landing .ilab-research-country-landing table tbody, .ilab-countries-landing .ilab-research-country-landing table thead, .ilab-findings-region .ilab-index-country-landing table tbody, .ilab-findings-region .ilab-index-country-landing table thead, .ilab-findings-region .ilab-research-country-landing table tbody, .ilab-findings-region .ilab-research-country-landing table thead, .ilab-world-landing .ilab-index-country-landing table tbody, .ilab-world-landing .ilab-index-country-landing table thead, .ilab-world-landing .ilab-research-country-landing table tbody, .ilab-world-landing .ilab-research-country-landing table thead, ul.dol-sidenav li.dol-sidenav__item {
    border: 0;
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .card-block, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .card-block, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .card-block, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .card-block, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .card-block, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .card-block, #block-exposedformilab-naalcnaalc-ilab-index-view-page .card-block, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .card-block, #block-exposedformilab-researchresearch-ilab-index-view-page .card-block, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .card-block, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .card-block, #block-exposedformilab-submissionsubmission-ilab-index-view-page .card-block, #block-exposedformlist-of-products-ilab-index-view-page .card-block {
    background-color: #f1f1f1;
    margin: 2em 1em 0;
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #collapseOne, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #collapseOne, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #collapseOne, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #collapseOne, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #collapseOne, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #collapseOne, #block-exposedformilab-naalcnaalc-ilab-index-view-page #collapseOne, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #collapseOne, #block-exposedformilab-researchresearch-ilab-index-view-page #collapseOne, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #collapseOne, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #collapseOne, #block-exposedformilab-submissionsubmission-ilab-index-view-page #collapseOne, #block-exposedformlist-of-products-ilab-index-view-page #collapseOne {
    background-color: #f1f1f1;
    padding-bottom: 2em;
    border: 1px solid #5b616b;
    margin: 34px 7px 0;
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #headingOne, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #headingOne, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #headingOne, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #headingOne, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #headingOne, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #headingOne, #block-exposedformilab-naalcnaalc-ilab-index-view-page #headingOne, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #headingOne, #block-exposedformilab-researchresearch-ilab-index-view-page #headingOne, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #headingOne, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #headingOne, #block-exposedformilab-submissionsubmission-ilab-index-view-page #headingOne, #block-exposedformlist-of-products-ilab-index-view-page #headingOne, .ilab-individual-page .ilab-funding-and-year > div {
    display: flex;
}

    #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #headingOne .filter-options, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #headingOne .filter-options, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #headingOne .filter-options, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #headingOne .filter-options, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #headingOne .filter-options, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #headingOne .filter-options, #block-exposedformilab-naalcnaalc-ilab-index-view-page #headingOne .filter-options, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #headingOne .filter-options, #block-exposedformilab-researchresearch-ilab-index-view-page #headingOne .filter-options, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #headingOne .filter-options, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #headingOne .filter-options, #block-exposedformilab-submissionsubmission-ilab-index-view-page #headingOne .filter-options, #block-exposedformlist-of-products-ilab-index-view-page #headingOne .filter-options {
        color: #fff;
        background-color: #0071bc;
        padding: 12px;
        border-radius: calc(.25rem - 1px);
        text-decoration: none;
        font-weight: 400;
    }

        #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #headingOne .filter-options a, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #headingOne .filter-options a, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #headingOne .filter-options a, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #headingOne .filter-options a, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #headingOne .filter-options a, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #headingOne .filter-options a, #block-exposedformilab-naalcnaalc-ilab-index-view-page #headingOne .filter-options a, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #headingOne .filter-options a, #block-exposedformilab-researchresearch-ilab-index-view-page #headingOne .filter-options a, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #headingOne .filter-options a, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #headingOne .filter-options a, #block-exposedformilab-submissionsubmission-ilab-index-view-page #headingOne .filter-options a, #block-exposedformlist-of-products-ilab-index-view-page #headingOne .filter-options a {
            color: #fff;
            text-decoration: none;
            font-weight: 700;
        }

            #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #headingOne .filter-options a:focus, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #headingOne .filter-options a:focus, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #headingOne .filter-options a:focus, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #headingOne .filter-options a:focus, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #headingOne .filter-options a:focus, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #headingOne .filter-options a:focus, #block-exposedformilab-naalcnaalc-ilab-index-view-page #headingOne .filter-options a:focus, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #headingOne .filter-options a:focus, #block-exposedformilab-researchresearch-ilab-index-view-page #headingOne .filter-options a:focus, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #headingOne .filter-options a:focus, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #headingOne .filter-options a:focus, #block-exposedformilab-submissionsubmission-ilab-index-view-page #headingOne .filter-options a:focus, #block-exposedformlist-of-products-ilab-index-view-page #headingOne .filter-options a:focus {
                outline: 0;
                box-shadow: none;
            }

        #ILABHomepageCarousel .carousel-control-next:hover .carousel-control-next-icon, #ILABHomepageCarousel .carousel-control-prev:hover .carousel-control-prev-icon, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #headingOne .filter-options:active, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #headingOne .filter-options:hover, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #headingOne .filter-options:active, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #headingOne .filter-options:hover, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #headingOne .filter-options:active, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #headingOne .filter-options:hover, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #headingOne .filter-options:active, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #headingOne .filter-options:hover, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #headingOne .filter-options:active, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #headingOne .filter-options:hover, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #headingOne .filter-options:active, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #headingOne .filter-options:hover, #block-exposedformilab-naalcnaalc-ilab-index-view-page #headingOne .filter-options:active, #block-exposedformilab-naalcnaalc-ilab-index-view-page #headingOne .filter-options:hover, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #headingOne .filter-options:active, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #headingOne .filter-options:hover, #block-exposedformilab-researchresearch-ilab-index-view-page #headingOne .filter-options:active, #block-exposedformilab-researchresearch-ilab-index-view-page #headingOne .filter-options:hover, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #headingOne .filter-options:active, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #headingOne .filter-options:hover, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #headingOne .filter-options:active, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #headingOne .filter-options:hover, #block-exposedformilab-submissionsubmission-ilab-index-view-page #headingOne .filter-options:active, #block-exposedformilab-submissionsubmission-ilab-index-view-page #headingOne .filter-options:hover, #block-exposedformlist-of-products-ilab-index-view-page #headingOne .filter-options:active, #block-exposedformlist-of-products-ilab-index-view-page #headingOne .filter-options:hover {
            background-color: #205493;
            transition: .2s all ease-in-out;
        }

            #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #headingOne .filter-options:active a, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #headingOne .filter-options:hover a, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #headingOne .filter-options:active a, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #headingOne .filter-options:hover a, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #headingOne .filter-options:active a, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #headingOne .filter-options:hover a, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #headingOne .filter-options:active a, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #headingOne .filter-options:hover a, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #headingOne .filter-options:active a, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #headingOne .filter-options:hover a, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #headingOne .filter-options:active a, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #headingOne .filter-options:hover a, #block-exposedformilab-naalcnaalc-ilab-index-view-page #headingOne .filter-options:active a, #block-exposedformilab-naalcnaalc-ilab-index-view-page #headingOne .filter-options:hover a, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #headingOne .filter-options:active a, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #headingOne .filter-options:hover a, #block-exposedformilab-researchresearch-ilab-index-view-page #headingOne .filter-options:active a, #block-exposedformilab-researchresearch-ilab-index-view-page #headingOne .filter-options:hover a, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #headingOne .filter-options:active a, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #headingOne .filter-options:hover a, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #headingOne .filter-options:active a, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #headingOne .filter-options:hover a, #block-exposedformilab-submissionsubmission-ilab-index-view-page #headingOne .filter-options:active a, #block-exposedformilab-submissionsubmission-ilab-index-view-page #headingOne .filter-options:hover a, #block-exposedformlist-of-products-ilab-index-view-page #headingOne .filter-options:active a, #block-exposedformlist-of-products-ilab-index-view-page #headingOne .filter-options:hover a, .ilab-individual-page .projects-evaluation-type .paragraph--type--ilab-evaluation-type .fa-file-pdf-o:hover {
                text-decoration: underline;
            }

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-release-date, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-release-date, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-release-date, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-release-date, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-release-date, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-release-date, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-release-date, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-release-date, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-release-date, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-release-date, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-release-date, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-release-date, #block-exposedformlist-of-products-ilab-index-view-page #edit-release-date {
    border: .1rem solid #5b616b;
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-actions, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-actions, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-actions, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-actions, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-actions, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-actions, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-actions, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-actions, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-actions, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-actions, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-actions, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-actions, #block-exposedformlist-of-products-ilab-index-view-page #edit-actions {
    text-align: right;
    margin-top: 1em;
    display: flex;
    flex: 100%;
    justify-content: flex-end;
}

@media screen and (max-width:576px) {
    #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-actions, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-actions, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-actions, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-actions, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-actions, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-actions, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-actions, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-actions, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-actions, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-actions, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-actions, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-actions, #block-exposedformlist-of-products-ilab-index-view-page #edit-actions {
        display: block;
    }
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-index-pages, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-list-of-goods, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-list-of-goods2, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-list-of-products, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-list-of-products2, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-naalc, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-performance-monitoring, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-research, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-submission, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-index-pages, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-list-of-goods, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-list-of-goods2, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-list-of-products, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-list-of-products2, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-naalc, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-performance-monitoring, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-research, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-submission, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-index-pages, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-list-of-goods, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-list-of-goods2, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-list-of-products, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-list-of-products2, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-naalc, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-performance-monitoring, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-research, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-submission, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-index-pages, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-list-of-goods, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-list-of-goods2, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-list-of-products, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-list-of-products2, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-naalc, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-performance-monitoring, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-research, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-submission, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-index-pages, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-list-of-goods, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-list-of-goods2, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-list-of-products, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-list-of-products2, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-naalc, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-performance-monitoring, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-research, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-submission, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-index-pages, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-list-of-goods, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-list-of-goods2, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-list-of-products, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-list-of-products2, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-naalc, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-performance-monitoring, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-research, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-submission, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-index-pages, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-list-of-goods, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-list-of-goods2, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-list-of-products, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-list-of-products2, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-naalc, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-performance-monitoring, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-research, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-submission, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-index-pages, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-list-of-goods, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-list-of-goods2, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-list-of-products, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-list-of-products2, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-naalc, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-performance-monitoring, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-research, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-submission, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-index-pages, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-list-of-goods, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-list-of-goods2, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-list-of-products, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-list-of-products2, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-naalc, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-performance-monitoring, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-research, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-submission, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-index-pages, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-list-of-goods, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-list-of-goods2, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-list-of-products, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-list-of-products2, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-naalc, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-performance-monitoring, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-research, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-submission, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-index-pages, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-list-of-goods, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-list-of-goods2, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-list-of-products, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-list-of-products2, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-naalc, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-performance-monitoring, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-research, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-submission, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-index-pages, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-list-of-goods, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-list-of-goods2, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-list-of-products, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-list-of-products2, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-naalc, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-performance-monitoring, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-research, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-submission, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-index-pages, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-list-of-goods, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-list-of-goods2, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-list-of-products, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-list-of-products2, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-naalc, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-performance-monitoring, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-research, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-submission {
    height: 2em;
    line-height: 0;
    border: 2px solid #0071bc;
}

    #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-index-pages:hover, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-list-of-goods2:hover, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-list-of-goods:hover, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-list-of-products2:hover, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-list-of-products:hover, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-naalc:hover, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-performance-monitoring:hover, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-research:hover, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-submit-ilab-submission:hover, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-index-pages:hover, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-list-of-goods2:hover, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-list-of-goods:hover, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-list-of-products2:hover, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-list-of-products:hover, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-naalc:hover, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-performance-monitoring:hover, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-research:hover, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-submit-ilab-submission:hover, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-index-pages:hover, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-list-of-goods2:hover, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-list-of-goods:hover, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-list-of-products2:hover, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-list-of-products:hover, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-naalc:hover, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-performance-monitoring:hover, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-research:hover, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-submit-ilab-submission:hover, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-index-pages:hover, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-list-of-goods2:hover, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-list-of-goods:hover, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-list-of-products2:hover, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-list-of-products:hover, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-naalc:hover, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-performance-monitoring:hover, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-research:hover, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-submit-ilab-submission:hover, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-index-pages:hover, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-list-of-goods2:hover, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-list-of-goods:hover, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-list-of-products2:hover, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-list-of-products:hover, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-naalc:hover, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-performance-monitoring:hover, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-research:hover, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-submit-ilab-submission:hover, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-index-pages:hover, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-list-of-goods2:hover, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-list-of-goods:hover, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-list-of-products2:hover, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-list-of-products:hover, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-naalc:hover, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-performance-monitoring:hover, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-research:hover, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-submit-ilab-submission:hover, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-index-pages:hover, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-list-of-goods2:hover, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-list-of-goods:hover, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-list-of-products2:hover, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-list-of-products:hover, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-naalc:hover, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-performance-monitoring:hover, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-research:hover, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-submit-ilab-submission:hover, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-index-pages:hover, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-list-of-goods2:hover, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-list-of-goods:hover, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-list-of-products2:hover, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-list-of-products:hover, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-naalc:hover, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-performance-monitoring:hover, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-research:hover, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-submit-ilab-submission:hover, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-index-pages:hover, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-list-of-goods2:hover, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-list-of-goods:hover, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-list-of-products2:hover, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-list-of-products:hover, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-naalc:hover, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-performance-monitoring:hover, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-research:hover, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-submit-ilab-submission:hover, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-index-pages:hover, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-list-of-goods2:hover, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-list-of-goods:hover, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-list-of-products2:hover, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-list-of-products:hover, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-naalc:hover, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-performance-monitoring:hover, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-research:hover, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-submit-ilab-submission:hover, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-index-pages:hover, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-list-of-goods2:hover, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-list-of-goods:hover, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-list-of-products2:hover, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-list-of-products:hover, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-naalc:hover, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-performance-monitoring:hover, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-research:hover, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-submit-ilab-submission:hover, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-index-pages:hover, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-list-of-goods2:hover, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-list-of-goods:hover, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-list-of-products2:hover, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-list-of-products:hover, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-naalc:hover, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-performance-monitoring:hover, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-research:hover, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-submit-ilab-submission:hover, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-index-pages:hover, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-list-of-goods2:hover, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-list-of-goods:hover, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-list-of-products2:hover, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-list-of-products:hover, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-naalc:hover, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-performance-monitoring:hover, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-research:hover, #block-exposedformlist-of-products-ilab-index-view-page #edit-submit-ilab-submission:hover {
        color: #fff;
        background-color: #205493 !important;
        transition: .2s all ease-in-out;
        text-decoration: underline !important;
    }

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-reset, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-reset, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-reset, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-reset, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-reset, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-reset, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-reset, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-reset, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-reset, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-reset, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-reset, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-reset, #block-exposedformlist-of-products-ilab-index-view-page #edit-reset {
    height: 2em;
    line-height: 0;
    box-shadow: none;
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-title, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-title, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-title, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-title, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-title, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-title, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-title, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-title, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-title, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-title, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-title, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-title, #block-exposedformlist-of-products-ilab-index-view-page #edit-title {
    margin-top: 0;
    border: 1px solid #5b616b;
    height: 35px;
    border-radius: 3px;
}

#block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page label, #block-exposedformilab-index-pagesprojects-ilab-index-view-page label, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page label, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page label, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page label, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page label, #block-exposedformilab-naalcnaalc-ilab-index-view-page label, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view label, #block-exposedformilab-researchresearch-ilab-index-view-page label, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page label, #block-exposedformilab-researchresearch-ilab-topics-index-view-page label, #block-exposedformilab-submissionsubmission-ilab-index-view-page label, #block-exposedformlist-of-products-ilab-index-view-page label {
    margin: 0;
    padding: 0;
}

.form-item-items-per-page .chosen-container {
    width: 65px !important;
}

.ilab-index-page-filter-toolbar a, .ilab-index-page-filter-toolbar button, .ilab-index-page-filter-toolbar input, .ilab-index-page-filter-toolbar select, .ilab-index-page-filter-toolbar textarea {
    height: 45px !important;
    padding: 5px 30px 5px 15px;
    min-width: 65px;
}

    .ilab-index-page-filter-toolbar a:focus, .ilab-index-page-filter-toolbar button:focus, .ilab-index-page-filter-toolbar input:focus, .ilab-index-page-filter-toolbar select:focus, .ilab-index-page-filter-toolbar textarea:focus {
        outline: 3px solid #0071bc;
    }

.ilab-index-page-filter-toolbar #edit-submit-ilab-index-pages, .ilab-index-page-filter-toolbar #edit-submit-ilab-list-of-goods, .ilab-index-page-filter-toolbar #edit-submit-ilab-list-of-goods2, .ilab-index-page-filter-toolbar #edit-submit-ilab-list-of-products, .ilab-index-page-filter-toolbar #edit-submit-ilab-list-of-products2, .ilab-index-page-filter-toolbar #edit-submit-ilab-naalc, .ilab-index-page-filter-toolbar #edit-submit-ilab-performance-monitoring, .ilab-index-page-filter-toolbar #edit-submit-ilab-research, .ilab-index-page-filter-toolbar #edit-submit-ilab-submission {
    border-radius: 0 !important;
    border: 0 !important;
}

.ilab-index-page-filter-toolbar .ilab-index-page-filter-toolbar-section {
    align-items: center;
}

.ilab-index-page-filter-toolbar .ilab-index-page-print-button {
    color: #0071bc;
    background-color: #fff;
    border: 2px solid #0071bc;
    padding: 12px 5px;
    text-decoration: none;
    display: flex;
    line-height: 20px;
    height: auto !important;
}

    .ilab-index-page-filter-toolbar .ilab-index-page-print-button * {
        display: inline-block;
    }

    .ilab-index-page-filter-toolbar .ilab-index-page-print-button .fa-print {
        width: auto !important;
        margin: auto;
    }

@media all and (max-width:480px) {
    .ilab-index-page-filter-toolbar.d-flex {
        flex-flow: column wrap;
    }

    .ilab-index-page-filter-toolbar .ilab-index-page-filter-toolbar-section:nth-child(2) {
        margin-top: 2.5rem;
    }
}

.content-moderation-entity-moderation-form #edit_new_state_chosen {
    width: 200px !important;
}

.content-moderation-entity-moderation-form #edit-submit {
    height: auto;
    margin-bottom: 2em;
}

.content-moderation-entity-moderation-form #edit-current {
    font-weight: 700;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-actions, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-actions, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-actions, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-actions, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-actions, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-actions, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-actions, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-actions, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-actions, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-actions, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-actions, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-actions, #block-exposedformlist-of-products-ilab-index-view-page #edit-actions {
        margin-right: 6em;
    }

    div.newsletter-block .card {
        display: block;
    }

        div.newsletter-block .card #collapseOne {
            padding-top: 1em;
        }
}

@media all and (max-width:767px) {
    #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page #edit-agency, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .chosen-container, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-field, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-field_level2, #block-exposedformilab-index-pagesprojects-ilab-index-view-page #edit-agency, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .chosen-container, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page #edit-agency, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .chosen-container, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-field, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-field_level2, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page #edit-agency, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .chosen-container, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page #edit-agency, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .chosen-container, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page #edit-agency, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .chosen-container, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-naalcnaalc-ilab-index-view-page #edit-agency, #block-exposedformilab-naalcnaalc-ilab-index-view-page .chosen-container, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view #edit-agency, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .chosen-container, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-field, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-field_level2, #block-exposedformilab-researchresearch-ilab-index-view-page #edit-agency, #block-exposedformilab-researchresearch-ilab-index-view-page .chosen-container, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page #edit-agency, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .chosen-container, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-field, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-field_level2, #block-exposedformilab-researchresearch-ilab-topics-index-view-page #edit-agency, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .chosen-container, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-field, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-field_level2, #block-exposedformilab-submissionsubmission-ilab-index-view-page #edit-agency, #block-exposedformilab-submissionsubmission-ilab-index-view-page .chosen-container, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformlist-of-products-ilab-index-view-page #edit-agency, #block-exposedformlist-of-products-ilab-index-view-page .chosen-container, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-field, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-field_level2 {
        width: 100% !important;
    }
}

@media all and (max-width:480px) {
    #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-field, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-field_level2, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-field, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-field_level2, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-field, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-field_level2, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-field, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-field_level2, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-field, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-field_level2, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-field, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-field_level2, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-field, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-field_level2 {
        flex: 0 0 100%
    }

        #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-field .form-item-active-from-date, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-field .form-item-funded-from-year, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-field .form-item-research-from-year-published, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-field_level2 .form-item-active-from-date, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-field_level2 .form-item-funded-from-year, #block-exposedformilab-index-pagesproject-ilab-keywords-index-view-page .ilab-filter-field_level2 .form-item-research-from-year-published, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-field .form-item-active-from-date, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-field .form-item-funded-from-year, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-field .form-item-research-from-year-published, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-field_level2 .form-item-active-from-date, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-field_level2 .form-item-funded-from-year, #block-exposedformilab-index-pagesprojects-ilab-index-view-page .ilab-filter-field_level2 .form-item-research-from-year-published, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-field .form-item-active-from-date, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-field .form-item-funded-from-year, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-field .form-item-research-from-year-published, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-field_level2 .form-item-active-from-date, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-field_level2 .form-item-funded-from-year, #block-exposedformilab-index-pagesprojects-ilab-topics-index-view-page .ilab-filter-field_level2 .form-item-research-from-year-published, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-field .form-item-active-from-date, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-field .form-item-funded-from-year, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-field .form-item-research-from-year-published, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-field_level2 .form-item-active-from-date, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-field_level2 .form-item-funded-from-year, #block-exposedformilab-list-of-goods2list-of-goods-ilab-index-view-page .ilab-filter-field_level2 .form-item-research-from-year-published, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-field .form-item-active-from-date, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-field .form-item-funded-from-year, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-field .form-item-research-from-year-published, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-field_level2 .form-item-active-from-date, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-field_level2 .form-item-funded-from-year, #block-exposedformilab-list-of-goodslist-of-goods-ilab-index-view-page .ilab-filter-field_level2 .form-item-research-from-year-published, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-field .form-item-active-from-date, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-field .form-item-funded-from-year, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-field .form-item-research-from-year-published, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-field_level2 .form-item-active-from-date, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-field_level2 .form-item-funded-from-year, #block-exposedformilab-list-of-prod2list-of-prod-ilab-index-view-page .ilab-filter-field_level2 .form-item-research-from-year-published, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-field .form-item-active-from-date, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-field .form-item-funded-from-year, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-field .form-item-research-from-year-published, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-field_level2 .form-item-active-from-date, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-field_level2 .form-item-funded-from-year, #block-exposedformilab-naalcnaalc-ilab-index-view-page .ilab-filter-field_level2 .form-item-research-from-year-published, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-field .form-item-active-from-date, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-field .form-item-funded-from-year, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-field .form-item-research-from-year-published, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-field_level2 .form-item-active-from-date, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-field_level2 .form-item-funded-from-year, #block-exposedformilab-perfor-monperformance-monitoring-ilab-index-view .ilab-filter-field_level2 .form-item-research-from-year-published, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-field .form-item-active-from-date, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-field .form-item-funded-from-year, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-field .form-item-research-from-year-published, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-field_level2 .form-item-active-from-date, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-field_level2 .form-item-funded-from-year, #block-exposedformilab-researchresearch-ilab-index-view-page .ilab-filter-field_level2 .form-item-research-from-year-published, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-field .form-item-active-from-date, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-field .form-item-funded-from-year, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-field .form-item-research-from-year-published, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-field_level2 .form-item-active-from-date, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-field_level2 .form-item-funded-from-year, #block-exposedformilab-researchresearch-ilab-keywords-index-view-page .ilab-filter-field_level2 .form-item-research-from-year-published, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-field .form-item-active-from-date, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-field .form-item-funded-from-year, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-field .form-item-research-from-year-published, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-field_level2 .form-item-active-from-date, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-field_level2 .form-item-funded-from-year, #block-exposedformilab-researchresearch-ilab-topics-index-view-page .ilab-filter-field_level2 .form-item-research-from-year-published, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-field .form-item-active-from-date, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-field .form-item-funded-from-year, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-field .form-item-research-from-year-published, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-field_level2 .form-item-active-from-date, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-field_level2 .form-item-funded-from-year, #block-exposedformilab-submissionsubmission-ilab-index-view-page .ilab-filter-field_level2 .form-item-research-from-year-published, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-field .form-item-active-from-date, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-field .form-item-funded-from-year, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-field .form-item-research-from-year-published, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-field_level2 .form-item-active-from-date, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-field_level2 .form-item-funded-from-year, #block-exposedformlist-of-products-ilab-index-view-page .ilab-filter-field_level2 .form-item-research-from-year-published {
            padding-bottom: 10px;
        }
}

.chevron, label.phonekey::after {
    border: solid #000;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    pointer-events: none;
}

label.phonekey::after {
    content: "";
    right: 4%;
    top: 67%;
    position: absolute;
}

.field--name-body label.phonekey::after {
    content: none;
}

@media print {
    #block-ilabgoodsproductsheader, #block-ilabnaalcheader, #block-ilabperformancemonitoringheader, #block-ilabprojectsheader, #block-ilabresearchheader, #block-ilabsubmissionheader {
        text-align: left;
        background-color: #d6d7d9;
        padding: 20px 20px 0;
    }

    #block-ilabgoodsproductsfooter, #block-ilabnaalcfooter, #block-ilabperformancemonitoringfooter, #block-ilabprojectsfooter, #block-ilabresearchfooter, #block-ilabsubmissionfooter, .ilab-index-page-print-button, .px-1 {
        display: none;
    }
}

.ilab-countries-dropdown {
    margin: 1em 1em 1em 0;
}

.ilab-individual-page h1 {
    font-size: 150%;
    font-weight: 400;
    color: #0071bc;
}

.ilab-individual-page .banner-image img {
    width: 100%;
    height: auto;
}

.ilab-individual-page #ilab-project-print {
    float: right;
    cursor: pointer;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    border: 1px solid #d6d7d9;
}

    .ilab-individual-page #ilab-project-print:hover {
        background-color: #d6d7d9;
        transition: .2s all ease-in-out;
    }

    .ilab-individual-page #ilab-project-print .fa-print {
        margin-left: 5px;
    }

.ilab-individual-page .row {
    margin-left: 0;
}

.ilab-individual-page .field {
    padding-bottom: 0;
}

.ilab-individual-page .project-dates .field, .ilab-individual-page .project-end .field {
    margin: 0 5px;
    padding-bottom: 0;
}

.ilab-individual-page .flex-container {
    display: inline-flex;
    flex-flow: row wrap;
}

.ilab-individual-page .projects-label {
    padding-right: 3px;
}

.ilab-individual-page .funding-year {
    padding-left: 3px;
}

.ilab-individual-page .projects-evaluation-type .field-evaluation-type {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

@media only screen and (min-width:0px) {
    .ilab-individual-page .projects-evaluation-type .field-evaluation-type {
        justify-content: center;
    }
}

@media screen and (min-width:993px) {
    .ilab-individual-page .projects-evaluation-type .field-evaluation-type {
        justify-content: flex-start;
    }
}

.ilab-individual-page .projects-evaluation-type .field-evaluation-type .pipe-list {
    display: flex;
    align-items: center;
}

@media only screen and (max-width:479px) {
    .ilab-individual-page .projects-evaluation-type .field-evaluation-type .pipe-list {
        display: block;
    }

        .ilab-individual-page .projects-evaluation-type .field-evaluation-type .pipe-list:not(:last-child):after {
            content: ""
        }
}

@media screen and (min-width:global) {
    .ilab-individual-page .projects-evaluation-type .field-evaluation-type .pipe-list {
        display: flex;
    }

        .ilab-individual-page .projects-evaluation-type .field-evaluation-type .pipe-list:not(:last-child):after {
            content: "|"
        }
}

.ilab-individual-page .field--name-field-funding-and-year, .ilab-individual-page .projects-evaluation-type .paragraph--type--ilab-evaluation-type {
    display: flex;
}

    #ILABHomepageCarousel .ILABCarouselText a, .ilab-individual-page .projects-evaluation-type .paragraph--type--ilab-evaluation-type a, .ilab-individual-page .subheaders div a {
        text-decoration: none;
    }

.ilab-individual-page .project-name div {
    padding: 0;
}

.ilab-individual-page .region-country .region-list-title {
    font-weight: 700;
    padding-right: 5px;
}

    .ilab-individual-page .region-country .region-list-title .ilab-country-child {
        margin-left: 2px;
    }

.ilab-individual-page .field--name-field-funding-and-year > div {
    display: flex;
}

.ilab-individual-page .field--name-field-funding-and-year:not(:last-child)::after {
    content: "|";
    margin-right: 3px;
}

#ILABHomepageCarousel .ILABCarouselText h3, .ilab-individual-page .project-end {
    margin-bottom: 1em;
}

.ilab-individual-page .region-country a, .ilab-individual-page .topics-keywords a, .ilab-individual-research-page .research-topics-keywords a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}

    .ilab-individual-page .region-country a:not(:last-child):after, .ilab-individual-page .topics-keywords a:not(:last-child):after {
        content: ", ";
        margin-left: -4px;
    }

    #ILABHomepageCarousel .ILABCarouselText .flex-item h3 a:hover, .ilab-individual-page .region-country a:hover, .ilab-individual-page .subheaders div a:hover, .ilab-individual-page .topics-keywords a:hover, .ilab-individual-research-page .research-topics-keywords a:hover {
        text-decoration: underline;
    }

.ilab-individual-page .subheaders div {
    display: inline;
    font-weight: 400;
    padding: 0;
}

    .ilab-individual-page .subheaders div .field--type-yearonly {
        margin: 0 -4px;
    }

.ilab-individual-page .ilab-country-problem, .ilab-individual-page .ilab-country-results {
    background-color: #d6d7d9;
}

.ilab-individual-page .paragraph--type--ilab-evaluation-type {
    padding-left: 5px;
}

.ilab-individual-page .project-summary-content {
    background-color: #f9dede;
    border: 20px;
    border-color: #f9dede;
    padding: 10px;
    font-size: 17px;
    margin-bottom: 20px;
}

.ilab-individual-page .arrow-down {
    background-color: #fff !important;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f1f1f1;
    margin: 0 auto;
}

.ilab-individual-page .problem-strategy h2, .ilab-individual-page .project-results h2 {
    font-size: 24px;
}

.ilab-individual-page .field-project-node-reference {
    text-align: center;
}

    .ilab-individual-page .field-project-node-reference h2:first-child {
        display: none;
    }

    .ilab-individual-page .field-project-node-reference .field--type-text-with-summary {
        max-width: 100% !important;
    }

.ilab-individual-research-page h2 {
    color: #212121;
    font-style: normal;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    text-rendering: optimizelegibility;
    padding-top: 1%;
    padding-bottom: 1%
}

.ilab-individual-research-page .pdf-squares {
    display: flex;
    justify-content: center;
}

.ilab-individual-research-page .research-banner-image {
    margin: 0 auto;
    padding-top: 12px;
}

.ilab-individual-research-page .research-topics-keywords a:not(:last-child):after {
    content: ", ";
    margin-left: -4px;
}

.ilab-individual-research-page .project-research-content {
    background-color: #f9dede;
    border: 20px;
    border-color: #f9dede;
    padding: 10px;
    font-size: 17px;
    margin-bottom: 20px 0;
}

.ilab-individual-research-page .field-research-summary {
    margin-top: 20px;
    margin-bottom: 30px;
}

.ilab-individual-research-page .arrow-down-research {
    background-color: #fff !important;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f9dede;
    margin: 0 auto 30px;
}

.ilab-individual-research-page #ilab-research-print {
    height: 33px;
    width: 172px;
    cursor: pointer;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #205493;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid #f1f1f1;
    text-decoration: none;
    overflow: visible;
    white-space: normal;
}

    .ilab-individual-research-page #ilab-research-print:hover {
        background-color: #205493;
        transition: .2s all ease-in-out;
        text-decoration: underline;
    }

    .ilab-individual-research-page #ilab-research-print .fa-print {
        padding-right: 5px;
    }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .ilab-country-map {
        width: 100%
    }

    .ilab-world-landing .map-container #Layer_1 {
        height: 700px;
        max-height: 100%
    }
}

.ilab-countries-landing .ilab-countries .views-row .ilab-countries-dropdown, .ilab-findings-region .ilab-countries .views-row .ilab-countries-dropdown, .ilab-world-landing .ilab-countries .views-row .ilab-countries-dropdown, .ilab-world-landing .ilab-countries-dropdown {
    position: relative;
    width: 480px;
    max-width: 100%;
    margin-right: 1.5em;
}

    .ilab-countries-landing .ilab-countries .views-row .ilab-countries-dropdown .chevron, .ilab-findings-region .ilab-countries .views-row .ilab-countries-dropdown .chevron, .ilab-world-landing .ilab-countries .views-row .ilab-countries-dropdown .chevron, .ilab-world-landing .ilab-countries-dropdown .chevron {
        position: absolute;
        right: 1em;
        top: 3.4em;
    }

.ilab-world-landing .map-container span.world-map-hover {
    display: none;
    padding: 5px;
    width: 185px;
    background: #000;
    position: relative;
    top: 30%;
    left: 15%;
    font: 12px Arial, Helvetica, sans-serif;
    text-align: center;
    opacity: .75;
    color: #fff;
}

.ilab-world-landing .map-container #americas:hover #lac, .ilab-world-landing .map-container #east-asia-pacific:hover #eap, .ilab-world-landing .map-container #europe-eurasia:hover #europe, .ilab-world-landing .map-container #middle-east-north-africa:hover #mena, .ilab-world-landing .map-container #south-central-asia:hover #sca, .ilab-world-landing .map-container #sub-saharan-africa:hover #africa {
    display: block;
}

.ilab-world-landing .map-container .world-map-links {
    list-style-type: none;
}

    .ilab-world-landing .map-container .world-map-links li {
        position: absolute;
    }

.ilab-world-landing #browse-region {
    padding-top: 1em;
}

.ilab-countries-landing .ilab-countries .views-row .views-field-field-ilab-country-image, .ilab-countries-landing .ilab-countries .views-row .views-field-field-region-image, .ilab-countries-landing .ilab-countries .views-row .views-field-nothing, .ilab-countries-landing .ilab-countries .views-row .views-field-nothing-1, .ilab-countries-landing .ilab-countries .views-row .views-field-nothing-2, .ilab-findings div.ilab-countries-dropdown, .ilab-findings-region .ilab-countries .views-row .views-field-field-ilab-country-image, .ilab-findings-region .ilab-countries .views-row .views-field-field-region-image, .ilab-findings-region .ilab-countries .views-row .views-field-nothing, .ilab-findings-region .ilab-countries .views-row .views-field-nothing-1, .ilab-findings-region .ilab-countries .views-row .views-field-nothing-2, .ilab-world-landing .ilab-countries .views-row .views-field-field-ilab-country-image, .ilab-world-landing .ilab-countries .views-row .views-field-field-region-image, .ilab-world-landing .ilab-countries .views-row .views-field-nothing, .ilab-world-landing .ilab-countries .views-row .views-field-nothing-1, .ilab-world-landing .ilab-countries .views-row .views-field-nothing-2 {
    padding-bottom: 2em;
}

    .ilab-findings div.findings-region-dropdown i.chevron, .ilab-findings div.ilab-countries-dropdown .chevron {
        top: 3.5em;
    }

    .ilab-findings div.ilab-countries-dropdown label {
        display: none;
    }

.ilab-findings .notification-container {
    max-width: 650px;
    border: 1px solid #aeb0b5;
}

    .ilab-findings .notification-container .dol-system-notifications-inform {
        background: #fff;
        border-top: 4px solid #00a6d2;
        border-left: none;
        margin-bottom: unset;
        padding-bottom: 0;
        max-width: 650px;
    }

.ilab-findings .findings-border {
    border: .5px solid #aeb0b5;
    margin: 1em 0;
}

.ilab-findings #findings-blocks-container #block-findingsreportsfrompreviousyears {
    width: 100%;
    flex-basis: 100%
}

    .ilab-findings #findings-blocks-container #block-findingsreportsfrompreviousyears > div {
        width: 480px;
        position: relative;
        max-width: 100%
    }

    .ilab-findings #findings-blocks-container #block-findingsreportsfrompreviousyears i {
        position: absolute;
        right: 1em;
        top: 4.5em;
    }

.ilab-findings #findings-blocks-container #block-findingsontheworstformsrelated, .ilab-findings #findings-blocks-container #block-findingsontheworstformssubmissions {
    width: 50%
}

.ilab-findings #findings-dropdowns {
    display: flex;
    flex-wrap: wrap;
}

.ilab-findings .sweat-toil i {
    font-size: 1.5em;
    color: #00a6d2;
}

.ilab-findings .sweat-toil ul, .ilab-findings-region .sweat-toil ul {
    list-style: none;
    display: flex;
}

    .ilab-findings .sweat-toil ul a, .ilab-findings-region .sweat-toil ul a {
        margin-left: 25px;
    }

.dol-hero .container .dol-hero-callout h2, .ilab-findings #findings-header-container {
    width: 100%
}

.map-container {
    position: relative;
}

    .map-container ul.world-map-links li.lac {
        top: 400px;
        left: 75px;
    }

    .map-container ul.world-map-links li.sca {
        top: 200px;
        left: 700px;
    }

    .map-container ul.world-map-links li.eap {
        top: 500px;
        left: 740px;
    }

    .map-container ul.world-map-links li.mena {
        top: 275px;
        left: 500px;
    }

    .map-container ul.world-map-links li.africa {
        top: 600px;
        left: 550px;
    }

    .map-container ul.world-map-links li.europe {
        top: 295px;
        left: 750px;
    }

.ilab-countries-landing .ilab-countries .views-row, .ilab-findings-region .ilab-countries .views-row, .ilab-world-landing .ilab-countries .views-row {
    display: flex;
    flex-direction: column;
}

    .ilab-countries-landing .ilab-countries .views-row .views-field-field-ilab-country-image img, .ilab-countries-landing .ilab-countries .views-row .views-field-field-region-image img, .ilab-findings-region .ilab-countries .views-row .views-field-field-ilab-country-image img, .ilab-findings-region .ilab-countries .views-row .views-field-field-region-image img, .ilab-world-landing .ilab-countries .views-row .views-field-field-ilab-country-image img, .ilab-world-landing .ilab-countries .views-row .views-field-field-region-image img {
        width: 480px;
        max-width: 100%
    }

    .ilab-countries-landing .ilab-countries .views-row .views-field-name, .ilab-findings h2.region-select, .ilab-findings-region .ilab-countries .views-row .views-field-name, .ilab-world-landing .ilab-countries .views-row .views-field-name {
        padding-bottom: 1em;
    }

    .ilab-countries-landing .ilab-countries .views-row .views-field-nothing .field-content, .ilab-findings-region .ilab-countries .views-row .views-field-nothing .field-content, .ilab-world-landing .ilab-countries .views-row .views-field-nothing .field-content {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

.ilab-countries-landing .ilab-countries .card, .ilab-findings-region .ilab-countries .card, .ilab-world-landing .ilab-countries .card {
    border: 1px solid #aeb0b5;
    margin-bottom: 1em;
    border-radius: 0;
}

.ilab-countries-landing .ilab-countries .card-header, .ilab-findings-region .ilab-countries .card-header, .ilab-world-landing .ilab-countries .card-header {
    height: 49px;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: unset;
    border-radius: 0;
}

@media only screen and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .ilab-countries-landing .ilab-countries .card-header, .ilab-findings-region .ilab-countries .card-header, .ilab-world-landing .ilab-countries .card-header {
        border-bottom: 1px solid #aeb0b5;
    }
}

.ilab-countries-landing .country-not-listed a:visited, .ilab-countries-landing .ilab-countries a:visited, .ilab-findings-region .country-not-listed a:visited, .ilab-findings-region .ilab-countries a:visited, .ilab-world-landing .country-not-listed a:visited, .ilab-world-landing .ilab-countries a:visited {
    color: #205493;
}

.ilab-countries-landing .ilab-index-country-landing, .ilab-findings-region .ilab-index-country-landing, .ilab-world-landing .ilab-index-country-landing {
    border-bottom: none;
}

.ilab-countries-landing table th#view-field-fiscal-year-table-column, .ilab-findings-region table th#view-field-fiscal-year-table-column, .ilab-world-landing table th#view-field-fiscal-year-table-column {
    width: 369px;
}

.ilab-countries-landing i.fa, .ilab-findings-region i.fa, .ilab-world-landing i.fa {
    font-weight: 700;
    font-size: 20px;
}

.ilab-countries-landing .country-not-listed, .ilab-findings-region .country-not-listed, .ilab-world-landing .country-not-listed {
    padding-top: 2em;
}

.ilab-countries-landing .accordion-group, .ilab-findings-region .accordion-group, .ilab-world-landing .accordion-group {
    padding: 0 !important;
}

.ilab-countries-landing .panel-toggler, .ilab-findings-region .panel-toggler, .ilab-world-landing .panel-toggler {
    padding-bottom: 1em;
}

.ilab-countries-landing a.btn, .ilab-countries-landing a.btn:visited, .ilab-findings-region a.btn, .ilab-findings-region a.btn:visited, .ilab-world-landing a.btn, .ilab-world-landing a.btn:visited {
    color: #fff;
}

.ilab-countries-landing a.btn, .ilab-findings-region a.btn, .ilab-world-landing a.btn {
    margin: 0 0 1em 3em;
    background-color: #0071bc;
    text-decoration: none;
}

    .ilab-countries-landing a.btn:hover, .ilab-findings-region a.btn:hover, .ilab-world-landing a.btn:hover {
        background-color: #205493;
        color: #fff;
    }

    .ilab-countries-landing a.btn:active, .ilab-findings-region a.btn:active, .ilab-world-landing a.btn:active {
        background-color: #112e51;
    }

    .ilab-countries-landing a.btn:focus, .ilab-findings-region a.btn:focus, .ilab-world-landing a.btn:focus {
        outline: 3px solid #008bf2;
        outline-offset: 1px;
    }

.ilab-countries-landing .mb-0 a:visited, .ilab-findings-region .mb-0 a:visited, .ilab-world-landing .mb-0 a:visited {
    color: #212121;
}

.ilab-countries-landing .pager, .ilab-findings-region .pager, .ilab-world-landing .pager {
    padding-left: 3em;
}

    .ilab-countries-landing .pager .pagination, .ilab-findings-region .pager .pagination, .ilab-world-landing .pager .pagination {
        margin: 0;
    }

#block-views-block-ilab-featured-post-block-1 > div > div, .ilab-findings-region .views-field-nothing-2 .field-content {
    display: flex;
}

.ilab-findings-region .sweat-toil i {
    font-size: 1.5em;
    color: #02bfe7;
}

.ilab-countries-landing #block-opa-theme-page-title h1 {
    font-size: 1.1em;
}

@media screen and (max-width:767px) {
    .ilab-bar-left, .ilab-bar-right {
        text-align: center;
    }

    .project-contacts {
        max-height: 100% !important;
    }
}

@media screen and (max-width:576px) {
    .field--name-field-funding-and-year, .ilab-funding-and-year, .project-end, .region-country {
        display: block !important;
    }

    #ilab-project-print {
        float: none !important;
    }

    .project-subtitle {
        margin-top: 1em;
    }
}

@media all and (max-width:500px) {
    .ilab-findings #findings-blocks-container #block-findingsontheworstformsrelated, .ilab-findings-region #findings-blocks-container #block-findingsontheworstformsrelated {
        width: 100% !important;
        flex-basis: 100%
    }

    .ilab-findings #findings-blocks-container #block-findingsontheworstformssubmissions, .ilab-findings-region #findings-blocks-container #block-findingsontheworstformssubmissions {
        width: 100% !important;
    }
}

.ilab .views-row {
    flex: 1;
}

#ILABHomepageCarousel .carousel-item-next, #ILABHomepageCarousel .carousel-item-prev, #ILABHomepageCarousel .carousel-item.active, #ILABHomepageCarousel .dolFrontPageCarouselText {
    display: block;
}

#ILABHomepageCarousel .carousel-control-next-icon, #ILABHomepageCarousel .carousel-control-prev-icon {
    background-size: 65% 100%;
    background-color: #0071bc;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    position: absolute;
    opacity: .9;
}

#ILABHomepageCarousel a.carousel-control-next:hover, #ILABHomepageCarousel a.carousel-control-prev:hover {
    opacity: 1 !important;
    text-decoration: none !important;
    cursor: pointer;
}

#ILABHomepageCarousel .carousel-control-next:focus, #ILABHomepageCarousel .carousel-control-next:hover, #ILABHomepageCarousel .carousel-control-prev:focus, #ILABHomepageCarousel .carousel-control-prev:hover {
    opacity: 1;
    color: #205493;
}

#ILABHomepageCarousel .carousel-control-next, #ILABHomepageCarousel .carousel-control-prev {
    width: 6em;
    opacity: 1;
}

    #ILABHomepageCarousel .carousel-control-next .carousel-control-next-icon, #ILABHomepageCarousel .carousel-control-next .carousel-control-prev-icon, #ILABHomepageCarousel .carousel-control-prev .carousel-control-next-icon, #ILABHomepageCarousel .carousel-control-prev .carousel-control-prev-icon {
        background-position: 50%
    }

#ILABHomepageCarousel #pauseButton {
    text-align: center;
    background-color: transparent !important;
    color: #0071bc !important;
    font-size: 16px;
    padding: 0;
}

    #ILABHomepageCarousel #pauseButton:hover {
        font-size: 20px;
    }

#ILABHomepageCarousel .carousel-indicators {
    bottom: -15px;
    margin-right: auto;
    margin-left: auto;
}

    #ILABHomepageCarousel .carousel-indicators li {
        background-color: #aeb0b5;
    }

#ILABHomepageCarousel .carousel-indicators--round li {
    border-radius: 10px;
    margin: 1px 10px !important;
    height: 10px;
    max-width: 10px;
    border: 1px solid #aeb0b5;
    background-color: #aeb0b5;
    cursor: pointer;
}

#ILABHomepageCarousel .carousel-indicators .active {
    background-color: #0071bc;
    border: 1px solid #aeb0b5;
    max-width: 12px;
    height: 12px;
}

#ILABHomepageCarousel .ILABCarouselText {
    flex: 1 0 40%;
    text-align: left;
}

    #ILABHomepageCarousel .ILABCarouselText h3 a {
        font-size: 30px;
        text-transform: uppercase;
        color: #0071bc;
        font-weight: 400;
        font-family: Merriweather, serif;
    }

    #ILABHomepageCarousel .ILABCarouselText p {
        color: #212121;
        font-size: 17px;
        width: 100%
    }

    #ILABHomepageCarousel .ILABCarouselText a:active, #ILABHomepageCarousel .ILABCarouselText a:focus, #ILABHomepageCarousel .ILABCarouselText a:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    #ILABHomepageCarousel .ILABCarouselText h3:hover {
        text-decoration: underline;
        color: #0071bc !important;
    }

    #ILABHomepageCarousel .ILABCarouselText p:hover {
        color: #212121 !important;
    }

@media only screen and (min-width:900px) {
    #ILABHomepageCarousel .carousel {
        padding: 2em 0;
    }

    #ILABHomepageCarousel .carousel-inner {
        width: 100%
    }

    #ILABHomepageCarousel .d-block {
        max-width: 40%;
        float: left;
        margin-left: 10%
    }

    #ILABHomepageCarousel #ILABCarouselText {
        max-width: 30%;
        float: left;
        margin-left: 8%;
        margin-top: 5%
    }

    #ILABHomepageCarousel #carouselButtons {
        position: absolute;
        bottom: 0;
        z-index: 15;
        left: 0;
    }

        #ILABHomepageCarousel #carouselButtons p {
            display: inline;
        }

    #ILABHomepageCarousel .carousel-control-next, #ILABHomepageCarousel .carousel-control-prev {
        bottom: 0;
    }
}

@media only screen and (max-width:899px) {
    #ILABHomepageCarousel .d-block {
        width: 100% !important;
    }

    #ILABHomepageCarousel .ILABCarouselText {
        max-width: 100%;
        margin: 1em;
    }

        #ILABHomepageCarousel .ILABCarouselText h3 {
            font-size: 24px;
        }

        #ILABHomepageCarousel .ILABCarouselText p, #ILABHomepageCarousel .carousel-inner {
            width: 100%
        }

    #ILABHomepageCarousel #carouselButtons p {
        display: inline;
    }

    #ILABHomepageCarousel .carousel-control-next, #ILABHomepageCarousel .carousel-control-prev {
        height: 60%
    }
}

@media only screen and (max-width:500px) {
    #ILABHomepageCarousel #pauseButton {
        display: none;
    }
}

@media only screen and (max-width:379px) {
    #ILABHomepageCarousel .carousel-control-next, #ILABHomepageCarousel .carousel-control-prev {
        height: auto;
    }
}

#ILABHomepageCarousel .d-flex {
    align-items: center;
}

    #ILABHomepageCarousel .d-flex .flex-item {
        flex: 1 0 50%
    }

        #ILABHomepageCarousel .d-flex .flex-item + .flex-item {
            padding: 0 5em 0 1em;
            max-width: 50%
        }

@media only screen and (max-width:500px) {
    #ILABHomepageCarousel .d-flex {
        flex-direction: column;
    }

        #ILABHomepageCarousel .d-flex .flex-item {
            flex: 1 0 50%
        }

            #ILABHomepageCarousel .d-flex .flex-item .img-fluid {
                width: 100%
            }

            #ILABHomepageCarousel .d-flex .flex-item + .flex-item {
                padding: 0;
                max-width: 100%
            }

    #ILABHomepageCarousel .carousel-item {
        padding: 0;
    }

    #ILABHomepageCarousel h3 {
        margin: 15px 60px;
        line-height: 31px;
    }

    #ILABHomepageCarousel .img-fluid {
        width: 100%
    }

    #ILABHomepageCarousel .carousel-control-next, #ILABHomepageCarousel .carousel-control-prev {
        bottom: auto;
        margin: 0 -3%
    }
}

@media only screen and (max-width:400px) {
    #ILABHomepageCarousel .carousel-control-next, #ILABHomepageCarousel .carousel-control-prev {
        margin: 0 -8%;
        height: 50%
    }
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    #ILABHomepageCarousel p {
        padding-right: 4em;
    }
}

.ilab h1 {
    color: #222;
}

#block-views-block-ilab-featured-post-block-1 .views-row {
    margin: 1em 2em 0 0;
    position: relative;
    align-self: flex-end;
    flex: 1;
}

    #block-views-block-ilab-featured-post-block-1 .views-row:hover .views-field-field-long-text {
        display: block !important;
        position: absolute;
        bottom: 8px;
        width: 100%;
        height: auto;
        z-index: 10;
        background-color: rgba(0, 0, 0, .7);
        color: #e7f4e4;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.3;
    }

        #block-views-block-ilab-featured-post-block-1 .views-row:hover .views-field-field-long-text p, .ilab-child-report .card h5 button .transition {
            transition: .2s all ease-in-out;
        }

    #block-views-block-ilab-featured-post-block-1 .views-row:hover .views-field-field-teaser-title, .highlight-slide a:hover h2, .left-teaser-text h5:hover, a.ilab-more-link:hover {
        text-decoration: underline;
    }

#block-views-block-ilab-featured-post-block-1 .views-field-field-teaser-title {
    text-align: center;
    padding: 1em;
}

    #block-views-block-ilab-featured-post-block-1 .views-field-field-teaser-title a {
        color: #0071bc;
        text-decoration: none;
        font-size: 20px;
        font-weight: 700;
        font-family: Merriweather, serif;
    }

#block-views-block-ilab-featured-post-block-1 .views-field-field-long-text, .ilab-child-report .top-row .ilab-countries-dropdown label {
    display: none;
}

    #block-views-block-ilab-featured-post-block-1 .views-field-field-long-text p {
        margin: 1em;
    }

.ilab-content {
    z-index: 0 !important;
}

a.ilab-more-link {
    float: right;
    color: #0071bc;
    font-size: 14px;
    margin: 2em;
    text-decoration: none;
}

    a.ilab-more-link:hover {
        color: #205493;
    }

.ilab-homepage-block .left-teaser-text {
    margin-left: 1em;
}

@media only screen and (max-width:900px) {
    #block-views-block-ilab-featured-post-block-1 .views-field-field-teaser-title {
        padding: .5em;
        font-size: 18px;
    }
}

@media only screen and (max-width:500px) {
    #block-views-block-ilab-featured-post-block-1 .views-row {
        flex: 0 0 100%;
        margin: 1em;
    }

        #block-views-block-ilab-featured-post-block-1 .views-row .views-field-field-teaser-title {
            padding: .5em;
            font-size: 18px;
        }

    #block-views-block-ilab-featured-post-block-1 > div > div {
        flex-direction: column;
    }
}

@media print {
    .panel-toggler {
        padding-bottom: 1em;
    }

    .banner-image, a {
        text-decoration: none;
        color: #212121 !important;
    }

    #breadcrumbs-container, #header-content, #ilab-project-print, #ilab-research-print, #search-placeholder, .agency-name h2, .arrow-down, .arrow-down-research, .ilab-bar-left img, .nav-tabs, .newsletter-footer, .newsletter-header, .projects-evaluation-type, .research-banner-image, .research-topics-keywords, .search, .secondarylinks-container, .topics-keywords, main.active-book-page aside {
        display: none !important;
    }

    .ilab-child-report .top-row {
        display: block !important;
    }

    .agency-header .header #top-agency-name {
        height: 40px;
    }

    .ilab-individual-page {
        font: 100%/1.5 "Source Sans Pro", sans-serif;
    }

        .ilab-individual-page h1 {
            font-size: 100%;
            font-weight: 700;
            color: #000;
            padding-left: 20px;
        }

        .ilab-individual-page .region-country .row {
            display: inline-block;
        }

            .ilab-individual-page .region-country .row .ilab-bar-right {
                float: right;
            }

        .ilab-individual-page .region-country {
            display: flex;
        }

            .ilab-individual-page .project-dates, .ilab-individual-page .project-end, .ilab-individual-page .region-country .project-subtitle, .ilab-individual-page .region-country .row {
                padding-left: 20px;
            }

            .ilab-individual-page .region-country .ilab-country-results {
                background-color: #fff !important;
            }

        .ilab-individual-page .project-research-content {
            background-color: #fff !important;
            margin-left: 10px;
        }

        .ilab-individual-page .project-subtitle {
            padding-left: 20px;
        }

        .ilab-individual-page .no-print {
            display: none;
        }

        .ilab-individual-page .implementing-partners, .ilab-individual-page .project-contact, .ilab-individual-page .project-grantee {
            font-size: 16px;
            display: flex;
            margin-left: 10px;
        }

            .ilab-individual-page .implementing-partners .projects-label, .ilab-individual-page .project-contact .projects-label, .ilab-individual-page .project-grantee .projects-label {
                text-transform: uppercase;
                width: 100%;
                max-width: 250px;
            }

            .ilab-individual-page .implementing-partners span, .ilab-individual-page .project-contact span, .ilab-individual-page .project-grantee span {
                text-transform: none;
            }

            .ilab-individual-page .project-contact .flex-container {
                display: flex;
                flex-wrap: wrap;
                flex: 1;
            }

        .ilab-individual-page .ilab-country-problem {
            background-color: #fff !important;
        }

        .ilab-individual-page .agency-header header #top-agency-name {
            align-items: center;
            height: 40px;
        }

        .ilab-individual-page .subheaders {
            margin-left: 20px;
        }

        .ilab-individual-page .field-project-summary {
            padding-top: 8px;
            border-top: 1px solid #5b616b;
            border-bottom: 1px solid #5b616b;
            margin: 50px 30px;
        }

        .ilab-individual-page .ilab-bar-left h2 {
            font-size: 16px !important;
            text-transform: uppercase;
            float: left;
        }

        .ilab-individual-page .project-summary-content {
            background-color: #fff !important;
        }

        .ilab-individual-page .problem-to-be-addressed {
            background-color: #fff;
            margin-left: -20px;
        }

        .ilab-individual-page .our-strategy, .ilab-individual-page .project-results {
            margin-left: -20px;
            margin-top: -20px;
            background-color: #fff;
        }

        .ilab-individual-page .region-country .region-list-title {
            padding-left: 20px;
        }

        .ilab-individual-page .agency-header h2 {
            font-size: 16px !important;
            padding-left: 20px;
        }
}

@media print and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .top-row {
        display: block;
    }

    .child-labor-report .projects-row, .ilab-child-report .projects-row #active-projects, .ilab-child-report .projects-row #further-research, .projects-row {
        display: block !important;
    }

        .projects-row #active-projects, .projects-row #further-research {
            display: block !important;
            padding: 0;
        }
}

.ilab-child-report .top-row {
    display: flex;
}

    .ilab-child-report .top-row h2 {
        flex: 2;
    }

    .ilab-child-report .top-row .ilab-countries-dropdown {
        position: relative;
        flex: 1;
    }

        .ilab-child-report .top-row .ilab-countries-dropdown i {
            position: absolute;
            right: 5%;
            top: 35%
        }

.ilab-child-report select {
    height: initial;
}

.ilab-child-report h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

.ilab-child-report h3 > div > a {
    color: #212121;
    text-decoration: none;
    line-height: 40px;
}

.ilab-child-report .ilab-icons-list {
    padding-bottom: 40px;
    flex: 0 0 70%
}

.ilab-child-report .field--name-field-goods-exploitation-type {
    padding-bottom: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -moz-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .ilab-child-report .field--name-field-goods-exploitation-type .field--name-field-exp-good {
        width: 100px;
    }

        .ilab-child-report .field--name-field-goods-exploitation-type .field--name-field-exp-good .field--name-name {
            font-size: 1em;
            line-height: 1;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

    .ilab-child-report .field--name-field-goods-exploitation-type .field--name-taxonomy-term-title {
        height: 50px;
        width: 75px;
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 0;
    }

        .ilab-child-report .field--name-field-goods-exploitation-type .field--name-taxonomy-term-title h4 {
            text-align: center;
            font-size: 12px;
            color: #212121;
            font-weight: 400;
            text-decoration: none !important;
        }

    .ilab-child-report .field--name-field-goods-exploitation-type .field--name-field-ilab-exploitation-type {
        text-align: center;
        font-size: 12px;
        color: #3174d6;
        background-size: 35px 28px;
        display: inline-block;
        height: 30px;
        content: "";
        background-repeat: no-repeat;
        width: 100px;
        vertical-align: middle;
        padding-bottom: 0;
        position: relative;
    }

        .ilab-child-report .field--name-field-goods-exploitation-type .field--name-field-ilab-exploitation-type img {
            max-width: 35%
        }

    .ilab-child-report .field--name-field-goods-exploitation-type h2 > a {
        text-decoration: none;
        color: #212121;
        font-size: 14px;
        text-align: center;
    }

    .ilab-child-report .field--name-field-goods-exploitation-type .paragraph--type--ilab-child-labor-icon {
        width: 100px;
        padding-bottom: 2em;
    }

.ilab-child-report .icon-container {
    height: 150px;
}

    .ilab-child-report .icon-container .field--name-field-ilab-goods-icon-image {
        height: 115px;
    }

.ilab-child-report .field--name-field-summary-paragraph {
    max-width: 100%
}

.ilab-child-report .ilab-collapsible-sections i {
    padding-right: 1.1em;
}

.ilab-child-report .ilab-pdf-report {
    display: flex;
    flex-wrap: wrap;
}

    .ilab-child-report .ilab-pdf-report span, .ilab-child-report .projects-row #active-projects > div, .ilab-child-report .projects-row #further-research > div {
        font-weight: 700;
    }

    .ilab-child-report .ilab-pdf-report .field--name-field-report-pdf {
        display: flex;
        padding-left: 1em;
    }

.ilab-child-report .paragraph--type--ilab-report-pdf .field--name-field-pdf-language {
    font-weight: 700;
    font-size: 14px;
}

.ilab-child-report .paragraph--type--ilab-report-pdf a {
    padding-right: 20px;
    color: #0071bc;
    text-decoration: none;
}

    .ilab-child-report .paragraph--type--ilab-report-pdf a:hover {
        color: #205493 !important;
        text-decoration: underline;
    }

    .ilab-child-report .paragraph--type--ilab-report-pdf a:visited {
        color: #0071bc;
    }

    .ilab-child-report .paragraph--type--ilab-report-pdf a:before {
        background-image: url(/themes/opa_theme/img/pdf.png);
        background-size: 15px 15px;
        display: inline-block;
        width: 14px;
        height: 14px;
        content: "";
        background-repeat: no-repeat;
        margin-right: 5px;
    }

.ilab-child-report .advancement-level {
    display: flex;
    padding-bottom: 1em;
}

    .ilab-child-report .advancement-level h3 {
        padding-left: .5em;
    }

    .ilab-child-report .advancement-level .advancement-level-container {
        display: flex;
    }

        .ilab-child-report .advancement-level .advancement-level-container .field, .ilab-child-report .card h5 button .field {
            padding-bottom: 0;
        }

.ilab-child-report .goods-map-container {
    display: flex;
    padding-top: 1.5em;
}

.ilab-child-report .field--name-field-ilab-country-image {
    padding: 0;
    margin: 0;
    list-style: none;
    flex: 0 0 25%;
    flex-flow: row wrap;
    justify-content: space-around;
}

    .ilab-child-report .field--name-field-ilab-country-image .field--name-name, .ilab-child-report .ilab-country-map h2 a {
        display: none;
    }

.ilab-child-report .ilab-country-map {
    padding-left: 2em;
}

.ilab-child-report .ilab-previous-pdf-reports label {
    font-weight: 700;
    display: inline-block;
}

.ilab-child-report .ilab-previous-pdf-reports select {
    width: auto;
    display: inline-block;
}

.ilab-child-report .ilab-previous-pdf-reports .chevron {
    margin-left: -40px;
}

.ilab-child-report .card .card-header {
    background-color: rgba(0, 0, 0, .03);
}

.ilab-child-report .card h5 button {
    color: #212121;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
}

    .ilab-child-report .card h5 button i {
        float: right;
        font-weight: 700;
    }

.ilab-child-report table td {
    padding: .3em;
}

.ilab-child-report .projects-row {
    display: flex;
}

    .ilab-child-report .projects-row #active-projects, .ilab-child-report .projects-row #further-research {
        flex: 0 0 50%;
        padding: 1em;
    }

        .ilab-child-report .projects-row #active-projects > div a, .ilab-child-report .projects-row #further-research > div a, table.usa-table.usa-table--borderless.usajobs-table caption {
            font-weight: 400;
        }

@media all and (max-width:978px) {
    .ilab-child-report .country-goods-row, .ilab-child-report .goods-map-container {
        flex-wrap: wrap;
    }

        .ilab-child-report .country-goods-row .ilab-icons-list {
            flex: auto;
        }
}

@media all and (max-width:800px) {
    .ilab-child-report .projects-row, .ilab-child-report .top-row {
        flex-direction: column;
    }

        .ilab-child-report .top-row .ilab-countries-dropdown {
            width: 90%;
            padding-top: 1em;
        }

            .ilab-child-report .top-row .ilab-countries-dropdown i {
                top: 50%
            }

    .ilab-child-report .ilab-previous-pdf-reports select {
        width: 90%
    }
}

@media all and (max-width:430px) {
    .ilab-country-map {
        padding-left: unset !important;
    }
}

@media screen and (max-width:959px) {
    .layout {
        padding: 1em 0;
    }

        .layout.layout--twocol-section {
            flex-direction: column;
        }

            .layout.layout--twocol-section .layout__region {
                flex: 0 1 100%;
                width: 100% !important;
            }

        .layout .layout__region {
            margin: 1em 0;
        }
}

@media screen and (max-width:959px) and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .layout.layout--twocol-section {
        flex-direction: row;
    }
}

@media only screen and (min-width:768px) {
    .layout.layout--twocol-section {
        flex-wrap: nowrap;
    }
}

@media screen and (min-width:598px) {
    .agency_homepage .layout, .agency_landing_pages .layout, .agency_landingpage .layout {
        margin-bottom: 2em;
    }

    .agency_homepage .layout--onecol > div, .agency_homepage .layout--twocol-section--33-67 .layout__region--first > div, .agency_homepage .layout--twocol-section--33-67 .layout__region--second > div, .agency_homepage .layout--twocol-section--50-50 .layout__region--first > div, .agency_homepage .layout--twocol-section--50-50 .layout__region--second > div, .agency_homepage .layout--twocol-section--67-33 .layout__region--first > div, .agency_homepage .layout--twocol-section--67-33 .layout__region--second > div, .agency_landing_pages .layout--onecol > div, .agency_landing_pages .layout--twocol-section--33-67 .layout__region--first > div, .agency_landing_pages .layout--twocol-section--33-67 .layout__region--second > div, .agency_landing_pages .layout--twocol-section--50-50 .layout__region--first > div, .agency_landing_pages .layout--twocol-section--50-50 .layout__region--second > div, .agency_landing_pages .layout--twocol-section--67-33 .layout__region--first > div, .agency_landing_pages .layout--twocol-section--67-33 .layout__region--second > div, .agency_landingpage .layout--onecol > div, .agency_landingpage .layout--twocol-section--33-67 .layout__region--first > div, .agency_landingpage .layout--twocol-section--33-67 .layout__region--second > div, .agency_landingpage .layout--twocol-section--50-50 .layout__region--first > div, .agency_landingpage .layout--twocol-section--50-50 .layout__region--second > div, .agency_landingpage .layout--twocol-section--67-33 .layout__region--first > div, .agency_landingpage .layout--twocol-section--67-33 .layout__region--second > div {
        padding-bottom: 30px;
    }

    .agency_homepage .layout--twocol-section--67-33, .agency_landing_pages .layout--twocol-section--67-33, .agency_landingpage .layout--twocol-section--67-33 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .agency_homepage .layout--twocol-section--67-33 > *, .agency_landing_pages .layout--twocol-section--67-33 > *, .agency_landingpage .layout--twocol-section--67-33 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .agency_homepage .layout--twocol-section--67-33 .layout__region--first, .agency_landing_pages .layout--twocol-section--67-33 .layout__region--first, .agency_landingpage .layout--twocol-section--67-33 .layout__region--first {
            flex: 0 1 auto;
            width: 66.6666666667%
        }

        .agency_homepage .layout--twocol-section--33-67 .layout__region--first, .agency_homepage .layout--twocol-section--67-33 .layout__region--second, .agency_landing_pages .layout--twocol-section--33-67 .layout__region--first, .agency_landing_pages .layout--twocol-section--67-33 .layout__region--second, .agency_landingpage .layout--twocol-section--33-67 .layout__region--first, .agency_landingpage .layout--twocol-section--67-33 .layout__region--second {
            flex: 0 1 auto;
            width: 33.3333333333%
        }

    .agency_homepage .layout--twocol-section--33-67, .agency_landing_pages .layout--twocol-section--33-67, .agency_landingpage .layout--twocol-section--33-67 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .agency_homepage .layout--twocol-section--33-67 > *, .agency_landing_pages .layout--twocol-section--33-67 > *, .agency_landingpage .layout--twocol-section--33-67 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .agency_homepage .layout--twocol-section--33-67 .layout__region--second, .agency_landing_pages .layout--twocol-section--33-67 .layout__region--second, .agency_landingpage .layout--twocol-section--33-67 .layout__region--second {
            flex: 0 1 auto;
            width: 66.6666666667%
        }

    .agency_homepage .layout--twocol-section--50-50, .agency_landing_pages .layout--twocol-section--50-50, .agency_landingpage .layout--twocol-section--50-50 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .agency_homepage .layout--twocol-section--50-50 > *, .agency_landing_pages .layout--twocol-section--50-50 > *, .agency_landingpage .layout--twocol-section--50-50 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .agency_homepage .layout--twocol-section--50-50 .layout__region--first, .agency_homepage .layout--twocol-section--50-50 .layout__region--second, .agency_landing_pages .layout--twocol-section--50-50 .layout__region--first, .agency_landing_pages .layout--twocol-section--50-50 .layout__region--second, .agency_landingpage .layout--twocol-section--50-50 .layout__region--first, .agency_landingpage .layout--twocol-section--50-50 .layout__region--second {
            flex: 0 1 auto;
            width: 50%
        }

    .agency_homepage .layout--twocol-section--25-75, .agency_landing_pages .layout--twocol-section--25-75, .agency_landingpage .layout--twocol-section--25-75 {
        display: flex;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        flex-wrap: nowrap;
    }

        .agency_homepage .layout--twocol-section--25-75 > *, .agency_landing_pages .layout--twocol-section--25-75 > *, .agency_landingpage .layout--twocol-section--25-75 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
}

@media only screen and (min-width:598px) and (max-width:767px) {
    .agency_homepage .layout--twocol-section--25-75, .agency_landing_pages .layout--twocol-section--25-75, .agency_landingpage .layout--twocol-section--25-75 {
        flex-wrap: wrap;
    }

        .agency_homepage .layout--twocol-section--25-75 .layout__region--first, .agency_landing_pages .layout--twocol-section--25-75 .layout__region--first, .agency_landingpage .layout--twocol-section--25-75 .layout__region--first {
            flex: 0 1 auto;
            width: 100%
        }
}

@media screen and (min-width:598px) {
    .agency_homepage .layout--twocol-section--25-75 .layout__region--first > div, .agency_landing_pages .layout--twocol-section--25-75 .layout__region--first > div, .agency_landingpage .layout--twocol-section--25-75 .layout__region--first > div {
        padding-bottom: 30px;
    }

    .agency_homepage .layout--twocol-section--25-75 .layout__region--second, .agency_landing_pages .layout--twocol-section--25-75 .layout__region--second, .agency_landingpage .layout--twocol-section--25-75 .layout__region--second {
        padding-left: .75em;
        padding-right: .75em;
    }
}

@media only screen and (min-width:598px) and (max-width:767px) {
    .agency_homepage .layout--twocol-section--25-75 .layout__region--second, .agency_landing_pages .layout--twocol-section--25-75 .layout__region--second, .agency_landingpage .layout--twocol-section--25-75 .layout__region--second {
        flex: 0 1 auto;
        width: 100%;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}

@media screen and (min-width:598px) {
    .agency_homepage .layout--twocol-section--25-75 .layout__region--second > div, .agency_landing_pages .layout--twocol-section--25-75 .layout__region--second > div, .agency_landingpage .layout--twocol-section--25-75 .layout__region--second > div {
        padding-bottom: 30px;
    }

    .agency_homepage .layout--twocol-section--75-25, .agency_landing_pages .layout--twocol-section--75-25, .agency_landingpage .layout--twocol-section--75-25 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .agency_homepage .layout--twocol-section--75-25 > *, .agency_landing_pages .layout--twocol-section--75-25 > *, .agency_landingpage .layout--twocol-section--75-25 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .agency_homepage .layout--twocol-section--75-25 .layout__region--first, .agency_landing_pages .layout--twocol-section--75-25 .layout__region--first, .agency_landingpage .layout--twocol-section--75-25 .layout__region--first {
            padding-left: .75em;
            padding-right: .75em;
        }
}

@media only screen and (min-width:598px) and (max-width:767px) {
    .agency_homepage .layout--twocol-section--75-25 .layout__region--first, .agency_landing_pages .layout--twocol-section--75-25 .layout__region--first, .agency_landingpage .layout--twocol-section--75-25 .layout__region--first {
        flex: 0 1 auto;
        width: 100%;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}

@media screen and (min-width:598px) {
    .agency_homepage .layout--twocol-section--75-25 .layout__region--first > div, .agency_landing_pages .layout--twocol-section--75-25 .layout__region--first > div, .agency_landingpage .layout--twocol-section--75-25 .layout__region--first > div {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width:598px) and (max-width:767px) {
    .agency_homepage .layout--twocol-section--75-25 .layout__region--second, .agency_landing_pages .layout--twocol-section--75-25 .layout__region--second, .agency_landingpage .layout--twocol-section--75-25 .layout__region--second {
        flex: 0 1 auto;
        width: 100%
    }
}

@media screen and (min-width:598px) {
    .agency_homepage .layout--twocol-section--75-25 .layout__region--second > div, .agency_landing_pages .layout--twocol-section--75-25 .layout__region--second > div, .agency_landingpage .layout--twocol-section--75-25 .layout__region--second > div {
        padding-bottom: 30px;
    }

    .agency_homepage .layout--threecol-section--33-34-33, .agency_landing_pages .layout--threecol-section--33-34-33, .agency_landingpage .layout--threecol-section--33-34-33 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .agency_homepage .layout--threecol-section--33-34-33 > *, .agency_landing_pages .layout--threecol-section--33-34-33 > *, .agency_landingpage .layout--threecol-section--33-34-33 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .agency_homepage .layout--fourcol-section .layout__region, .agency_homepage .layout--threecol-section--25-25-50 .layout-region--third, .agency_homepage .layout--threecol-section--25-25-50 .layout__region--first, .agency_homepage .layout--threecol-section--25-25-50 .layout__region--second, .agency_homepage .layout--threecol-section--25-50-25 .layout__region--first, .agency_homepage .layout--threecol-section--25-50-25 .layout__region--second, .agency_homepage .layout--threecol-section--25-50-25 .layout__region--third, .agency_homepage .layout--threecol-section--33-34-33 .layout__region--first, .agency_homepage .layout--threecol-section--33-34-33 .layout__region--second, .agency_homepage .layout--threecol-section--33-34-33 .layout__region--third, .agency_homepage .layout--threecol-section--50-25-25 .layout-region--third, .agency_homepage .layout--threecol-section--50-25-25 .layout__region--first, .agency_homepage .layout--threecol-section--50-25-25 .layout__region--second, .agency_landing_pages .layout--fourcol-section .layout__region, .agency_landing_pages .layout--threecol-section--25-25-50 .layout-region--third, .agency_landing_pages .layout--threecol-section--25-25-50 .layout__region--first, .agency_landing_pages .layout--threecol-section--25-25-50 .layout__region--second, .agency_landing_pages .layout--threecol-section--25-50-25 .layout__region--first, .agency_landing_pages .layout--threecol-section--25-50-25 .layout__region--second, .agency_landing_pages .layout--threecol-section--25-50-25 .layout__region--third, .agency_landing_pages .layout--threecol-section--33-34-33 .layout__region--first, .agency_landing_pages .layout--threecol-section--33-34-33 .layout__region--second, .agency_landing_pages .layout--threecol-section--33-34-33 .layout__region--third, .agency_landing_pages .layout--threecol-section--50-25-25 .layout-region--third, .agency_landing_pages .layout--threecol-section--50-25-25 .layout__region--first, .agency_landing_pages .layout--threecol-section--50-25-25 .layout__region--second, .agency_landingpage .layout--fourcol-section .layout__region, .agency_landingpage .layout--threecol-section--25-25-50 .layout-region--third, .agency_landingpage .layout--threecol-section--25-25-50 .layout__region--first, .agency_landingpage .layout--threecol-section--25-25-50 .layout__region--second, .agency_landingpage .layout--threecol-section--25-50-25 .layout__region--first, .agency_landingpage .layout--threecol-section--25-50-25 .layout__region--second, .agency_landingpage .layout--threecol-section--25-50-25 .layout__region--third, .agency_landingpage .layout--threecol-section--33-34-33 .layout__region--first, .agency_landingpage .layout--threecol-section--33-34-33 .layout__region--second, .agency_landingpage .layout--threecol-section--33-34-33 .layout__region--third, .agency_landingpage .layout--threecol-section--50-25-25 .layout-region--third, .agency_landingpage .layout--threecol-section--50-25-25 .layout__region--first, .agency_landingpage .layout--threecol-section--50-25-25 .layout__region--second {
            flex: 0 1 auto;
            width: 100%
        }

    .agency_homepage .layout--threecol-section--25-50-25, .agency_landing_pages .layout--threecol-section--25-50-25, .agency_landingpage .layout--threecol-section--25-50-25 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .agency_homepage .layout--threecol-section--25-50-25 > *, .agency_landing_pages .layout--threecol-section--25-50-25 > *, .agency_landingpage .layout--threecol-section--25-50-25 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

    .agency_homepage .layout--threecol-section--25-25-50, .agency_landing_pages .layout--threecol-section--25-25-50, .agency_landingpage .layout--threecol-section--25-25-50 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .agency_homepage .layout--threecol-section--25-25-50 > *, .agency_landing_pages .layout--threecol-section--25-25-50 > *, .agency_landingpage .layout--threecol-section--25-25-50 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

    .agency_homepage .layout--threecol-section--50-25-25, .agency_landing_pages .layout--threecol-section--50-25-25, .agency_landingpage .layout--threecol-section--50-25-25 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .agency_homepage .layout--threecol-section--50-25-25 > *, .agency_landing_pages .layout--threecol-section--50-25-25 > *, .agency_landingpage .layout--threecol-section--50-25-25 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

    .agency_homepage .layout--fourcol-section, .agency_landing_pages .layout--fourcol-section, .agency_landingpage .layout--fourcol-section {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .agency_homepage .layout--fourcol-section > *, .agency_landing_pages .layout--fourcol-section > *, .agency_landingpage .layout--fourcol-section > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
}

@media screen and (min-width:960px) {
    .agency_homepage .layout--threecol-section--33-34-33, .agency_landing_pages .layout--threecol-section--33-34-33, .agency_landingpage .layout--threecol-section--33-34-33 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .agency_homepage .layout--threecol-section--33-34-33 > *, .agency_landing_pages .layout--threecol-section--33-34-33 > *, .agency_landingpage .layout--threecol-section--33-34-33 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .agency_homepage .layout--threecol-section--33-34-33 .layout__region--first, .agency_homepage .layout--threecol-section--33-34-33 .layout__region--second, .agency_homepage .layout--threecol-section--33-34-33 .layout__region--third, .agency_landing_pages .layout--threecol-section--33-34-33 .layout__region--first, .agency_landing_pages .layout--threecol-section--33-34-33 .layout__region--second, .agency_landing_pages .layout--threecol-section--33-34-33 .layout__region--third, .agency_landingpage .layout--threecol-section--33-34-33 .layout__region--first, .agency_landingpage .layout--threecol-section--33-34-33 .layout__region--second, .agency_landingpage .layout--threecol-section--33-34-33 .layout__region--third {
            flex: 0 1 auto;
            width: 33.3333333333%
        }

    .agency_homepage .layout--threecol-section--25-50-25, .agency_landing_pages .layout--threecol-section--25-50-25, .agency_landingpage .layout--threecol-section--25-50-25 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .agency_homepage .layout--threecol-section--25-50-25 > *, .agency_landing_pages .layout--threecol-section--25-50-25 > *, .agency_landingpage .layout--threecol-section--25-50-25 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .agency_homepage .layout--threecol-section--25-50-25 .layout__region--first, .agency_homepage .layout--threecol-section--25-50-25 .layout__region--third, .agency_landing_pages .layout--threecol-section--25-50-25 .layout__region--first, .agency_landing_pages .layout--threecol-section--25-50-25 .layout__region--third, .agency_landingpage .layout--threecol-section--25-50-25 .layout__region--first, .agency_landingpage .layout--threecol-section--25-50-25 .layout__region--third {
            flex: 0 1 auto;
            width: 25%
        }

        .agency_homepage .layout--threecol-section--25-50-25 .layout__region--second, .agency_landing_pages .layout--threecol-section--25-50-25 .layout__region--second, .agency_landingpage .layout--threecol-section--25-50-25 .layout__region--second {
            flex: 0 1 auto;
            width: 50%
        }

    .agency_homepage .layout--threecol-section--25-25-50, .agency_landing_pages .layout--threecol-section--25-25-50, .agency_landingpage .layout--threecol-section--25-25-50 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .agency_homepage .layout--threecol-section--25-25-50 > *, .agency_landing_pages .layout--threecol-section--25-25-50 > *, .agency_landingpage .layout--threecol-section--25-25-50 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .agency_homepage .layout--threecol-section--25-25-50 .layout__region--first, .agency_homepage .layout--threecol-section--25-25-50 .layout__region--second, .agency_landing_pages .layout--threecol-section--25-25-50 .layout__region--first, .agency_landing_pages .layout--threecol-section--25-25-50 .layout__region--second, .agency_landingpage .layout--threecol-section--25-25-50 .layout__region--first, .agency_landingpage .layout--threecol-section--25-25-50 .layout__region--second {
            flex: 0 1 auto;
            width: 25%
        }

        .agency_homepage .layout--threecol-section--25-25-50 .layout-region--third, .agency_homepage .layout--threecol-section--50-25-25 .layout__region--first, .agency_landing_pages .layout--threecol-section--25-25-50 .layout-region--third, .agency_landing_pages .layout--threecol-section--50-25-25 .layout__region--first, .agency_landingpage .layout--threecol-section--25-25-50 .layout-region--third, .agency_landingpage .layout--threecol-section--50-25-25 .layout__region--first {
            flex: 0 1 auto;
            width: 50%
        }

    .agency_homepage .layout--threecol-section--50-25-25, .agency_landing_pages .layout--threecol-section--50-25-25, .agency_landingpage .layout--threecol-section--50-25-25 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .agency_homepage .layout--threecol-section--50-25-25 > *, .agency_landing_pages .layout--threecol-section--50-25-25 > *, .agency_landingpage .layout--threecol-section--50-25-25 > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .agency_homepage .layout--fourcol-section .layout__region, .agency_homepage .layout--threecol-section--50-25-25 .layout-region--third, .agency_homepage .layout--threecol-section--50-25-25 .layout__region--second, .agency_landing_pages .layout--fourcol-section .layout__region, .agency_landing_pages .layout--threecol-section--50-25-25 .layout-region--third, .agency_landing_pages .layout--threecol-section--50-25-25 .layout__region--second, .agency_landingpage .layout--fourcol-section .layout__region, .agency_landingpage .layout--threecol-section--50-25-25 .layout-region--third, .agency_landingpage .layout--threecol-section--50-25-25 .layout__region--second {
            flex: 0 1 auto;
            width: 25%
        }

    .agency_homepage .layout--fourcol-section, .agency_landing_pages .layout--fourcol-section, .agency_landingpage .layout--fourcol-section {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .agency_homepage .layout--fourcol-section > *, .agency_landing_pages .layout--fourcol-section > *, .agency_landingpage .layout--fourcol-section > * {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
}

.addFlex {
    display: flex;
}

.field--name-layout-builder__layout .addFlex {
    flex-direction: column;
}

.landingContent .dol-two-thirds .featured-stories-block .agency-header h2, .layout-builder-add-block.layout-builder-configure-block .form-checkbox, .layout-builder-add-block.layout-builder-configure-block .form-radio, .layout-builder-update-block.layout-builder-configure-block .form-checkbox, .layout-builder-update-block.layout-builder-configure-block .form-radio, .layout-edit-form .layout-sidebar-first, .manual-search-block .js-form-type-search-api-autocomplete label {
    display: none;
}

.layout-builder-add-block .usa-label::before, .layout-builder-form .usa-label::before, .vertical-tabs .usa-label::before {
    background-size: contain;
    height: 1.5em;
    width: 1.5em;
}

.layout-builder-add-block .form-actions, .layout-builder-form .form-actions, .vertical-tabs .form-actions {
    display: block;
}

.agency-banner {
    position: relative;
    height: 100%
}

    .agency-banner .banner-image img {
        border-bottom: 5px solid #00a6d2;
    }

    .agency-banner .agency-bannerTitle h1 {
        font-family: Merriweather, serif;
        font-size: 3.3vw;
        font-weight: 700;
        position: absolute;
        color: #fff;
        margin: 5px 20px;
        bottom: 20px;
        padding: 20px;
        background-color: gray;
        background-color: rgba(0, 0, 0, .5);
    }

@media (max-width:992px) {
    .agency-banner .agency-bannerTitle h1 {
        line-height: 40px;
    }
}

@media (max-width:768px) {
    .agency-banner .agency-bannerTitle h1 {
        font-size: 1.0625rem;
        line-height: 25px;
        bottom: 10px;
    }
}

.agency-banner .agency-bannerTitle .basic-title-banner-title-container h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 5px 25px 5px 0;
}

.landingContent {
    display: flex;
    flex: 1;
}

    .landingContent .dol-one-third {
        flex-basis: 25%
    }

    .landingContent .dol-two-thirds {
        flex-basis: 100%
    }

        .landingContent .dol-two-thirds .featured-stories-block .agency-header h3 {
            font-size: 1.875rem;
        }

.book-nav {
    margin-right: 30px;
    padding: 5px 0;
    width: 330px;
}

@media only screen and (min-width:598px) {
    .paragraph--type--featured-story-bundle.promoted-story .grid-col-12 .single-featured-story {
        box-shadow: 0 0 20px #d6d7d9;
    }

        .paragraph--type--featured-story-bundle.promoted-story .grid-col-12 .single-featured-story .field--name-field-image {
            padding-bottom: 0;
        }

    .paragraph--type--featured-story-bundle.promoted-story .grid-col-12 .featured-story-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 2em;
    }

        .paragraph--type--featured-story-bundle.promoted-story .grid-col-12 .featured-story-text h3 {
            font-size: 30px;
        }

    .paragraph--type--featured-story-bundle .single-featured-story .field--name-field-image {
        display: flex;
    }

        .paragraph--type--featured-story-bundle .single-featured-story .field--name-field-image img {
            flex: 1 1 100%
        }

    .mh-news-releases-grid-row.news-columns-one {
        -moz-column-count: 1;
        column-count: 1;
    }

    .mh-news-releases-grid-row.news-columns-two {
        -moz-column-count: 2;
        column-count: 2;
    }

    .mh-news-releases-grid-row.news-columns-three {
        -moz-column-count: 3;
        column-count: 3;
    }

    .mh-news-releases-grid-row > div {
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }
}

.paragraph--type--agency-pages-quick-links.onecol > div {
    -moz-column-count: 1;
    column-count: 1;
}

    .paragraph--type--agency-pages-quick-links.onecol > div > div {
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }

@media only screen and (min-width:598px) {
    .paragraph--type--agency-pages-quick-links.twocol > div {
        -moz-column-count: 2;
        column-count: 2;
    }

        .paragraph--type--agency-pages-quick-links.threecol > div > div, .paragraph--type--agency-pages-quick-links.twocol > div > div {
            page-break-inside: avoid;
            -moz-column-break-inside: avoid;
            break-inside: avoid;
        }

    .paragraph--type--agency-pages-quick-links.threecol > div {
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (max-width:768px) {
    .landingContent {
        flex-wrap: wrap;
    }

        .landingContent .dol-one-third, .landingContent .dol-two-thirds {
            flex-basis: 100%
        }

            .landingContent .dol-one-third .dol-subnav-wrapper label > svg {
                display: block;
                float: right;
                margin-top: 11px;
                font-size: 1.25rem;
            }
}

.agency-page-featured-image {
    margin-bottom: 1em;
    max-width: 100%
}

    .agency-page-featured-image img {
        width: 100%;
        height: auto;
    }

.dol-date-text {
    color: #5b616b !important;
    font-size: .875rem;
    text-transform: uppercase;
    margin-bottom: 3px;
}

    .dol-date-text p a:hover, .left-teaser-text p:hover {
        text-decoration: none;
    }

.image-left-teaser {
    margin-top: 20px;
}

    .image-left-teaser a {
        text-decoration: none !important;
        display: block;
    }

        .image-left-teaser a:focus, .image-left-teaser a:visited {
            outline: 2px dotted #5b616b !important;
            outline-offset: 2px !important;
        }

        .image-left-teaser a:hover h3 {
            text-decoration: underline !important;
        }

    .dol-feed-block, .image-left-teaser .dol-feed-block {
        border-bottom: 1px solid #d6d7d9;
    }

    .featured-stories-grid-row [class^=grid-col-] a h3 > div, .image-left-teaser .field--name-field-long-text {
        padding-bottom: 0;
    }

.dol-feed-block .dol-date-text a:hover, .dol-feed-block .image-left-teaser a, .dol-feed-block .image-left-teaser a:hover, .dol-feed-block a, .highlight-slide a:hover {
    text-decoration: none;
}

.dol-feed-block {
    margin: 0;
    padding: 10px 0;
    display: flex;
}

    .dol-feed-block a:hover h3 {
        text-decoration: underline;
    }

    .dol-feed-block h3 {
        color: #0071bc;
        font-size: 1rem;
        font-weight: 400;
        line-height: 26px;
    }

    .dol-feed-block .left-teaser-text {
        flex: 1;
    }

    .dol-feed-block .left-teaser-image {
        max-width: 240px;
        width: 100%;
        height: 180px;
        flex: 1;
    }

.dol-homepage .left-teaser-text {
    margin-left: 1em;
}

.spotlight-teaser a {
    text-decoration: none !important;
}

@media only screen and (max-width:575px) {
    .dol-feed-block {
        flex-wrap: wrap;
    }

    .left-teaser-text {
        width: 100%
    }
}

@media all and (min-width:768px) and (max-width:1150px) {
    #block-views-block-homepage-blog-block-block-1 div.row.dol-feed-block, #block-views-block-ilab-homepage-blocks-block-1 div.row.dol-feed-block {
        display: block;
    }

        #block-views-block-homepage-blog-block-block-1 div.row.dol-feed-block div.left-teaser-image, #block-views-block-ilab-homepage-blocks-block-1 div.row.dol-feed-block div.left-teaser-image {
            float: left;
            padding-right: 2%
        }
}

@media all and (max-width:500px) {
    #block-views-block-homepage-blog-block-block-1 div.row.dol-feed-block, #block-views-block-ilab-homepage-blocks-block-1 div.row.dol-feed-block {
        display: block;
    }

        #block-views-block-homepage-blog-block-block-1 div.row.dol-feed-block div.left-teaser-image, #block-views-block-ilab-homepage-blocks-block-1 div.row.dol-feed-block div.left-teaser-image {
            width: 100%;
            height: auto;
            max-width: 100%
        }

            #block-views-block-homepage-blog-block-block-1 div.row.dol-feed-block div.left-teaser-image img, #block-views-block-ilab-homepage-blocks-block-1 div.row.dol-feed-block div.left-teaser-image img {
                width: 100%
            }

        #block-views-block-homepage-blog-block-block-1 div.row.dol-feed-block div.left-teaser-text, #block-views-block-ilab-homepage-blocks-block-1 div.row.dol-feed-block div.left-teaser-text {
            margin: 0;
        }

        #block-views-block-homepage-blog-block-block-1 div.row.dol-feed-block p.dol-date-text.desktop, #block-views-block-ilab-homepage-blocks-block-1 div.row.dol-feed-block p.dol-date-text.desktop {
            display: none;
        }
}

@media all and (min-width:501px) {
    #block-views-block-homepage-blog-block-block-1 p.dol-date-text.mobile, #block-views-block-ilab-homepage-blocks-block-1 p.dol-date-text.mobile {
        display: none;
    }
}

.trending-topics-list {
    max-width: 279px;
    padding-top: .5em;
    position: relative;
    border-bottom: 1px solid #dce4ef;
    margin: 1em;
}

    .trending-topics-list h2 {
        color: #212121;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 31px;
        border-bottom: 1px solid #212121;
        margin-bottom: .5em;
        padding-bottom: 5px;
        text-transform: uppercase;
    }

    .trending-topics-list button {
        float: right;
        margin-top: 3em;
    }

#ordered-list-example {
    margin-top: 7em;
}

.groups-sidebar {
    max-width: 300px;
}

    .groups-sidebar .item-list ul {
        padding: 1em 1em 1em 0;
    }

.layout .layout__region .usa-list.align-top-left {
    margin-top: 0;
    padding-left: 0;
}

.ofccp-content .links.inline.usa-list {
    margin: 1em 0;
    padding: 1em 0;
    border-bottom: 1px solid #d6d7d9;
}

.dol-table-bordered .dol-table tbody, .dol-table-bordered .dol-table thead, .ofccp-content blockquote {
    border: 1px solid #5b616b;
}

.ofccp-content a.manual-section-title, .ofccp-content a.manual-section-title:visited {
    font-family: Merriweather, serif;
    color: #212121;
    text-decoration: none;
}

    .ofccp-content a.manual-section-title.manual-updates, .ofccp-content a.manual-section-title:visited.manual-updates {
        font-size: 1.25rem;
    }

.manual-search-block a, .ofccp-content .manual-sections-list a, .ofccp-content .manual-sections-list h3 a {
    color: #0071bc;
}

.ofccp-content .manual-sections-list .chapter-section-title {
    margin-left: 2em;
}

.ofccp-content .manual-sections-list .manual-subsection {
    margin-left: 4em;
}

.ofccp-content .manual-sections-list .manual-section-list {
    margin-left: 2em;
}

    .ofccp-content .manual-sections-list .manual-section-list a {
        font-size: 1.125rem;
    }

.ofccp-content header {
    font-size: 2.125rem;
    font-family: Merriweather, serif;
    font-weight: 700;
    margin-bottom: 1.5em;
}

.ofccp-content .manual-chapter-section-title a {
    font-size: 1.5rem;
    font-family: Merriweather, serif;
    color: #0071bc;
    line-height: 1.5;
}

.ofccp-content .manual-update {
    border-bottom: 1px solid #aeb0b5;
    margin-top: 1em;
}

    .ofccp-content .manual-update .manual-update-date {
        font-style: italic;
        font-size: .8125rem;
    }

.ofccp-content .table-of-contents .toc-chapter a, .ofccp-content .table-of-contents .toc-section a, .ofccp-content .table-of-contents .toc-subsection a {
    color: #0071bc;
    font-family: Merriweather, serif;
    font-weight: 700;
}

.ofccp-content .table-of-contents .toc-chapter {
    margin: 2em 0;
}

    .ofccp-content .table-of-contents .toc-chapter a {
        font-size: 1.375rem;
        display: block;
    }

.ofccp-content .table-of-contents .toc-section {
    margin: 2em 0 0;
}

    .ofccp-content .table-of-contents .toc-section a {
        font-size: 1.25rem;
        margin-left: 2em;
        display: block;
    }

.ofccp-content .table-of-contents .toc-subsection {
    margin: 0 0 0 3em;
}

    .ofccp-content .table-of-contents .toc-subsection a {
        font-size: 1rem;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.ofccp-content .table-of-contents-dropdown {
    margin-bottom: 1em;
}

    .ofccp-content .table-of-contents-dropdown a {
        color: #212121;
    }

    .ofccp-content .table-of-contents-dropdown .chosen-container .chosen-drop {
        border: 1px solid #212121;
    }

    .ofccp-content .table-of-contents-dropdown .chosen-container .chosen-single {
        color: #212121;
        height: 40px;
        border-radius: 0;
        border: 1px solid #212121;
        background-image: none;
        background-color: #fff;
    }

        .ofccp-content .table-of-contents-dropdown .chosen-container .chosen-single span {
            margin: 0;
            font-size: 1rem;
            align-items: center;
            display: flex;
            height: 100%;
            font-family: "Source Sans Pro", sans-serif;
        }

        .ofccp-content .table-of-contents-dropdown .chosen-container .chosen-single b {
            background-size: 80px 50px !important;
            background-position: 0 6px !important;
        }

.ofccp-content .footnotes {
    margin-left: 20px;
    margin-right: 20px;
    border-left: 3px #0071bc solid;
}

.ofccp-content .footnote {
    margin-left: 10px;
}

.ofccp-content .footnote-num {
    display: inline-block;
    color: #0071bc;
}

.ofccp-content .footnote-text {
    margin-left: 3px;
    font-style: italic;
    color: #212121;
}

.ofccp-content .usa-tag--footnote {
    font-size: x-small;
    margin-left: .25rem;
    margin-right: .25rem;
    padding-left: .25rem;
    padding-right: .25rem;
    vertical-align: super;
    background-color: #0071bc;
}

.ofccp-content .footnote-num, .ofccp-content .footnote-text {
    font-size: small;
}

.ofccp-content #manual-letter p.MsoNormalCxSpMiddle {
    margin-bottom: 0;
    margin-top: 0;
}

.ofccp-content .section-created-date {
    border-top: 1px solid #d6d7d9;
    padding-top: .5em;
}

.ofccp-content .manual-date {
    border-top: 1px solid #aeb0b5;
    max-width: 960px;
    padding-top: 1em;
}

.manual-search-block {
    border: 1px solid #aeb0b5;
    background-color: #f1f1f1;
    max-width: 1440px;
    padding: 1em;
    margin: 1em auto 0;
}

    .manual-search-block .button {
        width: auto;
        display: inline;
        color: #fff;
        background-color: #0071bc;
        height: auto;
        border-radius: 4px;
        margin-left: 20px;
    }

    .manual-search-block input {
        width: 48vw;
        border: 1px solid #aaa;
        border-radius: 4px;
        height: 28px;
    }

        .manual-search-block input:focus {
            outline: 3px solid #008bf2;
        }

        .manual-search-block input.form-text {
            outline: 0;
        }

    .manual-search-block .solr-search {
        display: flex;
        align-items: center;
        border: 1px solid #212121;
        padding: 0 0 0 10px;
        background: #fff;
    }

        .manual-search-block .solr-search input {
            border: 0;
            margin-top: 0;
            height: 40px;
        }

        .manual-search-block .solr-search .solr-glass, .updated-newsletter-table #newsletter-content p a {
            color: #0071bc;
        }

        .manual-search-block .solr-search:focus-within {
            outline: 3px solid #008bf2;
        }

    .manual-search-block #edit-items-per-page, .manual-search-block #edit-sort-by {
        border: 1px solid #aeb0b5;
        height: 40px;
        padding: 4px 0 4px 10px;
    }

@media only screen and (min-width:0px) {
    .manual-search-block form {
        display: block;
    }
}

@media all and (min-width:993px) {
    .manual-search-block form {
        display: flex;
        align-items: center;
    }
}

.manual-search-block .manual-search-form {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

    .manual-search-block .manual-search-form span {
        flex: 0 0 6%;
        align-items: center;
        display: flex;
        height: 100%
    }

.manual-search-block .js-form-item-search-api-fulltext {
    -ms-grid-row-align: center;
    align-self: center;
    order: 2;
}

.manual-search-block .js-form-item-sort-by {
    order: 6;
}

.manual-search-block .js-form-title-select {
    order: 1;
    flex-flow: row;
    padding: 0;
}

.manual-search-block .form-actions {
    order: 5;
    flex: 1;
}

.manual-search-block .js-form-item-items-per-page {
    order: 6;
    display: flex;
}

    .manual-search-block .js-form-item-items-per-page .chosen-container {
        max-width: 120px !important;
    }

.manual-search header, .manual-search-block .js-form-type-select {
    display: flex;
    flex-flow: row wrap;
}

@media only screen and (min-width:0px) {
    .manual-search-block .js-form-type-select {
        padding: 0 0 1em;
    }
}

@media all and (min-width:993px) {
    .manual-search-block .js-form-type-select {
        padding: 0 1em 1em;
        margin-top: -1em;
    }
}

@media only screen and (max-width:437px) {
    .manual-search-block .form-actions {
        order: 6;
        margin-top: 20px;
    }

    .manual-search-block h3 {
        margin-bottom: 25px;
    }

    .manual-search-block .solr-search input {
        width: 90%
    }

    .manual-search-block select {
        border: 1px solid #aeb0b5;
    }
}

.manual-search-block label {
    margin-top: 0;
    padding-right: 1em;
    background-color: transparent;
    color: #212121;
    font-size: 15px;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: capitalize;
}

@media only screen and (max-width:437px) {
    #views-exposed-form-manual-cloud-search-manual-cloud-search-results .js-form-item {
        width: 100%;
        padding: 0;
    }
}

.manual-search-result {
    padding: 1em;
    border-bottom: 1px solid #aeb0b5;
}

    .manual-search-result h4 a span {
        color: #0071bc;
        text-decoration: underline;
    }

    .manual-search-result a.manual-url {
        font-size: .875rem;
        color: #2e8540;
    }

    .manual-search-result .manual-teaser-date {
        font-size: .875rem;
        max-width: 10em;
    }

    .manual-search-result .manual-result {
        margin-bottom: 0;
    }

    .manual-search-result ul {
        list-style-type: none;
        padding: 1em 0;
        margin: 0;
    }

        .manual-search-result ul li a {
            color: #212121 !important;
            text-decoration: none;
        }

.manual-subsection {
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 26px;
}

.secondary-book-title {
    font-weight: 700;
    font-family: Merriweather, serif;
    max-width: 1440px;
    padding: 25px 0 20px 30px;
    margin: 0 auto -3.5em;
}

.manual-search header {
    font-weight: 400;
}

.manual-search p {
    margin-bottom: 0;
    font-size: 1.375rem;
}

#edit-search-api-fulltext::before {
    content: "ï€‚"
}

.jvectormap-tip {
    z-index: 999;
}

#minwagemap, #regionmap, #whdmap {
    width: 100%;
    height: 500px;
    display: inline-block;
}

    #minwagemap, #minwagemap svg, #regionmap, #regionmap svg, #whdmap, #whdmap svg {
        min-height: 370px;
        max-height: 500px;
    }

#map-wrapper {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width:640px) {
    #map-wrapper {
        display: none;
    }
}

#map-legend, #newsletter-content tbody {
    text-align: left;
}

    #map-legend li, .image-gallery {
        display: flex;
        align-items: center;
    }

    #map-legend li {
        list-style: none;
    }

        #map-legend li .box {
            width: 20px;
            height: 20px;
            border: 1px solid #000;
            margin-right: 1em;
        }

@media only screen and (max-width:640px) {
    #map-legend {
        display: none;
    }
}

#map-select, #minimum-select {
    max-width: 30rem;
}

.image-gallery {
    width: 100%;
    padding: 0;
    margin: 15px 0;
    max-width: 900px;
    justify-content: center;
}

@media only screen and (min-width:960px) {
    .image-gallery {
        display: block;
    }
}

.image-gallery .carousel-inner {
    width: 100%;
    background-color: #f1f1f1;
}

    .image-gallery .carousel-inner .carousel-item-next, .image-gallery .carousel-inner .carousel-item-prev, .image-gallery .carousel-inner .carousel-item.active {
        display: flex !important;
        flex-direction: column;
    }

@media only screen and (min-width:960px) {
    .image-gallery .carousel-inner .carousel-item-next, .image-gallery .carousel-inner .carousel-item-prev {
        flex-direction: row;
        align-items: flex-start;
    }
}

@media only screen and (min-width:960px) {
    .image-gallery .carousel-inner .carousel-item.active {
        flex-direction: row;
        align-items: flex-start;
    }
}

.image-gallery .carousel-inner .carousel-item #slideshow-image {
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 15vh;
    margin-top: 0 !important;
    width: 100%;
    padding-top: 56%
}

@media only screen and (min-width:960px) {
    .image-gallery .carousel-inner .carousel-item #slideshow-image {
        flex: 1 1 75%;
        background-size: contain;
        padding-top: 51.45%
    }
}

.image-gallery .carousel-inner .carousel-item .gallery-caption {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width:0px) {
    .image-gallery .carousel-inner .carousel-item .gallery-caption {
        width: 100%;
        padding: 0 1em;
    }
}

@media only screen and (min-width:960px) {
    .image-gallery .carousel-inner .carousel-item .gallery-caption {
        flex: 1 1 25%;
        align-items: flex-start;
        padding: 1em 1em 0;
    }
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .image-gallery .carousel-inner .carousel-item .gallery-caption > * {
        width: 100%
    }
}

.image-gallery .carousel-inner .carousel-item .gallery-caption p {
    font-style: italic;
    color: #5b616b;
}

.image-gallery .carousel-inner .carousel-item .gallery-caption .num {
    font-style: italic;
    color: #5b616b;
    -ms-grid-row-align: center;
    align-self: center;
}

@media only screen and (min-width:0px) {
    .image-gallery .carousel-inner .carousel-item .gallery-caption .num {
        margin: 1em 0;
    }
}

@media only screen and (min-width:960px) {
    .image-gallery .carousel-inner .carousel-item .gallery-caption .num {
        margin: 0 1em 1em;
    }
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .image-gallery .carousel-inner .carousel-item .gallery-caption .num {
        text-align: center;
    }
}

@media only screen and (min-width:0px) {
    .image-gallery .carousel-container {
        width: 95%;
        position: absolute;
        top: 0;
        padding-top: 111%;
        display: flex;
        justify-content: space-between;
        z-index: 99;
    }
}

@media only screen and (min-width:960px) {
    .image-gallery .carousel-container {
        top: 0;
        right: 0;
        width: 24%;
        padding: 1em 1em 0 0;
    }
}

.image-gallery .pdf-slideshow-viewer {
    height: 25vw;
    width: 45vw;
}

    .image-gallery .pdf-slideshow-viewer embed {
        height: 100%;
        width: 100%
    }

.csv-display .dataTables_wrapper > .row > .col-md-6 label, .image-gallery span.usa-display {
    margin-top: 0;
}

.image-gallery #zoom-buttons {
    margin-right: 3em;
}

.image-gallery .dwn-btn {
    width: 2em;
    height: 2em;
    float: right;
    margin-right: 4em;
    background-color: #0071bc;
    color: #fff;
}

    .image-gallery .dwn-btn i {
        vertical-align: middle;
        margin-top: -11px;
    }

.image-gallery .field--name-field-p-image-caption {
    font-style: italic;
    font-size: 1rem;
    margin-top: 1em;
}

.image-gallery .file--image {
    display: none;
}

.image-gallery .gdoc-filename {
    font-size: 1rem;
    float: left;
    padding-left: 5em;
    margin-left: 1em;
}

    .image-gallery .gdoc-filename i {
        position: absolute;
        margin-top: 2em;
        margin-left: -3em;
        color: #212121;
    }

.image-gallery .gdoc-field {
    width: 612px;
    height: 340px;
    margin-left: 0;
    margin-top: -1em;
}

.image-gallery a.carousel-control-next, .image-gallery a.carousel-control-prev {
    text-align: center;
    font-size: 2rem !important;
    background-color: #0071bc;
    width: 1em;
    height: 1em;
    top: 52%;
    color: #f1f1f1;
    opacity: 1;
    border-radius: 1em;
    transition: all 0s;
}

@media only screen and (min-width:960px) {
    .image-gallery a.carousel-control-next, .image-gallery a.carousel-control-prev {
        position: relative;
    }
}

@media only screen and (max-width:479px) {
    .image-gallery a.carousel-control-next .svg-inline--fa, .image-gallery a.carousel-control-prev .svg-inline--fa {
        height: 100%
    }
}

.image-gallery a.carousel-control-next:active, .image-gallery a.carousel-control-next:focus, .image-gallery a.carousel-control-next:hover, .image-gallery a.carousel-control-prev:active, .image-gallery a.carousel-control-prev:focus, .image-gallery a.carousel-control-prev:hover {
    color: #f1f1f1;
    background-color: #0071bc;
}

.image-gallery .carousel-indicators li.active {
    position: relative;
    flex: 0 1 auto;
    max-width: 30px;
    height: 4px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #f1f1f1;
    color: #0071bc;
}

.image-gallery .element.element--color.element--color__blue {
    background: #02bfe7;
}

.image-gallery .element.element--color.element--color__blue-light {
    background: #9bdaf1;
}

.image-gallery .element.element--color.element--color__gray {
    background: #f1f1f1;
}

.image-gallery .element.element--color.element--color__white {
    background: #fff;
}

.image-gallery .element.element--color.element--color__yellow {
    background: #f9c642;
}

.image-gallery .element.element--color + .element.element--color {
    padding-top: 0;
}

.image-gallery .num {
    float: right;
    margin-top: -3em;
    margin-right: 2em;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    opacity: 0;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-fade .carousel, .carousel-fade .carousel-inner, .carousel-fade .carousel-inner .item {
    height: 100%
}

@media only screen and (min-width:993px) {
    .carousel {
        padding: 2em 0;
    }

    .d-block {
        max-width: 40%;
        float: left;
        margin-left: 10%
    }

    .carousel-control-next, .carousel-control-prev {
        bottom: 0;
    }
}

@media only screen and (max-width:992px) {
    .d-block {
        width: 100% !important;
    }

    .carousel-control-next, .carousel-control-prev {
        height: 60%
    }
}

@media only screen and (max-width:479px) {
    .carousel-control-next, .carousel-control-prev {
        height: auto;
        align-items: flex-end;
    }
}

@media only screen and (max-width:379px) {
    .carousel-control-next, .carousel-control-prev {
        height: auto;
    }
}

.dol-hero {
    max-height: 500px;
    padding: 0;
}

    .dol-hero .field, .updated-newsletter-table .newsletter-table-content td {
        padding: 0;
    }

    .dol-hero .usa-grid {
        max-width: 100%;
        padding: 0;
        width: 100%;
        max-height: 500px;
        height: 500px;
        background-size: cover !important;
        border-bottom: 5px solid #00a6d2;
    }

@media only screen and (max-width:768px) {
    .dol-hero .usa-grid {
        background-position: center !important;
    }
}

.dol-hero .no-hero-overlay, .dol-hero.no-hero-overlay {
    max-height: 350px !important;
}

    .dol-hero.no-hero-overlay .usa-grid {
        width: 100%;
        max-height: 350px;
    }

.dol-hero .container {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 500px;
}

    .dol-hero .container .dol-hero-callout {
        top: 15%;
        width: 100%;
        max-width: 400px;
    }

        .dol-hero .container .dol-hero-callout.flex-align--left {
            left: 2%
        }

        .dol-hero .container .dol-hero-callout.flex-align--right {
            right: 2%
        }

        .dol-hero .container .dol-hero-callout.dol-section-light {
            background-color: #fff;
            opacity: .9;
            padding: 1.5em 1.5em 1em;
            position: absolute;
        }

            .dol-hero .container .dol-hero-callout.dol-section-light h1 {
                font-size: 1.875rem;
                color: #212121;
                font-family: Merriweather, serif;
            }

            .dol-hero .container .dol-hero-callout.dol-section-light p {
                font-size: 1.0625rem;
                color: #212121;
                padding-bottom: 0;
                margin-bottom: 20px;
                margin-top: 0;
            }

            .dol-hero .container .dol-hero-callout.dol-section-light .hero-text {
                margin-bottom: 20px;
                color: #212121;
            }

            .dol-hero .container .dol-hero-callout.dol-section-light .hero-button a.usa-button-primary div:focus {
                box-shadow: none;
            }

.usa-hero {
    background-image: none;
}

@media only screen and (max-width:992px) {
    .dol-hero .dol-hero-callout.dol-section-light h1 {
        font-size: 1.75rem;
    }

    .dol-hero .dol-hero-callout .hero-button {
        width: 100%
    }
}

@media only screen and (max-width:576px) {
    .dol-hero {
        margin: 0 auto;
        overflow: hidden;
    }

        .dol-hero .container {
            width: 95%
        }

            .dol-hero .container .dol-hero-callout {
                left: 0 !important;
                max-width: 95%
            }

                .dol-hero .container .dol-hero-callout.dol-section-light, .dol-hero .container .dol-hero-callout.usa-section-light--right {
                    margin: 0 10px;
                }

                    .dol-hero .container .dol-hero-callout.dol-section-light h1, .dol-hero .container .dol-hero-callout.usa-section-light--right h1 {
                        font-size: 1.4375rem;
                    }

                    .dol-hero .container .dol-hero-callout.dol-section-light p, .dol-hero .container .dol-hero-callout.usa-section-light--right p {
                        font-size: .875rem;
                    }

            .dol-hero .container img {
                height: auto;
                width: auto;
                max-height: 450px;
                max-width: initial;
            }

        .dol-hero #block-views-block-homepage-agency-hero .dol-hero .dol-hero-callout .hero-button {
            margin-top: 20%
        }
}

.field--name-field-modular-image-title, .usa-image-text-block span.usa-display {
    font-size: 1.875rem;
    font-family: Merriweather, serif;
    font-weight: 700;
}

.paragraph--type--modular-image-set.stretch-image img {
    width: 100%
}

.usa-image-text-block span.usa-display {
    font-size: 1.0625rem;
}

@supports (-ms-ime-align:auto) {
    #content-moderation-entity-moderation-form .entity-moderation-form__item {
        display: flex;
    }
}

#newsletter-content a:visited {
    color: unset;
}

.dol-press-page .field--label-inline div, .newsletter-footer a {
    display: inline-block;
}

    .newsletter-footer a img:hover, .newsletter-footer a:hover {
        color: #aeb0b5 !important;
    }

.dol-press-page h1 {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 0;
    text-transform: uppercase;
}

.dol-press-page .field--label-inline div:first-child {
    display: inline-block;
}

.dol-press-page .field--label-inline div:last-child {
    font-weight: 400;
    display: inline-block;
}

.dol-press-page .field--name-field-agency-reference div div:not(:last-child):after {
    content: ", "
}

#copy-newsletter {
    margin: 20px auto;
    display: block;
}

    #copy-newsletter:after {
        opacity: 0;
        transition: opacity .5s ease-in-out;
    }

    #copy-newsletter.copied:after {
        content: "Copied!";
        position: fixed;
        color: #5b616b;
        margin-left: 40px;
        opacity: 1;
    }

.newsletter-code #newsletter-template {
    margin: 10px auto;
}

.newsletter-table a img, .updated-newsletter-table a img {
    max-width: 100% !important;
    width: inherit;
    height: auto;
}

#prefix-laterButton {
    display: none !important;
}

@media screen and (max-width:375px) {
    #newsletter-content {
        display: contents;
    }

        #newsletter-content td {
            width: 100%;
            display: inline-block;
        }
}

#block-dol-booknavigation > div > ul > li > ul, #block-dol-booknavigation > ul > li > ul {
    border: 0;
    background-color: #f1f1f1;
}

    #block-dol-booknavigation > div > ul > li > ul > li.is-current > a, #block-dol-booknavigation > ul > li > ul > li.is-current > a {
        font-weight: 700;
        color: #0071bc;
    }

ul.dol-sidenav {
    margin-left: 0;
}

    ul.dol-sidenav li.dol-sidenav__item a {
        color: #212121;
        text-decoration: none;
        font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 1.0625rem;
    }

        ul.dol-sidenav li.dol-sidenav__item a.usa-current {
            color: #0071bc;
            background-color: #f1f1f1;
        }

            ul.dol-sidenav li.dol-sidenav__item a.usa-current::after {
                top: 0;
                bottom: 0;
                left: 0;
            }

        ul.dol-sidenav li.dol-sidenav__item a:focus {
            outline-offset: -3px !important;
        }

        ul.dol-sidenav li.dol-sidenav__item a:hover {
            color: #0071bc;
        }

@media screen and (min-width:768px) {
    .active-book-page aside {
        flex: 0 0 25%
    }

    #block-dol-booknavigation {
        margin-right: 30px;
        min-width: 200px;
    }

    .dol-subnav, .dol-subnav-wrapper {
        min-width: 200px;
    }

        #swipe, .dol-subnav-wrapper label, .sub-menu-close {
            display: none;
        }

    ul.dol-sidenav {
        border: 1px solid #aeb0b5;
    }
}

@media screen and (max-width:767px) {
    aside {
        flex: 0 0 100%;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    body {
        overflow-x: hidden;
        width: 100vw;
    }

    #block-booknavigation {
        display: none;
    }

    .dol-subnav-wrapper {
        display: flex;
        min-height: 100%;
        padding-bottom: 15px;
    }

        .dol-subnav-wrapper label > i {
            display: block;
            float: right;
            margin-top: 11px;
            font-size: 1.25rem;
        }

        .dol-subnav-wrapper input[data-function*=swipe] {
            position: absolute;
            opacity: 0;
        }

        .dol-subnav-wrapper label[data-function*=swipe] {
            margin-left: 15px;
            top: 0;
            left: 15px;
            z-index: 1;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            max-width: 300px;
            width: 100%;
            height: 45px;
            font: 17px/42px fontawesome, sans-serif;
            color: #212121;
            cursor: pointer;
            transform: translate3d(0, 0, 0);
            transition: transform .3s;
            border: 1px solid #aeb0b5;
            padding: 0 .5em;
            background: linear-gradient(0deg, #f1f1f1 0, #fff 100%);
            border-radius: 4px;
        }

            .dol-subnav-wrapper label[data-function*=swipe] svg {
                font-size: 1.25rem;
                float: right;
                margin-top: 8px;
            }

        .dol-subnav-wrapper label:hover {
            color: #0071bc;
            transition: .2s all ease-in-out;
        }

        .dol-subnav-wrapper label::before {
            display: none !important;
        }

        .dol-subnav-wrapper .cd-main-content {
            flex: 1;
            padding: 80px 30px;
            background: #fff;
            box-shadow: 0 0 5px #000;
            transform: translate3d(0, 0, 0);
            transition: transform .3s;
        }

        .dol-subnav-wrapper .dol-sidebar {
            transform: translate3d(-260px, 0, 0);
            position: absolute;
            width: 250px;
            background: #fff;
            top: 0;
            left: 0;
            transition: all .3s;
            z-index: 1;
            border: 1px solid #aeb0b5;
        }

        .dol-subnav-wrapper li.sub-menu-close {
            font-size: .9375rem;
            list-style: none;
            text-align: right;
            margin-bottom: 0;
        }

            .dol-subnav-wrapper li.sub-menu-close i {
                margin-right: 10px;
            }

            .dol-subnav-wrapper li.sub-menu-close a {
                display: flex;
                height: 45px;
                padding: 10px;
                color: #212121 !important;
                text-decoration: none;
                justify-content: flex-end;
                align-items: center;
            }

                .dol-subnav-wrapper li.sub-menu-close a span {
                    color: #0071bc;
                    font-weight: 700;
                }

                .dol-subnav-wrapper label[data-function*=swipe] svg, .dol-subnav-wrapper li.sub-menu-close a svg {
                    color: #0071bc;
                    border: 2px solid #0071bc;
                    background-color: #e1f3f8;
                    border-radius: 19px;
                    padding: 5px;
                    width: 27px;
                    height: 27px;
                    margin-right: 10px;
                }

                .dol-subnav-wrapper li.sub-menu-close a:hover {
                    background-color: #d6d7d9;
                    color: #0071bc !important;
                }

    .layout .dol-subnav-wrapper .dol-sidebar, .layout .dol-subnav-wrapper.sidebar-is-closed .dol-sidebar {
        transform: translate3d(-285px, 0, 0);
    }

    .layout .dol-subnav-wrapper.sidebar-is-open .dol-sidebar {
        transform: translate3d(-305px, 0, 0);
    }

    #block-dol-booknavigation, .dol-sidenav, .dol-subnav-wrapper {
        min-width: 200px;
        max-width: 330px;
    }

        #block-dol-booknavigation > ul {
            border-top: none;
            border-right: none;
        }

    #page-title-area, .layout-content {
        transform: translate3d(0, 0, 0);
        transition: transform .3s ease;
    }

        #page-title-area.sidebar-is-open, .layout-content.sidebar-is-open {
            transform: translate3d(275px, 0, 0);
            transition: transform .3s ease;
        }
}

.dol-subnav-wrapper.sidebar-is-open label {
    transform: translate3d(275px, 0, 0);
    transition: transform .3s ease;
}

    .dol-subnav-wrapper.sidebar-is-closed label:hover, .dol-subnav-wrapper.sidebar-is-open label:hover {
        background-color: #d6d7d9;
        transition: .2s all ease-in-out;
    }

.dol-subnav-wrapper.sidebar-is-closed label, .dol-subnav-wrapper.sidebar-is-open .dol-sidebar {
    transform: translate3d(0, 0, 0);
    transition: transform .3s ease;
}

.dol-subnav-wrapper.sidebar-is-closed .dol-sidebar {
    transform: translate3d(-275px, 0, 0);
    transition: transform .3s ease;
}

@media all and (min-width:0px) and (max-width:959px) and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    #block-dol-booknavigation, .dol-sidenav, .dol-subnav-wrapper {
        min-width: 195px;
    }
}

.featured-stories-block .grid-container {
    padding: 0;
}

.featured-stories-list, .featured-stories-list .views-element-container {
    width: 100%
}

.featured-stories-grid-row {
    margin-bottom: 10px;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .featured-stories-grid-row {
        max-width: 100%
    }

        .featured-stories-grid-row .fs-container {
            width: 100%
        }

        .featured-stories-grid-row img {
            min-height: 60px;
        }
}

.featured-stories-grid-row .fs-container {
    width: 100%
}

.featured-stories-grid-row [class^=grid-col-] a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

    .featured-stories-grid-row [class^=grid-col-] a h3 {
        margin-bottom: .625rem;
    }

    .featured-stories-grid-row [class^=grid-col-] a p {
        color: #212121;
        margin-bottom: 1.25rem;
    }

    .featured-stories-grid-row [class^=grid-col-] a:hover h3, .featured-stories-grid-row [class^=grid-col-] a:hover p {
        border-bottom: 1px solid inherit;
        transition: .2s all ease-in-out;
    }

    .featured-stories-grid-row [class^=grid-col-] a:active, .featured-stories-grid-row [class^=grid-col-] a:focus, .featured-stories-grid-row [class^=grid-col-] a:visited {
        border-bottom: none;
        text-decoration: none;
        color: inherit;
    }

.agency-homepage .featured-stories-grid-row, .agency-landing-page .featured-stories-grid-row {
    max-width: 100%
}

@media screen and (max-width:597px) {
    .featured-stories-grid-row [class^=grid-col-], .featured-stories-grid-row [class^=grid-col-] img {
        width: 100%
    }
}

a.news-button {
    max-width: 150px;
    width: 100%;
    float: right;
}

table caption {
    caption-side: top;
    font-size: 1.0625rem;
    padding: 0 0 1em;
    color: #212121;
    margin: 10px 0;
}

.table-headline {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-family: Merriweather, serif;
    font-weight: 700;
    line-height: 1.3em;
}

.table-footnote {
    font-size: .8125rem;
    color: #212121;
    text-transform: none;
}

table#enhanced-table {
    border-collapse: collapse !important;
}

.dol-table thead th {
    background-color: #d6d7d9;
    font-weight: 700;
    text-align: left;
    border: 0;
    vertical-align: middle;
    line-height: 1.5;
    color: #212121;
}

    .dol-table thead th a, .dol-table-bordered .dol-table thead th a, .dol-table-simple .dol-table thead th a {
        color: #212121;
    }

.dol-table tbody tr, .dol-table thead tr {
    border-bottom: 1px solid #5b616b;
}

.dol-table tbody th, .dol-table td, table.dol-table-light tbody tr {
    border: 0;
}

.dol-table tbody tr:last-child {
    border-bottom: 0;
}

.dol-table td:empty, .dol-table-bordered .dol-table td:empty {
    visibility: visible;
}

table.dol-table-light {
    border: 0 !important;
}

@-moz-document url-prefix() {
    table td {
        border-top: none !important;
    }
}

.dol-table-bordered .dol-table thead th {
    font-weight: 700;
    text-align: left;
    border-right: 1px solid #5b616b;
    vertical-align: middle;
    line-height: 1.5;
    color: #212121;
    min-width: 13em;
}

    .dol-table-bordered .dol-table thead th:last-child, .dol-table-simple .dol-table thead th:last-child {
        border-right: 0;
    }

.dol-table-bordered .dol-table tbody tr, .dol-table-bordered .dol-table thead tr, .dol-table-simple .dol-table tbody tr, .dol-table-simple .dol-table thead tr {
    border-bottom: 1px solid #5b616b;
}

.dol-table-bordered .dol-table tbody th {
    border: 0;
}

.dol-table-bordered .dol-table td {
    border: 1px solid #5b616b;
    border-bottom: none;
}

@media only screen and (min-width:0px) {
    .dol-table-bordered .dol-table td {
        border-left: 0;
    }

        .dol-table-bordered .dol-table td:last-child {
            border-right: 1px solid #5b616b;
        }

        .dol-table-bordered .dol-table td:first-child {
            border-left: 0;
        }
}

@media only screen and (min-width:640px) {
    .dol-table-bordered .dol-table td: last-child {
        border-right: 0;
    }
}

.dol-table-bordered .dol-table .table-responsive {
    display: -webkit-inline-box;
    border: 0;
}

@media only screen and (max-width:640px) {
    .dol-table-bordered .dol-table .table-responsive {
        display: table;
    }
}

.dol-table-simple .dol-table thead th {
    background-color: #fff;
    font-weight: 700;
    text-align: left;
    border: 0;
    vertical-align: middle;
    line-height: 1.5;
    color: #212121;
    min-width: 13em;
}

.dol-table-simple .dol-table .table, .dol-table-simple .dol-table tbody th, table.usa-table.usa-table--borderless.usajobs-table, table.usa-table.usa-table--borderless.usajobs-table tbody td.no-results {
    border: 0;
}

.dol-table-simple .dol-table td {
    border: 1px solid #5b616b;
}

    .dol-table-simple .dol-table td:empty {
        visibility: visible;
    }

@media only screen and (min-width:0px) {
    .dol-table-simple .dol-table td: last-child {
        border-right: 1px solid #5b616b;
    }

    .dol-table-simple .dol-table td:first-child {
        border-left: 1px solid #5b616b;
    }
}

@media only screen and (min-width:640px) {
    .dol-table-simple .dol-table td: last-child {
        border-right: 0;
    }

    .dol-table-simple .dol-table td:first-child {
        border-left: 0;
    }
}

.dol-table-simple .dol-table .table-responsive {
    display: -webkit-inline-box;
    border: 0;
}

    .dol-table-simple .dol-table .table-responsive caption {
        padding-top: 20px;
    }

@media only screen and (max-width:640px) {
    .dol-table-simple .dol-table .table-responsive {
        display: table;
    }
}

.usa-table td {
    background-color: transparent;
}

.paragraph--type--html-table .td:first-child {
    border-left: 1px solid #5b616b;
}

.paragraph--type--html-table .td:last-child {
    border-right: 1px solid #5b616b;
}

.paragraph--type--html-table .tablesaw-cell-label {
    word-break: break-all;
}

@media only screen and (min-width:0px) {
    .paragraph--type--html-table .ts-cell-content {
        display: inline-block;
    }
}

.paragraph--type--html-table .table-bundle thead th {
    min-width: unset;
}

@media only screen and (min-width:640px) {
    .paragraph--type--html-table .tablesaw-cell-label {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width:640px) {
    .tablesaw td: hover {
        background-color: #e1f3f8;
    }

    .paragraph--type--html-table .table-responsive {
        overflow: hidden;
    }
}

.csv-display, .csv-display .dataTables_wrapper > .row {
    overflow-x: auto;
}

    .csv-display .dataTables_wrapper {
        overflow-x: visible;
    }

@media only screen and (max-width:479px) {
    .csv-display .dataTables_wrapper > .row .dataTables_paginate .pagination {
        justify-content: center;
    }

        .csv-display .dataTables_wrapper > .row .dataTables_paginate .pagination .paginate_button.next, .csv-display .dataTables_wrapper > .row .dataTables_paginate .pagination .paginate_button.previous {
            display: none;
        }
}

.csv-display .dataTables_wrapper > .row:first-child, .csv-display .dataTables_wrapper > .row:last-child {
    overflow-x: auto;
    position: static;
}

    .csv-display .dataTables_wrapper > .row:first-child > .col-md-6:first-child {
        display: flex;
        flex-direction: row;
    }

    .csv-display .dataTables_wrapper > .row:first-child > .col-md-6:last-child {
        display: flex;
        flex-direction: row-reverse;
    }

        .csv-display .dataTables_wrapper > .row:first-child > .col-md-6:last-child .dataTables_filter label {
            display: flex;
        }

            .csv-display .dataTables_wrapper > .row:first-child > .col-md-6:last-child .dataTables_filter label input {
                border: 1px solid #d6d7d9;
                border-right: 1px solid #d6d7d9;
            }

.my-dashboard {
    margin-top: 1em;
}

.turn-off-mobile-table-on .table-bundle {
    border: 0;
    overflow-x: scroll;
}

.widgetTab.nav-item {
    display: inline-block;
}

.dol-title-link-teaser h3 {
    line-height: 1.4;
    font-size: .9375rem !important;
    font-weight: 400;
}

.dol-title-link-teaser a {
    text-decoration: none;
    color: #0071bc !important;
}

    .dol-title-link-teaser a:active, .dol-title-link-teaser a:focus, .dol-title-link-teaser a:visited {
        color: #112e51;
        display: block;
    }

    #block-quicklinks.homepage-block > div p a, .dol-title-link-teaser a:hover, a.news-button {
        text-decoration: none;
    }

        #block-quicklinks.homepage-block > div p a:hover, .dol-title-link-teaser a:hover h3, .dol-title-link-teaser a:hover h5, a.news-button:hover {
            text-decoration: underline;
        }

.dol-title-link-teaser .dol-date-text {
    text-transform: capitalize;
}

.field--name-field-press-type {
    font-size: 2.125rem;
    font-weight: 700;
}

a.news-button {
    display: flex;
    color: #fff !important;
    font-size: 1.0625rem;
}

#block-quicklinks.homepage-block {
    padding-bottom: 15px;
}

    #block-quicklinks.homepage-block > div p {
        margin: 0 !important;
        padding: 10px 0;
        border-bottom: 1px solid #aeb0b5;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }

@media only screen and (max-width:576px) {
    #block-quicklinks.homepage-block .field {
        -moz-column-count: 1;
        column-count: 1;
    }
}

table.usa-table.usa-table--borderless.usajobs-table tbody + tbody {
    border-top: 0;
}

table.usa-table.usa-table--borderless.usajobs-table tbody td {
    border: 1px solid #5b616b;
    border-left: 0;
}

    table.usa-table.usa-table--borderless.usajobs-table tbody td span {
        padding-right: 4px;
    }

    table.usa-table.usa-table--borderless.usajobs-table tbody td:last-child {
        border-right: 0;
    }

.usajobs-button a:active, .usajobs-button a:focus, .usajobs-button a:visited {
    color: #fff;
    outline: 0;
    outline-offset: 0;
}

.tablesaw {
    width: 100%;
    max-width: 100%;
    empty-cells: show;
    border-collapse: collapse;
    border: 0;
    padding: 0;
}

    .tablesaw * {
        box-sizing: border-box;
    }

.tablesaw-btn {
    border: 1px solid #ccc;
    border-radius: .25em;
    background: 0 0;
    box-shadow: 0 1px 0 #fff;
    color: #4a4a4a;
    cursor: pointer;
    padding: .5em .85em .4em;
    text-align: center;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
}

a.tablesaw-btn {
    color: #1c95d4;
}

.tablesaw-btn, .tablesaw-btn:hover {
    text-decoration: none;
}

    .tablesaw-btn:active {
        background-color: #ddd;
    }

@supports (box-shadow:none) {
    .tablesaw-btn: focus {
        background-color: #fff;
        outline: 0;
        box-shadow: 0 0 .35em #4faeef !important;
    }
}

.tablesaw-btn-select select {
    background: 0 0;
    border: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    min-height: 1em;
    opacity: 0;
    color: transparent;
}

.tablesaw-btn select option {
    background: #fff;
    color: #000;
}

.tablesaw-btn.btn-small {
    font-size: 1.0625em;
    line-height: 19px;
    padding: .3em 1em;
}

.tablesaw-btn.btn-micro {
    font-size: .8125em;
    padding: .4em .7em .25em;
}

.tablesaw-btn-select {
    text-align: left;
    display: inline-block;
    color: #4d4d4d;
    padding-right: 2.5em;
    min-width: 7.25em;
}

    .tablesaw-btn-select:after {
        position: absolute;
        background: 0 0;
        background-repeat: no-repeat;
        background-position: .25em .45em;
        content: "â–¼";
        font-size: .55em;
        padding-top: 1.2em;
        padding-left: 1em;
        left: auto;
        right: 0;
        margin: 0;
        top: 0;
        bottom: 0;
        width: 1.8em;
    }

    .tablesaw-btn-select.btn-micro:after, .tablesaw-btn-select.btn-small:after {
        width: 1.2em;
        font-size: .5em;
        padding-top: 1em;
        padding-right: .5em;
        line-height: 1.65;
        background: 0 0;
        box-shadow: none;
        border-left-width: 0;
    }

.tablesaw-advance .tablesaw-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    text-shadow: 0 1px 0 #fff;
    border-radius: .25em;
}

    .tablesaw-advance .tablesaw-btn.btn-micro {
        font-size: .8125em;
        padding: .3em .7em .25em;
    }

.tablesaw-advance a.tablesaw-nav-btn:first-child {
    margin-left: 0;
}

.tablesaw-advance a.tablesaw-nav-btn:last-child {
    margin-right: 0;
}

.tablesaw-advance a.tablesaw-nav-btn {
    display: inline-block;
    overflow: hidden;
    width: 1.8em;
    height: 1.8em;
    background-position: 50% 50%;
    margin-left: .25em;
    margin-right: .25em;
    position: relative;
    text-indent: -9999px;
}

    .tablesaw-advance a.tablesaw-nav-btn.down:before, .tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-advance a.tablesaw-nav-btn.right:before, .tablesaw-advance a.tablesaw-nav-btn.up:before {
        content: " ";
        overflow: hidden;
        width: 0;
        height: 0;
        position: absolute;
    }

    .tablesaw-advance a.tablesaw-nav-btn.down:before {
        left: .5em;
        top: .65em;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid gray;
    }

    .tablesaw-advance a.tablesaw-nav-btn.up:before {
        left: .5em;
        top: .65em;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid gray;
    }

    .tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-advance a.tablesaw-nav-btn.right:before {
        top: .45em;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    .tablesaw-advance a.tablesaw-nav-btn.left:before {
        left: .6em;
        border-right: 5px solid gray;
    }

    .tablesaw-advance a.tablesaw-nav-btn.right:before {
        left: .7em;
        border-left: 5px solid gray;
    }

    .tablesaw-advance a.tablesaw-nav-btn.disabled {
        opacity: .25;
        cursor: default;
        pointer-events: none;
    }

.tablesaw-bar, .tablesaw-bar-section ~ table {
    clear: both;
}

    .tablesaw-bar * {
        box-sizing: border-box;
    }

.tablesaw-bar-section {
    float: left;
}

    .tablesaw-bar-section label {
        font-size: .875em;
        padding: .5em 0;
        clear: both;
        display: block;
        color: #888;
        margin-right: .5em;
        text-transform: uppercase;
    }

.tablesaw-btn {
    margin: .5em 0;
}

.tablesaw-enhanced .tablesaw-btn {
    margin-top: .5em;
    margin-bottom: .5em;
}

.tablesaw-btn-select, .tablesaw-enhanced .tablesaw-btn-select {
    margin-bottom: 0;
}

.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
    margin-left: .4em;
    margin-top: 0;
    text-transform: uppercase;
    border: 0;
    box-shadow: none;
    background: 0 0;
    font-size: 1em;
    padding-left: .3em;
}

.tablesaw-bar .tablesaw-bar-section .btn-select {
    min-width: 0;
}

    .tablesaw-bar .tablesaw-bar-section .btn-select:after {
        padding-top: .9em;
    }

.tablesaw-bar .tablesaw-bar-section select {
    color: #888;
    text-transform: none;
    background: 0 0;
}

.tablesaw-bar-section .abbreviated {
    display: inline;
}

.tablesaw-bar-section .longform, .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
    display: none;
}

@media (min-width:24em) {
    .tablesaw-bar-section .abbreviated {
        display: none;
    }

    .tablesaw-bar-section .longform {
        display: inline;
    }
}

.tablesaw td, .tablesaw th, .tablesaw thead th {
    text-align: left;
}

.tablesaw-row-border tr {
    border-bottom: 1px solid #dfdfdf;
}

.tablesaw-row-zebra tr:nth-child(2n) {
    background-color: #f8f8f8;
}

.tablesaw caption {
    text-align: left;
    margin: .59375em 0;
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
    border-right: 2px solid #e4e1de;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
    border-right-width: 1px;
    box-shadow: 3px 0 4px -1px #e4e1de;
}

@media only all {
    .tablesaw-stack {
        clear: both;
    }

        .tablesaw-stack td, .tablesaw-stack th {
            text-align: left;
            display: block;
        }

        .tablesaw-stack tr {
            clear: both;
            display: table-row;
        }

        .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
            display: inline-block;
            padding: 0 .6em 0 0;
            width: 30%
        }

        .tablesaw-stack td .tablesaw-cell-label-top, .tablesaw-stack th .tablesaw-cell-label-top {
            display: block;
            padding: .4em 0;
            margin: .4em 0;
        }

    .tablesaw-cell-label {
        display: block;
    }

    .tablesaw-stack tbody th.group {
        margin-top: -1px;
    }

    .tablesaw-stack th.group b.tablesaw-cell-label {
        display: none !important;
    }
}

@media (max-width:39.9375em) {
    .tablesaw-stack tbody tr {
        display: block;
        width: 100%;
        border-bottom: 1px solid #dfdfdf;
    }

    .tablesaw-stack thead td, .tablesaw-stack thead th {
        display: none;
    }

    .tablesaw-stack tbody td, .tablesaw-stack tbody th {
        display: block;
        float: left;
        clear: left;
        width: 100%
    }

    .tablesaw-cell-label {
        vertical-align: top;
    }

    .tablesaw-cell-content {
        display: inline-block;
        max-width: 67%
    }

    .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content, .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .tablesaw-stack td:empty, .tablesaw-stack th:empty {
        display: none;
    }
}

@media (min-width:40em) {
    .tablesaw-stack tr {
        display: table-row;
    }

    .tablesaw-stack td, .tablesaw-stack th, .tablesaw-stack thead td, .tablesaw-stack thead th {
        display: table-cell;
        margin: 0;
    }

        .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
            display: none !important;
        }
}

.tablesaw-fix-persist {
    table-layout: fixed;
}

@media only all {
    .tablesaw-swipe td.tablesaw-swipe-cellhidden, .tablesaw-swipe th.tablesaw-swipe-cellhidden {
        display: none;
    }
}

.tablesaw-overflow {
    position: relative;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .tablesaw-overflow > .tablesaw {
        margin-top: 2px;
    }

.tablesaw-columntoggle-btn span {
    text-indent: -9999px;
    display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
    position: relative;
}

    .tablesaw-columntoggle-btnwrap .dialog-content {
        padding: .5em;
        top: 0 !important;
        right: 1em;
        left: auto !important;
        width: 12em;
        max-width: 18em;
        margin: -.5em auto 0;
    }

.tablesaw-columntoggle tbody td {
    line-height: 1.5;
}

.tablesaw-columntoggle-popup {
    display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
    display: block;
    position: absolute;
    top: 2em;
    right: 0;
    background-color: #fff;
    padding: .5em .8em;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #ccc;
    border-radius: .2em;
    z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
    margin: 0;
}

@media only all {
    .tablesaw-columntoggle td.tablesaw-priority-0, .tablesaw-columntoggle td.tablesaw-priority-1, .tablesaw-columntoggle td.tablesaw-priority-2, .tablesaw-columntoggle td.tablesaw-priority-3, .tablesaw-columntoggle td.tablesaw-priority-4, .tablesaw-columntoggle td.tablesaw-priority-5, .tablesaw-columntoggle td.tablesaw-priority-6, .tablesaw-columntoggle th.tablesaw-priority-0, .tablesaw-columntoggle th.tablesaw-priority-1, .tablesaw-columntoggle th.tablesaw-priority-2, .tablesaw-columntoggle th.tablesaw-priority-3, .tablesaw-columntoggle th.tablesaw-priority-4, .tablesaw-columntoggle th.tablesaw-priority-5, .tablesaw-columntoggle th.tablesaw-priority-6 {
        display: none;
    }
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
    outline-style: none;
}

@media (min-width:20em) {
    .tablesaw-columntoggle td.tablesaw-priority-1, .tablesaw-columntoggle th.tablesaw-priority-1 {
        display: table-cell;
    }
}

@media (min-width:30em) {
    .tablesaw-columntoggle td.tablesaw-priority-2, .tablesaw-columntoggle th.tablesaw-priority-2 {
        display: table-cell;
    }
}

@media (min-width:40em) {
    .tablesaw-columntoggle td.tablesaw-priority-3, .tablesaw-columntoggle th.tablesaw-priority-3 {
        display: table-cell;
    }

    .tablesaw-columntoggle tbody td {
        line-height: 2;
    }
}

@media (min-width:50em) {
    .tablesaw-columntoggle td.tablesaw-priority-4, .tablesaw-columntoggle th.tablesaw-priority-4 {
        display: table-cell;
    }
}

@media (min-width:60em) {
    .tablesaw-columntoggle td.tablesaw-priority-5, .tablesaw-columntoggle th.tablesaw-priority-5 {
        display: table-cell;
    }
}

@media (min-width:70em) {
    .tablesaw-columntoggle td.tablesaw-priority-6, .tablesaw-columntoggle th.tablesaw-priority-6 {
        display: table-cell;
    }
}

@media only all {
    .tablesaw-columntoggle td.tablesaw-toggle-cellhidden, .tablesaw-columntoggle th.tablesaw-toggle-cellhidden {
        display: none;
    }

    .tablesaw-columntoggle td.tablesaw-toggle-cellvisible, .tablesaw-columntoggle th.tablesaw-toggle-cellvisible {
        display: table-cell;
    }
}

.tablesaw-columntoggle-popup .tablesaw-btn-group > label {
    display: block;
    padding: .2em 0;
    white-space: nowrap;
    cursor: default;
}

    .tablesaw-columntoggle-popup .tablesaw-btn-group > label input {
        margin-right: .8em;
    }

.tablesaw-sortable-head {
    position: relative;
    vertical-align: top;
}

.tablesaw .tablesaw-sortable-head {
    padding: 0;
}

.tablesaw-sortable-btn {
    min-width: 100%;
    color: inherit;
    background: 0 0;
    border: 0;
    text-align: inherit;
    font: inherit;
    text-transform: inherit;
}

.tablesaw-sortable-arrow:after {
    display: inline-block;
    width: 10px;
    height: 14px;
    content: " ";
    margin-left: .3125em;
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
    content: "â†‘"
}

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
    content: "â†“"
}

.tablesaw-advance {
    float: right;
}

    .tablesaw-advance.minimap {
        margin-right: .4em;
    }

.tablesaw-advance-dots {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tablesaw-advance-dots li {
        display: table-cell;
        margin: 0;
        padding: .4em .2em;
    }

        .tablesaw-advance-dots li i {
            width: .25em;
            height: .25em;
            background: #555;
            border-radius: 100%;
            display: inline-block;
        }

.tablesaw-advance-dots-hide {
    opacity: .25;
    cursor: default;
    pointer-events: none;
}

display, h1, h2, h3, h4, h5 {
    line-height: 1.3em;
}

display, h1, h2, h3, h4, h5, h6 {
    font-family: Merriweather, serif;
    font-weight: 700;
}

h1, h3, h4, h5 {
    margin-bottom: 10px;
}

display, h6 {
    font-weight: 400;
    font-size: 52px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.navbar {
    position: relative;
    padding: 0 1rem;
    height: 100%;
    width: 100%
}

    .navbar, .navbar > .container, .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

@media screen and (max-width:900px) {
    .navbar {
        display: none;
    }
}

.navbar-brand {
    display: inline-block;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
}

    .navbar-nav .nav-link {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 15px;
        font-weight: 300;
    }

    .navbar-nav .nav-item + .nav-item .nav-link {
        border-left: 1px solid #112e51;
    }

    .navbar-nav .nav-item + .nav-item .dropdown-item {
        border-left: 0;
    }

    .navbar-nav .nav-item, .navbar-nav .nav-link, .navbar-text {
        display: inline-block;
    }

        .navbar-nav .nav-item::after, .navbar-nav .nav-item::before {
            visibility: visible;
        }

        .navbar-nav .nav-item.show:after {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 10px solid #fff;
            content: "";
            transform: translateY(9px);
        }

        .navbar-nav .nav-item.show .nav-link-text, .navbar-nav .nav-link:hover .nav-link-text {
            border-bottom: 2px solid #fff;
            padding-bottom: .2em;
        }

    .navbar-nav .nav-link {
        padding: 0;
        color: #fff;
        text-transform: uppercase;
        transform: translateY(3px);
        cursor: pointer;
    }

        .navbar-nav .nav-link::before {
            display: block;
            content: attr(title);
            font-weight: 700;
            height: 0;
            overflow: hidden;
            visibility: hidden;
        }

        .navbar-nav .nav-link::after {
            width: 0;
            height: 0;
            margin-left: auto;
            vertical-align: auto;
            content: none;
            border-top: 0;
            border-right: 0;
            border-left: 0;
        }

        .navbar-nav .active > .nav-link::after, .navbar-nav .active > .nav-link::before, .navbar-nav .nav-link.active::after, .navbar-nav .nav-link.active::before, .navbar-nav .nav-link.show::after, .navbar-nav .nav-link.show::before, .navbar-nav .nav-link:hover::after, .navbar-nav .nav-link:hover::before, .navbar-nav .show > .nav-link::after, .navbar-nav .show > .nav-link::before {
            visibility: visible;
        }

        .navbar-nav .active > .nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link:hover, .navbar-nav .show > .nav-link {
            background-color: transparent;
            text-decoration: underline;
            -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
            font-weight: 700;
        }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-collapse {
    flex-basis: 100%;
    align-items: center;
    height: 100%
}

.navbar-toggler {
    line-height: 1;
    background: 0 0;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        justify-content: flex-start;
    }

        .navbar-expand-sm, .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 2rem;
                padding-left: 2rem;
            }

            .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
                flex-wrap: wrap;
            }

            .navbar-expand-sm .navbar-collapse {
                display: flex !important;
            }

            .navbar-expand-sm .navbar-toggler {
                display: none;
            }
}

@media (max-width:767px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        justify-content: flex-start;
    }

        .navbar-expand-md, .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 2rem;
                padding-left: 2rem;
            }

            .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
                flex-wrap: wrap;
            }

            .navbar-expand-md .navbar-collapse {
                display: flex !important;
            }

            .navbar-expand-md .navbar-toggler {
                display: none;
            }
}

@media (max-width:899px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:900px) {
    .navbar-expand-lg {
        justify-content: flex-start;
    }

        .navbar-expand-lg, .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 2rem;
                padding-left: 2rem;
            }

            .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
                flex-wrap: wrap;
            }

            .navbar-expand-lg .navbar-collapse {
                display: flex !important;
            }

            .navbar-expand-lg .navbar-toggler {
                display: none;
            }
}

@media (max-width:1471px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:1472px) {
    .navbar-expand-xl {
        justify-content: flex-start;
    }

        .navbar-expand-xl, .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 2rem;
                padding-left: 2rem;
            }

            .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
                flex-wrap: wrap;
            }

            .navbar-expand-xl .navbar-collapse {
                display: flex !important;
            }

            .navbar-expand-xl .navbar-toggler {
                display: none;
            }
}

.navbar-expand {
    justify-content: flex-start;
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand, .navbar-expand .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 2rem;
            padding-left: 2rem;
        }

        .navbar-expand > .container, .navbar-expand > .container-fluid {
            flex-wrap: wrap;
        }

        .navbar-expand .navbar-collapse {
            display: flex !important;
        }

        .navbar-expand .navbar-toggler {
            display: none;
        }

.dropdown, .dropup {
    position: relative;
}

.navbar .dropdown {
    position: static;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropup .dropdown-menu {
    margin-top: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    float: left;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    font-size: inherit;
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 0 0 1.25em;
    margin: 1.25em auto;
    box-shadow: 0 5px 10px -8px #5b616b;
}

    .dropdown-menu:after, .dropdown-menu:before {
        background-color: transparent;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 1000%;
        box-shadow: 0 5px 10px -8px #5b616b;
    }

    .dropdown-menu:before {
        right: 98.4%
    }

    .dropdown-menu:after {
        left: 98.4%
    }

    .dropdown-menu.dropdown-menu {
        background: 0 0;
    }

    .dropdown-menu .d-flex {
        justify-content: space-between;
    }

    .dropdown-menu .dropdown-group {
        flex: 0 1 100%
    }

        .dropdown-menu .dropdown-group + .dropdown-group {
            margin-left: 30px;
        }

    .dropdown-menu .dropdown-topics-block {
        border: 1px solid #aeb0b5;
        background: #f1f1f1;
        padding: 10px;
    }

        .dropdown-menu .dropdown-topics-block h4 {
            font-size: 1.1875rem;
            margin-bottom: 1.15em;
        }

        .dropdown-menu .dropdown-topics-block a {
            font-size: .9375rem;
            display: block;
            margin-bottom: 1em;
            color: inherit;
        }

            .dropdown-menu .dropdown-topics-block a:hover {
                color: #0071bc;
                text-decoration: underline;
            }

    .dropdown-menu .dropdown-section {
        flex: 0 1 100%
    }

        .dropdown-menu .dropdown-section .nav-item-name {
            padding: 1.4rem 0;
        }

        .dropdown-menu .dropdown-section .nav-item-name-link {
            font-size: 1.5rem;
            text-decoration: underline;
        }

        .dropdown-menu .dropdown-section .content-section-title, .dropdown-menu .dropdown-section .dropdown-section-title {
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 1em;
        }

        .dropdown-menu .dropdown-section .dropdown-section-title, a.dropdown-item {
            font-size: .9375rem;
        }

        .dropdown-menu .dropdown-section .content-section-title {
            font-size: 1.1875rem;
            color: #0071bc;
        }

        .dropdown-menu .dropdown-section + .dropdown-section {
            margin-left: 30px;
            padding-left: 30px;
            border-left: 1px solid #aeb0b5;
        }

    .dropdown-menu .dropdown-section-content-section {
        margin-bottom: 1em;
    }

a.dropdown-item {
    display: inline-block;
    width: 100%;
    clear: both;
    text-align: inherit;
    white-space: normal;
    background: 0 0;
    color: #212121;
    font-weight: 400;
    border-bottom: 1px solid #d6d7d9;
    padding: 1rem 0;
}

    a.dropdown-item.active, a.dropdown-item:active {
        text-decoration: none;
        background-color: transparent;
        outline: 2px dotted #aeb0b5;
        outline-offset: 3px;
    }

    a.dropdown-item.disabled, a.dropdown-item:disabled {
        background-color: transparent;
    }

    a.dropdown-item:focus, a.dropdown-item:hover {
        color: #0071bc;
        text-decoration: underline;
    }

.show > a {
    outline: 0;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    margin-bottom: 0;
    white-space: nowrap;
}

.submenu-sm .dropdown-menu {
    border: 1px solid #aeb0b5;
    width: 37vw;
}

    .submenu-sm .dropdown-menu .dropdown-item {
        padding: 1.4rem 1em;
    }

.highlight-teaser a {
    text-decoration: none;
}

    .highlight-teaser a:hover, .highlight-teaser a:visited, .newsletter-table-content a {
        color: #212121;
    }

.usa-no-padding {
    padding: 0 !important;
}

fieldset {
    border: 0;
}

.osec-social img {
    height: 30px;
}

.field {
    padding-bottom: 15px;
}

.dol-press-page .field--name-field-press-header {
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 30px !important;
}

    .dol-press-page .field--name-field-press-header h1 {
        font-size: 1.3rem;
        font-weight: 500;
        margin: 0;
    }

.dol-press-page .field--name-field-press-sub-header {
    padding-bottom: 25px !important;
    font-weight: 700;
    font-style: italic;
}

.dol-press-page .field {
    padding-bottom: 0;
}

.dol-press-page .field--name-field-contact-card > div {
    padding-top: 15px;
}

.field--label-inline > div {
    display: inline-block;
    font-weight: 700;
}

    .field--label-inline > div:first-child::after {
        content: ": "
    }

.paragraph--type--row {
    padding: 0 10px;
}

.field--name-field-state-ui-extra-info {
    display: flex;
}

    .field--name-field-state-ui-extra-info > div {
        flex: 1;
        width: 0;
        padding-right: 5px;
    }

    .field--name-field-state-ui-extra-info img {
        float: left;
        margin-right: 5px;
    }

ol.super {
    counter-reset: item;
    padding: 0;
    list-style: none;
}

    ol.super li {
        position: relative;
        display: block;
        padding: 0 0 0 1.5em;
    }

        ol.super li:before {
            content: counter(item) ")";
            counter-increment: item;
            position: absolute;
            vertical-align: super;
            font-size: xx-small;
            left: 1em;
        }

.newsletter-table table, .newsletter-table table td {
    border: 0 !important;
}

.newsletter-footer a {
    color: #fff;
}

.natl-dialogue-btns a {
    text-decoration: none !important;
}

.natl-dialogue-btns .works-btn {
    background-color: #008d81;
}

.natl-dialogue-btns .jobs-btn {
    background-color: #c85300;
}

.natl-dialogue-btns .employers-btn {
    background-color: #ae8000;
}

.natl-dialogue-btns .news-btn {
    background-color: #255868;
}

.natl-dialogue-btns .nd-button {
    border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    text-align: center;
}

    .natl-dialogue-btns .nd-button h3 {
        color: #fff;
        font-size: 1.2rem;
        margin: 0 0 .25em;
        padding: .5em;
        border-bottom: 1px solid #fff;
        font-weight: 400 !important;
        text-transform: uppercase;
    }

    .natl-dialogue-btns .nd-button p {
        color: #fff !important;
        margin-top: -6px;
        padding: .85em .25em;
    }

.contextual-region {
    clear: both;
}

.topic-wrapper {
    margin-left: 2%;
    border: solid thin #0071bc;
    float: right;
    width: 300px;
}

    .topic-wrapper h2 {
        margin: 0 auto;
        text-align: center;
        background-color: #0071bc;
        padding: 2% !important;
        color: #fff !important;
        font-weight: 700 !important;
        font-size: 100% !important;
    }

    .topic-wrapper p {
        padding: 0 15px;
    }

@media only screen and (max-width:576px) {
    .topic-wrapper {
        float: none;
        width: auto;
        margin-bottom: 30px;
    }
}

.col-xs-6 {
    width: 50%
}

.field--type-text-with-summary, .paragraph--type--text-block {
    max-width: 900px;
}

.cd-main-content {
    display: flex;
    flex-flow: row wrap;
}

@media only screen and (max-width:500px) {
    .cd-main-content {
        display: block;
    }

    #block-opa-theme-page-title {
        margin: 0 0 0 5px;
    }
}

.layout-content {
    flex: 1;
    max-width: 100%
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .cd-main-content {
        display: block;
    }
}

#block-opa-theme-page-title {
    padding: 0;
}

    #block-opa-theme-page-title h1 {
        margin-top: 0;
        margin-bottom: 30px;
        line-height: 1;
        font-family: Merriweather, serif;
        font-size: 2.5rem;
    }

@media screen and (max-width:767px) {
    .layout-content {
        flex: 0 0 100%
    }
}

@media screen and (min-width:501px) {
    #block-opa-theme-page-title {
        margin: 0 auto;
    }
}
